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

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

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

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

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

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

考勤管理系统设计与实现摘要随着当代科学技术发展,越来越多公司和公司对职工考勤都实行了信息化管理,使用计算机系统代替复杂手工方式来管理考勤事务。考勤管理系统可以有效地管理公司员工出勤状况,规范人事制度管理,保证公司正常工作,是人力资源管理重要构成某些。系统开发重要涉及后台数据库建立,维护以及前端应用程序开发两个方面,重要模块涉及基本信息管理模块,考勤信息管理模块,记录查询模块和系统顾客管理模块。系统是使用VisualC++开发语言,使用MicrosoftVisualStudio6.0作为工具软件,数据库为SQLServer。系统采用当前比较流行ADO数据访问技术,并将每个数据库表字段和操作封装到类中,它使应用程序各个窗口都可以共享对表操作,不需要重复编码,使程序更加易于维护,从而将面向对象程序设计思想应用到数据库应用程序中。核心词:考勤管理;人力资源;数据库;数据访问技术DesignandRealizationofAttendanceManagementSystemAbstractAlongwiththedevelopmentofthemodernscienceandtechnology,moreandmorecompaniesandenterprisesimplementedtheinformationmanagementtothestaff'scheckingattendance,andusecomputersysteminsteadofthecomplexmanualwaytomanagethecheckingattendancebusiness.Thecheckingattendancemanagementsystemmayeffectivelymanagethestaff'sgoingoutondutysituation,Standardpersonnelsystemmanagement,Guaranteesthecompanynormalwork.ItistheimportantpartofhumanresourcesmanagementThedevelopmentofthissystemmainlyincludestwoaspects:theestablishmentofthebackstagedatabaseandthedevelopmentofthefront-sideapplication.Thissystemcontainsfollowingseveralmodules:thebasicinformationmanagementmodule,theattendanceinformationmanagementmodule,thestatisticalinquirymoduleandthesystemuseradministrationmodule.VisualC++andSQLServerareusedinthedevelopmentofthesystem.ThesystemusesthepopularADOtechnology,andencapsulatesthefieldsandtheoperationsofeachtableintosomeclasses.Itcausestheoperationwhichtheapplicationprocedureeachwindowallcansharesynchronizestables.Ithasnotrepeatcodes,andmakestheapplicationtobeeasiertomaintain.Bythisway,theideaofobject-orientedprogrammingwillbeappliedinthedatabaseapplication..Keywords:Attendancemanagement;Humanresources;Database;Dataaccesstechnology目录论文总页数:26页TOC\o"1-3"\h\z\uHYPERLINK\l"_Toc"1引言PAGEREF_Toc\h1HYPERLINK\l"_Toc"1.1课题背景PAGEREF_Toc\h1HYPERLINK\l"_Toc"1.2本课题研究意义PAGEREF_Toc\h1HYPERLINK\l"_Toc"1.3本课题研究办法PAGEREF_Toc\h1HYPERLINK\l"_Toc"2开发工具PAGEREF_Toc\h2HYPERLINK\l"_Toc"2.1VisualC++6.0PAGEREF_Toc\h2HYPERLINK\l"_Toc"2.2SQL