~$ 数据库毕业设计论文——仓库管理系统
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
赣西科技职业学院 专科毕业论文(设计)(2008届专科毕业生)
题目:仓库管理系统的设计与实现
学生姓名:刘志强
专业名称:计算机网络
指导教师:胡洪云
二零壹零年十月
【摘要】随着现代工业的发展,计算机信息管理系统越来越受到企业重视。本文主要分析了库存管理系统的一些基本功能和组成情况,包括系统的需求分析、系统结构,功能模块划分以及数据库模式分析等,重点对应用程序的实际开发实现作了介绍。达到了数据的一致性和安全性,且应用程序功能完备,符合了库存管理系统作为典型的信息管理系统(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.1SQL语言介绍 (6)
2.2应用系统开发工具 (7)
第三章仓库管理系统需求分析及总体设计 (10)
3.1系统需求分析 (10)
3.2系统功能描述 (111)
3.3系统设计的E-R图 (133)
3.4系统流程分析 (14)
第四章详细设计 (15)
4.1主界面设计 (15)
4.2基本信息管理模块 (15)
第五章备份和还原数据库 (21)
5.1数据库的备份 (21)
5.2还原数据库 (22)
结论 (24)
致谢 (25)
参考文献 (26)