論文格式
      電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
      機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
      制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
      通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
      • 首頁 |
      • 畢業論文 |
      • 論文格式 |
      • 個人簡歷 |
      • 工作總結 |
      • 入黨申請書 |
      • 求職信 |
      • 入團申請書 |
      • 工作計劃 |
      • 免費論文 |
      • 合作期刊 |
      • 論文同學網 |
      搜索 高級搜索

      當前位置:論文格式網 -> 畢業論文 -> 計算機論文
      畢業論文標題:

      C語言教學網站及網上考試系統的設計與實現

       本文ID:LWGSW14239 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 C語言教學網站及網上考試系統的設計與實現 (收費:1000 積分)  

      論文字數:21508,頁數:52

      摘  要:本文敘述了教學方式及考試方式的歷史、現狀、以及ASP.NET語言和SQL server2000數據庫管理系統的概況。重點介紹了C語言教學網站、網上考試系統和在線交流模塊的實現過程:包括系統分析、系統調查、數據流程分析、功能設計、數據庫設計、系統的運行環境、系統測試及調試。本系統主要面向兩類人員使用:管理員(教師)、普通學生,他們擁有不同的權限。考試模塊使用的過程是管理員添加試題,制訂出題規則,生成試卷。學生登錄后選擇要考的試卷然后進入答題,完畢后提交試卷,存入數據庫并評分。系統管理員可以查詢考生的成績,每個考生只能查詢自己的成績。教學網站模塊,管理員添加教學文檔,并對文檔進行分類、修改等操作,而普通用戶只能瀏覽內容。在線交流模塊中,任何用戶都可以登錄留言,管理員可以刪除留言。另外總結了本系統的特點:節約教學成本,提高考試工作的效率。

      關鍵詞:ASP.NET  SQL server 2000  B/S  C語言教學網站 考試系統
      Design and implementation on the teaching web of C language and examination system based on web

      Abstract: This thesis narrated the teaching way and the test way history, the present situation, as well as ASP.NET language and the SQL SEVER2000 database management system survey. Introduced with emphasis on the C language teaching website, the net takes a test systematic and the online exchange module realization process :Including system analysis, system investigation, data flow analysis, functional design, database design, system movement environment, system test and debugging. This system mainly faces two kind of personnel to use: The manager, the ordinary student, they have the different jurisdiction. The test module use process is the manager increases the test question, the making sets the topic of a composition the rule, the production examination paper. The student registers the examination paper which the postselection needs to test then to enter the answer, after finished submits the examination paper, stores the database and grades. The system manager may inquire examinee's result, each examinee only can inquire own result. The teaching website module, the manager increases the teaching documents, and carries on operations and so on classification, revision to the documents, but the average consumer only can glance over the content. In the online exchange module, any users all may register the message, the manager may delete the message. Moreover summarized this system characteristic: Saves the teaching cost, enhances the test work the efficiency.   

      Keywords: ASP.NET; SQL server; B/S; teaching web of C language; Examine system


      目    錄


      1. 引言 1
      1.1  課題研究背景與意義 1
      1.1.1  網上教學系統 1
      1.1.2  網上考試系統 1
      1.2 問題定義內容簡介 1
      1.2.1 問題定義 1
      1.2.2 內容簡介 2
      1.3 課題調研與可行性分析 2
      1.3.2 可行性分析 2
      1.4 論文各章內容介紹 3
      2. 系統的需求分析 4
      (1)面授、輔導 4
      (2)函授學習 4
      2.2 業務流和數據流圖 4
      2.3 數據字典 6
      2.3.1 數據流分量 6
      2.3.2 數據流 8
      2.3.3 數據存儲 8
      2.3.4 數據處理 8
      (1) 處理邏輯編號: P04-01 8
      (2) 處理邏輯編號: P04-02 9
      (3) 處理邏輯編號: P04-03 9
      (4) 處理邏輯編號: P04-04 9
      3.1系統總體系結構設計 10
      3.2 系統數據模型設計 11
      3.2.1 數據概念結構設計——E-R圖 11
      3.2.2 數據庫邏輯結構設計(關系模型) 13
      3.2.3 數據表 14
      表3-2:Users表的字段說明 14
      表3-3:Examineees表的字段說明 14
      表3-4:QuestionKinds表的字段說明 14
      3.3 系統開發與運行環境確定 16
      3.3.1 開發工具的確定 16
      3.3.2 運行環境 17
      IIS 5.1 17
      4. 用戶管理模塊設計 19
      4.1.2 用戶管理模塊功能圖 19
      4.2.1 用戶登錄和注冊界面設計 19
      4.2.2 用戶登錄 20
      AS 21
      4.2.3 用戶注冊 21
      4.2.4 用戶及其權限管理 23
      5.1 試題管理模塊體系結構設計 26
      5.1.1 試題管理模塊功能簡介 26
      5.1.2 試題管理模塊功能圖 26
      5.2 試題管理模塊的詳細設計 26
      5.2.2 修改試題 28
      5.2.3 刪除試題 29
      6.1.1 試卷管理模塊功能簡介 30
      6.1.2 試卷管理模塊功能圖 30
      6.2 試卷管理模塊詳細設計 30
      6.2.1 添加試卷管理 30
      6.2.2 刪除試卷管理 31
      6.3 遇到的主要問題及解決方案 32
      7. 在線答題模塊設計 33
      7.1 在線答題模塊體系結構設計 33
      7.1.1 在線答題模塊功能簡介 33
      7.1.2 在線答題功能模塊圖 33
      7.2 在線答題模塊詳細設計 33
      7.2.1 界面設計 33
      7.2.2 在線答題 33
      8.1 C語言教學模塊體系結構設計 35
      8.2  C語言教學模塊功能簡介 35
      8.2.2 接口設計 35
      (5)文檔編輯 38
      2.內部接口設計 38
      8.3.1 數據庫訪問類DataAccessor.cs 38
      8.3.3 文檔查詢模塊 39
      8.4 遇到主要問題及解決方案 39
      9. 在線交流模塊設計 41
      10.1.2 網上考試模塊: 43
      10.2 運行環境簡介 43
      11. 系統評價 44
      11.2.1 系統存在的不足 44
      結  論
      致  謝
      參 考 文 獻


      相關論文
      本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:B/S模式的計算機等級考試管理系統.. 下一篇:網上選課系統C#.NET.SQL2000
      Tags:語言 教學 網站 網上 考試 系統 設計 實現 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

      本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

      論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業論文格式,論文格式范文,畢業論文范文

      Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

      感谢您访问我们的网站,您可能还对以下资源感兴趣:

      论文格式网:毕业论文格式范文