基于WEB的学生综合测评系统的设计与实现
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
题目基于WEB的学生综合测评系统的设计与实现
摘要
本文根据学生综合测评系统的特点,采用B/S(浏览器/服务器)的系统设计方案。选用和SQL Server 2008开发环境,设计并实现了一个学生综合测评系统。主要工作如下:
首先,本文对系统进行了全面的分析,具体包括可行性研究、需求分析、数据流程分析以及系统流程分析。通过对可行性进行研究,得出了系统开发是可行的结论;通过用户的需求分析,了解了综合测评系统应该具有的功能;通过数据流程分析,明白了系统中数据的流向;通过系统流程的分析,得到了系统流程图。
其次,本文阐述了该系统的设计与实现,其包括总体设计、数据库设计及详细设计与实现,通过对系统的总体设计,划分出系统具体的功能模块;通过对数据库的设计,得到了系统的逻辑结构;通过详细设计与实现,实现了系统的各项功能。
最后,本文介绍了该系统测试的方法、步骤及采用的测试用例。经过一系列严格的测试得出的结论是:虽然本系统存在一定的缺陷,但是其各项功能却是较为可靠的。
本系统界面友好,操作简单,比较实用。
关键词:测评系统,,SQL Server 2008
ABSTRACT
According to the characteristics of student comprehensive evaluation system, the essay uses the B/S (Browser/server) system design, chooses and SQL Server 2008 development environment, designs and implements a student comprehensive evaluation system. The main work is as follows:
First of all, this essay conducts a comprehensive analysis on the system, including feasibility study, demand analysis, data flow analysis and the system flow analysis. Based on the feasibility study, it draws a conclusion that the system development is feasible. Through analyzing the demands of the users, we understand the function the comprehensive evaluation system should have. Based on data flow analysis, we know data flow of the system. By analyzing the system flow, we obtain the flow chart of the system.
Secondly, this essay clarifies the design and realization of the system, including the overall design, the database design and the detailed design report and the realization. Through the design of the whole system, we divide it into specific function module of the system. By designing the database, we obtain system logic structure. And through the detailed report and the realization, we realize the functions of the system.
Finally, the essay introduces the method and the progress of testing the system and applies some test examples. Through a series of strict tests, it can be concluded that although this system has certain defects, its function is more reliable.
The system is more practical with a friendly interface and a simple operation. Keywords: Evaluation System, , SQL Server 2008
目录
摘要............................................................................................................................ I ABSTRACT .................................................................................................................. II 第1章绪论. (1)
1.1 系统开发背景 (1)
1.2 系统开发意义 (1)
1.3 本文结构 (2)
第2章系统开发环境介绍 (4)
2.1 B/S结构简介 (4)
2.2 SQL Server 2008简介 (5)
2.3 简介 (7)
2.4 本章小结 (8)
第3章系统分析 (9)
3.1 可行性研究 (9)
3.2 需求分析 (11)
3.3数据流程分析 (11)
3.4系统流程分析 (14)
3.5 本章小结 (15)
第4章系统总体设计 (16)
4.1 系统设计的目标 (16)
4.2 系统功能分析 (16)
4.3 系统功能模块 (17)
4.3.1 管理员功能模块 (17)
4.3.2学生功能模块 (17)
4.3.3普通教师功能模块 (17)
4.3.4班主任辅导员功能模块 (18)
4.3.5反馈信息功能模块 (19)
4.3.6系统整体结构 (19)
4.4本章小结 (20)
第5章数据库设计 (21)
5.1 概念结构设计 (21)
5.2实体E-R图 (21)
5.3 逻辑结构设计 (25)
5.4数据库表设计 (28)
5.6本章小结 (30)