编译原理在线考试系统设计与实现--毕业设计

上传人:206****923 文档编号:43666745 上传时间:2018-06-07 格式:DOCX 页数:176 大小:3.35MB
返回 下载 相关 举报
编译原理在线考试系统设计与实现--毕业设计_第1页
第1页 / 共176页
编译原理在线考试系统设计与实现--毕业设计_第2页
第2页 / 共176页
编译原理在线考试系统设计与实现--毕业设计_第3页
第3页 / 共176页
编译原理在线考试系统设计与实现--毕业设计_第4页
第4页 / 共176页
编译原理在线考试系统设计与实现--毕业设计_第5页
第5页 / 共176页
点击查看更多>>
资源描述

《编译原理在线考试系统设计与实现--毕业设计》由会员分享,可在线阅读,更多相关《编译原理在线考试系统设计与实现--毕业设计(176页珍藏版)》请在金锄头文库上搜索。

1、上海工程技术大学毕业设计(论文) 编译原理在线考试系统的设计与实 现1计算机科学与技术专业(本科)毕业设计毕业设计论文题目论文题目 编译原理在线考试系统编译原理在线考试系统上海工程技术大学毕业设计(论文) 编译原理在线考试系统的设计与实 现2目目 录录摘 要 1上海工程技术大学毕业设计(论文) 编译原理在线考试系统的设计与实 现3ABSTRACT 2前言 11 系统概述 21.1 国内外研究现状及发展趋势 21.2 研究目的、意义和范围 31.3 系统技术概述 41.3.1 .NET Framework 概述 41.3.2 ASP.NET、ADO.NET 和 C#语言简介 62 系统需求分析

2、82.1 项目背景 82.2 需求分析 82.2.1 问题定义 82.2.2 在线考试系统具体任务要求 92.2.3 可行性研究 102.3 软件运行环境 112.3.1 软件环境 11上海工程技术大学毕业设计(论文) 编译原理在线考试系统的设计与实 现42.3.2 硬件环境 123 系统总体设计 133.1 数据流程分析 133.2 数据字典 153.3 系统逻辑模型提出 163.4 系统总体软件结构 173.5 数据库设计 203.5.1 数据库概念设计 213.5.2 物理结构设计 264 系统主要功能实现 334.1 Web.config 文件配置 334.2 页面的风格设计 344.

3、3 系统登陆模块的实现 344.4 考试科目信息管理模块的实现 364.5 试题库管理模块的实现 374.5.1 单选题管理功能的实现 37上海工程技术大学毕业设计(论文) 编译原理在线考试系统的设计与实 现54.5.2 多选题管理功能的实现 384.5.3 判断题管理功能的实现 394.5.4 填空题管理功能的实现 404.5.5 问答题管理功能的实现 414.6 试卷制定维护模块的实现 424.6.1 计算机出题功能的实现 424.6.2 人工出题功能的实现 444.6.3 试卷维护功能的实现 454.7 学生在线考试模块的实现 464.8 用户试卷管理模块的实现 474.8.1 试卷评阅

4、功能的实现 484.8.2 用户成绩管理功能的实现 485 系统的发布 496 结 论 507 参考文献 508 附录(各个业务功能关键代码) 52上海工程技术大学毕业设计(论文) 编译原理在线考试系统的设计与实 现69 译文 12210 原文说明 13411 原文 135上海工程技术大学毕业设计(论文) 编译原理在线考试系统的设计与实 现1摘摘 要要随着计算机技术的迅猛发展,学校教学和管理的信息化发展也有长足的进步,这就要求各个环节都均衡发展,从软硬件双方面把学校建设成一流的信息管理、教育教学的平台。本文设计开发的考试管理系统也是其中重要的一个方面。该系统本着减轻教师工作负担、提高工作效率、

5、优化学生考试的流程,增强参加考试学生的身份识别,比传统的考试模式节省人力财力和时间。 系统分为两大模块:考试模块和系统管理模块。其中系统管理模块是进行题目的添加、存储和删除,是系统运行的基础;查询子模块实现了对学生考试信息远程查询。考试模块是客户端学生或教师通过自己的姓名和学号以及密码登陆系统,进入界面时由系统按照出题教师预先设置好的试卷结构从题库中随机抽取适合的题目,形成试卷。 系统选用的开发工具是 Visual Studio,所用语言是 C#,后台数据库为 Sqlserver2005。本系统在实现教师批阅试卷功能时,在后台自动将选择题批阅完成并计分,省却了教师批改单选题和多选题的的步骤。另

6、编译原理本有计算题的,但本系统无法实现计算题的作图和详细步骤的输入,只能做文字题和简单的字符题。由于时间关系无法加入作图和表的功能,如上海工程技术大学毕业设计(论文) 编译原理在线考试系统的设计与实 现2果能有更多的时间,相信该系统能做得更好更完美。关键字:关键字:考试 试卷 自动 系统 ASP.net上海工程技术大学毕业设计(论文) 编译原理在线考试系统的设计与实 现3Compiling principle online learning system ABSTRACTAlong with the fast development in computer technology, we hav

7、e gotten big progress in school science and information management. So it needs equal development in every part. The school will be building an information management and educational plat from hardware and software two sides. I developed this system is in order to reduce the teachers pressure, enhan

8、ce the work efficiency, optimize the process of students testing, enhance the students identity and papers secrecy. It can save more people money and time than tradition methods. The system is composed of two parts: running module, maintaining module. Subjecting module is in charge of questions addi

9、ng saving and deleting. The subjecting is the base of the system; the second part is running module, student can log on the system by his name and number, and then turns into the examinations screen, the system will give random questions to student. Finally come into an exam paper. Maintaining modul

10、es work is to complete the students and teachers registration and deleting. Maintain the key points (key points is the choices when we input questions) which can be added or deleted in the maintaining module. The system chooses the tool of development that use is Visual Studio,and Sqlserver 2000,the

11、 Development of language is C#. Teachers marking papers feature, the system automatically in the background will be multiple-choice marking is completed and scored, save the 上海工程技术大学毕业设计(论文) 编译原理在线考试系统的设计与实 现4steps of teacher marking multiple choice and multiple-choice. Another compiler theory calcu

12、lation problems, but the system can not achieve the input of the mapping and detailed steps of the calculation problems, and can only do word problems and simple question of character. Because of the time can not join the plot and table functions, if they can have more time, I believe that the system can better and more perfect.Key words: test, paper, auto, system, ASP.net上海工程技术大学毕业设计(论文) 编译原理在线考试系统的设计与实 现1编译原理在线学习系统卢中祥 0211082270 0 前言前言随着技术的飞速发展,现在很多国外的大学和社会其他部门都已经开设了教学,通过计算机实现异地教育和培训。现在,计算机硬件技术的发展已经达到了相当高的水平。但是,教学软件的开发目前还处于起步阶段,随着这项技术的不断深入发展,就要求有更好、更完善的软件系统应用到教学当中去,这就给软件设计人员提出了更高的设计要求。

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 行业资料 > 其它行业文档

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号