您现在的位置:网站首页答辩论文计算机毕业设计VFP(FOXPRO)

机动车驾驶员考试系统

  • 简介: ...
    • 请与管理员联系购买资料 QQ:5739126
  • 论文简介
  • 相关论文
  • 论文下载
\
\
\

机动车驾驶员考试系统 VF+ACCESS(论文摘要)

摘要
本次的设计课题是《机动车驾驶员理论考试系统》。是应太原市车管所的要求,为其开发的一套高效的驾驶员理论考试系统(MIS),能够为使用

者提供充足的信息和快捷的查询统计手段。
根据太原市车管所的要求,此系统设计为一款在单机环境下运行的考试系统软件,当然考虑到设计的时间以及以后的升级,也可以非常方便的

扩展为网络版。其开发使用目前最具有代表性的前后台一起的数据库开发工具Visual FoxPro 6.0以及界面友好、易学易用、开发简单、自带后

台数据库管理系统。主要实现以下几个方面的功能:
1) 管理员管理:实现管理员的增加、删除、修改及密码的设置和修改;
2) 考生管理:实现考生的基本档案增加、删除、修改、等数据的录入功能;
3) 驾校管理:实现对驾校名称的增加、删除、修改功能;
4) 考试设置:实现对试卷的题数、类别、及格分数、考试时间的设置;
5) 补考设置:实现对没有通过考试的考生,是否同意补考和补考的次数的设置;
6) 题库管理:实现对题库的全面管理,对考题的类别、题目等数据的增加、删除、修改;
7) 试卷管理:主要完成对考生试卷信息的查看和对过期试卷的删除;
8) 考生考试:实现根据考生信息、考生设置的参数进行随机出题、考生答题、交卷后自动判卷,并将判卷后的数据保存并提示考生这次

考试是否通过;
9) 查询统计:根据太原市车管所的要求,可以对需要的考生数据进行各种查询,方便快捷;实现按年份、驾校对考生报考人数、通过人

数等的统计;
在本次设计中我主要完成管理员管理、考生管理、驾校管理、考试设置和补考设置模块
关键词: 驾驶员理论考试 MIS 数据库 SQL 视图 查询
Abstract
The design program of this is 《Vehicle Pilot Theory Test System》. It is the requirements of the Taiyuan vehicle tube

institute . Its can offer adequate info- rmation and shortcut inquiry. That is means to use for the information management

system of a set of efficiency of its development (MIS).
According to the requirement of Vehicle Pilot Theory Test System , this system designs, consider the following upgrading

certainly for the software of management system of one in single machine environmental next operation, the development that

can be very much facilitated also is network edition. Its development use the database front backstage together database

development that now most has representative tool Visual FoxPro 6.0 as well as interface friendly, is easy to study is easy

to use, to develop simple ,the bringing backstage database management system. The function of some follows aspects mainly:
1) Manager management: Realizes manager's increase, the deletion, the revision and the password establishment and the

revision;
2) Examinee management: Realizes examinee's basic file to increase, the deletion, the revision, and so on the data input

functions;
3) Harnesses the school management: The realization to harnesses the school name the increase, the deletion, the revision

function;
4)Test establishment: The realization to the examination paper topic number, the category, passes an examination the score,

the test time establishment;
5)Make-up test establishment: Realization to not through test examinee, Whether agrees with the make-up test and the make-up

test number of times establishment;
6)Question bank management: Realization to question bank comprehensive management,To data and so on test question category,

topic increase, deletion, revision;
7)Examination paper management: Mainly completes to the examinee examination paper information examination and to the expired

examination paper deletion;
8)Examinee test: Realization the parameter which after the examinee information, the examinee establishes carries on sets the

topic of a composition stochastically, the examinee answers, completes an assignment sentences the volume automatically,

After and will sentence the volume the data to preserve and prompts the examinee this time to take a test whether will pass;
9)Inquiry statistics:According to Taiyuan vehicle tube institute request,May to the examinee data which needs carry on each

kind of inquiry,The convenience is quick; The realization according to the year, harnesses proofreads the examinee register

population, through the population and so on the statistics;
Keywords: The pilot theory takes a test MIS The database SQL View Inquiry


目录

摘要 IV
Abstract V
第一章 绪论 1
1.1 课题背景 1
1.1.1 机动车驾驶员考试的现状分析 1
1.1.2 开发机动车驾驶员考试系统的必要性 1
1.2 开发工具的选择 1
1.3 Visual FoxPro 6.0 1
1.3.1 面向对象编程的基本概念 1
1.3.2 Visual FoxPro 6.0简介 2
1.3.3 Visual FoxPro 6.0语言特点 2
1.3.4 Visual FoxPro 6.0的基本形式 3
1.3.5 Visual FoxPro项目的运行环境 4
1.4 数据库概述 4
1.4.1 数据库的概念 5
1.4.2 新建一个数据库 5
1.4.3 修改已建的数据库 5
1.4.4 实现数据库之间的联系 5
第二章 可行性研究 7
2.1 技术可行性 7
2.1.1 硬件可行性 7
2.1.2 软件可行性 7
2.1.3 人员可行性 7
2.2 经济可行性 8
2.3 操作可行性 8
2.4 法律可行性 8
2.5 本章小结 8
第三章 需求分析 9
3.1 项目来源 9
3.2 项目名称 9
3.3 系统功能要求 9
3.4 数据库需求分析 10
第四章 总体设计 12
4.1 软件系统结构设计 12
4.2 程序结构图 12
4.3. 详细功能模块介绍 12
4.3.1系统功能模块图 13
4.3.2软件系统结构设计 14
4.3.3功能模块说明 14
4.4 数据库设计 15
4.4.1信息实体E-R图 15
4.4.2 数据库逻辑结构设计 17
第五章 详细设计及编码 21
5.1管理员管理界面设计 21
5.2 考生管理界面设计 27
5.3 驾校管理界面的设计 30
5.4 考试设置界面设计 31
5.5 补考设置界面的设计 32
第六章 测试 35
6.1测试计划 35
6.1.1测试目的 35
6.1.2 测试方法 35
6.2测试用例 35
结束语 37
致谢 38
参考文献 39

查看评论 已有0位网友发表了看法
  • 验证码: