仓库管理系统的设计与实现论文+ppt答辩+程序代码.rar
仓库管理系统的设计与实现论文+ppt答辩+程序代码,【摘 要】随着现代工业的发展,计算机信息管理系统越来越受到企业重视。本文主要分析了库存管理系统的一些基本功能和组成情况,包括系统的需求分析、系统结构,功能模块划分以及数据库模式分析等,重点对应用程序的实际开发实现作了介绍。达到了数据的一致性和安全性,且应用程序功能完备,符合了库存管理系统作为典型的信息管理系统(mis)...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 wanli1988go 发布
【摘 要】随着现代工业的发展,计算机信息管理系统越来越受到企业重视。本文主要分析了库存管理系统的一些基本功能和组成情况,包括系统的需求分析、系统结构,功能模块划分以及数据库模式分析等,重点对应用程序的实际开发实现作了介绍。达到了数据的一致性和安全性,且应用程序功能完备,符合了库存管理系统作为典型的信息管理系统(MIS)的要求。同时简单介绍了Visual C++编程环境和SQL数据库管理系统的功能特点,库存管理系统是企业物流管理中不可或缺的一部分。使用计算机对产品仓库信息进行管理,具有着人工管理无法比拟的优点,它检索迅速、查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等,可减少更多的人力物力,这些都能够极大地提高货品库存的管理效率,也是企业库存管理科学化、正规化,与世界接轨的重要条件。因此,开发一个仓库管理系统是很有必要的,具有其特有的技术意义和管理意义。
【关键词】 仓库管理;信息管理;数据库;VC++;产品管理
Storage Management System design and realization
【Abstract】With the development of modern industry, the information management system of the computer is paid more and more attention by enterprises. This article mainly analyzes some basic functions and constitution of the storage management system, including the systematic demand, structure, the function module division and the database mode analysis, etc. Especially introduces the actual development of the application program for emphasis. This system guaranteed the consistency and security of the data, and the application program functions are complete, and meeting the requirement of the storage management system as the request for the typical information management system (MIS).Meanwhile, it briefly introduced the function characteristics of Visual C++ programming environment and SQL database management system .Storage management system is an important part that should not be neglected in corporation management. Using a computer to control information of the warehouse which has advantages that artificial management that can’t catch up with. It is quickly inspectional, easy to search, the credibility is high, and deposit capacity is high, confidentiality good, Life span long, and the cost is low ECT, and can also reduce more manpower and material resource. All of these managements can infinitely raise the management efficiency of goods stock and also is a scientific and regular turn, and be in line with world of important condition of the storage management. Therefore, developing a storage management system is necessary. It has special technique and manages meaning.
【Keywords】Storage Management System;Information Management;Database;VC++; Production Management
目 录
引 言 1
第一章 绪论 2
1.1管理信息系统的概述 2
1.2 仓库管理系统 2
第二章 数据库理论基础及应用系统开发工具 6
2.1 SQL语言介绍 6
2.2 应用系统开发工具 7
2.3 数据表的设计 9
第三章 仓库管理系统需求分析及总体设计 15
3.1系统需求分析 15
3.2系统功能描述 16
3.3系统功能模型 18
3.4 系统设计的E-R图 18
3.5系统流程分析 20
3.6 系统用例图 20
第四章 详细设计 22
4.1 主界面设计 22
4.2 基本信息管理模块 22
第五章 备份和还原数据库 29
5.1 规划数据库的备份和还原 29
5.2 数据库的备份 29
5.3 还原数据库 31
结 论 33
致 谢 34
参考文献 35
附录Ⅰ数据库建表语句 36
附录Ⅱ仓库管理系统部分程序代码 41
【关键词】 仓库管理;信息管理;数据库;VC++;产品管理
Storage Management System design and realization
【Abstract】With the development of modern industry, the information management system of the computer is paid more and more attention by enterprises. This article mainly analyzes some basic functions and constitution of the storage management system, including the systematic demand, structure, the function module division and the database mode analysis, etc. Especially introduces the actual development of the application program for emphasis. This system guaranteed the consistency and security of the data, and the application program functions are complete, and meeting the requirement of the storage management system as the request for the typical information management system (MIS).Meanwhile, it briefly introduced the function characteristics of Visual C++ programming environment and SQL database management system .Storage management system is an important part that should not be neglected in corporation management. Using a computer to control information of the warehouse which has advantages that artificial management that can’t catch up with. It is quickly inspectional, easy to search, the credibility is high, and deposit capacity is high, confidentiality good, Life span long, and the cost is low ECT, and can also reduce more manpower and material resource. All of these managements can infinitely raise the management efficiency of goods stock and also is a scientific and regular turn, and be in line with world of important condition of the storage management. Therefore, developing a storage management system is necessary. It has special technique and manages meaning.
【Keywords】Storage Management System;Information Management;Database;VC++; Production Management
目 录
引 言 1
第一章 绪论 2
1.1管理信息系统的概述 2
1.2 仓库管理系统 2
第二章 数据库理论基础及应用系统开发工具 6
2.1 SQL语言介绍 6
2.2 应用系统开发工具 7
2.3 数据表的设计 9
第三章 仓库管理系统需求分析及总体设计 15
3.1系统需求分析 15
3.2系统功能描述 16
3.3系统功能模型 18
3.4 系统设计的E-R图 18
3.5系统流程分析 20
3.6 系统用例图 20
第四章 详细设计 22
4.1 主界面设计 22
4.2 基本信息管理模块 22
第五章 备份和还原数据库 29
5.1 规划数据库的备份和还原 29
5.2 数据库的备份 29
5.3 还原数据库 31
结 论 33
致 谢 34
参考文献 35
附录Ⅰ数据库建表语句 36
附录Ⅱ仓库管理系统部分程序代码 41