学生管理系统毕业论文
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)参考