基于net学生成绩管理系统.rar

RAR格式版权申诉手机打开展开

基于net学生成绩管理系统,基于net学生成绩管理系统【摘 要】本系统依据开发要求主要应用于教育系统,完成对日常的教育工作中学生成绩档案的数字化管理。开发本系统可使学院教职员工减轻工作压力,比较系统地对教务、教学上的各项服务和信息进行管理,同时,可以减少劳动力的使用,加快查询速度、加强管理,以及国家各部门关于信息化的步伐,使各项管理更加规范化。目...
编号:99-96346大小:1.87M
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 bshhty 发布

基于NET学生成绩管理系统


【摘 要】

本系统依据开发要求主要应用于教育系统,完成对日常的教育工作中学生成绩档案的数字化管理。开发本系统可使学院教职员工减轻工作压力,比较系统地对教务、教学上的各项服务和信息进行管理,同时,可以减少劳动力的使用,加快查询速度、加强管理,以及国家各部门关于信息化的步伐,使各项管理更加规范化。
目前,学校工作繁杂、资料重多,虽然各类管理信息系统已进入高校,但还未普及,而对于学生成绩管理来说,目前还没有一套完整的、统一的系统。因此,开发一套适和大众的、兼容性好的系统是很有必要的。
本系统在开发过程中,注意使其符合操作的业务流程,并力求系统的全面性、通用性,使得本系统不只适用于一家教育机构。在开发方法的选择上,选择了生命周期法与原型法相结合的方法,遵循系统调查研究、系统分析、系统设计和系统实施四个主要阶段进行设计,而在具体的设计上,采取了演化式原型法,随着用户的使用及对系统了解的不断加深,对某一部分或几部分进行重新分析、设计、实施。本论文主要从系统分析、系统设计、系统实施与使用等几个方面进行介绍。

关键字:学生成绩,管理系统,系统分析

 

【Abstract】

In accordance with the requirements of the system is mainly used in the development of the educational system, completion of secondary education in day-to-day performance management of digital files. The development of the system will enable the college teaching and administrative staff to reduce the pressure of work systematically to the Senate, the teaching of the services and information management, at the same time can reduce the use of labor to speed up the query speed, strengthen management, as well as departments of information the pace, so that more standardized management.
At present, the school complex, multi-weight data, although the various types of management information systems have entered colleges and universities, but not yet universal, and for the management of student achievement, the current does not have a complete, unified system. Therefore, the development of a coordinated and the public, good compatibility of the system is necessary.
The system in the development process, attention to bring them into conformity with the operation of business processes, and strives to achieve a comprehensive system, GM, and makes the system does not only apply to an educational institution. In the development of methods to choose, choose the life-cycle method and combined method of prototype, following the system of investigation and research, systems analysis, system design and implementation of four main stages of system design, and in the specific design, take the evolution of style prototype, with the user's use and understanding of the system have been deepened to a certain part or parts of re-analysis, design, implementation. In this paper, mainly from the system analysis, system design, system implementation and use of several aspects such as the introduction.

Keywords: student achievement, management systems, systems analysis

 

目 录
【摘要】 1
第一章 绪 论
1.1问题的提出 2
1.2现有系统存在问题的分析 2
1.3系统开发目标与意义 2
1.3.1系统开发目标 2
1.3.2意义 3
1.4可行性分析 3
1.4.1 经济上可行性 3
1.4.2技术上可行性 3
1.4.3运行上可行性 3
第二章 需求分析
2.1 教育系统学生管理现状分析 4
2.1.1 学校工作流程分析 4
2.1.2 学校具体需求分析 4
2.1.3 系统设计思想 4
2.1.4 系统设计分析 4
2.1.5 系统功能分析 5     
2.1.6 学生学籍系统的目标 5
2.2  基于C\S结构技术的应用 5
2.2.1  C\S结构技术发展简述 5
2.2.2 本系统的开发采用C#---- 一种全新的设计模式 7
2.2.3 面向对象的开发过程 8
2.2.4 开发工具的选择 9
2.2.5 数据库系统选择 10
2.2.6 开发方法的选择 11
2.2.7 开发本系统的意义 12
2.2.8 本文档编写目的 12
2.2.9 定义 12
第三章 学生成绩管理系统概要设计
3.1系统设计图例说明 13
3.2 系统设计业务目标(业务逻辑层) 13
3.2.1系统设计目标概述 13
3.2.2 用户(角色) 13
3.2.3 假定 14
3.3 技术总体目标 15
3.3.1系统技术性能要求 15
3.3.2 精度 16
3.3.3 数据管理能力要求 16
3.3.4 时间特性要求 16
3.3.5 故障处理要求 16
3.3.6 UI要求设计要求 17 
3.3.7 开发与运行环境规定 17  
第四章 学生成绩管理系统详细
4.1 系统结构 18
4.2 程序逻辑 19
4.2.1系统E-R图 19
4.2.2查询模块流程图 19
4.2.3 维护模块流程图 20
4.2.4系统维护模块流程图 21
4.3 用户/管理员登入系统设计 21
4.4 创建数据库 23
4.5 数据库表逻辑结构设计 26
4.5.1 数据库表介绍 26
4.5.2 数据库表结构及设计 27
4.5.3 数据库库的创建 28
4.6 应用系统结构 32
4.7 主要求程序设计说明 33
4.7.1 管理用户登录模块 33
4.7.2 类设计说明 35
4.7.3 管理功能模块设计 36
第五章 学生成绩管理系统系统测试
5.1 概述 37
5.2 测试项目 37
5.3 测试方法 37
5.4 测试结论 41
第六章 总结 42
第七章 结束语 43
参考文献 44