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

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

          基于B/S的計算機等級考試系統的設計與實現

           本文ID:LWGSW14297 價格:收費積分/100
          掃一掃 掃一掃
          本站會員可自行下載:下載地址 基于B/S的計算機等級考試系統的設計與實現 (收費:1000 積分)  

          論文字數:10304,頁數:36

          摘    要

          隨著計算機技術的發展及計算機的日益普及,基于B/S結構的考試系統與無紙化辦公一樣已成為大勢所趨。論文詳細論述了一個基于B/S結構的計算機等級考試系統的設計過程。軟件采用ASP.NET 2005作開發平臺,C#作編程語言,SQL Server 2005作數據庫管理系統,實現了試題管理、試卷生成、在線考試、試卷評判、權限管理、在線報名及站內公告等功能。系統符合全國計算機等級考試的要求。
          論文組織如下:首先闡述了該系統的開發背景、意義;其次介紹了相關的開發工具及技術基礎;接著對系統的需求進行了分析,并提出了具體的設計方案和數據庫模型;然后展現了整個系統的具體實現,包括數據庫的設計和連接,各功能模塊的實現;最后對該軟件進行了嚴格的測試。

          關鍵詞: B/S結構;計算機等級考試;考試系統

          The Design and Implementation of Computer Rank Examination System based on B/S
          Abstract
          With the development of the computer technology and the popularization of computers, the examination system based on B/S structure has become the trend of the times the same as the paperless office. The paper discusses in detail the development and design process of a computer rank examination system based on B/S structure. It uses ASP.NET 2005 as the development platform, C# as the programming language, SQL Server 2005 as the database management system, and includes test questions management, examination paper production, online examinations, examination paper judgment, authority management, online enrollment and site notice, etc.. It can accord with the requirement of the national computer rank examination.
          The paper is organized as following: Firstly, analyzes the background and significance; Secondly, introduces the development tools and the foundation of the technology; Thirdly, analyses the demand of the system, gives a specific design project and a database model; Then shows the implementation of the whole system, which includes the design and linkage of the database and the implementation of every module. Finally gives a test of the system.

          Key words: B/S structure; Computer rank test; Examination system

          目  錄

          1 引  言 1
          2 技術背景 2
          2.1 B/S結構 2
          2.2 開發工具簡介 2
          2.2.1 Visual C# 2005簡介 2
          2.2.2 SQL Sever 2005簡介 3
          3系統分析 3
          3.1需求分析 3
          3.1.1系統需要解決的主要問題 3
          3.1.2系統應該具備的基本功能 4
          3.2可行性分析 4
          3.2.1技術可行性分析 4
          3.2.2 經濟可行性分析 5
          3.2.3 社會因素方面的可行性分析 5
          4總體設計 5
          4.1 基本設計思想及流程圖 5
          4.2 系統功能結構圖 5
          4.3 系統架構 6
          4.3.1數據訪問層 6
          4.3.2業務邏輯層 7
          4.3.3頁面顯示層 7
          4.4數據庫的設計 8
          4.4.1 創建數據庫 8
          4.4.2 創建表 8
          4.4.3關系設計 10
          4.5數據訪問接口及通用組件 10
          4.5.1 獲取安全數據(GetSafeData) 10
          4.5.2 構造SQL語句(SQLString) 10
          4.5.3 字符串加密(Security) 11
          5網站后臺主要功能模塊 11
          5.1  用戶登錄模塊設計 11
          5.1.1前臺頁面設計 11
          5.1.2后臺功能代碼 11
          5.2  后臺管理頁面設計 12
          5.2.1人員管理頁面設計 13
          5.2.2試題管理頁面設計 14
          5.2.3公告管理頁面設計 15
          5.2.4密碼管理頁面設計 17
          5.2.5試卷成績信息管理頁面設計 17
          6網站前臺主要功能模塊 19
          6.1網站公告頁面設計 19
          6.2考生在線報名頁面設計 20
          6.3考生登錄頁面設計 21
          6.4 考生在線考試頁面設計 22
          7 系統測試 25
          7.1 測試環境 25
          7.1.1 硬件環境 25
          7.1.2 軟件環境 25
          7.2 主要模塊測試 26
          7.2.1 登錄模塊測試 26
          7.2.2 考生考試模塊測試 26
          7.2.3 管理員/閱卷員模塊測試 27
          結    論 28
          參考文獻 29
          致    謝 30
          聲    明 31


          相關論文
          本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
          上一篇:教師電子化信息庫的設計與實現 下一篇:銀行大廳自助信息系統的開發與實現
          Tags:基于 B/S 計算機 等級考試 系統 設計 實現 【收藏】 【返回頂部】
          最新文章
          熱門文章
          計算機論文
          推薦文章

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

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

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

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

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