大学生档案管理系统设计.doc
约73页DOC格式手机打开展开
大学生档案管理系统设计,大学生档案管理系统设计摘要:大学生档案管理系统是高校管理系统中重要的组成部分,在某种程度上体现了一个学校的教学现代化水平,通过网站对学生信息进行全面的,自动化的管理,大大提高了学校的办公效率。大学生档案管理系统是典型的信息管理系统 (mis),它的开发主要包括后台数据库的建立和维护以及前台应用程序的开发这两个方面。对于...
内容介绍
此文档由会员 小花仙66 发布
大学生档案管理系统设计
摘 要:大学生档案管理系统是高校管理系统中重要的组成部分,在某种程度上体现了一个学校的教学现代化水平,通过网站对学生信息进行全面的,自动化的管理,大大提高了学校的办公效率。
大学生档案管理系统是典型的信息管理系统 (MIS),它的开发主要包括后台数据库的建立和维护以及前台应用程序的开发这两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完善,便于使用等特点。通过调查所得结果,我决定采用微软公司的Visual Studio 2005中的C#语言平台来进行开发,而后台数据库则建立在Microsoft SQL Server 2005的基础上。在SQL Server 2005开发过程中,作为初学者的我们必须掌握的基础知识和基本操作包括数据库的基本操作,权限管理,如何创建数据库表与数据完整性,如何使用视图,索引,存储过程,游标和触发器,以及用户定义数据类型和函数等等。
本次毕业设计我通过对计算机硬件以及软件方面的知识的学习,进行论证了这个系统的解决方案。并且对学校以及其他地域进行了调查和系统的分析,根据在学校图书馆中查阅到的相关资料进行数据库的编程及实践。
本系统主要由以下几个模块组成:(a)教师系统模块(查询、添加、修改、删除)(b)学生系统模块(查询、添加、修改、删除)(c)课程信息管理模块(查询、添加、更新、删除)(d)成绩信息管理模块(查询、录入、更新、删除)(e)班级信息管理模块(查询、添加、更新、删除)(f)用户信息管理模块(登陆、查询、添加、修改、删除)
关键词:信息管理系统;档案管理;浏览器/服务器模式
The Design and Implementation of College Student Archives Management System
Abstract: The design and implementation of college student archives management information system is one of school administration system primary members.In some degree,it means that the school’s level of modernization,through the network,we can administer the information of the students across-the-board and automatizately.
College students file management system is a typical management information system(MIS).Its development mainly includes the backstage database the establishment and the maintenance as well as the onstage application procedure development two aspects. For the former requirement to establish data consistency and integrity strong, the data security good storehouse. For the latter request application function complete, easy to use. But regarding latter then the request application procedure function is complete. Easy to use and so on the characteristic.Results obtained by the investigation, I decided to use the Microsoft Corp Visual Studio 2005 in the C# language platform for the development, and the background database is based on Microsoft SQL Server 2005.In SQL Server 2005 development process, basic knowledge and basic operation for beginners we must master including the basic operation, database rights management, how to create a database table and data integrity, how to use stored procedures, views, indexes, the cursor and trigger, and a user defined data types and functions etc.
This graduation design I through to the computer hardware and software knowledge learning, to demonstrate the solutions of this system. And the schools and other areas of the investigation and analysis of system, database programming and practice according to the relevant data in the school library to refer to.
The system is mainly composed of the following modules:(a)The teacher system module (query, add, modify, delete) (b)The students in the system module (query, add, modify, delete) (c)The course information management module (query, add, update, delete) (d)The score information management module(input, query, delete) (e)The class information management module (query, add, update, delete) (f)The user information management module (login, query, add, modify, delete)
Key word: Management information system;Visual Studio 2005;Microsoft SQL Server 2005
目 录
1 概 述 1
1.1 开发背景 1
1.2 开发意义 1
1.3 课题开发的工具及技术 2
2 可行性研究 5
2.1 技术可行性 6
2.2 经济可行性 6
2.3 操作可行性 6
3 大学生档案管理系统需求分析 7
3.1 系统功能需求分析 7
3.2 系统功能概述 7
3.3 系统数据流图 7
3.4 系统E-R图设计 8
4 大学生档案管理系统的总体设计 12
4.1 系统功能模块描述 12
4.2 系统层次图 13
4.3 数据库设计 14
5 大学生档案管理系统的详细设计 16
5.1 系统登录模块设计 16
5.2 教师系统模块设计 19
5.3 学生系统模块设计 20
5.4 课程管理模块设计 22
5.5 成绩管理模块设计 24
5.6 班级管理模块设计 25
5.7 用户管理模块设计 26
6系统的测试与调试 28
7 结束语 29
参考文献 32
致 谢 33
附 录 34
附录1 源程序清单 34
摘 要:大学生档案管理系统是高校管理系统中重要的组成部分,在某种程度上体现了一个学校的教学现代化水平,通过网站对学生信息进行全面的,自动化的管理,大大提高了学校的办公效率。
大学生档案管理系统是典型的信息管理系统 (MIS),它的开发主要包括后台数据库的建立和维护以及前台应用程序的开发这两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完善,便于使用等特点。通过调查所得结果,我决定采用微软公司的Visual Studio 2005中的C#语言平台来进行开发,而后台数据库则建立在Microsoft SQL Server 2005的基础上。在SQL Server 2005开发过程中,作为初学者的我们必须掌握的基础知识和基本操作包括数据库的基本操作,权限管理,如何创建数据库表与数据完整性,如何使用视图,索引,存储过程,游标和触发器,以及用户定义数据类型和函数等等。
本次毕业设计我通过对计算机硬件以及软件方面的知识的学习,进行论证了这个系统的解决方案。并且对学校以及其他地域进行了调查和系统的分析,根据在学校图书馆中查阅到的相关资料进行数据库的编程及实践。
本系统主要由以下几个模块组成:(a)教师系统模块(查询、添加、修改、删除)(b)学生系统模块(查询、添加、修改、删除)(c)课程信息管理模块(查询、添加、更新、删除)(d)成绩信息管理模块(查询、录入、更新、删除)(e)班级信息管理模块(查询、添加、更新、删除)(f)用户信息管理模块(登陆、查询、添加、修改、删除)
关键词:信息管理系统;档案管理;浏览器/服务器模式
The Design and Implementation of College Student Archives Management System
Abstract: The design and implementation of college student archives management information system is one of school administration system primary members.In some degree,it means that the school’s level of modernization,through the network,we can administer the information of the students across-the-board and automatizately.
College students file management system is a typical management information system(MIS).Its development mainly includes the backstage database the establishment and the maintenance as well as the onstage application procedure development two aspects. For the former requirement to establish data consistency and integrity strong, the data security good storehouse. For the latter request application function complete, easy to use. But regarding latter then the request application procedure function is complete. Easy to use and so on the characteristic.Results obtained by the investigation, I decided to use the Microsoft Corp Visual Studio 2005 in the C# language platform for the development, and the background database is based on Microsoft SQL Server 2005.In SQL Server 2005 development process, basic knowledge and basic operation for beginners we must master including the basic operation, database rights management, how to create a database table and data integrity, how to use stored procedures, views, indexes, the cursor and trigger, and a user defined data types and functions etc.
This graduation design I through to the computer hardware and software knowledge learning, to demonstrate the solutions of this system. And the schools and other areas of the investigation and analysis of system, database programming and practice according to the relevant data in the school library to refer to.
The system is mainly composed of the following modules:(a)The teacher system module (query, add, modify, delete) (b)The students in the system module (query, add, modify, delete) (c)The course information management module (query, add, update, delete) (d)The score information management module(input, query, delete) (e)The class information management module (query, add, update, delete) (f)The user information management module (login, query, add, modify, delete)
Key word: Management information system;Visual Studio 2005;Microsoft SQL Server 2005
目 录
1 概 述 1
1.1 开发背景 1
1.2 开发意义 1
1.3 课题开发的工具及技术 2
2 可行性研究 5
2.1 技术可行性 6
2.2 经济可行性 6
2.3 操作可行性 6
3 大学生档案管理系统需求分析 7
3.1 系统功能需求分析 7
3.2 系统功能概述 7
3.3 系统数据流图 7
3.4 系统E-R图设计 8
4 大学生档案管理系统的总体设计 12
4.1 系统功能模块描述 12
4.2 系统层次图 13
4.3 数据库设计 14
5 大学生档案管理系统的详细设计 16
5.1 系统登录模块设计 16
5.2 教师系统模块设计 19
5.3 学生系统模块设计 20
5.4 课程管理模块设计 22
5.5 成绩管理模块设计 24
5.6 班级管理模块设计 25
5.7 用户管理模块设计 26
6系统的测试与调试 28
7 结束语 29
参考文献 32
致 谢 33
附 录 34
附录1 源程序清单 34