国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

畢業(yè)論文 基于net的自動閱卷考試系統(tǒng).doc

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

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

內(nèi)容介紹

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

【摘要】
隨著網(wǎng)絡技術(shù)的發(fā)展,教學方式發(fā)生了很大的變化。傳統(tǒng)的教學考試方式已漸漸無法適應社會的發(fā)展,它要求有新的考試方式來適應新的教學方式。網(wǎng)絡化考試系統(tǒng)在很多領域都已經(jīng)有所應用,但在計算機類考試中較為鮮見,特別是帶閱卷功能的考試系統(tǒng)。本系統(tǒng)利用.NET技術(shù),采用C#語言來實現(xiàn)應用程序的設計和功能的實現(xiàn),數(shù)據(jù)庫則采用SQL SERVER 2000來設計。這是一個基于B/S(瀏覽器/服務器模式)架構(gòu)的系統(tǒng)。本文介紹了自動閱卷考試系統(tǒng)的社會需求、發(fā)展前景和系統(tǒng)的主要功能,對各個功能模塊進行了詳細的介紹。

關(guān)鍵詞:B/S(瀏覽器/服務器模式),反射,.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)絡考試的背景介紹 1
1.1.1. 網(wǎng)絡考試系統(tǒng)的社會需求 1
1.1.2. 目前已有的考試系統(tǒng)的優(yōu)、缺點 1
1.2. 選擇考試系統(tǒng)的原因 2
1.3. 設計目標 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)特點 3
3. 設計中要解決的問題 5
3.1. 用戶權(quán)限 5
3.2. 考卷的設置 5
3.3. 自動閱卷的實現(xiàn) 5
3.4. 考試時間控制問題 5
4. 總體設計 6
4.1. 系統(tǒng)設計 6
4.1.1. 設計目標 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. 運行環(huán)境 6
4.2. 數(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)架設計 14
4.3.1. 系統(tǒng)層次結(jié)構(gòu)圖 14
4.3.2. 系統(tǒng)流程圖 14
5. 系統(tǒng)主要功能模塊設計 18
5.1. 登陸模塊 18
5.2. 注冊模塊 18
5.3. 學生模塊 18
5.4. 教師模塊 18
5.5. 重點、難點代碼設計 19
5.5.1. 時間控制的實現(xiàn) 19
5.5.2. 自動閱卷的實現(xiàn) 21
5.6. 實現(xiàn)界面 30
6. 系統(tǒng)實現(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. 測試實例的研究與選擇 40
7.4. 實例測試結(jié)果 42
7.5. 性能分析 42
結(jié)束語 43
謝辭 43
參考文獻 43