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

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

          網絡考試系統的設計與實現——閱卷子系統

           本文ID:LWGSW14021 價格:收費積分/100
          掃一掃 掃一掃
          本站會員可自行下載:下載地址 網絡考試系統的設計與實現——閱卷子系統 (收費:1000 積分)  

          論文字數:9775,頁數:31

          摘  要
          網絡化教育代表了教育改革的一個發展方向,已經成為現代教育的一個重要特征,并對教育的發展形成新的推動力。隨著Internet/Intranet的迅速發展和廣泛普及,網絡考試系統成為現代教育技術未來發展方向之一。作為網絡考試的一個子系統——網絡閱卷子系統,也成為一個重要的研究領域。現代網絡考試作為一種新的考試手段已經開始進入人們的生活,正在給傳統教育模式帶來新的變革,并對教育的發展形成新的推動力。網絡閱卷子系統突破了傳統考試方式的時空限制,使閱卷方式更為靈活,同時充分利用計算機進行自動閱卷功能,大大減輕了教師的工作量。
          本設計的開發是基于B/S結構,采用ASP程序設計語言及Access數據庫進行設計與開發;本文首先介紹系統開發背景、目的意義,并對閱卷子系統的設計進行了詳細的需求分析;然后給出了閱卷子系統的設計方案及系統的具體實現步驟,主要功能包括前臺操作、閱卷系統、成績查詢、系統管理及維護等功能模塊;最后,通過綜合測試與分析,說明該系統運行穩定、可靠,具有一定的實用價值。

          關鍵詞: B/S結構;閱卷系統;成績查詢;系統管理;系統維護
          Design and Implementation of Online Exam System
                                ——Marking Subsystem
          Abstract
          The network education has represented a direction in education reform, which has already become a characteristic of the modern education, and has formed the new propelling force to the education development. Along with the rapid development and the widespread of Internet/Intranet, the online exam system will establish in the modern education technology for the future development. The network marking as a subsystem of the online exam system also will become an important research area. The online exam learning takes one new examination method that has already started to enter our life, is bringing the new transformation for the traditional education pattern, and forming the new propelling force to the education development. The network marking system breaks through the limitation of space and time in the traditional test, which causes the marking way to be more flexible, simultaneously makes full use of the computer automatically marking the examination paper, and greatly reduces the administrative personnel and teacher’s workload.
          This paper introduces design and implementation of marking subsystem based on B/S, using Access database applications and ASP programming.At first, this paper introduces the development background, goal and significance. What’s more, this paper makes demand analysis for this system. Then the design idea and concrete implementation steps of this system are provided. This system’s mainly functions include: foreground operation, marking system, results inquiry, system management, system maintenance and so on. At last, by integrate testing and analyzing, it shows that this system runs stably and credibly, which has some real value.

          Key words: B/S Structure; Marking System; Results Inquiry; System Management; System Maintenance

          目  錄

          1 引言 1
          1.1 背景 1
          1.2 國內外研究現狀 1
          1.3 本系統研究的意義 1
          1.4 本系統的研究方法 1
          1.5 本文的主要工作 2
          1.5.1 研究的主要內容 2
          1.5.2 論文各章節安排 2
          2 系統需求分析 2
          2.1 教師角色 2
          2.2 學生角色 3
          2.2.1 查詢成績 3
          2.2.2 新聞瀏覽 3
          2.2.3 修改個人信息 3
          2.3 管理員角色 3
          2.3.1 考后管理 3
          2.3.2 管理員管理 3
          2.3.3 系統初始化 3
          3 閱卷子系統的總體設計 3
          3.1 開發工具和程序的運行環境 3
          3.1.1 開發工具 3
          3.1.2 程序的運行環境 4
          3.2 系統結構構建 4
          3.3 數據庫設計 4
          3.3.1 數據庫類型 4
          3.3.2 數據庫需求分析 4
          3.3.3 數據庫物理設計 5
          3.3.4 數據庫邏輯設計 5
          3.3.5 數據庫表的字段定義 6
          4 閱卷子系統的具體實現 7
          4.1 前臺登錄模塊 8
          4.1.1 流程分析 8
          4.1.2 效果圖 8
          4.1.3 代碼分析 9
          4.2 閱卷模塊 11
          4.2.1 流程分析 11
          4.2.2 代碼分析 11
          4.3 成績查詢模塊 14
          4.3.1 流程分析 14
          4.3.2 代碼分析 14
          4.4 后臺管理模塊 15
          4.4.1 流程分析 15
          4.4.2 效果圖 16
          4.4.3 代碼分析 16
          5 系統綜合測試與分析 20
          5.1 系統綜合 20
          5.2 系統測試 20
          5.3 系統分析 21
          結    論 22
          參考文獻 24
          致    謝 25
          聲    明 26


          相關論文
          本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
          上一篇:網上二手商品交易管理系統的設計.. 下一篇:網上訂餐系統的設計與實現
          Tags:網絡 考試 系統 設計 實現 閱卷 子系統 【收藏】 【返回頂部】
          最新文章
          熱門文章
          計算機論文
          推薦文章

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

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

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

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

          论文格式网:毕业论文格式范文
          <ul id="wiwyo"><pre id="wiwyo"></pre></ul>
          <samp id="wiwyo"></samp><ul id="wiwyo"><pre id="wiwyo"></pre></ul>
          <strike id="wiwyo"></strike>