免费获取|
论文天下网
  • 论文天下网 |
  • 原创毕业论文 |
  • 论文范文 |
  • 论文下载 |
  • 计算机论文 |
  • 论文降重 |
  • 论文排版 |
  • 外文翻译 |
  • 免费论文 |
  • 开题报告 |
  • 心得体会 |

当前位置:论文天下网 -> 计算机论文 -> ASP.NET

C语言教学网站及网上考试系统的设计与实现

本文ID:4968 字数:21508,页数:52

下载地址 全文下载链接(充值:¥60.00元) 

附开题报告,论文,设计,论文字数:21508,页数:52

摘  要:本文叙述了教学方式及考试方式的历史、现状、以及ASP.NET语言和SQL server2000数据库管理系统的概况。重点介绍了C语言教学网站、网上考试系统和在线交流模块的实现过程:包括系统分析、系统调查、数据流程分析、功能设计、数据库设计、系统的运行环境、系统测试及调试。本系统主要面向两类人员使用:管理员(教师)、普通学生,他们拥有不同的权限。考试模块使用的过程是管理员添加试题,制订出题规则,生成试卷。学生登录后选择要考的试卷然后进入答题,完毕后提交试卷,存入数据库并评分。系统管理员可以查询考生的成绩,每个考生只能查询自己的成绩。教学网站模块,管理员添加教学文档,并对文档进行分类、修改等操作,而普通用户只能浏览内容。在线交流模块中,任何用户都可以登录留言,管理员可以删除留言。另外总结了本系统的特点:节约教学成本,提高考试工作的效率。

关键词:ASP.NET  SQL server 2000  B/S  C语言教学网站 考试系统
Design and implementation on the teaching web of C language and examination system based on web

Abstract: This thesis narrated the teaching way and the test way history, the present situation, as well as ASP.NET language and the SQL SEVER2000 database management system survey. Introduced with emphasis on the C language teaching website, the net takes a test systematic and the online exchange module realization process :Including system analysis, system investigation, data flow analysis, functional design, database design, system movement environment, system test and debugging. This system mainly faces two kind of personnel to use: The manager, the ordinary student, they have the different jurisdiction. The test module use process is the manager increases the test question, the making sets the topic of a composition the rule, the production examination paper. The student registers the examination paper which the postselection needs to test then to enter the answer, after finished submits the examination paper, stores the database and grades. The system manager may inquire examinee's result, each examinee only can inquire own result. The teaching website module, the manager increases the teaching documents, and carries on operations and so on classification, revision to the documents, but the average consumer only can glance over the content. In the online exchange module, any users all may register the message, the manager may delete the message. Moreover summarized this system characteristic: Saves the teaching cost, enhances the test work the efficiency.   

Keywords: ASP.NET; SQL server; B/S; teaching web of C language; Examine system


目    录


1. 引言 1
1.1  课题研究背景与意义 1
1.1.1  网上教学系统 1
1.1.2  网上考试系统 1
1.2 问题定义内容简介 1
1.2.1 问题定义 1
1.2.2 内容简介 2
1.3 课题调研与可行性分析 2
1.3.2 可行性分析 2
1.4 论文各章内容介绍 3
2. 系统的需求分析 4
(1)面授、辅导 4
(2)函授学习 4
2.2 业务流和数据流图 4
2.3 数据字典 6
2.3.1 数据流分量 6
2.3.2 数据流 8
2.3.3 数据存储 8
2.3.4 数据处理 8
(1) 处理逻辑编号: P04-01 8
(2) 处理逻辑编号: P04-02 9
(3) 处理逻辑编号: P04-03 9
(4) 处理逻辑编号: P04-04 9
3.1系统总体系结构设计 10
3.2 系统数据模型设计 11
3.2.1 数据概念结构设计——E-R图 11
3.2.2 数据库逻辑结构设计(关系模型) 13
3.2.3 数据表 14
表3-2:Users表的字段说明 14
表3-3:Examineees表的字段说明 14
表3-4:QuestionKinds表的字段说明 14
3.3 系统开发与运行环境确定 16
3.3.1 开发工具的确定 16
3.3.2 运行环境 17
IIS 5.1 17
4. 用户管理模块设计 19
4.1.2 用户管理模块功能图 19
4.2.1 用户登录和注册界面设计 19
4.2.2 用户登录 20
AS 21
4.2.3 用户注册 21
4.2.4 用户及其权限管理 23
5.1 试题管理模块体系结构设计 26
5.1.1 试题管理模块功能简介 26
5.1.2 试题管理模块功能图 26
5.2 试题管理模块的详细设计 26
5.2.2 修改试题 28
5.2.3 删除试题 29
6.1.1 试卷管理模块功能简介 30
6.1.2 试卷管理模块功能图 30
6.2 试卷管理模块详细设计 30
6.2.1 添加试卷管理 30
6.2.2 删除试卷管理 31
6.3 遇到的主要问题及解决方案 32
7. 在线答题模块设计 33
7.1 在线答题模块体系结构设计 33
7.1.1 在线答题模块功能简介 33
7.1.2 在线答题功能模块图 33
7.2 在线答题模块详细设计 33
7.2.1 界面设计 33
7.2.2 在线答题 33
8.1 C语言教学模块体系结构设计 35
8.2  C语言教学模块功能简介 35
8.2.2 接口设计 35
(5)文档编辑 38
2.内部接口设计 38
8.3.1 数据库访问类DataAccessor.cs 38
8.3.3 文档查询模块 39
8.4 遇到主要问题及解决方案 39
9. 在线交流模块设计 41
10.1.2 网上考试模块: 43
10.2 运行环境简介 43
11. 系统评价 44
11.2.1 系统存在的不足 44
结  论
致  谢
参 考 文 献

相关论文
上一篇:本栏目为ASP.NET语言毕业设计,需.. 下一篇:B/S模式的计算机等级考试管理系统..
推荐论文 本专业最新论文
Tags:语言 教学 网站 网上 考试 系统 设计 实现 2009-08-30 15:27:57【返回顶部】

相关栏目

Delphi
ASP
VB
JSP
ASP.NET
VB.NET
java
VC
pb
VS
dreamweaver
c#.net
vf
VC++
计算机论文


关于我们 | 联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 原创毕业论文

 

论文天下网提供论文检测,论文降重,论文范文,论文排版,网站永久域名WWW.GEPUW.NET

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 893628136@qq.com

Copyright@ 2009-2022 GEPUW.NET 论文天下网 版权所有