驾校模拟考试系统(论文范文_JSP_JAVA_毕业...

上传人:飞*** 文档编号:29799838 上传时间:2018-01-25 格式:PDF 页数:44 大小:1.42MB
返回 下载 相关 举报
驾校模拟考试系统(论文范文_JSP_JAVA_毕业..._第1页
第1页 / 共44页
驾校模拟考试系统(论文范文_JSP_JAVA_毕业..._第2页
第2页 / 共44页
驾校模拟考试系统(论文范文_JSP_JAVA_毕业..._第3页
第3页 / 共44页
驾校模拟考试系统(论文范文_JSP_JAVA_毕业..._第4页
第4页 / 共44页
驾校模拟考试系统(论文范文_JSP_JAVA_毕业..._第5页
第5页 / 共44页
点击查看更多>>
资源描述

《驾校模拟考试系统(论文范文_JSP_JAVA_毕业...》由会员分享,可在线阅读,更多相关《驾校模拟考试系统(论文范文_JSP_JAVA_毕业...(44页珍藏版)》请在金锄头文库上搜索。

1、需要本论文完整程序源代码 ,答辩 PPT,开题报告等全套资料 ,请联系本文档上传者 QQ 摘 要在网络技术逐渐渗入社会生活各个层面的今天,传统的考试方式也面临着变革,而网上考试则是网络技术一个很重要的发展方向。网上考试一方面可以突破时空的界限;另一方面考生在自己熟悉的环境中考试也会更自在,能更好地发挥自己的真实水平,网络考试方式将是以后考试发展的趋势。本论文主要阐述了基于 Web技术的驾校考试系统的设计与实现。 论文首先对系统设计所涉及的相关技术进行逐一介绍, 并主要对该系统的设计概要以及系统的设计方法及功能也作了详尽说明,系统按照软件工程的思想进行系统设计,在需求分析的基础进行功能模块划分,

2、然后对各个模块进行分析和详细设计,并用相关技术实现。系统采用 B/S 开发模式, 以 MyEclipse6.0 作为开发平台, java 语言为主要编程语言,结合 JSP、 JavaScript 、 Html、 SQL等语言,以 Tomcat 为服务器和 SQL Server 2000为后台数据库。最终开发一个拥有自动组卷、自动判卷、信息管理的驾校考试系统。整个系统层次结构简单,操作容易,并具备一定的安全性。考生借助此系统,可以随时随地的进行考试,同时老师使用该系统能更高效、便捷的组织在线考试。关键词: 驾校考试系统 B/S 开发模式 JSP 需要本论文完整程序源代码 ,答辩 PPT,开题报告

3、等全套资料 ,请联系本文档上传者 QQ ABSTRACT Gradually infiltrated into the network technology in all aspects of social life today, the traditional test method is also faced with change, the online exam is a very important network technology development. Online test on the one hand can break the boundaries of time

4、and space; the other candidates in their own environment examination will be more comfortable, better play to their true level, the network test approach will be the development trend of future examination. This paper expounds the Web-based Online Test System Design and Implementation. Firstly the d

5、esign of the system involved in related technologies introduced one by one, and the main outline of the system design and system design and function of a detailed description, the system in accordance with the ideas of software engineering for system design, requirements analysis based functional mo

6、dule partition, then each module analysis and detailed design, and use related technology. The system bases on B/S development model, using Java as a development platform, which utilizes JSP, JavaScript, and Html language as well. The web server is Tomcat. Database server is SQL Server 2000. The sys

7、tem structure is simple, easy and safe. Examinee can exam at any time by using the system. Simultaneously teachers can use the system to organize online examination more efficiently and conveniently. Keywords: Online Examination B/S JSP需要本论文完整程序源代码 ,答辩 PPT,开题报告等全套资料 ,请联系本文档上传者 QQ 目 录第一章 前言 . 11.1 开发

8、背景及意义 . 11.2 论文研究目标 . 1第二章 驾校考试系统需求分析 . 22.1 需求概述 . 22.2 系统开发目标 . 22.3 功能需求 . 22.4 性能需求 . 32.5 开发方案的比较与选择 . 42.6 系统开发环境及工具 . 62.6.1 开发 / 运行环境 . 62.6.2 开发工具的选取 . 6第三章 驾校考试系统的设计 . 83.1 系统数据流程描述 . 83.2 系统总体结构设计 . 113.3 功能模块设计 . 123.3.1 考试模块 . 123.3.2 查询成绩模块 . 133.3.3 试卷管理模块 . 143.3.4 信息管理模块 . 143.3.5 判

9、卷模块 . 14第四章 系统后台数据库设计 . 154.1 数据库连接 . 154.1.1 配置 SQL server 2000 . . 154.1.2 连接数据库 . 154.2 数据库设计概述 . 154.2.1 数据表实现 . 164.2.2 系统总体 E-R 图 . 18第五章 驾校考试系统的实现 . 205.1 考试模块 . 205.2 成绩查询模块 . 225.3 试卷管理模块 . 255.4 信息管理模块 . 295.5 组卷模块 . 31第六章 系统运行与测试 . 336.1 测试概述 . 336.2 系统部分单元测试方法 . 336.3 测试截图 . 336.4 测试总结 . 37需要本论文完整程序源代码 ,答辩 PPT,开题报告等全套资料 ,请联系本文档上传者 QQ 结论 38谢辞 39参考文献 40需要本论文完整程序源代码 ,答辩 PPT,开题报告等全套资料 ,请联系本文档上传者 QQ 第一章 前言1.1 开发背景及意义在网络技术逐渐渗入社会生活各个层面的今天

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 研究报告 > 综合/其它

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