资源描述:
《C语言版商品库存管理系统》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、建议使用vs打开运行#pragmaonce#includetypedefstructinformation〃商品信息{charnumber[20];〃编号charsname[20];〃名称floatprice;〃价格intcount;〃数量chardath[20];〃生产日期structinformation*next;}inf;voidmenu(inf*head);inf*create();voidInput(inf*head);voidtianjia(inf*head);voidoutput(inf
2、*head);voidchaxun(inf*head);voidchaxun_number(inf*head);voidchaxun_sname(inf*head);voidxiugai(inf*head);voidshanchu(inf水head);voidwrite_file(inf*head);voidpaixu(inf*head);inf*Read_file();voidfreeh(inf*head);〃显示主菜单〃创建链表//输入商品信息〃添加商品信息//输出商品信息〃查询商品信息〃按编号查询〃按名称查询//修
3、改商品信息〃删除商品信息〃保存商品信息到文件〃读取文件内商品信息〃退出程序#define_CRT_SECURE_NO_WARNINGS#include#include#include#include#include#include#pragmacomment(lib,"WINMM.lib'1)〃显示菜单#include"标头.h”voidmenu(inf*head)PlaySound(TEXT("s
4、ounds\背景.wavH),NULL,SND_FILENAME
5、SND.ASYNC
6、SND.LOOP);system(”color3BH);printf(ntttt欢迎进入商品库存管理系统“);printf(",');printf(Mtt
7、-printf(Htt
8、基本信息M”);printf(Htt
9、1.商品信息录入12.添加商品信息IE);printf(Htt
10、3.查找商品信息14.修改商品信息IE);printf(ntt
11、5.删除商品信息16.保存文件信息
12、『);printf
13、(Htt
14、7.读取文件信息I8.显不商品信息
15、『);printf(Htt
16、9.按价格从高到低进行排序IE);printf("tt
17、0.释放链表。退出l“);printf(nttt请输入你的选项(0—8):n);printf(nn);printf("t请输入你的选择:n);〃创建链表inf*create()inf*p;p=(inf*)malloc(sizeof(structinformation));if(p==NULL){printf("链表创建失败.“);exit(O);}p-
18、>next=NULL;return(p);voidInput(inf*head)〃录入货物信息inf*p;inti,n;printf(”请输入:你想录入多少个商品信息:");scanf("%d",&n);for(i=1;i<=n;i++)p=(inf*)malloc(sizeof(structinformation));if(p==NULL){primf(”结点创建失败An“);exit(O);}printfC*请输入商品:编号,名称,价格,数量:生产日期“);printfC*编号:”);scanf(H%s,p
19、->number);printfC*名称:”);scanf(n%sn,p->sname);printf(n价格:”);scanf("%f',&p->price);printf(H数量:”);scanf(”%d",&p->count);printf(”生产日期:”);scanf("%s",p->dath);p->next=NULL;while(head->next!=NULL)head=head->next;head・>next=p;voidtianjia(infH:head)〃添加货物信息{inf*p;inti,n;pr
20、intf(”请输入:你想添加多少个商品信息:");scanf("%d",&n);for(i=1;i<=n;i++){p=(inf*)malloc(sizeof(structinformation));if(p==NULL){printf(”链表结点创建失败。”);exit(O);printf(”请输入商品:编