题库系统设计.rar

RAR格式版权申诉手机打开展开

题库系统设计,5.4万字63页有设计代码摘要delphi 7.0拥有良好的可视化应用程序开发环境,将可视化界面和面相对象技术完美、紧密的结合起来,并封装了windows编程的复杂性。利用delphi 7.0提供的强大的vcl(visual component library,可视化组件库)进行编程,可以快速、高效地开发出基于wind...
编号:78-11685大小:136.10K
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 刘丽 发布

5.4万字 63页 有设计代码
摘 要
Delphi 7.0拥有良好的可视化应用程序开发环境,将可视化界面和面相对象技术完美、紧密的结合起来,并封装了Windows编程的复杂性。利用Delphi 7.0提供的强大的VCL(Visual Component Library,可视化组件库)进行编程,可以快速、高效地开发出基于Windows环境的各类应用程序,尤其是在数据库方面。它不但提供了大量的数据库组件,并配有数据库引擎BDE,能通过SQL Links和ODBC等访问数据库。
本文的题库系统利用Delphi(设计生成界面及实现其功能)和SQL(构造并管理数据库)两种工具,通过结构化方法,按照需求分析、概要设计、详细设计、编写程序、测试及维护的步骤进行开发,其中包括对整体系统及数据库的设计与制作,应用ADO(ActiveX Data Object)进行Delphi与数据库的连接。为了使设计的思路更加清晰,易于理解,除了文字的叙述外,文中还绘有部分图形,如:数据流图、E-R图、系统流程图、程序流程图等,并列举了制作过程的部分实例。制作过程中通过参考大量资料,运用VBA(Visual Basic for Applications)技术很好的解决了Microsoft Office Word的接口编程问题,使得Delphi与Microsoft Office Word在程序上能够很好地衔接。
本系统实现了以下主要功能:1.题目录入;2.自动组卷;3.用户管理;4.题库维护。

关键词:题库系统;题目录入;自动组卷;数据库


目 录
引言
1 系统的可行性研究
2 开发的工具及方法
3 系统需求分析
5 系统详细设计
6 制作过程简述,编码及主要技术
7 测试
8 结论
谢辞
参考文献
附录

Abstract

This system has realized the following main functions: 1.Inputting the test questions; 2.Organizing the test paper automatically; 3.User management; 4.The maintenance of the test questions’ storehouse. Through testing repeatedly, the result indicated that in 98 Windows / 2000 /me/ XP platform cooperate with Office XP/2003 ,the procedure of the system operates steadily and every performance achieves the expected request basically,so it has reached the anticipated request basically.
In the section of the conclusion,it recounts the gain of the design,and this article’s appendix includes a little procedure and the explanation of the use..
Key words: test questions’storehouse system; inputting the test questions;organizing the test paper automatically; database