超市商品管理系统代码.docx
《超市商品管理系统代码.docx》由会员分享,可在线阅读,更多相关《超市商品管理系统代码.docx(8页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、-各类专业好文档,值得你下载,教育,管理,论文,制度,方案手册,应有尽有-超市商品管理系统中文提示By AzxXINERinclude stdlib.hinclude #include string。h#include /-/Max count of good,def 100 temporary/-define MAX 100int current_cnt = 0;/-/Good Information Definition/-typedef struct GoodInfochargood_id30;chargood_name30;chargood_price10;chargood_disco
2、unt10;intgood_amount;intgood_remain;GoodInfo;GoodInfo GoodsMAX;/-/free goodinfo memory/-void freeGoodInfo()int i = 0;for(i = 0;i good_amount);fscanf(fp,”tdn”,pGoodInfogood_remain);return pGoodInfo;/-/check whether the file exists or not/-int check_nullfile()FILE *fp = fopen(F:课程C语言程序设计综合实验2超市商品管理系统g
3、oodinfo。txt”,”r”);/file not existif(!fp)printf(商品信息初始化文件不存在!n请您放到E盘根目录!n);fp = fopen(”F:课程C语言程序设计综合实验2超市商品管理系统goodinfo。txt”,w);fclose(fp);/file already existelseint temp;/res for try to read file if file null feof() cant jarge if file is nullint res = fscanf(fp,”%d,&temp);fclose(fp);if(res=0)return
4、-1;elsereturn 1;/-/initialize/-void info_init()int i = 0,j = 0;int res = check_nullfile();FILE fp = fopen(F:课程C语言程序设计综合实验2超市商品管理系统goodinfo.txt”,”r);for(i=0; igood_name);fprintf(fp,”%st,pGoodInfogood_price);fprintf(fp,%st”,pGoodInfo-good_discount);fprintf(fp,dt”,pGoodInfo-good_amount);fprintf(fp,dn”,
5、pGoodInfogood_remain);/-/write all goodinfos into file/-void info_flush()int i = 0;FILE fp = fopen(F:课程C语言程序设计综合实验2超市商品管理系统goodinfo。txt”,w);for(i=0; igood_price,Goodsi-good_discount);printf(商品数量:dt商品剩余:dtnn” ,Goodsigood_amount, Goodsigood_remain);/-/modify a goodinfo/-int info_change()int i;if ( 1 =
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 超市 商品 管理 系统 代码
限制150内