考勤管理系統(tǒng)的開(kāi)發(fā).doc
約40頁(yè)DOC格式手機(jī)打開(kāi)展開(kāi)
考勤管理系統(tǒng)的開(kāi)發(fā),1.6萬(wàn)字自己原創(chuàng)的畢業(yè)設(shè)計(jì),今年最新的,僅在本站獨(dú)家提交,大家放心使用摘要 隨著現(xiàn)代科學(xué)技術(shù)的發(fā)展,許多企業(yè)的規(guī)模日益壯大,對(duì)員工考勤信息管理也提出了更高的要求。傳統(tǒng)的考勤管理主要依靠手工、半手工方式,效率低且準(zhǔn)確性不高,越來(lái)越多的公司和企業(yè)對(duì)員工考勤都實(shí)行了信息化管理,使用計(jì)算機(jī)系統(tǒng)代替復(fù)雜的手工...
內(nèi)容介紹
此文檔由會(huì)員 jiji888 發(fā)布
考勤管理系統(tǒng)的開(kāi)發(fā)
1.6萬(wàn)字
自己原創(chuàng)的畢業(yè)設(shè)計(jì),今年最新的,僅在本站獨(dú)家提交,大家放心使用
摘要 隨著現(xiàn)代科學(xué)技術(shù)的發(fā)展,許多企業(yè)的規(guī)模日益壯大,對(duì)員工考勤信息管理也提出了更高的要求。傳統(tǒng)的考勤管理主要依靠手工、半手工方式,效率低且準(zhǔn)確性不高,越來(lái)越多的公司和企業(yè)對(duì)員工考勤都實(shí)行了信息化管理,使用計(jì)算機(jī)系統(tǒng)代替復(fù)雜的手工方式來(lái)管理考勤事務(wù)。因此,開(kāi)發(fā)一個(gè)界面友好,易于操作的員工信息管理軟件進(jìn)行自動(dòng)化處理具有較大的現(xiàn)實(shí)意義。
系統(tǒng)的開(kāi)發(fā)主要包括后臺(tái)數(shù)據(jù)庫(kù)的建立,維護(hù)以及前端應(yīng)用程序的開(kāi)發(fā)兩個(gè)方面,主要模塊包括登錄模塊,考勤信息管理模塊,統(tǒng)計(jì)查詢(xún)模塊,員工信息管理模塊和系統(tǒng)設(shè)置模塊。系統(tǒng)是使用Visual C++開(kāi)發(fā)語(yǔ)言,使用Microsoft Visual C++ 6.0作為工具軟件,數(shù)據(jù)庫(kù)為Access 2010。系統(tǒng)采用目前比較流行的ODBC數(shù)據(jù)訪問(wèn)技術(shù),并將每個(gè)數(shù)據(jù)庫(kù)表的字段和操作封裝到類(lèi)中,它使應(yīng)用程序的各個(gè)窗口都能夠共享對(duì)表的操作,不需要重復(fù)編碼,使程序更加易于維護(hù),從而將面向?qū)ο蟮某绦蛟O(shè)計(jì)思想應(yīng)用到數(shù)據(jù)庫(kù)應(yīng)用程序中。
本考勤系統(tǒng)成本低廉、易于操作,交互性強(qiáng),避免人力物力的浪費(fèi),保證數(shù)據(jù)信息的準(zhǔn)確性和安全性。能有效地統(tǒng)計(jì)公司員工的出勤情況,規(guī)范人事管理制度,保證公司正常的工作秩序,具有較高的實(shí)用價(jià)值。
關(guān)鍵詞:Visual C++ Access MFC 考勤管理 ODBC數(shù)據(jù)訪問(wèn)
The Development of Attendance Management System Based on VC++
Abstract With the development of modern science and technology, many enterprise scale keep growing, at the same time it put forward higher requirements to the management of the employees' attendance information.Traditional attendance management mainly rely on manual, half manual approach, it has low efficiency and the accuracy , so a growing number of companies and enterprises realize informatization management of the employees' attendance, they use computer system to replace the complex manual approach to finish the job. Therefore, to develop a friendly interface, easily operation staff information management software for automated processing has a great practical significance.
System mainly includes the establishment of the background database,front-end application maintenance and development of two main modules,including the login module,attendance information management module,statistical query module, employee information management module and system Settings module.System is to use Visual C++ development language,the use of Microsoft Visual Studio 6.0 as a tool for software,database for Access 2010.System is currently more popular ODBC data access technology,and database tables for each of the field and operation of the class package,which allows applications to share all the various windows on the operation table,do not need to duplicate code,so that procedures more easy to maintain,so that object-oriented programming design concepts applied to database applications.
The attendance system has the advantages of low cost, easy operation,strong interactivity, avoid the waste of human and material resources and ensure the accuracy and safety of data information. It can statistic the attendance of the staff effectively , standardize the personnel management and maintain the the normal work order,.The attendance management system has high practical value.
Key words: Visual C++ Access MFC attendance management ODBC data access
目 錄
第一章 緒論 1
1.1 項(xiàng)目開(kāi)發(fā)的背景及意義 1
1.2 項(xiàng)目開(kāi)發(fā)現(xiàn)狀與發(fā)展趨勢(shì) 2
1.3 論文結(jié)構(gòu) 3
第二章 管理信息系統(tǒng)及關(guān)鍵技術(shù)分析 4
2.1 管理信息系統(tǒng) 4
2.1.1 基本概念 4
2.1.2 管理信息系統(tǒng)的開(kāi)發(fā)方法 4
2.2 數(shù)據(jù)庫(kù)概述 5
2.2.1 數(shù)據(jù)庫(kù)的基本概念 5
2.2.2 關(guān)系數(shù)據(jù)庫(kù) 6
2.2.3 Access數(shù)據(jù)庫(kù) 7
2.3 數(shù)據(jù)庫(kù)設(shè)計(jì)的基本步驟 7
2.4 ODBC的數(shù)據(jù)庫(kù)訪問(wèn)技術(shù) 8
2.5 Visual C++介紹 10
第三章 考勤管理系統(tǒng)的需求分析 11
3.1 系統(tǒng)功能需求分析 11
3.2 系統(tǒng)業(yè)務(wù)流程分析 13
3.3 系統(tǒng)數(shù)據(jù)流圖 14
3.4 可行性分析 14
3.4.1 技術(shù)方面 14
3.4.2 經(jīng)濟(jì)方面 15
第四章 考勤管理系統(tǒng)的設(shè)計(jì) 16
4.1 系統(tǒng)技術(shù)架構(gòu)設(shè)計(jì) 16
4.2 系統(tǒng)功能設(shè)計(jì) 17
4.3 系統(tǒng)數(shù)據(jù)庫(kù)設(shè)計(jì) 19
4.3.1 概念結(jié)構(gòu)設(shè)計(jì) 19
4.3.2 邏輯結(jié)構(gòu)設(shè)計(jì) 22
第五章 考勤管理系統(tǒng)的實(shí)現(xiàn) 26
5.1 系統(tǒng)登錄界面 26
5.2 管理員模塊 27
5.3 普通員工模塊 31
第六章 性能測(cè)試與分析 32
6.1 測(cè)試實(shí)例的研究與選擇 32
6.2 測(cè)試環(huán)境與測(cè)試條件 33
6.3 實(shí)例測(cè)試 33
6.4 測(cè)試結(jié)果 33
結(jié) 論 34
致 謝 35
參考文獻(xiàn) 36
1.6萬(wàn)字
自己原創(chuàng)的畢業(yè)設(shè)計(jì),今年最新的,僅在本站獨(dú)家提交,大家放心使用
摘要 隨著現(xiàn)代科學(xué)技術(shù)的發(fā)展,許多企業(yè)的規(guī)模日益壯大,對(duì)員工考勤信息管理也提出了更高的要求。傳統(tǒng)的考勤管理主要依靠手工、半手工方式,效率低且準(zhǔn)確性不高,越來(lái)越多的公司和企業(yè)對(duì)員工考勤都實(shí)行了信息化管理,使用計(jì)算機(jī)系統(tǒng)代替復(fù)雜的手工方式來(lái)管理考勤事務(wù)。因此,開(kāi)發(fā)一個(gè)界面友好,易于操作的員工信息管理軟件進(jìn)行自動(dòng)化處理具有較大的現(xiàn)實(shí)意義。
系統(tǒng)的開(kāi)發(fā)主要包括后臺(tái)數(shù)據(jù)庫(kù)的建立,維護(hù)以及前端應(yīng)用程序的開(kāi)發(fā)兩個(gè)方面,主要模塊包括登錄模塊,考勤信息管理模塊,統(tǒng)計(jì)查詢(xún)模塊,員工信息管理模塊和系統(tǒng)設(shè)置模塊。系統(tǒng)是使用Visual C++開(kāi)發(fā)語(yǔ)言,使用Microsoft Visual C++ 6.0作為工具軟件,數(shù)據(jù)庫(kù)為Access 2010。系統(tǒng)采用目前比較流行的ODBC數(shù)據(jù)訪問(wèn)技術(shù),并將每個(gè)數(shù)據(jù)庫(kù)表的字段和操作封裝到類(lèi)中,它使應(yīng)用程序的各個(gè)窗口都能夠共享對(duì)表的操作,不需要重復(fù)編碼,使程序更加易于維護(hù),從而將面向?qū)ο蟮某绦蛟O(shè)計(jì)思想應(yīng)用到數(shù)據(jù)庫(kù)應(yīng)用程序中。
本考勤系統(tǒng)成本低廉、易于操作,交互性強(qiáng),避免人力物力的浪費(fèi),保證數(shù)據(jù)信息的準(zhǔn)確性和安全性。能有效地統(tǒng)計(jì)公司員工的出勤情況,規(guī)范人事管理制度,保證公司正常的工作秩序,具有較高的實(shí)用價(jià)值。
關(guān)鍵詞:Visual C++ Access MFC 考勤管理 ODBC數(shù)據(jù)訪問(wèn)
The Development of Attendance Management System Based on VC++
Abstract With the development of modern science and technology, many enterprise scale keep growing, at the same time it put forward higher requirements to the management of the employees' attendance information.Traditional attendance management mainly rely on manual, half manual approach, it has low efficiency and the accuracy , so a growing number of companies and enterprises realize informatization management of the employees' attendance, they use computer system to replace the complex manual approach to finish the job. Therefore, to develop a friendly interface, easily operation staff information management software for automated processing has a great practical significance.
System mainly includes the establishment of the background database,front-end application maintenance and development of two main modules,including the login module,attendance information management module,statistical query module, employee information management module and system Settings module.System is to use Visual C++ development language,the use of Microsoft Visual Studio 6.0 as a tool for software,database for Access 2010.System is currently more popular ODBC data access technology,and database tables for each of the field and operation of the class package,which allows applications to share all the various windows on the operation table,do not need to duplicate code,so that procedures more easy to maintain,so that object-oriented programming design concepts applied to database applications.
The attendance system has the advantages of low cost, easy operation,strong interactivity, avoid the waste of human and material resources and ensure the accuracy and safety of data information. It can statistic the attendance of the staff effectively , standardize the personnel management and maintain the the normal work order,.The attendance management system has high practical value.
Key words: Visual C++ Access MFC attendance management ODBC data access
目 錄
第一章 緒論 1
1.1 項(xiàng)目開(kāi)發(fā)的背景及意義 1
1.2 項(xiàng)目開(kāi)發(fā)現(xiàn)狀與發(fā)展趨勢(shì) 2
1.3 論文結(jié)構(gòu) 3
第二章 管理信息系統(tǒng)及關(guān)鍵技術(shù)分析 4
2.1 管理信息系統(tǒng) 4
2.1.1 基本概念 4
2.1.2 管理信息系統(tǒng)的開(kāi)發(fā)方法 4
2.2 數(shù)據(jù)庫(kù)概述 5
2.2.1 數(shù)據(jù)庫(kù)的基本概念 5
2.2.2 關(guān)系數(shù)據(jù)庫(kù) 6
2.2.3 Access數(shù)據(jù)庫(kù) 7
2.3 數(shù)據(jù)庫(kù)設(shè)計(jì)的基本步驟 7
2.4 ODBC的數(shù)據(jù)庫(kù)訪問(wèn)技術(shù) 8
2.5 Visual C++介紹 10
第三章 考勤管理系統(tǒng)的需求分析 11
3.1 系統(tǒng)功能需求分析 11
3.2 系統(tǒng)業(yè)務(wù)流程分析 13
3.3 系統(tǒng)數(shù)據(jù)流圖 14
3.4 可行性分析 14
3.4.1 技術(shù)方面 14
3.4.2 經(jīng)濟(jì)方面 15
第四章 考勤管理系統(tǒng)的設(shè)計(jì) 16
4.1 系統(tǒng)技術(shù)架構(gòu)設(shè)計(jì) 16
4.2 系統(tǒng)功能設(shè)計(jì) 17
4.3 系統(tǒng)數(shù)據(jù)庫(kù)設(shè)計(jì) 19
4.3.1 概念結(jié)構(gòu)設(shè)計(jì) 19
4.3.2 邏輯結(jié)構(gòu)設(shè)計(jì) 22
第五章 考勤管理系統(tǒng)的實(shí)現(xiàn) 26
5.1 系統(tǒng)登錄界面 26
5.2 管理員模塊 27
5.3 普通員工模塊 31
第六章 性能測(cè)試與分析 32
6.1 測(cè)試實(shí)例的研究與選擇 32
6.2 測(cè)試環(huán)境與測(cè)試條件 33
6.3 實(shí)例測(cè)試 33
6.4 測(cè)試結(jié)果 33
結(jié) 論 34
致 謝 35
參考文獻(xiàn) 36
TA們正在看...
- 旋風(fēng)式外銑削頭設(shè)計(jì)論文.doc
- 減肥方法大匯總ppt.pptx
- 高??蒲薪?jīng)費(fèi)管理模式探討.docx
- 2004年深圳市公務(wù)員考試行測(cè)真題【完整+答案】.doc
- 2005年深圳市公務(wù)員考試行測(cè)真題【完整+答案】.doc
- 2007年深圳市公務(wù)員考試行測(cè)真題【完整+答案】.doc
- 2008年上半年深圳市公務(wù)員考試行測(cè)真題【完整+答案...doc
- 2008年下半年深圳市公務(wù)員考試行測(cè)真題【完整+答案...doc
- 2009年深圳市公務(wù)員考試行測(cè)真題【部分】.doc
- 2010深圳行測(cè)真題【完整+答案+解析】.doc