欢迎来到天天文库
浏览记录
ID:42034008
大小:195.17 KB
页数:12页
时间:2019-09-06
《商品订购系统设计》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、#inelude#include#inelude#inelude#defineN10/*最大商胡数*/#defineM21/*最大字符串长度*/^defineMAX100/*用户最大订购商品数*/voidMainmenu();voidSonMainmenu();voidopen();voidfindl();voidfind2();voidselect();厂主菜单*/厂管理维护菜单*//*管理员浏览*/厂按名称查找*//*按型号查找*//*选择菜单*/voidS
2、increase();voidSsave();voidSopen();/*增加商品*//*Sincrease()调用的存储函数*//*Sincrease()调用的显示函数*/voidbuy();voidbuy2();voidaddress();voidnumber();voidcheck();voidwrite();voidshow();voidnext();voidaccount();voidout();voidgood();/*浏览商品进入选购*//*输入编号订购*/厂输入邮寄地址*//*输入订购数量*/广确认订购*/厂写入文件*/
3、厂显示订购信息*//*继续订购*//*结账模块*//*退出系统*//*订购成功,退出*/intmain()厂主程序*/select();}intOrdernum=0;intj=0;intLast;floatusersum=0.00;structSP严商品结构intSPnum;charSPname[M];charSPtype[M];floatSPprice;charSPplace[M];intSPstock;intSPordered;}S[N];厂商品编号*/严商品名称*//*商品型号*//*商品价格*//*商品产地*/厂库存数量严已订购
4、数量*/structuserSPt严用户结构*/intusernum;intuserquantity;charSPname[M];charSPtype[M];floatSPprice;charSPplace[M];}userS[MAX];/*用户订购商品编号*/厂用户订购数量*//*商品名称*//*商品型号*/厂商品价格/*商品产地*/voidMainmenu()/*主菜单*/{printf("");printfC欢迎使用商品订购系统v1.0");printf(Hl1u);printf("11•浏览商
5、品1H);printf("12.按名称查找1n);printf("13.按型号查找1n);printf("14.管理维护1H);printf("10.退出系统1H);printf(u-);prjntf("********************************************************************************-);printf("请选择0~4:“);}voidSonMainmenu()/*管理维护菜单*/prin廿("
6、n");printf(n子菜单n);printf("printf("printf("1•查看商品2.增加商品1u);IH);IH);printf("
7、0.返回主菜单
8、");printfC*11H);printf(n");printf("请选择0~2:“);}voidselect()/*选择菜单*/{Tl:Mainmenu();{charchi;dochl=getch();while(chl<'0'
9、
10、chl>'4');switch(chl){case'l*:buy();
11、break;case'2':findl();break;case'31:find2();break;case'4r:{SonMainmenu();{charch2;doch2=getch();while(ch2<'O,
12、
13、ch2>'2,);switch(ch2){case'l':open();gotoTl;break;case'2':Sincrease();break;case'O':gotoTl;break;default:break;}}}break;case'O':printf("谢
14、谢使用,再见!");break;default:break;}}voidopen()/*管理员浏览*/{inti;FILE*fp;fp=fopen("sh
此文档下载收益归作者所有