畢業(yè)論文 基于net的自動閱卷考試系統(tǒng).doc
約46頁DOC格式手機(jī)打開展開
畢業(yè)論文 基于net的自動閱卷考試系統(tǒng),【摘要】隨著網(wǎng)絡(luò)技術(shù)的發(fā)展,教學(xué)方式發(fā)生了很大的變化。傳統(tǒng)的教學(xué)考試方式已漸漸無法適應(yīng)社會的發(fā)展,它要求有新的考試方式來適應(yīng)新的教學(xué)方式。網(wǎng)絡(luò)化考試系統(tǒng)在很多領(lǐng)域都已經(jīng)有所應(yīng)用,但在計(jì)算機(jī)類考試中較為鮮見,特別是帶閱卷功能的考試系統(tǒng)。本系統(tǒng)利用.net技術(shù),采用c#語言來實(shí)現(xiàn)應(yīng)用程序的設(shè)計(jì)和功能的實(shí)現(xiàn),數(shù)據(jù)庫則采用sq...


內(nèi)容介紹
此文檔由會員 ljjwl8321 發(fā)布
【摘要】
隨著網(wǎng)絡(luò)技術(shù)的發(fā)展,教學(xué)方式發(fā)生了很大的變化。傳統(tǒng)的教學(xué)考試方式已漸漸無法適應(yīng)社會的發(fā)展,它要求有新的考試方式來適應(yīng)新的教學(xué)方式。網(wǎng)絡(luò)化考試系統(tǒng)在很多領(lǐng)域都已經(jīng)有所應(yīng)用,但在計(jì)算機(jī)類考試中較為鮮見,特別是帶閱卷功能的考試系統(tǒng)。本系統(tǒng)利用.NET技術(shù),采用C#語言來實(shí)現(xiàn)應(yīng)用程序的設(shè)計(jì)和功能的實(shí)現(xiàn),數(shù)據(jù)庫則采用SQL SERVER 2000來設(shè)計(jì)。這是一個(gè)基于B/S(瀏覽器/服務(wù)器模式)架構(gòu)的系統(tǒng)。本文介紹了自動閱卷考試系統(tǒng)的社會需求、發(fā)展前景和系統(tǒng)的主要功能,對各個(gè)功能模塊進(jìn)行了詳細(xì)的介紹。
關(guān)鍵詞:B/S(瀏覽器/服務(wù)器模式),反射,.NET,自動閱卷
Automatic Scoring Examination System
Based On .NET
【Abstract】
With the development of network technology, teaching methods have taken great changes. Examination of the traditional teaching methods are gradually unable to adapt to the development of society, it requires a new examination of ways to adapt to the new teaching methods.Network examination system have been used in many areas, but in the computer examination is uncommon, especially with automatic scoring function of the examination system. This system used. NET Technology and C # language to achieve the application of the design and functionality of the realizetion .The database is used SQL SERVER 2000 to design;This system is based on B / S (browser / server model) structure. In this paper ,it Introduced the Social needs、development prospects and main function of the automatic scoring examination system ,of course carried out a detailed introduction of the various functional modules.
Keywords: B/S (browser/server model), reflection,.NET, automatic scoring
目 錄
1. 背景介紹 1
1.1. 網(wǎng)絡(luò)考試的背景介紹 1
1.1.1. 網(wǎng)絡(luò)考試系統(tǒng)的社會需求 1
1.1.2. 目前已有的考試系統(tǒng)的優(yōu)、缺點(diǎn) 1
1.2. 選擇考試系統(tǒng)的原因 2
1.3. 設(shè)計(jì)目標(biāo) 2
2. 基于.NET的自動閱卷考試系統(tǒng)概述 3
2.1. 用戶需求簡介 3
2.1.1. 功能需求 3
2.1.2. 性能需求 3
2.1.3. 可靠性和可用性需求 3
2.2. 工作過程 3
2.3. 系統(tǒng)特點(diǎn) 3
3. 設(shè)計(jì)中要解決的問題 5
3.1. 用戶權(quán)限 5
3.2. 考卷的設(shè)置 5
3.3. 自動閱卷的實(shí)現(xiàn) 5
3.4. 考試時(shí)間控制問題 5
4. 總體設(shè)計(jì) 6
4.1. 系統(tǒng)設(shè)計(jì) 6
4.1.1. 設(shè)計(jì)目標(biāo) 6
4.1.2. 開發(fā)環(huán)境 6
4.1.3. 開發(fā)語言 6
4.1.4. 開發(fā)工具 6
4.1.5. 后臺數(shù)據(jù)庫 6
4.1.6. 運(yùn)行環(huán)境 6
4.2. 數(shù)據(jù)庫需求設(shè)計(jì) 6
4.2.1. 系統(tǒng)流程圖 6
4.2.2. 系統(tǒng)E-R圖 8
4.2.3. 數(shù)據(jù)庫中的表 8
4.2.4. 數(shù)據(jù)庫中的視圖 12
4.3. 系統(tǒng)總體構(gòu)架設(shè)計(jì) 14
4.3.1. 系統(tǒng)層次結(jié)構(gòu)圖 14
4.3.2. 系統(tǒng)流程圖 14
5. 系統(tǒng)主要功能模塊設(shè)計(jì) 18
5.1. 登陸模塊 18
5.2. 注冊模塊 18
5.3. 學(xué)生模塊 18
5.4. 教師模塊 18
5.5. 重點(diǎn)、難點(diǎn)代碼設(shè)計(jì) 19
5.5.1. 時(shí)間控制的實(shí)現(xiàn) 19
5.5.2. 自動閱卷的實(shí)現(xiàn) 21
5.6. 實(shí)現(xiàn)界面 30
6. 系統(tǒng)實(shí)現(xiàn)技術(shù) 36
6.1. B/S模式 36
6.2. 反射 36
6.3. SQLHELPER 38
7. 性能測試與分析 40
7.1. 測試目的和原則 40
7.1.1. 測試的目的 40
7.1.2. 測試的原則 40
7.2. 測試環(huán)境與測試條件 40
7.2.1. 測試環(huán)境 40
7.2.2. 測試條件 40
7.3. 測試實(shí)例的研究與選擇 40
7.4. 實(shí)例測試結(jié)果 42
7.5. 性能分析 42
結(jié)束語 43
謝辭 43
參考文獻(xiàn) 43
隨著網(wǎng)絡(luò)技術(shù)的發(fā)展,教學(xué)方式發(fā)生了很大的變化。傳統(tǒng)的教學(xué)考試方式已漸漸無法適應(yīng)社會的發(fā)展,它要求有新的考試方式來適應(yīng)新的教學(xué)方式。網(wǎng)絡(luò)化考試系統(tǒng)在很多領(lǐng)域都已經(jīng)有所應(yīng)用,但在計(jì)算機(jī)類考試中較為鮮見,特別是帶閱卷功能的考試系統(tǒng)。本系統(tǒng)利用.NET技術(shù),采用C#語言來實(shí)現(xiàn)應(yīng)用程序的設(shè)計(jì)和功能的實(shí)現(xiàn),數(shù)據(jù)庫則采用SQL SERVER 2000來設(shè)計(jì)。這是一個(gè)基于B/S(瀏覽器/服務(wù)器模式)架構(gòu)的系統(tǒng)。本文介紹了自動閱卷考試系統(tǒng)的社會需求、發(fā)展前景和系統(tǒng)的主要功能,對各個(gè)功能模塊進(jìn)行了詳細(xì)的介紹。
關(guān)鍵詞:B/S(瀏覽器/服務(wù)器模式),反射,.NET,自動閱卷
Automatic Scoring Examination System
Based On .NET
【Abstract】
With the development of network technology, teaching methods have taken great changes. Examination of the traditional teaching methods are gradually unable to adapt to the development of society, it requires a new examination of ways to adapt to the new teaching methods.Network examination system have been used in many areas, but in the computer examination is uncommon, especially with automatic scoring function of the examination system. This system used. NET Technology and C # language to achieve the application of the design and functionality of the realizetion .The database is used SQL SERVER 2000 to design;This system is based on B / S (browser / server model) structure. In this paper ,it Introduced the Social needs、development prospects and main function of the automatic scoring examination system ,of course carried out a detailed introduction of the various functional modules.
Keywords: B/S (browser/server model), reflection,.NET, automatic scoring
目 錄
1. 背景介紹 1
1.1. 網(wǎng)絡(luò)考試的背景介紹 1
1.1.1. 網(wǎng)絡(luò)考試系統(tǒng)的社會需求 1
1.1.2. 目前已有的考試系統(tǒng)的優(yōu)、缺點(diǎn) 1
1.2. 選擇考試系統(tǒng)的原因 2
1.3. 設(shè)計(jì)目標(biāo) 2
2. 基于.NET的自動閱卷考試系統(tǒng)概述 3
2.1. 用戶需求簡介 3
2.1.1. 功能需求 3
2.1.2. 性能需求 3
2.1.3. 可靠性和可用性需求 3
2.2. 工作過程 3
2.3. 系統(tǒng)特點(diǎn) 3
3. 設(shè)計(jì)中要解決的問題 5
3.1. 用戶權(quán)限 5
3.2. 考卷的設(shè)置 5
3.3. 自動閱卷的實(shí)現(xiàn) 5
3.4. 考試時(shí)間控制問題 5
4. 總體設(shè)計(jì) 6
4.1. 系統(tǒng)設(shè)計(jì) 6
4.1.1. 設(shè)計(jì)目標(biāo) 6
4.1.2. 開發(fā)環(huán)境 6
4.1.3. 開發(fā)語言 6
4.1.4. 開發(fā)工具 6
4.1.5. 后臺數(shù)據(jù)庫 6
4.1.6. 運(yùn)行環(huán)境 6
4.2. 數(shù)據(jù)庫需求設(shè)計(jì) 6
4.2.1. 系統(tǒng)流程圖 6
4.2.2. 系統(tǒng)E-R圖 8
4.2.3. 數(shù)據(jù)庫中的表 8
4.2.4. 數(shù)據(jù)庫中的視圖 12
4.3. 系統(tǒng)總體構(gòu)架設(shè)計(jì) 14
4.3.1. 系統(tǒng)層次結(jié)構(gòu)圖 14
4.3.2. 系統(tǒng)流程圖 14
5. 系統(tǒng)主要功能模塊設(shè)計(jì) 18
5.1. 登陸模塊 18
5.2. 注冊模塊 18
5.3. 學(xué)生模塊 18
5.4. 教師模塊 18
5.5. 重點(diǎn)、難點(diǎn)代碼設(shè)計(jì) 19
5.5.1. 時(shí)間控制的實(shí)現(xiàn) 19
5.5.2. 自動閱卷的實(shí)現(xiàn) 21
5.6. 實(shí)現(xiàn)界面 30
6. 系統(tǒng)實(shí)現(xiàn)技術(shù) 36
6.1. B/S模式 36
6.2. 反射 36
6.3. SQLHELPER 38
7. 性能測試與分析 40
7.1. 測試目的和原則 40
7.1.1. 測試的目的 40
7.1.2. 測試的原則 40
7.2. 測試環(huán)境與測試條件 40
7.2.1. 測試環(huán)境 40
7.2.2. 測試條件 40
7.3. 測試實(shí)例的研究與選擇 40
7.4. 實(shí)例測試結(jié)果 42
7.5. 性能分析 42
結(jié)束語 43
謝辭 43
參考文獻(xiàn) 43
TA們正在看...
- 01.1四時(shí)田園雜興課堂教學(xué)教案教學(xué)設(shè)計(jì)(部編版).doc
- 01.2稚子弄冰課堂教學(xué)教案教學(xué)設(shè)計(jì)(部編版).doc
- 01.3村晚課堂教學(xué)教案教學(xué)設(shè)計(jì)(部編版).doc
- 02冬陽·童年·駱駝隊(duì)公開課優(yōu)秀教案教學(xué)設(shè)計(jì)(五年...doc
- 02冬陽·童年·駱駝隊(duì)最新教研教案教學(xué)設(shè)計(jì)(部編版...doc
- 02冬陽·童年·駱駝隊(duì)課堂教學(xué)教案教學(xué)設(shè)計(jì)(部編版).doc
- 03祖父的園子公開課優(yōu)秀教案教學(xué)設(shè)計(jì)(五年級下冊).doc
- 03祖父的園子最新教研教案教學(xué)設(shè)計(jì)(部編版五年級下...doc
- 03祖父的園子課堂教學(xué)教案教學(xué)設(shè)計(jì)(部編版).doc
- 04草船借箭公開課優(yōu)秀教案教學(xué)設(shè)計(jì)(五年級下冊).doc