网站导航免费论文 原创论文 论文搜索 原创论文 网学软件 学术大家 资料中心 会员中心 问题解答 原创论文 大学论文导航 设计下载 最新论文 下载排行 原创论文
返回网学首页
网学联系
最新论文 推荐专题 热门论文 素材专题
当前位置: 网学 > 编程文档 > ASP.net > 正文

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

来源:http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 16/01/17

网学网为需要ASP.net的朋友们搜集整理了C语言教学网站及网上考试系统的设计与实现相关资料,希望对各位网友有所帮助!

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

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

关键词:ASPNET/ style=text-decoration:underline;font-size:14px;color:#2B4DD5; target=_blank>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 ASPNET/ style=text-decoration:underline;font-size:14px;color:#2B4DD5; target=_blank>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: ASPNET/ style=text-decoration:underline;font-size:14px;color:#2B4DD5; target=_blank>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
结  论
致  谢
参 考 文 献

C语言教学网站及网上考试系统的设计与实现......
  • 上一篇资讯: [ASP.net]
  • 版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号