仓库管理系统的设计与实现(c++sql) 【任务书+开题报告+毕业论文+源代码+答辩ppt+评审书等.zip

ZIP格式版权申诉手机打开展开

仓库管理系统的设计与实现(c++sql) 【任务书+开题报告+毕业论文+源代码+答辩ppt+评审书等,仓库管理系统的设计与实现(c++sql) 【任务书+开题报告+毕业论文+源代码+答辩ppt+评审书等】完整全套毕业作品,推荐下载!【摘 要】仓库库存管理系统是一个企业不可缺少的部分,它的内容对于企业的决策者和管理者来说都至关重要,所以仓库库存管理系统应该能够为用户提供充足的信息和快捷的查询手段。但一直以来人们使用传统人...
编号:97-96305大小:4.22M
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 bshhty 发布

仓库管理系统的设计与实现(C++SQL) 【任务书+开题报告+毕业论文+源代码+答辩ppt+评审书等】

完整全套毕业作品,推荐下载!


【摘 要】仓库库存管理系统是一个企业不可缺少的部分,它的内容对于企业的决策者和管理者来说都至关重要,所以仓库库存管理系统应该能够为用户提供充足的信息和快捷的查询手段。但一直以来人们使用传统人工的方式管理仓库中的各种物资设备,这种管理方式存在着许多缺点,如:效率低、另外时间一长,将产生大量的文件和数据,这对于查找、更新和维护都带来了不少的困难。
随着科学技术的不断提高,计算机科学日渐成熟,其强大的功能已为人们深刻认识,它已进入人类社会的各个领域并发挥着越来越重要的作用。
作为计算机应用的一部分,使用计算机对物资信息进行管理,具有着手工管理所无法比拟的优点.例如:检索迅速、查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等。这些优点能够极大地提高人事劳资管理的效率,也是企业的科学化、正规化管理,与世界接轨的重要条件。
因此,开发这样一套库存管理软件成为很有必要的事情。

【关键词】 仓库管理  信息管理  数据库  VC++  产品管理

 

 

 

 

 

 

 

Storage Management System Design and Realization
【Abstract】The warehouse stock management system is an enterprise essential part, its content regards enterprise's policy-maker and the superintendent is all very important, therefore the warehouse stock management system should be able to provide the sufficient information and the quick inquiry method for the user. But people have since always used the traditional artificial way to manage in the warehouse each kind of commodity equipment, this management way has many shortcomings, for example: Low efficiency, besides taking long time, will produce the massive documents and the data, as to the search, the renewal and the maintenance has all brought much trouble.
Along with the science and technology unceasing enhancement, the computer science is mature day after day, its formidable function has known profoundly for people, which entered the each domain human society and is playing the more and more vital role.
As a computer application part, using the computer to carry on the management for the commodity information is having the merit which the manual administration center is unable to compare. For example: Retrieves, the rapidly convenient search, the high reliability, the big reserves, the good secrecy, the long life, the low cost status. These merits can enhance the human labor affairs management enormous the efficiency, also the enterprise's scientific style, the standardized management, with world trail important connection condition.
Therefore, developing such the management software of this set of stock becomes having a profound necessary affair very much.

【Keywords】Storage Management System  Information Management  Database  VC++  Production Management


目  录
引  言 1
第一章  课题背景 2
1.1 管理信息系统的概述 2
1.2 仓库管理系统开发的目的 2
1.3 仓库管理系统发展现状 3
第二章  系统开发工具简介 4
2.1 VISUAL C++简介 4
2.2 SQL语言基础 5
2.3 数据库技术简介 7
第三章  仓库管理系统需求分析及总体设计 10
3.1 功能需求 10
3.2 开发背景 10
3.3系统功能描述 11
3.4 系统功能模型 13
3.5 系统的E-R图 14
3.6系统流程 15
3.7 系统用例图 15
3.8系统总界面设计....................................................16
第四章 产品信息管理模块的设计与实现 18
4.1 产品信息管理模块结构 18
4.2  相关数据库表的设计 18
4.3 产品类别管理的实现 19
4.4 产品信息管理的实现 20
第五章  库存操作管理模块的设计与实现 23
5.1 库存操作管理模块结构 23
5.2 相关数据库表的设计 23
5.3入库操作管理的实现 25
5.4 出库操作管理的实现 27
5.5 库存盘点管理的实现 29
结  论 31
致  谢 32
参考文献 33
附录Ⅰ:数据库表结构以及建表语句 34
附录Ⅱ:仓库管理系统部分程序代码 42