计算机应用 | 古代文学 | 市场营销 | 生命科学 | 交通物流 | 财务管理 | 历史学 | 毕业 | 哲学 | 政治 | 财税 | 经济 | 金融 | 审计 | 法学 | 护理学 | 国际经济与贸易
计算机软件 | 新闻传播 | 电子商务 | 土木工程 | 临床医学 | 旅游管理 | 建筑学 | 文学 | 化学 | 数学 | 物理 | 地理 | 理工 | 生命 | 文化 | 企业管理 | 电子信息工程
计算机网络 | 语言文学 | 信息安全 | 工程力学 | 工商管理 | 经济管理 | 计算机 | 机电 | 材料 | 医学 | 药学 | 会计 | 硕士 | 法律 | MBA
现当代文学 | 英美文学 | 通讯工程 | 网络工程 | 行政管理 | 公共管理 | 自动化 | 艺术 | 音乐 | 舞蹈 | 美术 | 本科 | 教育 | 英语 |

基于C/S的无纸化驾驶考试系统的设计与实现VB+S

2016-04-27 01:02
导读:计算机应用论文论文,基于C/S的无纸化驾驶考试系统的设计与实现VB+S样式参考,免费教你怎么写,格式要求,科教论文网提供的这篇文章不错:毕业
毕业

基于C/S的无纸化驾驶考试系统的设计与实现
 
摘要:无纸化驾驶考试系统是使用前台开发工具Visual Basic 6.0和后台数据库工具Microsoft SQL Server 2000综合现代软件工程学的原理开发出来的。主要应用于像机动车驾驶员考试等各类采用客观性题型的考试。参加考试的学员使用自己注册的或者考试管理员分配的帐号登录考试系统,然后选择需要的题型进行考试。系统具有自动计时、自动生成试卷、自动判卷等功能。
本文详细介绍基于C/S(即Client/Server)的无纸化考试系统的需求分析、数据库设计及设置、系统的功能模块等的设计与实现进程。同时也对Visual Basic 6.0和Microsoft SQL Server 2000等开发工具的使用进行了介绍。

关键词:考试系统;C/S;SQL Server 2000;VB

The Invention and Realization of Non-paper System Based on C/S
 
Abstract: The non-paper driver examination system use Visual Basic 6.0 as the development tools and Microsoft SQL Server 2000 as the background data-base, colligating the elements of software engineering. This system is applied in different kinds of objectivity test like motor vehicle driver stimulant examination. The students who join in the test use the accounts, which registered or distributed by manager, login the system, and then choose the corresponding subjects to go along  the test. The system has the functions such as timing automatically, creating test paper automatically, and distinguishing paper automatically and so on.
This paper introduces the requirement analysis, data-base designing and setting, module designing like systemic module, achievement course of the no-paper test system, which is based on c/s(client and server.).At the same time, the paper also introduces the development tool such as Visual Basic 6.0 and Microsoft SQL Server2000 and so on.  

Keywords: examination system; C/S; SQL Server 2000; VB (科教论文网 lw.nSeAc.com编辑发布)
 
目   录
前言 1
1 开发工具 2
1.1 VISUAL BASIC概述 2
1.2 SQL SERVER概述 4
1.2.2 系统设备和系统表 5
1.2.3系统存储过程 7
1.2.4 管理工具和实用程序 7
2 需求分析 9
2.1引言 9
2.2功能需求 9
2.3 数据需求 9
2.4 用户需求 10
2.5 性能需求 10
2.6系统运行环境需求 10
3 详细设计 11
3.1 系统总体框架设计 11
3.2 系统总体流程 12
3.3 数据库设计 12
3.3.1 系统ER图 12
3.3.2 系统的具体数据库表 13
4 系统实现 16
4.1设计概况 16
4.2 用户登录 16
4.3 系统管理 17
4.4 题目类别模块 21
4.5题目模块 23
4.6 参数设置模块 28
4.7考试模块 31
5 测试与维护 34
7 结束语 35
参考文献 36
致谢 37

注:不包括源代码.

    上一篇:CPM搜索引擎的设计与实现 下一篇:基于C/S的教学管理系统的设计与实现VB+SQL