毕业论文 《c++面向对象程序设计》试题库系统.doc

约50页DOC格式手机打开展开

毕业论文 《c++面向对象程序设计》试题库系统,摘  要随着高等院校在教学模式方面的改革步伐,教学手段和方法也在发生着日新月异的变化。考试是教学过程中的重要环节,是对学生所学知识和能力的一种评价,也是衡量教师教学成果好坏的一种教育测量手段。试题库的研究与开发在教学中有着重要的意义,组卷是试题库系统的重要的基本功能,也是考试系统的核心目标之一。在改革的进一步深入和课程...
编号:20-201766大小:1.63M
分类: 论文>计算机论文

内容介绍

此文档由会员 ljjwl8321 发布

摘  要
随着高等院校在教学模式方面的改革步伐,教学手段和方法也在发生着日新月异的变化。考试是教学过程中的重要环节,是对学生所学知识和能力的一种评价,也是衡量教师教学成果好坏的一种教育测量手段。试题库的研究与开发在教学中有着重要的意义,组卷是试题库系统的重要的基本功能,也是考试系统的核心目标之一。在改革的进一步深入和课程建设的逐步完善的条件下, 对各门课程的考试也要求规范化、系统化、科学化、智能化和合理化。针对传统出卷方式的弊端,研究和开发了《c++面向对象程序设计》试题库系统,实现了试题的组卷功能以及试题、试卷的管理功能,简化了出卷流程。
摘  要
随着高等院校在教学模式方面的改革步伐,教学手段和方法也在发生着日新月异的变化。考试是教学过程中的重要环节,是对学生所学知识和能力的一种评价,也是衡量教师教学成果好坏的一种教育测量手段。试题库的研究与开发在教学中有着重要的意义,组卷是试题库系统的重要的基本功能,也是考试系统的核心目标之一。在改革的进一步深入和课程建设的逐步完善的条件下, 对各门课程的考试也要求规范化、系统化、科学化、智能化和合理化。针对传统出卷方式的弊端,研究和开发了《c++面向对象程序设计》试题库系统,实现了试题的组卷功能以及试题、试卷的管理功能,简化了出卷流程。




Abstract
With the institutions of higher learning in the pace of reform of teaching models, teaching tools and methods are undergoing rapid change. Examination is an important part of the teaching process, students learn is an eva luation of knowledge and ability, but also measure the results of good and bad teaching as a means of education measurement.The research and development of test in teaching has important significance. The system of examination is an important basic function, is one of the core target of examination system.In the reform of curriculum construction, and further perfected gradually, under the condition of each course for the exam also requires standardized, systematic, scientific, intelligent and reasonable. The traditional way out of the drawbacks of volume, research and development of the "c + + object-oriented programming" test system, to achieve the functions and questions of the test paper questions, paper management functions, simplifying the process volume.
This system research and development process, the 2003 as database Access service platform, system data structure is established, on the basis of examination and test, user management system.This system USES Delphi language platform for visual system, design, use of object-oriented method, its programmed the normal operation of the database system, using Delphi ADO data Access technology, successfully realized Access database Access system operation: in Delphi environment success achieved user management, management and test papers of management etc. Function.In the system of using Delphi and Word, combining with technology, the Word document forms will test are successful. In the paper, according to the different parameters in the module Settings required chiral provide team, simplify the process of test.

目  录

摘  要 i
Abstract ii
第1章 绪  论 1
1.1选题背景 1
1.2国内外研究状况 1
1.3研究内容 2
第2章 开发工具的介绍以及相关技术 4
2.1Delphi开发环境的简介 4
2.2 access2003数据库系统的简介以及主要功能 5
2.3ADO数据访问技术 6
第3 章 系统设计 8
3.1《C++面向对象程序设计》试题库系统试题管理功能模块设计 8
3.1.1试题录入功能 8
3.1.2题库维护功能 8
3.2《C++面向对象程序设计》试题库系统试卷管理功能模块设计 8
3.2.1抽取现有试卷 8
3.2.2手动生成试卷 8
3.3《C++面向对象程序设计》试题库系统选项设置 8
3.3.1修改密码 9
3.3.2用户管理 9
3.3.3数据库备份 9
3.4《C++面向对象程序设计》试题库系统模块设计 9
3.5《C++面向对象程序设计》试题库系统数据库设计 10
3.5.1数据库概念设计 10
3.5.2数据库的详细设计 10
第4章 系统实现 16
4.1主窗口设计 16
4.2登陆模块 17
4.3试题录入功能模块 18
4.4试题维护功能模块 19
4.5试卷功能模块 20
4.5.1手动生成试卷功能模块 20
4.5.2抽取试卷功能模块 22
第5章 测试 24
5.1测试目的 24
5.2测试目标 24
5.3测试方法 24
5.3.1白盒法 24
5.3.2黑盒法 24
5.4测试步骤 24
5.5《c++面向对象程序设计》试题库系统测试 25
5.5.1登陆模块测试 25
5.5.2用户模块测试 27
结  论 30
参 考 文 献 31
致  谢 32
外文科技资料翻译 33
英文原文 33
中文译文 40