资源描述:
《仓库管理系统的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、沈阳师范大学学士学位论文题 目:仓库管理系统的设计与实现-I-【摘要】随着现代工业的发展,计算机信息管理系统越来越受到企业重视。本文主要分析了库存管理系统的一些基本功能和组成情况,包括系统的需求分析、系统结构,功能模块划分以及数据库模式分析等,重点对应用程序的实际开发实现作了介绍。达到了数据的一致性和安全性,且应用程序功能完备,符合了库存管理系统作为典型的信息管理系统(MIS)的要求。同时简单介绍了VisualC++编程环境和SQL数据库管理系统的功能特点,库存管理系统是企业物流管理中不可或缺
2、的一部分。使用计算机对产品仓库信息进行管理,具有着人工管理无法比拟的优点,它检索迅速、查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等,可减少更多的人力物力,这些都能够极大地提高货品库存的管理效率,也是企业库存管理科学化、正规化,与世界接轨的重要条件。因此,开发一个仓库管理系统是很有必要的,具有其特有的技术意义和管理意义。【关键词】仓库管理;信息管理;数据库;VC++;产品管理-42-StorageManagementSystemdesignandrealization【Abstract
3、】Withthedevelopmentofmodernindustry,theinformationmanagementsystemofthecomputerispaidmoreandmoreattentionbyenterprises.Thisarticlemainlyanalyzessomebasicfunctionsandconstitutionofthestoragemanagementsystem,includingthesystematicdemand,structure,thefun
4、ctionmoduledivisionandthedatabasemodeanalysis,etc.Especiallyintroducestheactualdevelopmentoftheapplicationprogramforemphasis.Thissystemguaranteedtheconsistencyandsecurityofthedata,andtheapplicationprogramfunctionsarecomplete,andmeetingtherequirementof
5、thestoragemanagementsystemastherequestforthetypicalinformationmanagementsystem(MIS).Meanwhile,itbrieflyintroducedthefunctioncharacteristicsofVisualC++programmingenvironmentandSQLdatabasemanagementsystem.Storagemanagementsystemisanimportantpartthatshou
6、ldnotbeneglectedincorporationmanagement.Usingacomputertocontrolinformationofthewarehousewhichhasadvantagesthatartificialmanagementthatcan’tcatchupwith.Itisquicklyinspectional,easytosearch,thecredibilityishigh,anddepositcapacityishigh,confidentialitygo
7、od,Lifespanlong,andthecostislowECT,andcanalsoreducemoremanpowerandmaterialresource.Allofthesemanagementscaninfinitelyraisethemanagementefficiencyofgoodsstockandalsoisascientificandregularturn,andbeinlinewithworldofimportantconditionofthestoragemanagem
8、ent.Therefore,developingastoragemanagementsystemisnecessary.Ithasspecialtechniqueandmanagesmeaning.【Keywords】StorageManagementSystem;InformationManagement;Database;VC++;ProductionManagement-42-目录引言1第一章绪论21.1管理信息系统的概述21.2仓库管理系统2第二章数据库理论基础及应用系统