课程设计报告
题目: 学校信息管理系统
指 导 教 师: 刘引涛 学 生 专 业: 计算机信息管理 班 级: 信管1202班 学 生 姓 名: 荆王妮
信息工程学院
摘 要
学校信息管理系统是一个教育单位不可缺少的部分,它的内容对于学校的决策者和管理者来说都至关重要。
本文介绍了学校信息管理系统的开发整个过程,阐述了系统分析、系统设计、数据库设计和系统实施的全过程。在开发方法上本系统利用了软件工程化的思想和方法,总体上采用结构化生命周期开发方法,具体模块实施采用了原型法和面对对象系统开发方法。并采用VisualStudio.net2005作为开发工具,SQL Server 2005作为后台数据库。本系统具有学生档案管理,班级管理,课程管理,成绩管理,专业管理等模块,专业管理等模块,可分别完成学生信息档案,班级信息,课程信息,成绩信息的添加、修改、删除、查询、打印等功能。
本人在此次设计中主要对“学生课程管理”,“学生成绩管理”,“学生档案管理”等模块进行了具体设计。
关键字: SQL SERVER 2005、数据库、信息管理系统
Abstract
Student information management system is an indispensable part of an education unit, its content is very important to the school administrators and policy makers.
This paper introduces the development of student information management system of the whole process, describes the whole process of the implementation of the system analysis, system design, database design and system. In the development of methods on the use of software engineering ideas and methods, on the whole life cycle using structured development methods, the use of specific modules of the prototype method and object-oriented system development method. Using VisualStudio.net2005 as a development tool, SQL Server 2005 as the background database. This system be completed daily life records, class information, curriculum information, performance information to add, modify, delete, query, print and other functions.
In the design of the main \management\Keywords: SQL SERVER 2005, database, information management system
目 录
引 言 ............................................................................................................................................................. 1 第一章 系统开发的意义、目的和技术简介 .............................................................................................. 2 1.1 系统开发意义及其目的 .......................................................................................................... 2
1.1.1开发意义 ....................................................................................................................... 2 1.1.2开发目的 ....................................................................................................................... 2
1.2 系统设计相关原理 .................................................................................................................. 2 1.3 SQL Server技术简介 ............................................................................................................. 2 第二章 需求分析 .......................................................................................................................................... 4
2.1可行性分析 ............................................................................................................................... 4 2.2功能需求分析 ........................................................................................................................... 4 2.3性能与安全性分析 ................................................................................................................... 5 2.4系统需求分析的内容 ............................................................................................................... 5 第三章 系统设计 .......................................................................................................................................... 7 3.1 系统总体层次图 ...................................................................................................................... 7 3.2 功能模块设计 .......................................................................................................................... 7 3.3 系统E-R图设计 ...................................................................................................................... 8
3.3.1学生信息E-R图 ........................................................................................................... 8 3.3.2教师信息E-R图 ........................................................................................................... 8 3.3.3班级信息E-R图 ........................................................................................................... 9 3.3.4课程信息E-R图 ........................................................................................................... 9 3.3.5成绩信息E-R图 ......................................................................................................... 10
3.4实体联系图 ............................................................................................................................. 10 第四章 数据库设计 .................................................................................................................................... 12 4.1 数据库设计原则 .................................................................................................................... 12 4.2 数据库需求分析 .................................................................................................................... 12 4.3 数据库表设计 ........................................................................................................................ 13 4.4 后台数据库设计 .................................................................................................................... 14 第五章 结论 ................................................................................................................................................ 15 致谢 ............................................................................................................................................................. 16 参考文献...................................................................................................................................................... 16
相关推荐: