资源描述:
《欢迎使用中国银行长城借记卡-c程序设计.doc》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、***********************************************-----------------欢迎使用中国银行长城借记卡--------------***********************************************BankCard(银行卡系统)1)CardManagementModule(卡管理)Applicationforacard(卡申请)Entry(登录)ChangeCode(修改密码)2)SavingandDrawingManagementMod
2、ule(存取管理)Saving(存款)Drawing(取款)Transfer(转账)3)InquireModule(查询)BalanceInquire(余额查询)c语言程序设计、工资管理系统悬赏分:100
3、解决时间:2010-7-422:13
4、提问者:龍之龍飛鳳舞每个员工信息包括姓名,编号,年月,工资额4项信息。用C语言实现工资信息的管理,具体功能如下:1.录入职工工资信息。2.按姓名和年月查询职工工资。3.按年对职工工资进行统计。4.按年职工工资对职工信息进行排序并显示。5.删除指定职工信息。6.修改指定职工信息
5、我是大一学生这是课设急需答案谢谢最佳答案#include#include#includetypedefstruct{charnum[10];charname[20];chardate[15];doublepay;}employee;typedefstructnode{employeep;structnode*pre;structnode*next;}node,*linklist;linklisthead,last;voidsetData(linklistp)
6、{printf("编号:");scanf("%s",&p->p.num);printf("姓名:");scanf("%s",&p->p.name);printf("入职时间:");scanf("%s",&p->p.date);printf("工资:");scanf("%lf",&p->p.pay);}voidInsert(linklistp){setData(p);p->next=last;last->pre->next=p;p->pre=last->pre;last->pre=p;}voidAdd(){charc
7、h;do{linklistp=(linklist)malloc(sizeof(node));system("cls");Insert(p);printf("是否继续?");scanf("%c",&ch);}while(ch=='y'
8、
9、ch=='Y');}linklistQur(intmethod){charch[20];linklistp=head->next;if(method==0){printf("选择查询方式:(1姓名、2年月)");scanf("%d",&method);}if(method==1){p
10、rintf("输入姓名:");scanf("%s",ch);while(p!=last){if(strcmp(ch,p->p.name)==0)break;p=p->next;}}elseif(method==2){printf("输入年月:");scanf("%s",ch);while(p!=last){if(strcmp(ch,p->p.date)==0)break;p=p->next;}}if(p==last){printf("未找到");system("pause");}returnp;}voidDel
11、(){linklistp=Qur(1);if(p==last)return;p->pre->next=p->next;p->next->pre=p->pre;free(p);printf("删除成功");system("pause");}voidModify(){linklistp=Qur(1);if(p==last)return;setData(p);}voidprintTitle(){printf("编号t名称t入职日期t工资");}voidshow(linklistp){printf("%st
12、%st%st%.2lf",p->p.num,p->p.name,p->p.date,p->p.pay);}voidSort(){linklistp,q;for(p=head->next;p!=last;p=p->next){for(q=p->next;q!=last;q=q->next){if(p->p.payp.pay){employeet