大学四六级练习与考试系统的设计.doc
约38页DOC格式手机打开展开
大学四六级练习与考试系统的设计,2万字38页包括部分程序代码摘要本文详细论述了《基于web的大学四六级练习与考试学生子系统》的开发过程,同时阐述了web模式下操作本系统的简便性、灵活性,以及从稳定性、安全性等方面详细阐述了利用asp技术开发本系统的优越之处。本系统采用了框架结构技术、数据库技术、以及考试答案的实时保存技术...
内容介绍
此文档由会员 littey 发布
大学四六级练习与考试系统的设计
2万字 38页
包括部分程序代码
摘 要
本文详细论述了《基于WEB的大学四六级练习与考试学生子系统》的开发过程,同时阐述了WEB模式下操作本系统的简便性、灵活性,以及从稳定性、安全性等方面详细阐述了利用ASP技术开发本系统的优越之处。本系统采用了框架结构技术、数据库技术、以及考试答案的实时保存技术等。本系统是基于WEB模式的,数据的综合处理采用的是客户端脚本结合WEB服务器以及数据库服务器的多极处理方式。本文最后,详细介绍了该系统各功能模块的设计及程序流程,并给出了一些主要功能模块的实现方法,同时附上相应的源码。
关键字 ASP; SQL Server 2000; ADO; VBScript; 三层结构; 实时保存
ABSTRACT
This text expounds the fact in the whole developing process on the system of band 4 or band 6 exercise and test, explains the simplicity, the convenience and the flexibility of this system under WEB mode. And also introduces the superiority of developing the system using ASP technique from many aspects such as stability, security and easy expansibility. The data multiple process of this system which is under WEB mode uses the multilevel manage fashion with client script combining WEB server and database server. At the last of the text, emphases in expounding the system’s procedure flow and design. The text also provides some main modules’ realization methods and correspondence code.
Key words asp; sql server 2000; ado; Vbscript; b/s; keep in real time
目 录
1 引言(绪 论) 3
1.1 课题(或项目)的来源 3
1.1.1 研究的现状及分析 3
1.1.2 本课题的研究意义 3
1.2 实施的主要技术 4
2 系统分析与结构 10
2.1 开发环境及工具 10
2.2 系统整体功能结构 11
2.3 采用的关键技术及复杂性分析 12
2.4 模块实现的策略及方法描述 13
3 系统模型与设计 15
3.1 编程模型 15
3.2 数据结构设计 17
3.3 数据库设计 18
4系统实现技术 24
4.1 分模块详述练习功能的实现 24
4.1.1 专项题练习 24
4.1.2专家模拟题练习 26
4.1.3 历年真题练习 26
4.1.4 组卷练习 28
4.2 考试关键技术的解决 29
4.2.1框架技术 30
4.2.2 考场恢复技术 31
4.2.3基于事务的提交处理 32
4.3 其它设计 35
5 结束语 36
参考文献 37
致 谢 38
参考文献
[1] 王 燕 ASP 3.0 网站编程与实例演练 西安电子科技大学出版社
[2] 刘中宏.精通Javascript.文魁信息股份有限公司出版社(台湾)
2万字 38页
包括部分程序代码
摘 要
本文详细论述了《基于WEB的大学四六级练习与考试学生子系统》的开发过程,同时阐述了WEB模式下操作本系统的简便性、灵活性,以及从稳定性、安全性等方面详细阐述了利用ASP技术开发本系统的优越之处。本系统采用了框架结构技术、数据库技术、以及考试答案的实时保存技术等。本系统是基于WEB模式的,数据的综合处理采用的是客户端脚本结合WEB服务器以及数据库服务器的多极处理方式。本文最后,详细介绍了该系统各功能模块的设计及程序流程,并给出了一些主要功能模块的实现方法,同时附上相应的源码。
关键字 ASP; SQL Server 2000; ADO; VBScript; 三层结构; 实时保存
ABSTRACT
This text expounds the fact in the whole developing process on the system of band 4 or band 6 exercise and test, explains the simplicity, the convenience and the flexibility of this system under WEB mode. And also introduces the superiority of developing the system using ASP technique from many aspects such as stability, security and easy expansibility. The data multiple process of this system which is under WEB mode uses the multilevel manage fashion with client script combining WEB server and database server. At the last of the text, emphases in expounding the system’s procedure flow and design. The text also provides some main modules’ realization methods and correspondence code.
Key words asp; sql server 2000; ado; Vbscript; b/s; keep in real time
目 录
1 引言(绪 论) 3
1.1 课题(或项目)的来源 3
1.1.1 研究的现状及分析 3
1.1.2 本课题的研究意义 3
1.2 实施的主要技术 4
2 系统分析与结构 10
2.1 开发环境及工具 10
2.2 系统整体功能结构 11
2.3 采用的关键技术及复杂性分析 12
2.4 模块实现的策略及方法描述 13
3 系统模型与设计 15
3.1 编程模型 15
3.2 数据结构设计 17
3.3 数据库设计 18
4系统实现技术 24
4.1 分模块详述练习功能的实现 24
4.1.1 专项题练习 24
4.1.2专家模拟题练习 26
4.1.3 历年真题练习 26
4.1.4 组卷练习 28
4.2 考试关键技术的解决 29
4.2.1框架技术 30
4.2.2 考场恢复技术 31
4.2.3基于事务的提交处理 32
4.3 其它设计 35
5 结束语 36
参考文献 37
致 谢 38
参考文献
[1] 王 燕 ASP 3.0 网站编程与实例演练 西安电子科技大学出版社
[2] 刘中宏.精通Javascript.文魁信息股份有限公司出版社(台湾)