论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

基于VC和SQL的物资仓库管理系统的设计与实现

 本文ID:LWGSW103197 字数:21789,页数:49 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载: 

论文字数:21789,页数:49

论文题目:基于 SQL和Visual C++的仓库物资管理系统的设计与实现
摘  要
 随着企业物流活动的日益剧烈,如何高效地管理仓库、利用仓库,如何使仓库作业规范,成为摆在企业面前的急需解决的问题。为科学管理企业仓储信息,本文针对仓库信息管理的现状、特点及需求,设计了仓储管理系统开发项目。
 本文运用库存管理理论,对仓储管理体系进行了分析,介绍了仓储管理理论的形成与发展。在开发过程中采用自顶向下的结构化分析方法,详细介绍了仓库管理系统的实现,其中包括仓储管理系统分析、数据库设计、系统功能设计等。以SQL Server 2000为数据库平台,利用Visual C++研究开发出具有系统管理、基础信息、查询、库存管理与控制等模块的仓储管理系统。论文最后总结了本系统的特点和不足。
 本文经过对系统所涉及技术问题的研究,完成了仓储管理系统的分析设计及部分实现,改变了仓储管理依靠手工、人工管理的落后方式,加快了的管理信息化建设。


 关键词:仓库管理;数据库;表单;报表;程序;设计


 论文类型:软件开发
  
 Title: The Design and Development of Warehouse Management System Based on
 Visual C++ and SQL
ABSTRACT
 With the intensify of logistics activities, how to manage the storage eficiently,use of storage,how to regulate the storage operations,become the problem that the enterprise should confront and resolve immediately.In order to manage the storage information, the paper based on the information management,characteristics and needs,designs a warehouse management system development projects.
 By using the theory of iventory management(IM),the paper analyzes the stmcture of IM,and it shows the fomation anddevelopment of IM theory..In the process of design,the method of from –the-above-to-the-below analysis-structured form,the article introduces in detail about the implementation of the warehouse management infomation system, which includes warehouse management system analysis,database design,system fuction design and so on.Setting the SQL Server 2000 database as platfom,using Visual C++as tool to deVelop inventory management system, which includes system management,basic data, enquiries,inventory management and control and so on.Finally, the thesis summarizes the characteristics and limitations of the system.
 After doing research on the technical problems involved in the study,the warehouse management system was designed and realized partly. The system changes the backward ways to relying on manual storage management,and accelerates the management information construction.


 KEY WORDS: Warehouse management;Database;Form;Report form;Program;Design


 TYPE OF THESIS: Software development
目  录
摘  要 I
ABSTRACT II
目  录 III
1 绪论 1
1.1 课题研究背景 1
1.2 仓库管理系统研究现状 2
1.3 本文的主要工作及内容安排 5
2 系统应用技术 6
2.1 SOL Server 2000技术 6
2.1.1 SOL Server简介 6
2.1.2 SOL Server 2000的基本特点 6
2.2 Visual C++技术介绍 8
2.2.1 Visual C++概述 8
2.2.2 Visual C++的优势 8
2.2.3 VC数据库访问控件 8
3 系统分析 10
3.1 系统需求分析 10
3.1.1 系统结构 10
3.1.2 系统运行环境 11
3.2 系统功能分析 11
3.2.1 基础信息管理 11
3.2.2 库房日常管理 11
3.2.3 查询管理 12
3.2.4 用户权限管理 12
4 系统详细设计 14
4.1 开发环境选择 14
4.2 设计原则 14
4.2.1 系统性能要求 14
4.2.2 系统可靠性要求 14
4.2.3 系统安全性要求 14
4.2.4 系统易用性要求 15
4.2.5 其他要求 15
4.3 系统功能模块设计 15
4.4 数据库设计 15
4.4.1 数据库逻辑结构设计 15
4.4.2 数据库连接 18
5 系统具体实现 21
5.1 主窗体设计 21
5.1.1 菜单设计 21
5.1.2 工具栏设计 25
5.1.3 主窗体设计步骤 25
5.2 父窗口设计 26
5.3 商品入库程序设计 29
5.3.1 概述 29
5.3.2 设计步骤 30
5.3.3 程序相关代码 30
5.4 库存盘点程序设计 31
5.4.1 概述 31
5.4.2 设计步骤 32
5.4.3 程序相关代码 32
5.5 入库查询程序设计 34
5.5.1 概述 34
5.5.2 设计步骤 35
5.5.3 程序相关代码 35
5.6 疑难问题分析解决 36
5.6.1 利用表格录入商品 36
5.6.2 联想录入表格的实现 38
6 结论 41
6.1 系统特点 41
6.2 解决的主要问题 41
6.3 本系统技术创新点 41
6.4 试验试用情况 41
6.5 系统存在不足 42
致    谢 43
参考文献 44


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:计算机软件故障的案例分析 下一篇:基于linux包过滤防火墙的设计与实..
Tags: 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号