特级做A爰片毛片免费69,永久免费AV无码不卡在线观看,国产精品无码av地址一,久久无码色综合中文字幕

vc++倉庫信息管理系統(tǒng).rar

RAR格式版權(quán)申訴手機打開展開

vc++倉庫信息管理系統(tǒng),vc++倉庫信息管理系統(tǒng)包括論文,源程序目錄中文摘要--------------------------------------------------4英文摘要--------------------------------------------------5第一章 緒 論---------------------...
編號:68-209346大小:3.28M
分類: 論文>計算機論文

該文檔為壓縮文件,包含的文件列表如下:

內(nèi)容介紹

原文檔由會員 wwm815 發(fā)布

VC++倉庫信息管理系統(tǒng)

包括論文,源程序


目錄
中文摘要--------------------------------------------------4
英文摘要--------------------------------------------------5
第一章  緒  論--------------------------------------------6
1.1 倉庫管理信息系統(tǒng)簡介----------------------------------6
1.2選用VC++的原因及其他工具比較--------------------------6
第二章 數(shù)據(jù)庫概論-----------------------------------------8
2.1  數(shù)據(jù)庫的發(fā)展-----------------------------------------8
2.2  數(shù)據(jù)庫階段的特點-------------------------------------8
2.3  數(shù)據(jù)庫技術(shù)-------------------------------------------9
2.4  數(shù)據(jù)庫管理系統(tǒng)簡介----------------------------------10
2.5  數(shù)據(jù)庫理論基礎(chǔ)--------------------------------------11
    2.5.1.1 確定建立數(shù)據(jù)庫的目的和收集數(shù)據(jù)--------------11
    2.5.1.2  建立概念模型--------------------------------12
    2.5.1.3  建立數(shù)據(jù)模型--------------------------------12
    2.5.1.4 實施和維護數(shù)據(jù)庫-----------------------------12
2.5.2 數(shù)據(jù)庫體系模式---------------------------------13
2.5.2.1 傳統(tǒng)的C/S模式-------------------------------13
2.5.2.2 三層體系結(jié)構(gòu)---------------------------------13
2.5.3  數(shù)據(jù)的獨立性----------------------------------------------------------14
2.6 SQL語言基礎(chǔ)-----------------------------------------15
    2.6.1  SQL簡介及其優(yōu)點------------------------------15
    2.6.2  SQL查詢---------------------------------------16
    2.6.3  SQL數(shù)據(jù)更新-----------------------------------17
2.7 數(shù)據(jù)庫組件介紹---------------------------------------18
第三章 數(shù)據(jù)庫開發(fā)工具-----------------------------------19
3.1 Access2000 簡介--------------------------------------19
3.2 什么是Access2000介紹--------------------------------19
3.3 Microsoft Access 2000 新增的功能-----------------------21
3.4把Access-數(shù)據(jù)庫移植到SQL SERVER7.0---------------------------23
3.5 SQL Server與Access比較-----------------------------------------------34
第四章 系統(tǒng)功能及數(shù)據(jù)庫概要設(shè)計--------------------------35
4.1 倉庫系統(tǒng)管理分析-------------------------------------35
4.2公司介紹和需求分析------------------------------------37
  4.2.1 公司E-R 圖分析-----------------------------------37
  4.2.2公司業(yè)務關(guān)系--------------------------------------37
4.3數(shù)據(jù)庫設(shè)計--------------------------------------------38
   4.3.1查詢功能模塊設(shè)計---------------------------------38
4.3.2 分析與描述--------------------------------------38
4.3.3 數(shù)據(jù)庫表設(shè)計------------------------------------39
第五章 程序截圖及相應代碼--------------------------------40
5.1 登錄窗口設(shè)計及實現(xiàn)-----------------------------------41
5.2 主窗口設(shè)計及實現(xiàn)-------------------------------------41
5.3 耗材進出庫模塊設(shè)計及實現(xiàn)-----------------------------42
5.4耗材入庫信息模塊設(shè)計及實現(xiàn)----------------------------44
5.5耗材出庫信息模塊設(shè)計及實現(xiàn)----------------------------45
5.6預警信息模塊設(shè)計及實現(xiàn)--------------------------------46
5.7耗材采購計劃模塊設(shè)計及實現(xiàn)----------------------------48
第六章 系統(tǒng)運行說明--------------------------------------46
6.1系統(tǒng)開發(fā)及運行環(huán)境------------------------------------52
6.2數(shù)據(jù)庫的odbc配置-------------------------------------52
第七章 畢業(yè)小結(jié)------------------------------------------53
第八章 致    謝------------------------------------------54
參考文獻-------------------------------------------------55


摘   要
倉庫信息管理系統(tǒng)是典型的信息管理系統(tǒng),其開發(fā)主要包括后臺數(shù)據(jù)庫的建立和維護以及前端應用程序的開發(fā)兩個方面。對于前者要求建立起數(shù)據(jù)一致性和完整性強、數(shù)據(jù)安全性好的庫。而對于后者則要求應用程序功能完備,易使用等特點。
    因此本人結(jié)合導師的倉庫管理信息的要求,使用 access 2000作為數(shù)據(jù)庫、VC++6.0實現(xiàn)應用程序設(shè)計,對VC++6.0數(shù)據(jù)庫技術(shù)進行了較深入的學習和應用,主要完成對倉庫信息管理系統(tǒng)的需求分析、功能模塊劃分、數(shù)據(jù)庫模式分析,并由此設(shè)計了數(shù)據(jù)庫結(jié)構(gòu)和應用程序。系統(tǒng)運行結(jié)果證明,本文所設(shè)計的倉庫信息管理系統(tǒng)可以滿足初級信息管理,以及畢業(yè)設(shè)計的要求。
關(guān)鍵字: Access2000,  VC++6.0, 數(shù)據(jù)庫,SQL語言,倉庫管理系統(tǒng)介紹

 

 

 

Abstract

Warehouse information management system is development two aspects that typical information management system( MIS), its development includes primarily the backstage database establishes with support and the head applies the procedure.Establishes to rise to the former request the data consistency is strong with the complete, the database safety like.But request the latter very much the applied procedure function complete, easy usage etc. characteristics.
Therefore oneself the combinative Warehouse manages the request of the information, usage access 2000 conduct and actions database, VC++6.0s realizes to apply the procedure designs, the VC++6.0 database technique proceeds the thorough study with apply, completing primarily the need to manage the system to Warehouse's information analysis, function mold piece divide the line, the database mode analyzes, and designed the database construction from here with apply the procedure.The system circulates the result proof, Warehouse whom this text design information management the system can satisfy the entry-level information manages, and the request of the graduate design.
Key word:Access2000, VC++6.0, database, SQL, Warehouse information management.