预览加载中,请您耐心等待几秒...
1/10
2/10
3/10
4/10
5/10
6/10
7/10
8/10
9/10
10/10

亲,该文档总共28页,到这已经超出免费预览范围,如果喜欢就直接下载吧~

如果您无法下载资料,请参考说明:

1、部分资料下载需要金币,请确保您的账户上有足够的金币

2、已购买过的文档,再次下载不重复扣费

3、资料包下载后请先用软件解压,在使用对应软件打开

考勤管理系统的设计与实现摘要随着现代科学技术的发展越来越多的公司和企业对职工的考勤都实行了信息化管理使用计算机系统代替复杂的手工方式来管理考勤事务。考勤管理系统可以有效地管理公司员工的出勤情况规范人事制度管理保证公司正常的工作是人力资源管理的重要组成部分。系统的开发主要包括后台数据库的建立维护以及前端应用程序的开发两个方面主要模块包括基本信息管理模块考勤信息管理模块统计查询模块和系统用户管理模块。系统是使用VisualC++开发语言使用MicrosoftVisualStudio6.0作为工具软件数据库为SQLServer2000。系统采用目前比较流行的ADO数据访问技术并将每个数据库表的字段和操作封装到类中它使应用程序的各个窗口都能够共享对表的操作不需要重复编码使程序更加易于维护从而将面向对象的程序设计思想应用到数据库应用程序中。关键词:考勤管理;人力资源;数据库;数据访问技术DesignandRealizationofAttendanceManagementSystemAbstractAlongwiththedevelopmentofthemodernscienceandtechnologymoreandmorecompaniesandenterprisesimplementedtheinformationmanagementtothestaff'scheckingattendanceandusecomputersysteminsteadofthecomplexmanualwaytomanagethecheckingattendancebusiness.Thecheckingattendancemanagementsystemmayeffectivelymanagethestaff'sgoingoutondutysituationStandardpersonnelsystemmanagementGuaranteesthecompanynormalwork.ItistheimportantpartofhumanresourcesmanagementThedevelopmentofthissystemmainlyincludestwoaspects:theestablishmentofthebackstagedatabaseandthedevelopmentofthefront-sideapplication.Thissystemcontainsfollowingseveralmodules:thebasicinformationmanagementmoduletheattendanceinformationmanagementmodulethestatisticalinquirymoduleandthesystemuseradministrationmodule.VisualC++andSQLServer2000areusedinthedevelopmentofthesystem.ThesystemusesthepopularADOtechnologyandencapsulatesthefieldsandtheoperationsofeachtableintosomeclasses.Itcausestheoperationwhichtheapplicationprocedureeachwindowallcansharesynchronizestables.Ithasnotrepeatcodesandmakestheapplicationtobeeasiertomaintain.Bythiswaytheideaofobject-orientedprogrammingwillbeappliedinthedatabaseapplication..Keywords:Attendancemanagement;Humanresources;Database;Dataaccesstechnology目录论文总页数:26页1引言11.1课题背景11.2本课题研究意义11.3本课题研究方法12开发工具22.1VisualC++6.022.2SQLServer200023考勤管理系统的设计33.1需求分