學生管理系統畢業論文
JIU JIANG UNIVERSITY畢 業 論 文 題 目 學生管理系統 英文題目 Student Management System 院 系 信息科學與技術學院 專 業 計算機應用技術 摘 要學校學生信息管理是學校教務管理中的一個極為重要的環節,它是整個學校管理的核心和基礎。隨著學校的規模不斷擴大,學生數量急劇增加,有關學生的各種信息量也成倍增長。面對龐大的信息量需要有學生管理系統來提高學生管理工作的效率。通過這樣的系統可以做到信息的規范管理、科學統計和快速查詢、修改、增加、刪除等,從而減少管理方面的工作量。學生管理系統是典型的信息管理系統 (MIS),其開發主要包括后臺數據庫的建立和維護以及前端應用程序的開發兩個方面。對于前者要求建立起數據一致性和完整性強、數據安全性好的庫。而對于后者則要求應用程序功能完備,易使用等特點。經過分析,我采用微軟公司的 visual studio 2005 中的 C++語言平臺開發,后臺建立在 Microsoft Office Access 2007 基礎上,尤其是數據窗口能方便而簡潔操縱數據庫的智能化對象,首先在短時間內建立系統應用原型,然后,對初始原型系統進行需求迭代,不斷修正和改進,直到形成高可行性系統。通過對計算機硬件和軟件方面的了解,來論證本系統的解決方案。另外對學校等領域進行調研和分析,參照相關各種資料進行數據庫編程實踐。關鍵詞:信息管理系統,數據庫,前端應用程序AbstractSchool student ination management schools in educational administration an extremely important aspect , which is the core of the whole school management and infrastructure . With the growing size of the school , the number of students increased dramatically, the amount of ination on a variety of students grow exponentially . Given the large amount of ination needed to improve student student management system management efficiency . Such a system can be done through the specification of ination management, scientific statistics and quick search , modify, add , delete, etc. , thereby reducing management workload.Student management system is a typical management ination system (MIS), which mainly includes the establishment and maintenance of back-end database and front-end application development aspects. For the er requirement to establish data consistency and integrity , data security, a good library . For the latter requires the application fully functional, easy to use features. After analysis , I use Microsoft visual studio 2005 in c + + language plat , the background based on Microsoft Office Access 2007 , based on the data window can be simple and easy to manipulate intelligence database object, first create a system in a short time application prototype , then, the initial prototype of the system needs to constantly revise and improve the feasibility of the system until the ation of a high . Through the computer hardware and software knowledge , to demonstrate this system solution. In addition to the schools in areas such as research and analysis, with reference to a variety of ination related to database programming practice.Key words: Ination management systems, databases, front-end application目 錄摘 要 .IAbstractII1 緒論1.1 開發背景 .(1)1.2 國內外研究現狀 .(1)1.4 論文的主要內容 .(2)1.5 論文結構 .(3)1.6 本章小結 .(3)2 需求分析2.1 任務概述 .(5)2.2 系統功能架構 .(5)2.3 可行性分析 .(6)2.4 系統的需求描述 .(8)2.5 系統功能模塊分析 .(9)2.6 本章總結 (11)3 概要設計3.1 系統的設計思想 (12)3.2 系統總體設計 (12)3.3 業務流程分析 (14)3.4 系統 E-R 圖 (15)3.5 本章小結 (17)4 系統的詳細設計與實現4.1 系統數據庫設計 (18)4.2 用戶管理模塊的實現 (20)4.3 學生管理模塊的實現 (24)4.4 交費管理模塊的實現 (28)4.5 檔案管理模塊的實現 (30)4.6 成績管理模塊的實現 (33)4.7 住宿管理模塊的實現 (36)4.8 菜單設計 (39)4.9 本章總結 (40)5 系統測試5.1 系統測試定義 (41)5.2 系統測試的重要性 (41)5.3 系統測試的目的和意義 (42)5.4 系統常用的測試方法 (42)5.5 測試環境與測試條件 (43)5.6 系統運行情況 (44)5.7 系統測試總結 (44)5.8 本章小結 (44)6 總結 .(45)致 謝 (46)參考