物流信息管理系统(c语言源程序)

物流信息管理系统(c语言源程序)

ID:22752922

大小:166.85 KB

页数:14页

时间:2018-10-31

物流信息管理系统(c语言源程序)_第1页
物流信息管理系统(c语言源程序)_第2页
物流信息管理系统(c语言源程序)_第3页
物流信息管理系统(c语言源程序)_第4页
物流信息管理系统(c语言源程序)_第5页
资源描述:

《物流信息管理系统(c语言源程序)》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库

1、物流信息管理系统C语言源程序include//include〈string.h>#include//includestructstuff//员工数据结构体{charname[10];charpassword[10];charquanxian[2];};structgoods//货品数据结构体{charnumber[20】;charname[20];intquantity;charcost[20];charvolume[20];charweight[20];};typedefstructa{struc

2、tstuffs;structa*next;Jstuffnode;typedefstructb{structgoodsg;structb*next;Jgoodsnode;stuffnode*stuffhead=NULL;//全局结构体链表指针变量头指针stuffnode*stuffpl=NULL;goodsnode*goodshead=NULL;goodsnode*goodspl=NULL;FILE*fp;stuffnode*p;if((fp=fopen("stuff.txt,7,r"))==NULL){printf("无任何员工信息,请新建!")

3、;}else{fseek(fp,O,SEEK_END);intn,i;n=ftell(fp)/sizeof(structstuff);rewind(fp);for(i=0;is),l,fp);//从文件FP屮读取数掘到P屮p->next=NULL;if(stuffhead==NULL){stuffhead=stuffpi=p;}else{stuffpl->next=p;stuffpi=stuffpl->next;}}fclose(fp)

4、;}}voidinitial_goods(){FILE*fp;goodsnode*p;if((fp=fopen("goods.txt","r"))==NULL){printf("无任何货品信息,请新建!");}else{fseek(fp,O,SEEK_END);intn,j;n=ftell(fp)/sizeof(structgoods);rewind(fp);for(i=0;ig,sizeof(p->g)zl,fp);p->next

5、=NULL;if(goodshead==NULL){goodshead=goodspl=p;}else{goodspl->next=p;goodspl=goodspl-〉next;}}fclose(fp);}}voidaddstuffO//增加员工{stuffnode*p;p=(stuffnode*)malloc(sizeof(stuffnode));printf("☆☆增加员工资料printf("请输入员工姓名>");scanf(,l%s,,,p->s.name);phntf("请输入员工密码");scanf(,,%

6、s,,,p->s.password);printf("请输入员工权限(Y/N)");scanf("%sH,p-〉s.quanxian);p->next=NULL;if(stuffhead){stuffpl->next=p;stuffpl=stuffpl->next;elsestuffhead=stuffpl=p;printf("增加员工数据成功");}voiddeletestuff()//删除员工资料{stuffnode*p,*pl;p=pi=stuffhead;charflag[20];printf(H请输入要删除员工的名称

7、。n);scanf("%s",flag>;while(strcmp(p->s.name,flag)!=0){pl=p;p=p-〉next;};printf("该员工数据即将删除:");printf("名称,密码,权限");printf("%s%s%s,,,p->s.name/p->s.password/p->s.quanxian);pl-〉next=p->next;printf("删除完毕>");}voidshowstuff(>//员工资料显示{stuffnode*p=stuffhead;if(p==NULL){printf("员工信

8、息为空!");}else{printf("员工资料:");print

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

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

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