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

      當(dāng)前位置:論文格式網(wǎng) -> 畢業(yè)論文 -> 計(jì)算機(jī)論文
      畢業(yè)論文標(biāo)題:

      日進(jìn)五金庫存管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)

       本文ID:LWGSW14630 價格:收費(fèi)積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 日進(jìn)五金庫存管理系統(tǒng) (收費(fèi):1000 積分)  

      論文字?jǐn)?shù):14060,頁數(shù):47  只有論文

      摘要

       本次設(shè)計(jì)研究的是日進(jìn)五金庫存管理系統(tǒng)。日進(jìn)五金庫存管理系統(tǒng)采用目前比較流行的Delphi與SQL Server組合開發(fā)完成。實(shí)現(xiàn)了貨品出入庫、盤點(diǎn)、調(diào)撥,以及查詢相關(guān)信息等最基本的功能,幫助企業(yè)解決了賬目混亂,庫存不準(zhǔn),信息反饋不及時等問題。它界面美觀,操作簡便,SQL Server數(shù)據(jù)庫又保證了它強(qiáng)大的數(shù)據(jù)傳輸和存儲功能,在實(shí)用性和安全性上都得到保證。
       本文介紹了庫存管理系統(tǒng)的設(shè)計(jì)目的、開發(fā)過程和運(yùn)行調(diào)試,對它的功能特點(diǎn)以及相關(guān)重要的技術(shù)難點(diǎn)也做了詳細(xì)的介紹和分析。并對Delphi與SQL Server等技術(shù)做了簡介,對當(dāng)前國內(nèi)比較普遍的幾個庫管系統(tǒng)做了簡要比較。

      關(guān)鍵詞:庫存管理系統(tǒng),Delphi,SQL Server數(shù)據(jù)庫

      ABSTRACT

       The graduation design research is RiJin hardware inventory management system. RiJin hardware inventory management system adopts currently popular Delphi and SQL Server combination development. The realization of the goods out and filled of storage, inventory, allocation, as well as Query-related information such of these most basic function, help enterprise settled accounts, confusion, inventory information feedback timely. It interface aesthetics, simple operation, and SQL Server database and ensure its powerful data transfer and storage in practical function, can not be underestimated.
       Inventory management system are introduced in this paper the design purpose, development process and operation commissioning of its function, characteristics and the important technical difficulty also made a detailed introduction and analysis. And the Delphi and SQL Server technology, etc, by the way the current domestic several common warehouse system.

       Keywords: Inventory Management System, Delphi, SQL Server Database.
      目錄

      摘要 I
      ABSTRACT II
      第1章 引言 1
      1.1 背景 1
      1.2 設(shè)計(jì)的目的與意義 1
      1.3 設(shè)計(jì)概述 2
      第2章 開發(fā)環(huán)境介紹 3
      2.1 Delphi 7 3
      2.2 SQL Server 2000 3
      2.3 ADO技術(shù) 4
      第3章 數(shù)據(jù)庫設(shè)計(jì) 6
      3.1 需求分析 6
      3.1.1 功能需求分析 6
      3.1.2 數(shù)據(jù)表結(jié)構(gòu)分析 6
      3.2 概念結(jié)構(gòu)設(shè)計(jì) 7
      3.3 邏輯結(jié)構(gòu)設(shè)計(jì) 8
      第4章 系統(tǒng)設(shè)計(jì) 11
      4.1 設(shè)計(jì)目標(biāo) 11
      4.2 編號設(shè)計(jì) 11
      4.3 窗體設(shè)計(jì) 12
      4.3.1 命名規(guī)則 12
      4.3.2 窗體介紹 12
      4.4 技術(shù)要求 13
      4.4.1 Object Pascal 語言和SQL語言 13
      4.4.2 VCL的使用 13
      第5章 主要功能模塊設(shè)計(jì) 15
      5.1 系統(tǒng)框架 15
      5.1.1 系統(tǒng)文件說明 15
      5.1.2 庫管系統(tǒng)功能圖 15
      5.1.3 庫管系統(tǒng)架構(gòu)圖 16
      5.2 主窗體設(shè)計(jì) 18
      5.2.1 主窗體介紹 18
      5.2.2 菜單欄的功能設(shè)計(jì) 19
      5.3 用戶登陸模塊設(shè)計(jì) 20
      5.4 用戶管理模塊設(shè)計(jì) 21
      5.5 數(shù)據(jù)備份恢復(fù)模塊 22
      5.6 貨品庫存模塊 24
      5.7 貨品入庫模塊 26
      5.8 入庫單查詢模塊 26
      5.9 往來單位模塊 27
      第6章 系統(tǒng)調(diào)試與改進(jìn) 29
      6.1 調(diào)試環(huán)境 29
      6.2 調(diào)試內(nèi)容 29
      6.2.1 登陸調(diào)試 29
      6.2.2 Storagefrm調(diào)試 29
      6.2.3 貨品庫存調(diào)試 30
      6.2.4 綜合調(diào)試 30
      6.2 調(diào)試結(jié)果 30
      6.3 系統(tǒng)改進(jìn) 31
      第7章 結(jié)束語 32
      致謝 33
      參考文獻(xiàn) 34
      附錄 源代碼 35


      相關(guān)論文
      本論文在計(jì)算機(jī)論文欄目,由論文格式網(wǎng)整理,轉(zhuǎn)載請注明來源www.donglienglish.cn,更多論文,請點(diǎn)論文格式范文查看
      上一篇:基于flash的英語學(xué)習(xí)系統(tǒng)的設(shè)計(jì)與.. 下一篇:兒童涂鴉程序設(shè)計(jì)
      Tags:日進(jìn) 五金 庫存 管理系統(tǒng) 設(shè)計(jì) 實(shí)現(xiàn) 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計(jì)算機(jī)論文
      推薦文章

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

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

      Copyright@ 2010-2018 LWGSW.com 論文格式網(wǎng) 版權(quán)所有 蜀ICP備09018832號

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

      论文格式网:毕业论文格式范文