仓库管理系统(c语言)

仓库管理系统(c语言)

ID:31903026

大小:134.00 KB

页数:24页

时间:2019-01-26

仓库管理系统(c语言)_第1页
仓库管理系统(c语言)_第2页
仓库管理系统(c语言)_第3页
仓库管理系统(c语言)_第4页
仓库管理系统(c语言)_第5页
资源描述:

《仓库管理系统(c语言)》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、.作品名称开发者:一、系统背景:本软件能减轻对货物数目管理及价格盈亏等信息处理的工作量以便能快捷及时准确的调整货物的仓储量达到最合理化。可以使店主不失效率的节省大量精力用于其他方面符合当今社会的商业形式而且本软件体积小操作简单是管理仓库的不二选择二、系统简介:设计亮点:◆三级菜单使操作更简便明了◆密码操作能有效保证客户信息的安全性◆独特的dos命令调用使信息存储的实体属性为隐藏且无扩展名大大增大了安全系数◆数据结构为链表摆脱了数据数量的限制◆提供三种查看模式并会标出排名◆退出店主模式时会提示是否保存若选择yes着进行保存操作

2、基本功能:·在员工模式下可输入卖出货物的名称和数目程序自动在后台进行一系列的操作·新建数据并同时对其处理·修改数据·插入数据·删除数据·查找数据·查看数据·数据存档·修改密码三、系统结构图...#defineLENsizeof(structshop)#include#include#include#includestructshop{charname[30];floatprice_in;floatprice_out;intnum_in;intnum_

3、now;intnum_sold;floatwin;floatpercent;structshop*next;};intn=0;voidmain(void){voidauto1(structshop**h_p);intmenu1(structshop**h_p);voidprint1(void);voidassistant(structshop*head);intpassword(void);intmenu2(structshop**h_p);voidprint2(void);voidcreat(structshop**h_p

4、);voidrewrite(structshop**h_p);voidinsert(structshop**h_p);voiddeleat(structshop**h_p);voidsearch(structshop**h_p);voidprintall(structshop**h_p);voidsave(structshop*head);voidpassword_set(void);intpassword_exi(structshop**h_p);intdata_exi(structshop**h_p);voidload(

5、structshop**h_p);voidsave(structshop*head);structshop*addbuild(structshop**h_p);voidsort0(structshop**h_p);...intsearch1(structshop**h_p,chara[30]);voidsort1(structshop**h_p);voidsort2(structshop**h_p);voidsort3(structshop**h_p);voidprint3(void);voidpassword_create

6、(void);structshop*addbuild(structshop**h_p);inta;structshop*head,**h_p;head=NULL;h_p=&head;auto1(h_p);do{a=menu1(h_p);}while(a!=3);system("cls");printf("谢谢使用^_^");getch();}intmenu1(structshop**h_p){inta,b;structshop*head;head=*h_p;print1();scanf("%d",&a);putchar('

7、n');getchar();do{switch(a){case1:assistant(head);break;case2:if(password())do{b=menu2(h_p);}while(b!=9);break;...default:break;}if(a!=3){system("cls");print1();scanf("%d",&a);}}while(a!=3);return(a);}intmenu2(structshop**h_p){intb;chara;structshop*head;head=*h_p;pr

8、int2();scanf("%d",&b);putchar('');getchar();do{switch(b){case1:creat(h_p);break;case2:rewrite(h_p);break;case3:insert(h_p);break;case4:deleat(h

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。