欢迎使用中国银行长城借记卡-c程序设计.doc

欢迎使用中国银行长城借记卡-c程序设计.doc

ID:50967390

大小:85.50 KB

页数:12页

时间:2020-03-08

欢迎使用中国银行长城借记卡-c程序设计.doc_第1页
欢迎使用中国银行长城借记卡-c程序设计.doc_第2页
欢迎使用中国银行长城借记卡-c程序设计.doc_第3页
欢迎使用中国银行长城借记卡-c程序设计.doc_第4页
欢迎使用中国银行长城借记卡-c程序设计.doc_第5页
资源描述:

《欢迎使用中国银行长城借记卡-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

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

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

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