- 1、本文档共46页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
c语言课程设计c语课程设计
摘 要
该系统主要是介绍超市进销存管理信息系统的环境、功能作用、所用到的语言、设计的方案等各方面的内容。主要是让使用者了解此系统,使他们能更好的运用本系统,使此系统发挥出应有的作用。本系统运用计算机管理信息技术,对超市的进销存过程进行详细的分析,实现了对超市的进货、出售和库存的科学管理。 本系统主要包括以下几大模块:输入单据:出库、入库、物品清单;查询:数量查询、价格查询、生产地查询。关键词?: 销售;管理信息系统;C语言
Abstract This text mainly introduces the supermarket and enters to sell such contents of various fields as the environment which stores the management information system , scheme on the function , language , design used ,etc.. Let user find out about system this , enable them fine application this system mainly, make this system give play to due function . This system uses the information technology of computer management,sell the course of storing to carry on detailed analysis to the entering of the supermarket, have realized the purchase , sale and scientific management held in store to the supermarket. This system is major and includes following several big modules : The input receipts :?The warehouse is gone out to be put in storage that the product end product detailed list is inquired about :?The report form being put in storage is gone out the report form product end product detailed list report form in warehouse to sell to move back the money list report form to advance.
keywords :? Sell?; management information system?;C language
目 录
1概述 1
1.1 设计思想 1
1.2 设计原则 1
1.3性能需求 1
2总体设计 2
2.1系统功能设计图 2
2.2系统功能设计 2
2.2.1 系统颜色模块功能 3
2.2.2 销售管理模块功能 3
2.2.3 进货管理模块功能 3
2.2.4 库存管理模块功能 3
2.3系统模块的运用方法 3
2.3.1输入记录模块 3
2.3.2查询记录模块 3
2.3.3输出记录模块 3
3详细设计使用 4
3.1数据定义 4
3.2主函数流程图 5
3.3源程序 7
4调试分析 8
4.1进入主界面 8
4.2 系统菜单界面 8
4.3 商品信息查询窗口 10
5总结 11
参考文献 12
致 谢 13
附件 14
1概述
1.1 设计思想
(1)系统分成几个相对独立的模块,但这些模块都进行集中式管理。
(2)分层的模块化程序设计思想,整个系统采用模块化结构设计作为应用程序,有较强的可操作性和扩展性。
(3)合理的数据设计,在应用系统设计中,相对独立的模块间以数据相互连接,使各模块间的耦合性较低,方便系统运行,提高系统安全性 。
1.2 设计原则
为了使本系统功能齐全完备,操作简便,最大限度的提高软件的质量,从而满足用户的实际需要,在设计开发过程中遵循了如下原则:
(1)合法性原则:依据产品核算系统的工作规定以及要求,参照核算
文档评论(0)