学生信息管理系统设计论文
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
2008届本科生学士学位论文
题目:学生信息管理系统
学科专业:计算机科学与技术
指导教师:
学生:
学号:
中国﹒贵州﹒贵阳
2008 年 4 月
摘要
学生信息管理系统是一个教育单位不可缺少的部分,它的内容对于学校的决策者和管理者来说都至关重要。
本文介绍了学生信息管理系统的开发整个过程,阐述了系统分析、系统设计、数据库设计和系统实施的全过程。在开发方法上本系统利用了软件工程化的思想和方法,总体上采用结构化生命周期开发方法,具体模块实施采用了原型法和面向对象系统开发方法。并采用2005作为开发工具,SQL Server 2000作为后台数据库。本系统具有学生档案管理,班级管理,课程管理,成绩管理,专业管理等模块,可分别完成日常学生档案,班级信息,课程信息,成绩信息的添加、修改、删除、查询、打印等功能。
本人在此次毕业设计中主要对“学生课程管理”,“学生成绩管理”,“学生档案管理”,“补助管理”四个模块进行了具体设计。
【关键字】:
信息管理系统、生命周期、软件工程、原型法。
summary
Student Information Management System is an educational unit indispensable part of its content for the schools, policy makers and managers are essential.
This paper introduces the student information management system for the development of the whole process, described the system analysis, system design, database design and system implementation of the entire process. In the development of methods on the use of the software engineering system of thinking and methods used on the whole structure of the life cycle of development methods, the use of specific modules of the prototype system development and object-oriented approach. Visual 2005 and used as a development tool, SQL Server 2000 as a background database. This system has the stud ent records management, class management, curriculum management, performance management, professional management, and other modules, can be completed daily student records, class information, information on the courses, the results of information add, edit, delete, query, print, and other functions.
I graduated in the design of the main "student curriculum management," "Student performance management," "student records management," "grant management" four modules of a specific design. [Keyword]:Manage Information management system, the life-cycle, software engineering, prototype.
目录
摘要 (1)
Summary (2)
1.绪论 (4)
1.1 课题背景 (4)
1.2目的背景与意义 (4)
1.3项目开发的目标 (4)
2. 开发工具的选择 (4)
3.系统分析 (5)
3.1业务流程分析 (5)
3.2数据流程分析 (6)
3.2.1数据流程图 (6)
3.3数据存储分析 (7)
4.系统总体规划 (8)
4.1系统总体功能层次图 (8)
4.1.1课程管理模块 (9)
4.1.2补助管理模块 (9)
4.1.3成绩信息管理模块 (10)
4.1.4学生档案管理模块 (10)
4.2总结 (10)
5.数据库设计 (11)
5.1数据库需求分析 (11)
5.2数据库表实体 (11)
5.3 各表的物理结构 (12)
6.系统设计 (16)
6.1软件结构设计 (16)
6.2系统结构设计 (17)
6.3系统操作流程图 (17)
6.4系统详细设计 (18)
6.4.1课程信息管理 (18)
6.4.2成绩信息管理 (20)
6.4.3学生补助管理 (24)
6.4.4学生档案管理 (29)
7.调试 (29)
8.全文总结 (29)
致谢 (29)
参考文献 (30)