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

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

      電子詞典設計與開發

       本文ID:LWGSW14204 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 電子詞典設計與開發 (收費:1000 積分)  

      論文字數:13807,頁數:42

      摘   要

      二十世紀后半葉,以電子計算機為代表的現代科學獲得了突飛猛進的發展并迅速和人們的日常生活結合在一起。計算機技術的發展和進步也使電子語言詞典的誕生成為可能。雖然只有十來年的歷史,電子詞典卻已經迅速發展壯大,成為詞典家族中具有旺盛生命力的一員。盡管目前它尚不足以取代傳統詞典,但在英語學習和教學中,由于它實用、快捷、準確、經濟等特點,已經成為傳統英漢詞典的有力競爭者,并對傳統的詞典提出了挑戰。
      本文將要介紹的軟件就是一個多功能學單詞軟件,主要介紹了這個軟件制作環境,制作流程,對數據庫的操作以及它的使用方法。用戶可以根據自己的需要去查詢單詞,添加單詞,刪除單詞,編輯單詞等。另外,它還給單詞學習者們提供了一個背單詞的好方法。每一個用戶都可以通過創建一個用戶名來背誦單詞,隨時查看自己的歷史記錄,以便確定自己的背誦進度。本文從軟件工程的角度進行了詳細的闡述。該系統的開發工具是powerbuilder 9.0,使用的數據庫為Adapt Server Anywhere 。

      關鍵詞 :電子詞典,powerbuilder,數據庫
                             
      Abstract

      20 half after centuries leaf, with computer for representative of the development that modern science acquires to advance by leaps and bounds combine quick combine together with the people's daily life.The calculator technical development and progresses also make the naissance of the electronics language  Electron Dictionary make possible.Although only ten  histories of the next years, the electronics Electron Dictionary has already developped quickly strong, become having a member of the prosperous vitality in the Electron Dictionary household.Though it is still not enough to replace the traditional Electron Dictionary currently, in English study and teaching, because of it practical, fast, accurate, economy etc. characteristics, have already become the emollient competitor of the traditional English-to-Chinese  Electron Dictionary , and put forward the challenge to the traditional Electron Dictionary .
      The software that this text will introduce is a multi-function learn the single phrase software, mainly introduced this software  manufacture environment, the manufacture process, to operation and its operation methods of the database.The customer can search the single phrase according to own demand, increasing the single phrase, deleting the single phrase, editting single phrase etc..Moreover, it returned to provide a good method that carries on the back the single phrase for the single phrase  learners.Each customer can pass to establish an user's name to recite from memory the single phrase.At any time look into own history record, for the purpose of assurance recite from memory the degree of progress ownly.Carried on to elaborate carefully from the angle of the software engineering.It is Adapt Server Anywhere that the development tool of that system is the powerbuilder 9.0  databases of the usages.

       


      Key Words:The Electron Dictionary , powerbuilder 9.0, Adapt Server Anywhere 目 錄
      前   言 1
      第一章 系統分析 2
      1.1 系統目標 2
      1.2 系統需求分析 2
      第二章 系統總體設計 3
      2.1 系統設計思想 3
      2.2 功能設計細節問題 3
      2.3 系統功能結構設計 4
      2.4 模塊功能說明 5
      2.5 開發工具和環境 6
      2.5.1 總體開發工具及環境 6
      2.5.2 開發工具簡介 7
      第三章 數據庫的開發與設計 9
      3.1 數據庫需求分析 9
      3.2 系統邏輯分析 10
      3.3 數據庫的連接 11
      3.3.1 程序設計時與數據庫的連接 12
      3.3.2程序運行時與數據庫的連接 12
      第四章 關鍵模塊頁面和代碼設計 14
      4.1 應用程序對象設計 14
      4.2 軟件封面設計 14
      4.3 軟件主界面設計 16
      4.4 查詢功能模塊設計 18
      4.5 輕松背單詞模塊設計 19
      4.6 詞庫管理模塊設計 22
      第五章 系統測試 25
      5.1 系統測試環境 25
      5.2功能測試 25
      第六章 系統發布 28
      6.1 創建工程對象 28
      6.2  發布 29
      結  論 30
      致  謝 31
      參考文獻 32
      附 錄 33


      相關論文
      本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:ERP之財務管理系統 下一篇:學生綜合信息查詢系統設計與實現
      Tags:電子詞典 設計 開發 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

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

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

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

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

      论文格式网:毕业论文格式范文
      <strike id="aks2y"></strike>
      • <kbd id="aks2y"><pre id="aks2y"></pre></kbd>