毕业论文 基于net的自动阅卷考试系统.doc

约46页DOC格式手机打开展开

毕业论文 基于net的自动阅卷考试系统,【摘要】随着网络技术的发展,教学方式发生了很大的变化。传统的教学考试方式已渐渐无法适应社会的发展,它要求有新的考试方式来适应新的教学方式。网络化考试系统在很多领域都已经有所应用,但在计算机类考试中较为鲜见,特别是带阅卷功能的考试系统。本系统利用.net技术,采用c#语言来实现应用程序的设计和功能的实现,数据库则采用sq...
编号:30-201889大小:3.16M
分类: 论文>计算机论文

内容介绍

此文档由会员 ljjwl8321 发布

【摘要】
随着网络技术的发展,教学方式发生了很大的变化。传统的教学考试方式已渐渐无法适应社会的发展,它要求有新的考试方式来适应新的教学方式。网络化考试系统在很多领域都已经有所应用,但在计算机类考试中较为鲜见,特别是带阅卷功能的考试系统。本系统利用.NET技术,采用C#语言来实现应用程序的设计和功能的实现,数据库则采用SQL SERVER 2000来设计。这是一个基于B/S(浏览器/服务器模式)架构的系统。本文介绍了自动阅卷考试系统的社会需求、发展前景和系统的主要功能,对各个功能模块进行了详细的介绍。

关键词:B/S(浏览器/服务器模式),反射,.NET,自动阅卷

Automatic Scoring Examination System
Based On .NET
【Abstract】
With the development of network technology, teaching methods have taken great changes. Examination of the traditional teaching methods are gradually unable to adapt to the development of society, it requires a new examination of ways to adapt to the new teaching methods.Network examination system have been used in many areas, but in the computer examination is uncommon, especially with automatic scoring function of the examination system. This system used. NET Technology and C # language to achieve the application of the design and functionality of the realizetion .The database is used SQL SERVER 2000 to design;This system is based on B / S (browser / server model) structure. In this paper ,it Introduced the Social needs、development prospects and main function of the automatic scoring examination system ,of course carried out a detailed introduction of the various functional modules.
Keywords: B/S (browser/server model), reflection,.NET, automatic scoring
目 录
1. 背景介绍 1
1.1. 网络考试的背景介绍 1
1.1.1. 网络考试系统的社会需求 1
1.1.2. 目前已有的考试系统的优、缺点 1
1.2. 选择考试系统的原因 2
1.3. 设计目标 2
2. 基于.NET的自动阅卷考试系统概述 3
2.1. 用户需求简介 3
2.1.1. 功能需求 3
2.1.2. 性能需求 3
2.1.3. 可靠性和可用性需求 3
2.2. 工作过程 3
2.3. 系统特点 3
3. 设计中要解决的问题 5
3.1. 用户权限 5
3.2. 考卷的设置 5
3.3. 自动阅卷的实现 5
3.4. 考试时间控制问题 5
4. 总体设计 6
4.1. 系统设计 6
4.1.1. 设计目标 6
4.1.2. 开发环境 6
4.1.3. 开发语言 6
4.1.4. 开发工具 6
4.1.5. 后台数据库 6
4.1.6. 运行环境 6
4.2. 数据库需求设计 6
4.2.1. 系统流程图 6
4.2.2. 系统E-R图 8
4.2.3. 数据库中的表 8
4.2.4. 数据库中的视图 12
4.3. 系统总体构架设计 14
4.3.1. 系统层次结构图 14
4.3.2. 系统流程图 14
5. 系统主要功能模块设计 18
5.1. 登陆模块 18
5.2. 注册模块 18
5.3. 学生模块 18
5.4. 教师模块 18
5.5. 重点、难点代码设计 19
5.5.1. 时间控制的实现 19
5.5.2. 自动阅卷的实现 21
5.6. 实现界面 30
6. 系统实现技术 36
6.1. B/S模式 36
6.2. 反射 36
6.3. SQLHELPER 38
7. 性能测试与分析 40
7.1. 测试目的和原则 40
7.1.1. 测试的目的 40
7.1.2. 测试的原则 40
7.2. 测试环境与测试条件 40
7.2.1. 测试环境 40
7.2.2. 测试条件 40
7.3. 测试实例的研究与选择 40
7.4. 实例测试结果 42
7.5. 性能分析 42
结束语 43
谢辞 43
参考文献 43