企業(yè)員工信息管理系統(tǒng)的設(shè)計.doc
約41頁DOC格式手機(jī)打開展開
企業(yè)員工信息管理系統(tǒng)的設(shè)計,1.59萬字自己原創(chuàng)的畢業(yè)設(shè)計,今年最新的,僅在本站獨家提交,大家放心使用 摘要 隨著電子技術(shù)和數(shù)據(jù)庫技術(shù)的發(fā)展,傳統(tǒng)的企業(yè)員工信息管理系統(tǒng)由于工作效率低下、可靠性較差、工作量大的特點,無法適應(yīng)現(xiàn)代企業(yè)對員工信息的高效高速的處理要求。而信息量較小中小型企業(yè)并不需要價格昂貴且功能復(fù)雜的大型的企業(yè)...
內(nèi)容介紹
此文檔由會員 jiji888 發(fā)布
企業(yè)員工信息管理系統(tǒng)的設(shè)計
1.59萬字
自己原創(chuàng)的畢業(yè)設(shè)計,今年最新的,僅在本站獨家提交,大家放心使用
摘要 隨著電子技術(shù)和數(shù)據(jù)庫技術(shù)的發(fā)展,傳統(tǒng)的企業(yè)員工信息管理系統(tǒng)由于工作效率低下、可靠性較差、工作量大的特點,無法適應(yīng)現(xiàn)代企業(yè)對員工信息的高效高速的處理要求。而信息量較小中小型企業(yè)并不需要價格昂貴且功能復(fù)雜的大型的企業(yè)員工信息管理系統(tǒng),所以設(shè)計并實現(xiàn)一個簡單易維護(hù)的小型企業(yè)員工信息管理系統(tǒng)對于小型企業(yè)信息化管理顯得很有必要。
在充分研究了基于面向?qū)ο竽K設(shè)計的軟件開發(fā)工具Visual Basic 6.0和數(shù)據(jù)庫管理系統(tǒng)Microsoft Access 2007后,針對于中小型企業(yè)的員工信息管理系統(tǒng)的基本功能需求進(jìn)行分析,并對整個系統(tǒng)進(jìn)行總體設(shè)計,將所設(shè)計的員工信息管理系統(tǒng)劃分為:登錄模塊、員工基本信息管理模塊、工資信息管理模塊、部門信息管理模塊。分別實現(xiàn)對用戶登錄信息的管理和企業(yè)員工信息的添加、刪除、修改和查詢等功能。在設(shè)計過程中,充分利用了Microsoft Access技術(shù)設(shè)計了四張表:系統(tǒng)管理表、員工基本信息表、工資信息表和部門信息表,同時,充分發(fā)揮了VB語言語法簡單、結(jié)構(gòu)簡明的特點,利用開發(fā)工具Visual Basic 6.0進(jìn)行了登陸界面、首頁界面、員工基本信息管理界面、工資信息管理界面和部門信息管理界面等界面的設(shè)計。同時,實現(xiàn)過程中使用SQL語言,通過Access數(shù)據(jù)庫引擎4.0連接到數(shù)據(jù)庫,解決了數(shù)據(jù)庫連接問題。
最后,對所開發(fā)的小型企業(yè)信息員工信息管理系統(tǒng)進(jìn)行了運行與測試,運行結(jié)果表明系統(tǒng)界面簡潔、運行穩(wěn)定、功能相對齊全,基本達(dá)到了預(yù)期目標(biāo),證明本系統(tǒng)是一款簡潔且易于維護(hù)的小型企業(yè)的員工信息管理系統(tǒng)。
關(guān)鍵詞:信息管理系統(tǒng) Visual Basic 6.0 Microsoft Access 數(shù)據(jù)庫
Design of an Enterprise Employee Information Management System
Abstract With the development of electronic technology and database technology, traditional enterprise employee information management system due to inefficiency, poor reliability, workload characteristics, unable to adapt to the modern enterprise employees efficient high-speed information processing requirements. The small amount of information that SMEs do not need expensive and complex features a large information management system for enterprise employees, so the design and implementation of a simple and easy for small businesses to maintain employee information management system for small business information management becomes necessary .
In the full study modules based on object-oriented software development tools designed Visual Basic 6.0 and Microsoft Access database management system after 2007, the basic functions for small and medium enterprises in employee information management system needs analysis, and the overall design of the entire system, The design of employee information management system is divided into: login module, employees' basic information management module, payroll information management module, departmental information management module. Adding information to management and employees were realized on user login information, delete, modify, and query functions. In the design process, the full use of the technical design of the four Microsoft Access Table: system management, employee basic information table, salary information and sectoral information table, and give full play to the VB language syntax is simple, concise structural characteristics, the use of Visual Basic 6.0 development tools were the login screen, home screen, the employees' basic information management interface, salary information management interface and departmental information management interface interface design. Meanwhile, the implementation process using the SQL language, to connect to the database, the database connection problems solved by the Access database engine 4.0.
Finally, the development of small business information employee information management system has been running and testing, the results show that the system interface is simple, stable operation, function relatively complete, basically achieve the desired objectives, the system is a proof for small businesses Employee information management system, while, on the future research work has a certain significance.
Keywords: Information Management System Visual Basic 6.0 Microsoft Access database
目錄
第一章 緒論 1
1.1 課題產(chǎn)生的背景 1
1.2 員工信息系統(tǒng)的研究現(xiàn)狀 2
1.3 論文的內(nèi)容與組織 2
第二章 課題相關(guān)工具和技術(shù) 4
2.1 管理信息系統(tǒng)簡介 4
2.2 Visual Basic 6.0開發(fā)技術(shù) 5
2.2.1 關(guān)于Visual Basic 5
2.2.2 Visual Basic語言特點 6
2.3 數(shù)據(jù)庫管理系統(tǒng) 6
2.3.1 數(shù)據(jù)庫技術(shù) 6
2.3.2 Access簡介 8
第三章 企業(yè)員工信息管理系統(tǒng)的設(shè)計 9
3.1 企業(yè)員工信息管理系統(tǒng)的需求分析 9
3.2 企業(yè)員工信息管理系統(tǒng)的總體設(shè)計 9
3.3 企業(yè)員工信息管理系統(tǒng)的詳細(xì)設(shè)計 10
3.3.1 登錄模塊的設(shè)計 10
3.3.2 員工基本信息管理模塊的設(shè)計 10
3.3.3 員工工資信息管理模塊的設(shè)計 11
3.3.4 部門信息管理模塊的設(shè)計 11
3.4 數(shù)據(jù)庫的設(shè)計 11
第四章 企業(yè)員工信息管理系統(tǒng)的實現(xiàn)與運行 14
4.1 登陸模塊 14
4.2 首頁界面 16
4.3 員工基本信息管理 18
4.4 員工工資信息管理 24
4.5 部門信息管理 29
第五章 總結(jié)與展望 35
5.1 總結(jié) 35
5.2 展望未來 35
致謝 37
參考文..
1.59萬字
自己原創(chuàng)的畢業(yè)設(shè)計,今年最新的,僅在本站獨家提交,大家放心使用
摘要 隨著電子技術(shù)和數(shù)據(jù)庫技術(shù)的發(fā)展,傳統(tǒng)的企業(yè)員工信息管理系統(tǒng)由于工作效率低下、可靠性較差、工作量大的特點,無法適應(yīng)現(xiàn)代企業(yè)對員工信息的高效高速的處理要求。而信息量較小中小型企業(yè)并不需要價格昂貴且功能復(fù)雜的大型的企業(yè)員工信息管理系統(tǒng),所以設(shè)計并實現(xiàn)一個簡單易維護(hù)的小型企業(yè)員工信息管理系統(tǒng)對于小型企業(yè)信息化管理顯得很有必要。
在充分研究了基于面向?qū)ο竽K設(shè)計的軟件開發(fā)工具Visual Basic 6.0和數(shù)據(jù)庫管理系統(tǒng)Microsoft Access 2007后,針對于中小型企業(yè)的員工信息管理系統(tǒng)的基本功能需求進(jìn)行分析,并對整個系統(tǒng)進(jìn)行總體設(shè)計,將所設(shè)計的員工信息管理系統(tǒng)劃分為:登錄模塊、員工基本信息管理模塊、工資信息管理模塊、部門信息管理模塊。分別實現(xiàn)對用戶登錄信息的管理和企業(yè)員工信息的添加、刪除、修改和查詢等功能。在設(shè)計過程中,充分利用了Microsoft Access技術(shù)設(shè)計了四張表:系統(tǒng)管理表、員工基本信息表、工資信息表和部門信息表,同時,充分發(fā)揮了VB語言語法簡單、結(jié)構(gòu)簡明的特點,利用開發(fā)工具Visual Basic 6.0進(jìn)行了登陸界面、首頁界面、員工基本信息管理界面、工資信息管理界面和部門信息管理界面等界面的設(shè)計。同時,實現(xiàn)過程中使用SQL語言,通過Access數(shù)據(jù)庫引擎4.0連接到數(shù)據(jù)庫,解決了數(shù)據(jù)庫連接問題。
最后,對所開發(fā)的小型企業(yè)信息員工信息管理系統(tǒng)進(jìn)行了運行與測試,運行結(jié)果表明系統(tǒng)界面簡潔、運行穩(wěn)定、功能相對齊全,基本達(dá)到了預(yù)期目標(biāo),證明本系統(tǒng)是一款簡潔且易于維護(hù)的小型企業(yè)的員工信息管理系統(tǒng)。
關(guān)鍵詞:信息管理系統(tǒng) Visual Basic 6.0 Microsoft Access 數(shù)據(jù)庫
Design of an Enterprise Employee Information Management System
Abstract With the development of electronic technology and database technology, traditional enterprise employee information management system due to inefficiency, poor reliability, workload characteristics, unable to adapt to the modern enterprise employees efficient high-speed information processing requirements. The small amount of information that SMEs do not need expensive and complex features a large information management system for enterprise employees, so the design and implementation of a simple and easy for small businesses to maintain employee information management system for small business information management becomes necessary .
In the full study modules based on object-oriented software development tools designed Visual Basic 6.0 and Microsoft Access database management system after 2007, the basic functions for small and medium enterprises in employee information management system needs analysis, and the overall design of the entire system, The design of employee information management system is divided into: login module, employees' basic information management module, payroll information management module, departmental information management module. Adding information to management and employees were realized on user login information, delete, modify, and query functions. In the design process, the full use of the technical design of the four Microsoft Access Table: system management, employee basic information table, salary information and sectoral information table, and give full play to the VB language syntax is simple, concise structural characteristics, the use of Visual Basic 6.0 development tools were the login screen, home screen, the employees' basic information management interface, salary information management interface and departmental information management interface interface design. Meanwhile, the implementation process using the SQL language, to connect to the database, the database connection problems solved by the Access database engine 4.0.
Finally, the development of small business information employee information management system has been running and testing, the results show that the system interface is simple, stable operation, function relatively complete, basically achieve the desired objectives, the system is a proof for small businesses Employee information management system, while, on the future research work has a certain significance.
Keywords: Information Management System Visual Basic 6.0 Microsoft Access database
目錄
第一章 緒論 1
1.1 課題產(chǎn)生的背景 1
1.2 員工信息系統(tǒng)的研究現(xiàn)狀 2
1.3 論文的內(nèi)容與組織 2
第二章 課題相關(guān)工具和技術(shù) 4
2.1 管理信息系統(tǒng)簡介 4
2.2 Visual Basic 6.0開發(fā)技術(shù) 5
2.2.1 關(guān)于Visual Basic 5
2.2.2 Visual Basic語言特點 6
2.3 數(shù)據(jù)庫管理系統(tǒng) 6
2.3.1 數(shù)據(jù)庫技術(shù) 6
2.3.2 Access簡介 8
第三章 企業(yè)員工信息管理系統(tǒng)的設(shè)計 9
3.1 企業(yè)員工信息管理系統(tǒng)的需求分析 9
3.2 企業(yè)員工信息管理系統(tǒng)的總體設(shè)計 9
3.3 企業(yè)員工信息管理系統(tǒng)的詳細(xì)設(shè)計 10
3.3.1 登錄模塊的設(shè)計 10
3.3.2 員工基本信息管理模塊的設(shè)計 10
3.3.3 員工工資信息管理模塊的設(shè)計 11
3.3.4 部門信息管理模塊的設(shè)計 11
3.4 數(shù)據(jù)庫的設(shè)計 11
第四章 企業(yè)員工信息管理系統(tǒng)的實現(xiàn)與運行 14
4.1 登陸模塊 14
4.2 首頁界面 16
4.3 員工基本信息管理 18
4.4 員工工資信息管理 24
4.5 部門信息管理 29
第五章 總結(jié)與展望 35
5.1 總結(jié) 35
5.2 展望未來 35
致謝 37
參考文..
TA們正在看...
- 大北農(nóng)dbn貝貝乳誘食配方.pdf
- 滬科版八年級物理上冊第三章聲的世界第一節(jié)聲音的...doc
- 滬科版物理八年級上冊第三章聲的世界第二節(jié)聲音的...doc
- 滬科版八年級物理上冊第三章聲的世界第三節(jié)超聲與...doc
- xx市電子政務(wù)發(fā)展“十三五”規(guī)劃.doc
- xx市二手車流通行業(yè)“十三五”發(fā)展規(guī)劃.doc
- xx市防災(zāi)減災(zāi)“十三五”規(guī)劃.doc
- xx市服務(wù)業(yè)發(fā)展“十三五”規(guī)劃.doc
- xx市工業(yè)發(fā)展十三五規(guī)劃.doc
- xx市民政工作十三五規(guī)劃.doc