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

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

      在線英語自學系統——知識庫管理的設計

       本文ID:LWGSW13691 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 在線英語自學系統——知識庫管理的設計 (收費:1000 積分)  

      包括論文,設計,論文字數:9388,頁數:30

      摘  要
      隨著網絡的飛速發展,社會生活節奏的加快,傳統的教學方式已越來越不能滿足現今人才多方面的需求,鑒于此種發展狀況,在線自學系統應運而生。在線自學系統的產生既可補充和完善傳統的教學模式,促使人們更方便及時的接受教育,同時又豐富和完善了人們的學習需求。在線英語自學系統提供了豐富的英語學習資源,用戶可以根據自己的情況進行知識的自學自測,方便的進行自學。而在此系統中,知識庫的管理具有非常重要的作用,知識庫的好壞直接關系整個系統是否具備科學性和有效性,因此,在線英語自學系統之知識庫管理的設計和實現是非常必要的。
      此系統開發采用B/S模式,實現了對英語課文、詞匯、單選題以及閱讀習題的添加、刪除、編輯、更新、查詢等功能,并能在不同的權限下實現不同的功能操作,在登錄注冊模塊中,添加了驗證碼功能增強了安全性。在設計中,考慮到系統的實用性、有效性和可維護性,特在編程中運用三層體系結構編程方式來實現功能的設計,減少了代碼重復,使系統便于維護和管理,并且提供接口進行進一步的擴展。
      本論文共六章,分別為:第一章,引言;第二章,理論基礎;第三章,系統需求分析;第四章,系統設計;第五章,系統功能模塊;第六章,系統測試。

      關鍵詞:知識庫管理;在線自學;B/S;驗證碼;三層體系結構;安全

      English Online Self-learning System——the Design of Knowledge Repository
      Abstract
      With the rapid development of network and the Social life's pace, traditional teaching methods have become unable to meet the current needs of many talents. In the light of such development, online self-learning system has arisen. Online self-learning system will not only supplement the traditional modes of teaching and promote people to receive education more conveniently and timely, but also enrich and improve the need of people's learning. English online self-learning system provided a wealth of learning resources. Users can study and test on theirs own according to self-condition expediently .In this system, the knowledge base management plays a very important role. Knowledge Base has directly influenced the study and the security of the whole system, therefore, the online self-learning English Knowledge Base Management System Design and Implementation is very necessary.
      The system used B/S development model, which has realized the functions to add, delete, edit, update, search on English text, vocabulary, and the assigned reading Exercise, etc. And in a variety of powers under different functions in Login Registration module, add a functional test code to enhance security. In the design, it is taking into account the practicality, effectiveness and simplicity. It uses special programming in the three-tier architecture application programming method to achieve functional design, reducing code duplication, making the system easy to maintain and management, and to provide an interface for further expansion.
      There are six chapters totally in this thesis as follows: Chapter 1 Introduction; Chapter II, the theoretical base; Chapter III system requirements analysis; IV, system design; Chapter V, the system function module; Chapter VI, system test.

      Key words: Knowledge Base Management; English Online Self-learning; B/S; The Certification Code; Three-tier Architecture; Security

      目  錄

      1 引言 1
      1.1 課題研究背景 1
      1.2 國內外研究現狀 1
      1.3 課題研究意義 1
      2 理論基礎 1
      2.1 數據庫技術 1
      2.2 面向對象技術 2
      2.3 B/S架構的WEB程序介紹 4
      3 系統需求分析 5
      3.1 現行業務系統描述 5
      3.2 系統需要解決的主要問題 5
      3.3 系統解決方案 5
      4 系統設計 6
      4.1 系統整體模塊流程圖 6
      4.2 系統詳細模塊流程圖 7
      4.3 系統E-R圖 7
      4.4 系統數據庫設計 8
      5 系統功能模數 9
      5.1 用戶登錄注冊功能 9
      5.2 驗證碼生成 13
      5.3 添加模塊 14
      5.4 修改刪除模塊 15
      5.5 查詢模塊 18
      6 系統測試 20
      6.1 用戶注冊測試 20
      6.2 用戶登錄測試 21
      6.3 管理員操作測試 22
      6.4 系統改進建議和措施 23
      結    論 23
      參考文獻 24
      致    謝 25
      聲    明 26


      相關論文
      本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:基于WEB的工作計劃流程管理系統的.. 下一篇:簡單遠程控制系統--主控端及部分..
      Tags:在線英語 自學 系統 知識庫 管理 設計 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

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

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

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

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

      论文格式网:毕业论文格式范文
      • <tfoot id="uqmim"><input id="uqmim"></input></tfoot>
            • <ul id="uqmim"><center id="uqmim"></center></ul>
                <ul id="uqmim"></ul>
                <ul id="uqmim"></ul>