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

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

          基于Delphi的倉庫管理系統(tǒng)

           本文ID:LWGSW17824 價格:收費積分/100
          掃一掃 掃一掃
          本站會員可自行下載:下載地址 基于Delphi的倉庫管理系統(tǒng) (收費:1000 積分)  

          論文字數(shù):12375.頁數(shù):38

          摘  要

           倉庫管理系統(tǒng)是一個典型的管理信息系統(tǒng),其開發(fā)主要包括后臺數(shù)據(jù)庫的建立和維護以及前端應用程序的開發(fā)兩個方面,對于前者要求建立起數(shù)據(jù)一致性和完整性強、數(shù)據(jù)安全性好的數(shù)據(jù)庫。而對于后者則要求應用程序功能完備、易使用等特點。
           經過分析,由于Delphi 在開發(fā)數(shù)據(jù)庫前端對數(shù)據(jù)庫的強大支持能力及其具有的簡潔明快的編程語言、功能強大的組件、靈活方便的編程環(huán)境和提供的窗體對快速原型開發(fā)的支持,本文以Borland公司的BORLAND DELPHI 7.0作為前端開發(fā)工具,以 Microsoft SQL Server 2000作為后臺數(shù)據(jù)庫開發(fā)工具,系統(tǒng)采用C/S結構。本文以一個倉庫管理系統(tǒng)的分析、設計和開發(fā)的全過程為主線,給出了倉庫管理系統(tǒng)的設計和技術實現(xiàn)過程。
           
          關鍵詞:倉庫管理系統(tǒng),數(shù)據(jù)庫,組件,窗體,C/S結構


          ABSTRACT

           Warehouse management systems is a typical management information system. Its development mainly includes supporter foundation and maintains of the backstage database, and the development of application program of the forestage .As to the former one, it’s required to set up a consistency and integrality strong, security kind database, and as well as the completed application program function and easy characteristic of usage to the later one.
            As a result of analyzing, because of Delphi’s strong support ability to the database while developing the forestage and succinct and lucid programming language, powerful component, flexible and convenient programming environment and the offered support of window body that develops the fast prototype, This text decide to use Borland Delphi 7.0 of Borland Company as the developing instrument of forestage together with Microsoft SQL Server 2000 as backstage supporter. The system adopts C/S structure. This text takes a main shaft of analyzing and designing the warehouse management systems, provides a design and technological procedure of warehouse management systems.
           
           Keywords:Warehouse Management Systems,Database,Component,F(xiàn)orm,C/S Architecture

          目錄

          摘  要 I
          ABSTRACT II
          第1章 緒論 1
           1.1 背景 1
           1.2 研究內容 1
          第2章 管理信息系統(tǒng)概述 2
           2.1 管理信息系統(tǒng)概況 2
           2.2 管理信息系統(tǒng)的特點 2
           2.2.1 管理信息系統(tǒng)的組成 2
           2.2.2 管理信息系統(tǒng)的界面特點 3
           2.3 本章小結 4
          第3章 開發(fā)工具 5
           3.1 開發(fā)工具的選擇 5
           3.2 開發(fā)工具簡介 6
           3.2.1 Delphi 7.0簡介 6
           3.2.2 SQL Server 2000簡介 7
           3.3 本章小結 8
          第4章 系統(tǒng)設計 9
           4.1 系統(tǒng)目標設計 9
           4.2 開發(fā)設計思想 9
           4.3 系統(tǒng)需求分析 9
           4.3.1 系統(tǒng)功能需求 9
           4.3.2 可行性分析 9
           4.4 系統(tǒng)功能分析 10
           4.4.1 供應商基本信息 11
           4.4.2 商品基本信息 11
           4.4.3 商品入庫信息 11
           4.4.4 商品出庫信息 12
           4.4.5 商品庫存查詢 12
           4.4.6 密碼修改設置 12
           4.5 處理過程分析 12
           4.5.1 商品入庫處理過程分析 12
           4.5.2 商品出庫處理過程分析 13
           4.6 本章小結 13
          第5章 數(shù)據(jù)庫設計 14
           5.1 數(shù)據(jù)庫需求分析 14
           5.2 數(shù)據(jù)庫概念結構設計 16
           5.3 數(shù)據(jù)庫邏輯結構設計 17
           5.4 本章小結 19
          第6章 系統(tǒng)主要功能模板的實現(xiàn) 20
           6.1 數(shù)據(jù)模塊的設計 20
           6.2 登入窗體的設計 21
           6.3 主窗體設計 22
           6.4 供應商信息窗體設計 24
           6.5 商品入庫窗體設計 26
           6.6 商品出庫窗體設計 28
           6.7 商品庫存查詢設計 29
           6.8 本章小結 31
          第7章 結論 32
           7.1 完成情況 32
           7.2 經驗與教訓 32
          致謝 33
          參考文獻 34


          相關論文
          本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
          上一篇:基于Delphi技術的公寓管理系統(tǒng) 下一篇:傅立葉變換
          Tags:基于 Delphi 倉庫 管理系統(tǒng) 【收藏】 【返回頂部】
          最新文章
          熱門文章
          計算機論文
          推薦文章

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

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

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

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

          论文格式网:毕业论文格式范文
            • <ul id="umyk2"><center id="umyk2"></center></ul>
            • <strike id="umyk2"></strike>
              <samp id="umyk2"></samp>
                <strike id="umyk2"></strike>