欢迎来到天天文库
浏览记录
ID:5464441
大小:324.51 KB
页数:85页
时间:2017-12-13
《毕业设计(论文)-基于c++的企业考勤管理系统的设计与开发》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要随着现代科学技术的发展,越来越多的公司和企业对职工的考勤都实行了信息化管理,使用计算机系统代替复杂的手工方式来管理考勤事务。考勤管理系统可以有效地管理公司员工的出勤情况,规范人事制度管理,保证公司正常的工作,是人力资源管理的重要组成部分。系统的开发主要包括后台数据库的建立,维护以及前端应用程序的开发两个方面,主要模块包括基本信息管理模块,考勤信息管理模块,统计查询模块和系统用户管理模块。系统是使用VisualC++开发语言,使用MicrosoftVisualStudio6.0作为工具软件,数据库为SQLServer2000。系统采用目前比较流行的ADO数据访问技术,并将每个数据库表的
2、字段和操作封装到类中,它使应用程序的各个窗口都能够共享对表的操作,不需要重复编码,使程序更加易于维护,从而将面向对象的程序设计思想应用到数据库应用程序中。关键词:考勤管理;人力资源;数据库;数据访问技术2AbstractAlongwiththedevelopmentofthemodernscienceandtechnology,moreandmorecompaniesandenterprisesimplementedtheinformationmanagementtothestaff'scheckingattendance,andusecomputersysteminsteadofthe
3、complexmanualwaytomanagethecheckingattendancebusiness.Thecheckingattendancemanagementsystemmayeffectivelymanagethestaff'sgoingoutondutysituation,Standardpersonnelsystemmanagement,Guaranteesthecompanynormalwork.ItistheimportantpartofhumanresourcesmanagementThedevelopmentofthissystemmainlyincludest
4、woaspects:theestablishmentofthebackstagedatabaseandthedevelopmentofthefront-sideapplication.Thissystemcontainsfollowingseveralmodules:thebasicinformationmanagementmodule,theattendanceinformationmanagementmodule,thestatisticalinquirymoduleandthesystemuseradministrationmodule.VisualC++andSQLServer2
5、000areusedinthedevelopmentofthesystem.ThesystemusesthepopularADOtechnology,andencapsulatesthefieldsandtheoperationsofeachtableintosomeclasses.Itcausestheoperationwhichtheapplicationprocedureeachwindowallcansharesynchronizestables.Ithasnotrepeatcodes,andmakestheapplicationtobeeasiertomaintain.Byth
6、isway,theideaofobject-orientedprogrammingwillbeappliedinthedatabaseapplication.Keywords:Attendancemanagement;Humanresources;Database;Dataaccesstechnology2目录摘要2第1章概述11.1企业考勤管理系统意义1企业考勤系统的应用背景11.3企业考勤系统基于的技术种类1第2章系统的可行性研究12.1技术可行性分析1经济可行性分析12.3操作运行可行性分析1第3章系统分析13.1系统需求分析1用户工作流程13.1.2功能需求13.2性能需求13.
7、3全局分析1第4章系统软件设计14.1系统设计预览14.1.1系统设计目标与功能结构14.1.2业务流程图展示14.2数据库设计14.2.1数据库分析14.3公共类的设计14.3.1CADOconnection类14.3.2CADODataSet类14.4统主体窗的设计14.5系统模块设计14.5.1用户登入模块设计14.5.2用户管理模块设计14.5.3部门管理模块设计14.5.4人员信息管理模块14.5.5考勤管理模块设计14.
此文档下载收益归作者所有