国产精品婷婷久久久久久,日本中文字幕平台,天天躁夜夜躁av天天爽,国内极度色诱视频网站

畢業(yè)論文 《c++面向對象程序設計》試題庫系統(tǒng).doc

約50頁DOC格式手機打開展開

畢業(yè)論文 《c++面向對象程序設計》試題庫系統(tǒng),摘  要隨著高等院校在教學模式方面的改革步伐,教學手段和方法也在發(fā)生著日新月異的變化??荚囀墙虒W過程中的重要環(huán)節(jié),是對學生所學知識和能力的一種評價,也是衡量教師教學成果好壞的一種教育測量手段。試題庫的研究與開發(fā)在教學中有著重要的意義,組卷是試題庫系統(tǒng)的重要的基本功能,也是考試系統(tǒng)的核心目標之一。在改革的進一步深入和課程...
編號:20-201766大小:1.63M
分類: 論文>計算機論文

內容介紹

此文檔由會員 ljjwl8321 發(fā)布

摘  要
隨著高等院校在教學模式方面的改革步伐,教學手段和方法也在發(fā)生著日新月異的變化??荚囀墙虒W過程中的重要環(huán)節(jié),是對學生所學知識和能力的一種評價,也是衡量教師教學成果好壞的一種教育測量手段。試題庫的研究與開發(fā)在教學中有著重要的意義,組卷是試題庫系統(tǒng)的重要的基本功能,也是考試系統(tǒng)的核心目標之一。在改革的進一步深入和課程建設的逐步完善的條件下, 對各門課程的考試也要求規(guī)范化、系統(tǒng)化、科學化、智能化和合理化。針對傳統(tǒng)出卷方式的弊端,研究和開發(fā)了《c++面向對象程序設計》試題庫系統(tǒng),實現(xiàn)了試題的組卷功能以及試題、試卷的管理功能,簡化了出卷流程。
摘  要
隨著高等院校在教學模式方面的改革步伐,教學手段和方法也在發(fā)生著日新月異的變化??荚囀墙虒W過程中的重要環(huán)節(jié),是對學生所學知識和能力的一種評價,也是衡量教師教學成果好壞的一種教育測量手段。試題庫的研究與開發(fā)在教學中有著重要的意義,組卷是試題庫系統(tǒng)的重要的基本功能,也是考試系統(tǒng)的核心目標之一。在改革的進一步深入和課程建設的逐步完善的條件下, 對各門課程的考試也要求規(guī)范化、系統(tǒng)化、科學化、智能化和合理化。針對傳統(tǒng)出卷方式的弊端,研究和開發(fā)了《c++面向對象程序設計》試題庫系統(tǒng),實現(xiàn)了試題的組卷功能以及試題、試卷的管理功能,簡化了出卷流程。




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章 開發(fā)工具的介紹以及相關技術 4
2.1Delphi開發(fā)環(huán)境的簡介 4
2.2 access2003數(shù)據庫系統(tǒng)的簡介以及主要功能 5
2.3ADO數(shù)據訪問技術 6
第3 章 系統(tǒng)設計 8
3.1《C++面向對象程序設計》試題庫系統(tǒng)試題管理功能模塊設計 8
3.1.1試題錄入功能 8
3.1.2題庫維護功能 8
3.2《C++面向對象程序設計》試題庫系統(tǒng)試卷管理功能模塊設計 8
3.2.1抽取現(xiàn)有試卷 8
3.2.2手動生成試卷 8
3.3《C++面向對象程序設計》試題庫系統(tǒng)選項設置 8
3.3.1修改密碼 9
3.3.2用戶管理 9
3.3.3數(shù)據庫備份 9
3.4《C++面向對象程序設計》試題庫系統(tǒng)模塊設計 9
3.5《C++面向對象程序設計》試題庫系統(tǒng)數(shù)據庫設計 10
3.5.1數(shù)據庫概念設計 10
3.5.2數(shù)據庫的詳細設計 10
第4章 系統(tǒng)實現(xiàn) 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++面向對象程序設計》試題庫系統(tǒng)測試 25
5.5.1登陸模塊測試 25
5.5.2用戶模塊測試 27
結  論 30
參 考 文 獻 31
致  謝 32
外文科技資料翻譯 33
英文原文 33
中文譯文 40