欢迎来到天天文库
浏览记录
ID:31630676
大小:62.67 KB
页数:14页
时间:2019-01-16
《c语言教师工资管理系统源程序(终版)》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、#include#include#include#defineLENsizeoffstructteacher)structteacher*creat();structteacherintnum;charname[10];charsex[8];charunit[10];charaddress[10];longtelnum;floatsalary_l;floatallowance;floatlifeallow;floatsalary_2;flo
2、attel_fee;floattax;floathealth_fee;floatwater_fee;floatrent;floatgrant;floattotal_fee;floatactual_salary;structteacher*next;};intn;structteacher*head;FILE*fp;structteacher*creat(void){structteacher*pl,*p2;n=0;pl=p2=(structteacher*)malloc(LEN);printfC
3、教师号门;scanf("%d",&pl->num);fflush(stdin);printff'教师姓名:”);gets(pl-〉name);printf(n教师性别:“);gets(pl->sex);printf("单位名称:”);gets(pl->unit);printf(”家庭地址:“);gets(pl->address);printfC吨话号码:”);scanf("%ld"/&pl->telnum);fflush(stdin);printf(n基本工资:“);scanf("%f",&pl
4、->salary_l);fflush(stdin);printff1津贴:”);scan&pl->allowance);fflush(stdin);printf(”生活补贴:“);scanf(H%f",&pl->life_allow);fflush(stdin);printff'电话费:”);scanf("%f",&pl->tel_fee);fflush(stdin);printf(“个人所得税:”);scanf("%f"z&pl->tax);fflush(stdin);printf(n房租:“
5、);scanf("%f",&pl->rent);fflush(stdin);printf(”公积金:“);scanf("%f"z&pl->grant);fflush(stdin);printff'水电费scanff"%化&pl->water_fee);fflush(stdin);printf(”卫生费:”);scanf("%f",&pl->health_fee);fflush(stdin);pl->salary_2=pl->salary_l+pl->allowance+pl->life_allo
6、w;pl->total_fee=pl->tel_fee+pl->water_fee+pl->rent+pl->tax+pl->health_fee+pl->grant;pl->actual_salary=pl->salary_2-pl->total_fee;head=NULL;while(pl->num!=O){n二n+1;讦(n二=l)head=pl;elsep2->next=pl;p2=pl;pl=(structteacher*)malloc(LEN);printf(“教师号:“);scan
7、f("%d",&pl->num);fflush(stdin);printf(”教师姓名门;getsfpl->name);printf(“教师性别:“);gets(pl->sex);printf(惮位名称:“);getsfpl->unit);printf(”家庭地址:”);gets(pl->address);printf(H电话号码:“);scanf(“%ld”,&pl・>telnum);fflush(stdin);printf(”基本工资scanf("%f",&pl->salary_l);ffl
8、ush(stdin);printfC津贴:“);scan&pl->allowance);fflush(stdin);printf(”生活补贴:”);scanf("%f"z&pl->life_allow);fflush(stdin);printf(”电话费:”);scanf("%f"z&pl->tel_fee);fflush(stdin);printf("个人所得税:“);scanf("%f",&pl->tax);fflush(stdin);printf(n房租:”);scanf("%f"z&pl
此文档下载收益归作者所有