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

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

      自動組卷系統開發

       本文ID:LWGSW14207 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 自動組卷系統開發 (收費:1000 積分)  

      論文字數:16484,頁數:62

      摘  要

      本文首先分析了自動組卷系統在具體的教學活動過程中的實際需求,然后以C語言程序設計的教學為背景,設計與實現了一個實際通用的自動組卷系統,對其中的數據庫結構設計以及各個主要模塊的實現進行了詳細的介紹。
      本系統可以從試題庫中自動的查找和組織出一些不同題型、不同難度、不同章節范圍內的試題來組成一份合理的試卷。它采用的是利用試卷的一組特征值,記錄用戶提供的試卷題目類型、章節分布、難易程度等條件,采用隨機算法,借助于系統中的一系列數據文件,使具體課程的相關數據動態地抽象成邏輯數據,用以解決通用問題,線性的規劃出一份約束滿足的、合理的試卷。
      本系統的開發工具是powerbuilder 9.0,使用的數據庫為Access 2003。系統分為題庫編輯、自動組卷、試卷存儲、試卷打印等功能。


      關鍵詞:自動組卷  題庫管理  數據庫  powerbuilder9.0
      Abstract

      This paper analyses the actual demand of auto-production for test paper system in the course of concrete teaching activity at first. Then taking teaching of C language program design as the background,it designs and realizes a Test paper auto-production system.
      First, it Explains the design for the database structure, then introduces the detailed one to the realization of each main module among them. It can automatically find and organize a certain number of test questions in various types with different degrees of difficulty in certain scope in the database to form a reasonable test paper. What it adopt is to make use of to try a characteristic value of winding, recording the customer to provide of try a topic type, chapter to distribute, difficult easy degree etc. condition, adoption random calculate way, ask for help from a series of data document within system, make the related data dynamic state ground of the concrete course abstract the logic data, resolve the in general use problem in order to, line program a stipulation of to satisfy of, try book reasonablely.
      The development tool of this system is powerbuilder 9.0, the database of is Access 2003.The system is divided into database edit, test paper auto-production, test paper saving, test paper printing etc. function.

      Keywords: Test Paper Auto-production ; Database Management of Test Questions ; Database ; Powerbuilder 9.0
      目  錄
      前  言 1
      第一章 系統分析 2
      1.1 系統目標 2
      1.2 系統需求分析 2
      第二章 系統總體設計 4
      第三章 開發工具及開發環境 6
      3.1 總體開發工具及環境 6
      3.2 開發工具簡介 6
      3.3 數據庫的選擇 7
      3.4 SQL基礎 8
      3.5 SQL語句 9
      第四章 數據庫的開發與設計 10
      4.1 數據庫需求分析 10
      4.2 系統邏輯分析 11
      4.3 數據庫的連接 13
      4.3.1 程序設計時與數據庫的連接 14
      4.3.2程序運行時與數據庫的連接 14
      第五章 組卷策略設計 16
      5.1 自動組卷系統 16
      5.2自動組卷中隨機數選取問題 16
      5.3自動組卷的具體實現 17
      5.4試卷難度的程序控制 18
      第六章 在PB中創建Word文檔 20
      6.1 PB通過OLEOBJECT使用WORD 20
      6.2創建模板文件 21
      6.3編寫程序 22
      第七章 系統模塊頁面和代碼設計 26
      7.1 應用程序對象設計 26
      7.2系統登錄模塊 26
      7.3主程序界面設計 27
      7.4菜單的設計 28
      7.5 帳號管理模塊 29
      7.6 題庫管理模塊 31
      7.7 自動組卷模塊 34
      7.8 試卷管理模塊 37
      7.9 關鍵技術 38
      7.9.1 數據窗口中記錄顏色的隔行顯示 38
      7.9.2 數據窗口中實現數據列自動折行 40
      7.9.3 利用復合型數據窗口制作報表 40
      第八章 系統發布 42
      8.1 創建工程對象 42
      8.2 發布 43
      結  論 44
      致  謝 45
      參考文獻 46
      附錄 47


      相關論文
      本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:學生成績管理系統PB 下一篇:糖尿病專家系統開發
      Tags:自動 系統 開發 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

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

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

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

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

      论文格式网:毕业论文格式范文
        <th id="u0ocs"></th>
        <samp id="u0ocs"></samp>
      • <ul id="u0ocs"></ul>
          <kbd id="u0ocs"></kbd>
          <samp id="u0ocs"><tbody id="u0ocs"></tbody></samp>