計(jì)算機(jī)人事工資管理系統(tǒng).doc
約79頁(yè)DOC格式手機(jī)打開(kāi)展開(kāi)
計(jì)算機(jī)人事工資管理系統(tǒng),摘 要由于計(jì)算機(jī)技術(shù)的飛速發(fā)展,數(shù)據(jù)庫(kù)技術(shù)作為數(shù)據(jù)管理的一個(gè)有效的手段,在各行各業(yè)中得到越來(lái)越廣泛的應(yīng)用。因此,本文圍繞一個(gè)”人事管理系統(tǒng)”程序的設(shè)計(jì)和應(yīng)用系統(tǒng)的開(kāi)發(fā)課題為背景,詳細(xì)介紹了以vb和sql server為語(yǔ)言編寫(xiě)管理信息系統(tǒng)的過(guò)程。該程序通過(guò)vb的ado數(shù)據(jù)對(duì)象來(lái)實(shí)現(xiàn)vb前臺(tái)與后臺(tái)sql server數(shù)據(jù)...
![](http://img.queshao.com/images/pcgzh.gif)
![](http://preview.queshao.com/tobuy/175353.gif)
內(nèi)容介紹
此文檔由會(huì)員 lsmasu 發(fā)布
摘 要
由于計(jì)算機(jī)技術(shù)的飛速發(fā)展,數(shù)據(jù)庫(kù)技術(shù)作為數(shù)據(jù)管理的一個(gè)有效的手段,在各行各業(yè)中得到越來(lái)越廣泛的應(yīng)用。因此,本文圍繞一個(gè)”人事管理系統(tǒng)”程序的設(shè)計(jì)和應(yīng)用系統(tǒng)的開(kāi)發(fā)課題為背景,詳細(xì)介紹了以VB和SQL SERVER為語(yǔ)言編寫(xiě)管理信息系統(tǒng)的過(guò)程。該程序通過(guò)VB的ADO數(shù)據(jù)對(duì)象來(lái)實(shí)現(xiàn)VB前臺(tái)與后臺(tái)SQL SERVER數(shù)據(jù)庫(kù)的連接,并具有典型的數(shù)據(jù)庫(kù)應(yīng)用系統(tǒng)的特征,完成了系統(tǒng)結(jié)構(gòu)與現(xiàn)實(shí)生活的緊密結(jié)合。
管理系統(tǒng)的開(kāi)發(fā)不僅是一個(gè)應(yīng)用程序編寫(xiě)的過(guò)程,更重要的是在系統(tǒng)分析和設(shè)計(jì)階段所做的工作。該程序在設(shè)計(jì)過(guò)程中嚴(yán)格遵循軟件工程學(xué)的方法,用分階段的生命周期計(jì)劃嚴(yán)格管理,并主要講述了程序的總體設(shè)計(jì)、詳細(xì)設(shè)計(jì)階段,對(duì)程序進(jìn)行需求迭代,不斷修正和改進(jìn),利用SQL SERVER的強(qiáng)大數(shù)據(jù)庫(kù)功能,直到形成一個(gè)完善的可行性系統(tǒng).優(yōu)美、秀麗的界面,方便實(shí)用的查詢與維護(hù)功能共同構(gòu)成了“人事工資管理系統(tǒng)”。
關(guān)鍵詞:VB,SQL SERVER,數(shù)據(jù)庫(kù),軟件工程,管理信息系統(tǒng)
Abstract
Because of the rapid development of computer technology, database technology as an effective means of data management, in all walks of life are increasingly wide application. Therefore, this article on a "personnel management system" design and procedures for applications development topics background, details and SQL Server to add language to the process of preparing management information systems. The procedure adopted to achieve the target data add the ado with VB prospects background SQL Server databases and database applications with typical characteristics, and completed the structure and system combining real life.
Management system applications development is not only a preparation process, but more importantly in the analysis and design phase work. The procedure strictly followed in the design process software engineering methods, and use a phased plan to manage the life cycle and on the main procedures designed, detailed design stage, the demand for computation procedures, and constantly revised and improved, the use of SQL Server powerful database functions, Until the feasibility of forming a perfect system. beautiful and attractive interface for practical information and the maintenance of the common functions constitute a "Personnel wage management system."
Keyword: VB,SQL SERVER,Database, Software Engineering, Management Information Systems
目 錄
摘 要 I
Abstract II
第1章 緒論 1
第2章 相關(guān)工具的基本理論 3
2.1 關(guān)于VB的說(shuō)明 3
2.2 關(guān)于管理信息系統(tǒng) 3
2.3 數(shù)據(jù)庫(kù)系統(tǒng)概述 4
2.4 ADO與SQL SERVER 2000 5
2.4.1 AxtiveX數(shù)據(jù)對(duì)象--ADO 5
2.4.2 關(guān)于SQL SERVER 2000 5
第3章 系統(tǒng)需求分析與總體設(shè)計(jì) 6
3.1 需求分析 6
3.2 系統(tǒng)設(shè)計(jì) 6
3.2.1 系統(tǒng)功能分析 6
3.2.2 數(shù)據(jù)流程圖 8
3.3 數(shù)據(jù)庫(kù)設(shè)計(jì) 9
3.3.1 數(shù)據(jù)庫(kù)需求分析 9
3.3.2 實(shí)體之間的E–R模型 9
3.3.3 數(shù)據(jù)庫(kù)邏輯結(jié)構(gòu)設(shè)計(jì) 10
3.4 本章小結(jié) 13
第4章 系統(tǒng)詳細(xì)設(shè)計(jì) 14
4.1 系統(tǒng)模塊的具體實(shí)現(xiàn) 14
4.1.1 系統(tǒng)的主界面 14
4.1.2 員工基本信息模塊 16
4.1.3 員工考勤模塊 20
4.1.4 員工評(píng)價(jià)模塊 24
4.1.5 員工工資管理模塊 24
4.1.7 部門管理模塊 27
4.1.8 系統(tǒng)其它功能簡(jiǎn)介 28
4.2 本章小結(jié) 29
第5章 系統(tǒng)運(yùn)行與測(cè)試 30
結(jié) 論 31
致 謝 32
參考文獻(xiàn) 33
附錄1 外文翻譯 34
附錄2 譯文 41
附錄3 系統(tǒng)的實(shí)現(xiàn)代碼 45
由于計(jì)算機(jī)技術(shù)的飛速發(fā)展,數(shù)據(jù)庫(kù)技術(shù)作為數(shù)據(jù)管理的一個(gè)有效的手段,在各行各業(yè)中得到越來(lái)越廣泛的應(yīng)用。因此,本文圍繞一個(gè)”人事管理系統(tǒng)”程序的設(shè)計(jì)和應(yīng)用系統(tǒng)的開(kāi)發(fā)課題為背景,詳細(xì)介紹了以VB和SQL SERVER為語(yǔ)言編寫(xiě)管理信息系統(tǒng)的過(guò)程。該程序通過(guò)VB的ADO數(shù)據(jù)對(duì)象來(lái)實(shí)現(xiàn)VB前臺(tái)與后臺(tái)SQL SERVER數(shù)據(jù)庫(kù)的連接,并具有典型的數(shù)據(jù)庫(kù)應(yīng)用系統(tǒng)的特征,完成了系統(tǒng)結(jié)構(gòu)與現(xiàn)實(shí)生活的緊密結(jié)合。
管理系統(tǒng)的開(kāi)發(fā)不僅是一個(gè)應(yīng)用程序編寫(xiě)的過(guò)程,更重要的是在系統(tǒng)分析和設(shè)計(jì)階段所做的工作。該程序在設(shè)計(jì)過(guò)程中嚴(yán)格遵循軟件工程學(xué)的方法,用分階段的生命周期計(jì)劃嚴(yán)格管理,并主要講述了程序的總體設(shè)計(jì)、詳細(xì)設(shè)計(jì)階段,對(duì)程序進(jìn)行需求迭代,不斷修正和改進(jìn),利用SQL SERVER的強(qiáng)大數(shù)據(jù)庫(kù)功能,直到形成一個(gè)完善的可行性系統(tǒng).優(yōu)美、秀麗的界面,方便實(shí)用的查詢與維護(hù)功能共同構(gòu)成了“人事工資管理系統(tǒng)”。
關(guān)鍵詞:VB,SQL SERVER,數(shù)據(jù)庫(kù),軟件工程,管理信息系統(tǒng)
Abstract
Because of the rapid development of computer technology, database technology as an effective means of data management, in all walks of life are increasingly wide application. Therefore, this article on a "personnel management system" design and procedures for applications development topics background, details and SQL Server to add language to the process of preparing management information systems. The procedure adopted to achieve the target data add the ado with VB prospects background SQL Server databases and database applications with typical characteristics, and completed the structure and system combining real life.
Management system applications development is not only a preparation process, but more importantly in the analysis and design phase work. The procedure strictly followed in the design process software engineering methods, and use a phased plan to manage the life cycle and on the main procedures designed, detailed design stage, the demand for computation procedures, and constantly revised and improved, the use of SQL Server powerful database functions, Until the feasibility of forming a perfect system. beautiful and attractive interface for practical information and the maintenance of the common functions constitute a "Personnel wage management system."
Keyword: VB,SQL SERVER,Database, Software Engineering, Management Information Systems
目 錄
摘 要 I
Abstract II
第1章 緒論 1
第2章 相關(guān)工具的基本理論 3
2.1 關(guān)于VB的說(shuō)明 3
2.2 關(guān)于管理信息系統(tǒng) 3
2.3 數(shù)據(jù)庫(kù)系統(tǒng)概述 4
2.4 ADO與SQL SERVER 2000 5
2.4.1 AxtiveX數(shù)據(jù)對(duì)象--ADO 5
2.4.2 關(guān)于SQL SERVER 2000 5
第3章 系統(tǒng)需求分析與總體設(shè)計(jì) 6
3.1 需求分析 6
3.2 系統(tǒng)設(shè)計(jì) 6
3.2.1 系統(tǒng)功能分析 6
3.2.2 數(shù)據(jù)流程圖 8
3.3 數(shù)據(jù)庫(kù)設(shè)計(jì) 9
3.3.1 數(shù)據(jù)庫(kù)需求分析 9
3.3.2 實(shí)體之間的E–R模型 9
3.3.3 數(shù)據(jù)庫(kù)邏輯結(jié)構(gòu)設(shè)計(jì) 10
3.4 本章小結(jié) 13
第4章 系統(tǒng)詳細(xì)設(shè)計(jì) 14
4.1 系統(tǒng)模塊的具體實(shí)現(xiàn) 14
4.1.1 系統(tǒng)的主界面 14
4.1.2 員工基本信息模塊 16
4.1.3 員工考勤模塊 20
4.1.4 員工評(píng)價(jià)模塊 24
4.1.5 員工工資管理模塊 24
4.1.7 部門管理模塊 27
4.1.8 系統(tǒng)其它功能簡(jiǎn)介 28
4.2 本章小結(jié) 29
第5章 系統(tǒng)運(yùn)行與測(cè)試 30
結(jié) 論 31
致 謝 32
參考文獻(xiàn) 33
附錄1 外文翻譯 34
附錄2 譯文 41
附錄3 系統(tǒng)的實(shí)現(xiàn)代碼 45