java語言考試系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn).doc
約19頁(yè)DOC格式手機(jī)打開展開
java語言考試系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn),java語言考試系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)目錄摘要1abstract2第一章 引言31.1 計(jì)算機(jī)等級(jí)考試(二級(jí))31.2 考試系統(tǒng)采用的實(shí)現(xiàn)模式3第二章 考試系統(tǒng)采用的技術(shù)和運(yùn)行平臺(tái)42.1 visual basic .net42.2 sql server 200052.3 web服務(wù)52.3.1 web服務(wù)的概念52.3.2...
內(nèi)容介紹
此文檔由會(huì)員 天空之翼 發(fā)布
JAVA語言考試系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)
目錄
摘要 1
Abstract 2
第一章 引言 3
1.1 計(jì)算機(jī)等級(jí)考試(二級(jí)) 3
1.2 考試系統(tǒng)采用的實(shí)現(xiàn)模式 3
第二章 考試系統(tǒng)采用的技術(shù)和運(yùn)行平臺(tái) 4
2.1 Visual Basic .NET 4
2.2 SQL Server 2000 5
2.3 Web服務(wù) 5
2.3.1 Web服務(wù)的概念 5
2.3.2 Web服務(wù)的優(yōu)點(diǎn) 6
2.4 .NET對(duì)Web服務(wù)的支持 6
2.5 考試系統(tǒng)的運(yùn)行平臺(tái) 6
2.5.1 硬件平臺(tái) 6
2.5.2 軟件平臺(tái) 6
第三章 考試系統(tǒng)的數(shù)據(jù)庫(kù)設(shè)計(jì)、構(gòu)成模塊及特點(diǎn) 7
3.1 考試系統(tǒng)的數(shù)據(jù)庫(kù)設(shè)計(jì) 7
3.2 考試系統(tǒng)的構(gòu)成模塊 9
3.2.1 題庫(kù)管理模塊 10
3.2.2身份驗(yàn)證模塊 10
3.2.3各類試題模塊 10
3.2.4監(jiān)考管理模塊 11
3.2.5閱卷模塊 11
3.2.6缺考統(tǒng)計(jì)模塊 11
3.3 考試系統(tǒng)的特點(diǎn) 11
第四章 考試系統(tǒng)實(shí)現(xiàn)的關(guān)鍵技術(shù) 12
4.1 數(shù)據(jù)庫(kù)操作 12
4.2 打亂序號(hào)算法 15
4.3 文件的壓縮與解壓縮 15
第五章 總結(jié)與展望 17
參考文獻(xiàn) 19
附錄A: 19
系統(tǒng)使用說明: 19
摘要:
隨著信息技術(shù)的廣泛使用,各類計(jì)算機(jī)考試也應(yīng)運(yùn)而生,這類考試多為上機(jī)考試,因此,考試的環(huán)境,即考試系統(tǒng)的設(shè)計(jì)和實(shí)現(xiàn)非常重要。在網(wǎng)絡(luò)技術(shù)逐漸滲入社會(huì)生活各個(gè)層面的今天,采用網(wǎng)絡(luò)考試是一個(gè)很重要的方向。目前,網(wǎng)絡(luò)考試系統(tǒng)的實(shí)現(xiàn),可以采用傳統(tǒng)的客戶機(jī)/服務(wù)器模式,也可以采用目前流行的瀏覽器/服務(wù)器模式,即基于Web的方式。本系統(tǒng)采用的后一種模式,因此,本文簡(jiǎn)單的介紹了該模式的實(shí)現(xiàn)方法。同時(shí),還介紹了等級(jí)考試的一些相關(guān)信息;語言類考試系統(tǒng)設(shè)計(jì)和實(shí)現(xiàn)的相關(guān)技術(shù);該系統(tǒng)的組成模塊、數(shù)據(jù)庫(kù)設(shè)計(jì)以及運(yùn)行平臺(tái)。還介紹了該考試系統(tǒng)的特點(diǎn)和實(shí)現(xiàn)的關(guān)鍵技術(shù)。最后,指出了該考試存在的一些不足,以及對(duì)實(shí)現(xiàn)該考試系統(tǒng)的主要技術(shù)——Web服務(wù)技術(shù)在考試系統(tǒng)中的應(yīng)用進(jìn)行了展望。
關(guān)鍵詞:
考試系統(tǒng) Web服務(wù) 數(shù)據(jù)庫(kù) Visual Basic .NET
Abstract
With the mass use of the information technology, all kinds of computer examinations arise. And people exam usually by operate the computer, so, the environment of the examination, namely have an examination the design and realizing of system, is very important. Today, when the network technology permeates each aspect of social life gradually, so choose the network to have an examination is a very important direction. At present, to realize the network examination system, can adopt the traditional mode of client / server or the present popular mode of browser / server which based on Web. The last kind of mode is chosen by this system, hence introduced the mode implementation method in the paper. Meanwhile, introduced some relevant information of grade examination, relevant technology that the system is designed and realized , and composition module, database design, operation platform of this system. Finally, looking forward to the main technology of the system realizing that the application of the Web served technology.
Keywords:
Examination System Web Services Database Visual Basic .NET
目錄
摘要 1
Abstract 2
第一章 引言 3
1.1 計(jì)算機(jī)等級(jí)考試(二級(jí)) 3
1.2 考試系統(tǒng)采用的實(shí)現(xiàn)模式 3
第二章 考試系統(tǒng)采用的技術(shù)和運(yùn)行平臺(tái) 4
2.1 Visual Basic .NET 4
2.2 SQL Server 2000 5
2.3 Web服務(wù) 5
2.3.1 Web服務(wù)的概念 5
2.3.2 Web服務(wù)的優(yōu)點(diǎn) 6
2.4 .NET對(duì)Web服務(wù)的支持 6
2.5 考試系統(tǒng)的運(yùn)行平臺(tái) 6
2.5.1 硬件平臺(tái) 6
2.5.2 軟件平臺(tái) 6
第三章 考試系統(tǒng)的數(shù)據(jù)庫(kù)設(shè)計(jì)、構(gòu)成模塊及特點(diǎn) 7
3.1 考試系統(tǒng)的數(shù)據(jù)庫(kù)設(shè)計(jì) 7
3.2 考試系統(tǒng)的構(gòu)成模塊 9
3.2.1 題庫(kù)管理模塊 10
3.2.2身份驗(yàn)證模塊 10
3.2.3各類試題模塊 10
3.2.4監(jiān)考管理模塊 11
3.2.5閱卷模塊 11
3.2.6缺考統(tǒng)計(jì)模塊 11
3.3 考試系統(tǒng)的特點(diǎn) 11
第四章 考試系統(tǒng)實(shí)現(xiàn)的關(guān)鍵技術(shù) 12
4.1 數(shù)據(jù)庫(kù)操作 12
4.2 打亂序號(hào)算法 15
4.3 文件的壓縮與解壓縮 15
第五章 總結(jié)與展望 17
參考文獻(xiàn) 19
附錄A: 19
系統(tǒng)使用說明: 19
摘要:
隨著信息技術(shù)的廣泛使用,各類計(jì)算機(jī)考試也應(yīng)運(yùn)而生,這類考試多為上機(jī)考試,因此,考試的環(huán)境,即考試系統(tǒng)的設(shè)計(jì)和實(shí)現(xiàn)非常重要。在網(wǎng)絡(luò)技術(shù)逐漸滲入社會(huì)生活各個(gè)層面的今天,采用網(wǎng)絡(luò)考試是一個(gè)很重要的方向。目前,網(wǎng)絡(luò)考試系統(tǒng)的實(shí)現(xiàn),可以采用傳統(tǒng)的客戶機(jī)/服務(wù)器模式,也可以采用目前流行的瀏覽器/服務(wù)器模式,即基于Web的方式。本系統(tǒng)采用的后一種模式,因此,本文簡(jiǎn)單的介紹了該模式的實(shí)現(xiàn)方法。同時(shí),還介紹了等級(jí)考試的一些相關(guān)信息;語言類考試系統(tǒng)設(shè)計(jì)和實(shí)現(xiàn)的相關(guān)技術(shù);該系統(tǒng)的組成模塊、數(shù)據(jù)庫(kù)設(shè)計(jì)以及運(yùn)行平臺(tái)。還介紹了該考試系統(tǒng)的特點(diǎn)和實(shí)現(xiàn)的關(guān)鍵技術(shù)。最后,指出了該考試存在的一些不足,以及對(duì)實(shí)現(xiàn)該考試系統(tǒng)的主要技術(shù)——Web服務(wù)技術(shù)在考試系統(tǒng)中的應(yīng)用進(jìn)行了展望。
關(guān)鍵詞:
考試系統(tǒng) Web服務(wù) 數(shù)據(jù)庫(kù) Visual Basic .NET
Abstract
With the mass use of the information technology, all kinds of computer examinations arise. And people exam usually by operate the computer, so, the environment of the examination, namely have an examination the design and realizing of system, is very important. Today, when the network technology permeates each aspect of social life gradually, so choose the network to have an examination is a very important direction. At present, to realize the network examination system, can adopt the traditional mode of client / server or the present popular mode of browser / server which based on Web. The last kind of mode is chosen by this system, hence introduced the mode implementation method in the paper. Meanwhile, introduced some relevant information of grade examination, relevant technology that the system is designed and realized , and composition module, database design, operation platform of this system. Finally, looking forward to the main technology of the system realizing that the application of the Web served technology.
Keywords:
Examination System Web Services Database Visual Basic .NET
TA們正在看...
- 110kv降壓變電站電氣總平面布置圖.dwg
- 110kv降壓變電站接地裝置圖.dwg
- 110kv降壓變電站主接線圖.dwg
- 2011年煤礦安全規(guī)程解讀.doc
- 煤礦工業(yè)廣場(chǎng)35V變電站供電系統(tǒng)設(shè)計(jì)(畢業(yè)設(shè)計(jì))...dwg
- 煤礦工業(yè)廣場(chǎng)35V變電站供電系統(tǒng)設(shè)計(jì)(畢業(yè)設(shè)計(jì))...dwg
- 煤礦工業(yè)廣場(chǎng)35V變電站供電系統(tǒng)設(shè)計(jì)(畢業(yè)設(shè)計(jì))...dwg
- 基于plc和組態(tài)軟件的五層電梯控制系統(tǒng)程序流程圖.dwg
- 基于plc和組態(tài)軟件的五層電梯控制系統(tǒng)輸入輸出接線...dwg
- 基于plc控制電梯升降系統(tǒng)的設(shè)計(jì)(畢業(yè)設(shè)計(jì))plc接...dwg