【正文】
2020 屆本科畢業(yè)論文 學生檔案管理系統(tǒng)的開發(fā)與設計 系 院: 學生姓名: 學 號: 專 業(yè):計算機科學與技術 年 級: 07 級 指導教師: 完成日期: 2020 年 5 月 摘 要 學生 檔案管理系統(tǒng)是一個教育單位不可缺少的部分 ,它的內容對于學校的決策者和管理者來說都至關重要 ,所以檔案管理系統(tǒng)應該能夠為用戶提供充足的信息和快捷的查詢手段。 本系統(tǒng)能提供用戶登錄的界面使每個同學對自己的成績等各類信息進行查詢。后臺管理平臺能夠對學生的各類信息進行插入、修 改、刪除等各種操作。同時能夠實現(xiàn)對學生檔案信息的立即打印功能。采用 Visual C++ 作為前臺開發(fā)工具, SQL Server 2020 后臺數據處理和維護平臺,能夠對每個模塊進行獨立的設計和管理,為用戶提供一個方便快捷的界面。 本系統(tǒng)采用的 SQL Server 2020 數據庫后臺管理服務器有獨立的客戶端,功能十分強大,數據安全性高。采用 VC++作為前臺開發(fā)工具,操作簡單便捷。采用了 C/S開發(fā)模式,交互性強能對各種錯誤信息及時準確的做出反饋。而且 C/S開發(fā)模式有很少的中間件,響應速度快。系統(tǒng)操作界面簡單大 方,系統(tǒng)功能模塊化非常方便學生各類信息的管理。實現(xiàn)過程非??茖W,從部分高校管理系統(tǒng)的功能需求得出系統(tǒng)功能模塊圖,進而又得出系統(tǒng)總體結構圖,最后進行了數據庫的詳細設計一一實現(xiàn)了各模塊功能。 關鍵詞: 管理信息系統(tǒng) 。學生 檔案管理系統(tǒng) 。關系數據庫 Abstract The school register management system management system is an education unit essential part. Its content said regarding the school policymaker and the superintendent all very important, therefore the school register management system management system should be able to provide the sufficient information and the quick inquiry method for the user. The system can provide a user interface so that each student logged the results of their inquiries and other information. Management platform to the students the background information of all kinds to insert, modify, delete and other operations. This system uses Visual c + + as a receptionist development tool and SQL Server 2020 as backend data processing and maintenance platform. Every function module was pleted smoothly .At the same time enables students to file information on the immediate printing. Each module can independently design and management, to provide users a convenient interface. This system use SQL Server 2020 as database management background server . Has independent client .The function is very strong, data security is very high. Using VC++ as a receptionist development platform, simple operation is convenient. Use the C/S developing mode, interactive to various error message strong can respond to the timely and accurate. And C/S development model between a few parts, fast response. System interface simple and easy, system function modular very convenient students all kinds of information management. Realization process is very scientific. From the part of college management system that the function demand system function module chart. Then the whole system structure, and draw the detailed design of database fulfilled each module function. Key words: The management information system。 The school register management system。 RDBM目 錄 1 緒論 .................................................................. 1 研究的背景 ........................................................ 1 國內外研究現(xiàn)狀 .................................................... 1 問題的提出與研究的意義 ............................................ 2 本系統(tǒng)設計的目標及功能 ............................................ 2 本系統(tǒng)設計的總體目標 .......................................... 2 系統(tǒng)的主要功能 ................................................ 2 可行性分析 ........................................................ 3 經濟上的可行性 ................................................ 3 技術上的可行性 ................................................ 3 執(zhí)行上的可行性 ................................................ 3 論文組織 .......................................................... 4 2 開發(fā)環(huán)境和開發(fā)技術 .................................................... 5 系統(tǒng)介紹 .......................................................... 5 信息系統(tǒng)簡介 .................................................. 5 管理信息系統(tǒng)簡介 .............................................. 6 系統(tǒng)開發(fā)模式 ...................................................... 6 系統(tǒng)開發(fā)環(huán)境 ...................................................... 8 開發(fā)環(huán)境的選擇 ................................................ 8 Visual C++ 的簡介 ........................................... 8 SQL server 2020 簡介 ........................................... 8 開發(fā)環(huán)境的建立 .................................................... 9 確保 SQL Server 2020 服務器正常工作 ............................ 9 測 試 SQL Server 2020 和本地服務器的連接 ........................ 9 測試 VC++和 SQL Server 2020 的連接 .............................. 9 3 需求分析 ............................................................. 10 設計思想 ......................................................... 10 需求分析 ......................................................... 10 基本功能需求 ................................................. 10 用戶界面需求 ................................................. 10 性能需求 ......................................................... 11 軟硬件需求 ................................................... 11 響應時間 ..................................................... 11 系統(tǒng)可擴展性 ................................................. 11 系統(tǒng)設計基礎 ..................................................... 11 系統(tǒng)業(yè)務流程圖 ............................................... 12 系統(tǒng)數據流圖 ................................................. 12 系統(tǒng)數據字典 ..................................................... 14 數據字典簡介 ................................................. 14 數據條目 ..................................................... 15 數據元素 ..................................................... 15 數據流 ....................................................... 16 數據存儲 ..................................................... 16 4 數據庫詳細設計 ....................................................... 18 數據庫設計 ....................................................... 18 數據庫簡介 ................................................... 18 概念 結構設計 ................................................. 18 邏輯結構設計 ................................................. 18 物理結構設計 ................................................. 21 系統(tǒng)功能模塊設計 ...........