【正文】
. . 學(xué) 士 學(xué) 位 論 文 基于 VC++的企業(yè)人事信息管理系統(tǒng)的 設(shè)計(jì)與實(shí)現(xiàn) 姓 名: 學(xué) 號: 指導(dǎo)教師: 學(xué) 院: 信息科學(xué)與工程學(xué)院 專 業(yè): 計(jì)算機(jī)科學(xué)與技術(shù) 完成日期: 2021 年 05 月 20 日 學(xué)校代碼: 10904 . . 學(xué) 士 學(xué) 位 論 文 基于 VC++的企業(yè)人事信息管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 姓 名: 學(xué) 號: 指導(dǎo)教師: 學(xué) 院 : 信息科學(xué)與工程學(xué)院 專 業(yè): 計(jì)算機(jī)科學(xué)與技術(shù) 完成日期: 2021 年 05 月 20 日 . . . . 摘 要 隨著我國企業(yè)規(guī)模的不斷擴(kuò)大,企業(yè)的人事系統(tǒng)變得越來越龐大,管理起來越來越困難,對于信息的管理也變得越來越重要。人事信息管理是一個(gè)重要并且細(xì)致復(fù)雜的工作,所以要建立實(shí)用人才信息管理系 統(tǒng),以保持穩(wěn)定的企業(yè)運(yùn)營,降低管理投資,提高生產(chǎn)效率,加強(qiáng)信息管理手段,提高單位市盈率。另外信息管理系統(tǒng)的應(yīng)用順應(yīng)了當(dāng)前社會信息化的大趨勢,縮短了社會生產(chǎn)的周期。 本人事信息管理系統(tǒng)是采用 C++語言作為開發(fā)語言,功能強(qiáng)大的 MySQL 數(shù)據(jù)庫作為后臺數(shù)據(jù)庫。該系統(tǒng)主要實(shí)現(xiàn)以下功能:員工信息瀏覽、添加刪除條目功能、查詢員工信息、多條目查詢、數(shù)據(jù)排序篩選、權(quán)限限制、工資計(jì)算等功能;本文主要闡述了該系統(tǒng)的需求分析,可行性分析,各功能模塊詳細(xì)設(shè)計(jì)過程等內(nèi)容。 人事信息管理系統(tǒng)的研究和開發(fā)可以大大提高企業(yè)管理效率,公司的 人事部門工作人員的工作得以從眾多復(fù)雜解脫出來。計(jì)算機(jī)數(shù)據(jù)庫是一個(gè)簡單而高效的統(tǒng)計(jì)和數(shù)據(jù)管理工具,相對于手動(dòng)檔案管理而言,其最大優(yōu)點(diǎn)體現(xiàn)于數(shù)據(jù)可以在數(shù)據(jù)庫數(shù)據(jù)管理過程中實(shí)時(shí)更新,盡量減少甚至消除工作失誤。人事信息管理系統(tǒng)的應(yīng)用,使各部門的信息管理實(shí)現(xiàn)了標(biāo)準(zhǔn)化、高效化,大大簡化了數(shù)據(jù)管理工作的工作量,這也是解放生產(chǎn)力,提高生產(chǎn)效率的基本要求。 【 關(guān)鍵詞 】 VC++; MySQL 數(shù)據(jù)庫;人事信息管理 . . Abstract With the constant expansion of Chinese enterprises, the enterprise39。s personnel system bees increasingly large, increasingly difficult to manage, for the information management has bee increasingly important. Personnel information management is an important and delicate and plex, so to establish utility personnel information management system in order to maintain a stable business operations, reduce management investment, improve productivity, enhance IT management tools to improve the unit earnings. Further information management system applications conform to the current trend of the information society and shorten the cycle of social production. The personnel information management system is the use of C + + language as the development language, MySQL database as a backend database. The system is mainly to achieve the following functions: employee information browse, add and delete entries function, query employee information, multiple entries query, data sorting screening, access restrictions, payroll calculation functions。 This paper describes the system requirements analysis, feasibility analysis, detailed design process of the functional modules such content. Research and development of this system can greatly improve the efficiency of the personnel department, the pany39。s personnel department staff work from numerous plex freed。 puter database with a simple and efficient statistical and data management instead of manual file management, disease a variety of data in the database updated in real time so that the data of the statistical process to minimize mistakes and even eliminate。 personnel information management system application so that all departments of information management standardization, efficient, greatly simplifying data collection work workload but also the liberation of the productive forces, improve production efficiency. 【 key words】 VC + +。 MySQL database。 Personnel Information Management . . 目 錄 第 1 章 緒 論 ................................................................................................................ 1 研究背景 ......................................................................................................... 1 國內(nèi)外研究現(xiàn)狀 ............................................................................................. 1 前景意義 ......................................................................................................... 2 系統(tǒng)特征 ......................................................................................................... 3 論文組織結(jié)構(gòu) ................................................................................................. 3 第 2 章 系統(tǒng)相關(guān)技術(shù)基礎(chǔ) .......................................................................................... 5 ++簡介 ......................................................................................................... 5 C++語言簡介 ................................................................................................... 5 MySQL 數(shù)據(jù)庫 .................................................................................................. 7 MySQL 數(shù)據(jù)庫簡介 ............................................................................... 7 MySQL 數(shù)據(jù)庫安裝與配置 ................................................................... 7 第 3 章 系統(tǒng)分析 ........................................................................................................ 12 可行性分析 .................................................................................................... 12 技術(shù)可行性 ......................................................................................... 12 經(jīng)濟(jì)可行性 ......................................................................................... 12 操作可行性 ......................................................................................... 13 需求分析 ........................................................................................................ 13 本章小結(jié) ........................................................................................................ 18 第 4 章 系統(tǒng)概要設(shè)計(jì) ................................................................................................ 19 項(xiàng)目規(guī)劃 ....................................................................................................... 19 系統(tǒng)功能結(jié)構(gòu)圖 ........................................................................................... 19 數(shù)據(jù)庫設(shè)計(jì) .................................................................................................. 23 數(shù)據(jù)庫需求分析 ................................................................................. 23 數(shù)據(jù)庫概念結(jié)構(gòu)設(shè)計(jì) ...............................................