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

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

          試卷管理系統

           本文ID:LWGSW14508 價格:收費積分/100
          掃一掃 掃一掃
          本站會員可自行下載:下載地址 試卷管理系統 (收費:1000 積分)  

          論文字數:17777,頁數:53

          摘要

           隨著社會的進步,高等教育事業的快速發展,為了適應社會對高等教育發展的需求,對教學方式和手段的改革提出更高的要求,尤其是對于考試方式和手段的改革。傳統的考試方式主體變成了客體,無法激活應考者的積極性。重檢測輕激勵,喪失了考試的激勵功能重結果輕過程,不能客觀反映應考者的實際能力水平。以手工書寫試題擬卷為主。現代信息化技術的快速發展及在社會生活各方面的成功應用為考試方式的改革提供了很好的思路,發揮評價促進學生發展、教師提高和改進教學實踐的功能由此誕生了許多滿足不同需求的試卷管理系統,使得考試組織更規范、效率更高,同時也保證了考試的質量。
           本文基于對目前考試組織和管理的現狀的思考,分析了試卷管理系統相比于傳統的手工和管理方式所帶來的優勢,設計、開發和實現了一套試卷管理系統,介紹了試卷管理系統組成的主要的子系統,以及各個子系統所起的作用。著重講解了利用Visual C++6.0和Microsoft Access 2003開發工具設計與實現計劃管理系統的方法。還介紹了數據庫表的組成方式和簡單的關聯關系。
           本文是根據現今的教學管理工作模式需求進行設計和實現的,不僅闡述了該系統的需求分析,還闡述了實現該系統主要的主要設計思路,以及Visual C++6.0后臺數據參數的傳入和界面的設計。
           
          關鍵詞:試卷管理系統,模塊設計,數據管理

          ABSTRACT

           With social progress and the rapid development of higher education, in order to meet the social needs of the development of higher education and greater demands on style and method of teaching and the reform of Paper innovation. The traditional test method has the main become the object and unable to activate the enthusiasm of the candidates. Focus on detection and depreciate excitation Lose the incentive features of the Paper and focus on results, depreciate process, and unable to objectively reflect the actual level of ability objectively. It is mainly to hand-written questions. Modern information technology and the rapid development in all aspects of social life for the successful application of the reform of the Paper methods provide a good idea, eva luation of play to promote development of students, improve teaching practice and enhance the function of teachers as a result that it is born to meet many different needs of the Paper management system which makes a more standardized test organizations, more efficient, but also guarantee the quality of the Paper.
           The paper is based on the Paper of the current organization and management of the status of thinking. Analysis the advantages of the test management system compared to the traditional manual method and management, design, development and the achievement of a set of test management system, introduces a test management system consisting of major subsystems and the role of the various subsystems. It is focused on the method to use Visual C + +6.0 and Microsoft Access 2003 development tools design and implementation of the programmed management system. Also gives a briefing on the database tables and simple composition of the association.
           This article is based on the current mode of teaching management needs of the design and implementation, the system not only on the needs analysis, also described the system to achieve the main design ideas, and the introduction of data parameters in Visual C++6.0 and designing  of interface.


          Keywords: Paper management system, The modular design, Data Management.
          目錄

          摘要 I
          ABSTRACT II
          第1章 引言 1
          1.1 背景 1
          1.2 研究內容 1
          第2章 需求分析 3
          2.1系統需求分析 3
          2.2系統需求總體說明 3
          第3章 系統設計 4
          3.1系統功能描述 4
          3.2 系統功能模塊劃分 4
          3.3 系統流程分析 5
          3.4 系統功能模塊的調用 6
          第4章 系統數據設計 8
          4.1 數據庫的分析與創建 8
          4.2創建ODBC數據源 10
          4.3 數據庫邏輯結構設計 13
          第5章 工程框架 14
          5.1 創建工程并設計主界面計 14
          5.2信息管理各模塊設計 15
          5.2.1系部信息模塊設計 15
          5.2.2班級信息模塊設計 19
          5.2.3學生信息模塊設計 21
          5.2.4教師信息模塊設計 24
          5.2.5管理員信息模塊設計 25
          5.2.6登錄界面設計 26
          第6章 試題管理各模塊設計 28
          6.1章節管理模塊設計 28
          6.2判斷題數據管理模塊設計 29
          6.3填空題數據管理模塊設計 32
          6.4單選題數據管理模塊設計 33
          6.5多選題數據管理模塊設計 34
          6.6試卷定制模塊設計 35
          6.7手工選題對話框設計 37
          6.8試卷管理模塊設計 40
          第7章 結束語 45
          致謝 46
          參考文獻 47


          相關論文
          本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
          上一篇:基于JAVA的企業進銷存管理系統的.. 下一篇:基于JSP的科研項目申報系統的設計..
          Tags:試卷 管理系統 【收藏】 【返回頂部】
          最新文章
          熱門文章
          計算機論文
          推薦文章

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

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

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

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

          论文格式网:毕业论文格式范文
            <del id="ysk2e"></del>
            • <strike id="ysk2e"></strike>