资源简介
公司员工考勤管理系统设计利用C++完成,有完整的界面设计,能够顺利使用
代码片段和文件信息
//---------This module aimmed to make this software more like a software.---------//
void entering_font()//ENTERING
{
system(“cls“);
cout << endl;
cout << endl;
cout << endl;
cout << “ ---------------------------------------------------------------------------- “ << endl;
cout << endl;
cout << “ In the entering process please waiting several seconds......“ << endl;
cout << endl;
cout << “ ---------------------------------------------------------------------------- “ << endl;
Beep(523 300);
Beep(578 200);
Beep(659 100);
Beep(698 100);
Beep(784 100);
system(“cls“);
}
void quiting_font()//QUIT
{
system(“cls“);
cout << endl;
cout << endl;
cout << endl;
cout << “ ---------------------------------------------------------------------------- “ << endl;
cout << endl;
cout << “ Information in auto saving please waiting several seconds......“ << endl;
cout << endl;
cout << “ ---------------------------------------------------------------------------- “ << endl;
Beep(784 300);
Beep(698 200);
Beep(659 100);
Beep(578 100);
Beep(523 100);
system(“cls“);
}
void input_titledisplay(int i)//title DISPLAYED IN THE PROCESS OF TYPING
{
cout << endl;
cout << endl;
cout << endl;
cout << “ ---------------------------------------------------------------------------- “ << endl;
cout << “ “ << i << “ employee‘s information have already been saved !!!“ << endl;
cout << endl;
cout << “ ---------------------------------------------------------------------------- “ << endl;
}
void employee_information_modifytitle()//SECOND MENU
{
cout << endl;
cout << “ ---------------------------------------------------------------------------- “ << endl;
cout << “ Enterprise Manage System “ << endl;
cout << “ ---------------------------------------------------------------------------- “ << endl;
cout << “ THIS IS THE INFORMATION MODIFY MODULE!!! “ << endl;
cout << endl;
cout << “ 1.Employee Information Display “ << endl;
cout << “ 2.Search For Specific Employee And Edit “ << endl;
cout << “ 3.Back To The Upper Menu “ << endl;
cout << “ ---------------------------------------------------------------------------- “ << endl;
cout << “ “;
}
void display_employeeinformation_title()//TELL YOU THAT THERE ARE THE INFORMATION YOU WANT
{
cout << endl;
cout << endl;
cout << “ ---------------------------------------------------------------------------- “ << endl;
cout << “ ALL THE EMPLOYEES‘ INFORMATION ARE HERE!!!“ << endl;
cout << endl;
cout << “ ---------------------------------------------------------------------------- “ << endl;
}
void m
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-03-12 12:54 1\
文件 1720 2018-11-12 04:03 1\data.dat
文件 13872 2018-11-12 15:18 1\effect.cpp
文件 8170 2018-11-12 15:13 1\info_modify.cpp
文件 2441 2018-11-12 14:56 1\main.cpp
文件 3089 2018-11-12 07:10 1\readin.cpp
- 上一篇:C语言编写的数独游戏
- 下一篇:c语言写的svm程序
相关资源
- 使用动态优先权的进程调度算法的模
- VC++关于纹理特征提取的代码完整
- 用C++语言实现首次适应算法
- 基于mfcvc++6.0的图书馆管理系统
- c++栈操作实现,堆栈,出栈,取栈顶
- C++串口读写类
- 基于遗传算法的最短路径的程序的开
- c++公司员工管理系统
- c++ 实现matlab smooth 函数
- C++ 课程设计 扫雷系统 报告+源代码
- C++文件加密系统
- 贝塞尔曲面 vc++ opengl
- alphabeta剪枝算法的C++实现下棋程序
- 操作系统的理发师问题解决文件打包
- C++11标准发布文档
- c++ MODBUS串行通信程序
- 成组链接法UNIXC++
- 维特比译码+卷积码编码程序C/C++实现
- 学分管理系统 c++
- C++五子棋源码有AI,先手禁手
- 双语版C++苏小红课后习题参考
- C++大作业之学生管理系统图表
- 基于Windows Socket的安全通信(C++实现)
- 蓝桥杯青少组C++赛前集训包.pdf
- 11个常用OpenCV+C++图像处理
- 吃豆人 c++ 源程序
- 求公式的主合取范式和主析取范式
- C++实现MATLAB的filter函数
- 实验室设备管理系统C++
- C++课程设计之简易英汉字典
评论
共有 条评论