资源简介
公司员工考勤管理系统设计利用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程序
相关资源
- 国际象棋的qt源代码
- C++中头文件与源文件的作用详解
- C++多线程网络编程Socket
- VC++ 多线程文件读写操作
- 利用C++哈希表的方法实现电话号码查
- 移木块游戏,可以自编自玩,vc6.0编写
- C++纯文字DOS超小RPG游戏
- VC++MFC小游戏实例教程(实例)+MFC类库
- 连铸温度场计算程序(C++)
- 6自由度机器人运动学正反解C++程序
- Em算法(使用C++编写)
- libstdc++-4.4.7-4.el6.i686.rpm
- VC++实现CMD命令执行与获得返回信息
- 白话C++(全)
- C++标准库第1、2
- 大数类c++大数类
- C++语言编写串口调试助手
- c++素数筛选法
- C++ mqtt 用法
- 商品库存管理系统 C++ MFC
- c++ 多功能计算器
- C++17 In Detail
- 嵌入式QtC++编程课件
- 颜色识别形状识别STM103嵌入式代码
- c++ 邮件多附件群发
- c++ 透明代理(hookproxy)
- mfc 调用redis
- FTP客户端源码(c++)
- c++ 画图(14Qt-XPS)
- c++多边形交并差运算
评论
共有 条评论