特级做A爰片毛片免费69,永久免费AV无码不卡在线观看,国产精品无码av地址一,久久无码色综合中文字幕

考勤管理系統(tǒng)的開發(fā).doc

  
約40頁DOC格式手機打開展開

考勤管理系統(tǒng)的開發(fā),1.6萬字自己原創(chuàng)的畢業(yè)設(shè)計,今年最新的,僅在本站獨家提交,大家放心使用摘要 隨著現(xiàn)代科學(xué)技術(shù)的發(fā)展,許多企業(yè)的規(guī)模日益壯大,對員工考勤信息管理也提出了更高的要求。傳統(tǒng)的考勤管理主要依靠手工、半手工方式,效率低且準(zhǔn)確性不高,越來越多的公司和企業(yè)對員工考勤都實行了信息化管理,使用計算機系統(tǒng)代替復(fù)雜的手工...
編號:99-481623大小:2.61M
分類: 論文>通信/電子論文

內(nèi)容介紹

此文檔由會員 jiji888 發(fā)布

考勤管理系統(tǒng)的開發(fā)

1.6萬字
自己原創(chuàng)的畢業(yè)設(shè)計,今年最新的,僅在本站獨家提交,大家放心使用


摘要 隨著現(xiàn)代科學(xué)技術(shù)的發(fā)展,許多企業(yè)的規(guī)模日益壯大,對員工考勤信息管理也提出了更高的要求。傳統(tǒng)的考勤管理主要依靠手工、半手工方式,效率低且準(zhǔn)確性不高,越來越多的公司和企業(yè)對員工考勤都實行了信息化管理,使用計算機系統(tǒng)代替復(fù)雜的手工方式來管理考勤事務(wù)。因此,開發(fā)一個界面友好,易于操作的員工信息管理軟件進(jìn)行自動化處理具有較大的現(xiàn)實意義。
系統(tǒng)的開發(fā)主要包括后臺數(shù)據(jù)庫的建立,維護以及前端應(yīng)用程序的開發(fā)兩個方面,主要模塊包括登錄模塊,考勤信息管理模塊,統(tǒng)計查詢模塊,員工信息管理模塊和系統(tǒng)設(shè)置模塊。系統(tǒng)是使用Visual C++開發(fā)語言,使用Microsoft Visual C++ 6.0作為工具軟件,數(shù)據(jù)庫為Access 2010。系統(tǒng)采用目前比較流行的ODBC數(shù)據(jù)訪問技術(shù),并將每個數(shù)據(jù)庫表的字段和操作封裝到類中,它使應(yīng)用程序的各個窗口都能夠共享對表的操作,不需要重復(fù)編碼,使程序更加易于維護,從而將面向?qū)ο蟮某绦蛟O(shè)計思想應(yīng)用到數(shù)據(jù)庫應(yīng)用程序中。
本考勤系統(tǒng)成本低廉、易于操作,交互性強,避免人力物力的浪費,保證數(shù)據(jù)信息的準(zhǔn)確性和安全性。能有效地統(tǒng)計公司員工的出勤情況,規(guī)范人事管理制度,保證公司正常的工作秩序,具有較高的實用價值。
關(guān)鍵詞:Visual C++ Access MFC 考勤管理 ODBC數(shù)據(jù)訪問

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 項目開發(fā)的背景及意義 1
1.2 項目開發(fā)現(xiàn)狀與發(fā)展趨勢 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)的開發(fā)方法 4
2.2 數(shù)據(jù)庫概述 5
2.2.1 數(shù)據(jù)庫的基本概念 5
2.2.2 關(guān)系數(shù)據(jù)庫 6
2.2.3 Access數(shù)據(jù)庫 7
2.3 數(shù)據(jù)庫設(shè)計的基本步驟 7
2.4 ODBC的數(shù)據(jù)庫訪問技術(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)濟方面 15
第四章 考勤管理系統(tǒng)的設(shè)計 16
4.1 系統(tǒng)技術(shù)架構(gòu)設(shè)計 16
4.2 系統(tǒng)功能設(shè)計 17
4.3 系統(tǒng)數(shù)據(jù)庫設(shè)計 19
4.3.1 概念結(jié)構(gòu)設(shè)計 19
4.3.2 邏輯結(jié)構(gòu)設(shè)計 22
第五章 考勤管理系統(tǒng)的實現(xiàn) 26
5.1 系統(tǒng)登錄界面 26
5.2 管理員模塊 27
5.3 普通員工模塊 31
第六章 性能測試與分析 32
6.1 測試實例的研究與選擇 32
6.2 測試環(huán)境與測試條件 33
6.3 實例測試 33
6.4 測試結(jié)果 33
結(jié) 論 34
致 謝 35
參考文獻(xiàn) 36