某中学学生成绩管理系统的设计-无忧无虑毕设网.doc
文本预览下载声明
本文配套程序下载地址:无忧无虑毕设网()-大学生毕业设计站,免费毕业设计论文,无忧无虑毕设网大学生毕业设计,出售各类毕业设计源码,论文,程序源码,网站源码,免费视频教程,我们将竭诚为您服务!
分类号:TP315 U D C:D10621-408-(2007)6023-0
密 级:公 开 编 号:2003031172
成都信息工程学院
学位论文
某中学学生成绩管理系统的设计
论文作者姓名: 刘滢 申请学位专业: 计算机科学与技术 申请学位类别: 工学学士 指导教师姓名(职称): 王祖俪 论文提交日期: 2007年6月10日
某中学学生成绩管理系统的设计
摘 要
进入21世纪,科学技术突飞猛进,学生成绩管理系统是一个教育单位不可缺少的部分ASP.NET作为网络编程框架,SQL Server 2000作为数据库编写的一个B/S模式的系统。系统主要实现了:用户管理、成绩查询、成绩管理和科目管理等功能。本文详细介绍了中学学生成绩管理系统的需求分析、功能设计和系统设计,在系统设计中给出数据库的设计和本系统的总体设计方案,在系统实现中具体介绍了各个功能的所能实现的情况和主要代码,同时附有运行界面图。
关键字:成绩管理;成绩录入;成绩查询;.NET ;B/S;
The Design of the Middle School Score Management System
Abstract
To current schools, the students score management is the one of the informational management. This design which is programmed on the basis of B/S structure introduced the middle school score management system that is performed with ASP.NET as the network programming frame and SQL server 2000 as the database.
The basic functions of this system include: user management, score searching, score management, subject management and so on. This paper introduces the demand analysis in detail, the functional design and the system design of middle school student score management. The system design and database design are explained, specifically introduces each function in details.
Key words: Score management; Score registration; Score search; .NET; B/S
目录
论文总页数:21页
1 引言 1
1.1 相关理论技术基础 1
1.1.1 B/S结构 1
1.1.2 SQL Server2000 2
1.1.3 ASP.NET技术 3
2 需求分析 4
2.1 功能需求 4
2.1.1 学生 5
2.1.2 教师 5
2.1.3 管理员 5
2.2 性能需求 5
3 系统设计 5
3. 1 设计方案 5
3.2数据库设计 8
4 系统实现 9
4.1用户登录模块 9
4.2用户管理模块 10
4.2.1 用户添加功能的实现 10
4.2.2 年级升级功能的实现 10
4.2.3 查询信息功能的实现 12
4.3成绩查询模块 12
4.3.1 学号查询功能的实现 12
4.3.2 姓名查询功能的实现 12
4.3.3 查询班级功能的实现 12
4.3.4查询班级某科平均分功能的实现 13
4.4成绩
显示全部