C语言知识课程规划设计教师工资管理计划系统(职工工资管理计划系统).doc
《C语言知识课程规划设计教师工资管理计划系统(职工工资管理计划系统).doc》由会员分享,可在线阅读,更多相关《C语言知识课程规划设计教师工资管理计划系统(职工工资管理计划系统).doc(24页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、-+课程设计 教师工资管理系统运行平台:VC6.0(其他平台未经测试,不一定保证有效)制作者:弓箭 中南大学 信息科学与工程学院源代码如下:#include #include #include #include #define LEN sizeof(struct teacher)struct teacher int num;char name20;char sex20;char workplace50;char address50;long phone;double de_salary;double de_jintie;double de_shenghuobutie;double yingfa
2、_salary;double cost_phone;double cost_water_elec;double cost_rent;double cost_tax;double cost_weisheng;double cost_gongjijin;double cost_all;double shifa_salary;struct teacher *next;/*读取函数*/struct teacher *load()struct teacher *p1,*p2,*head;FILE *fp;int i=1;if(fp=fopen(save,rb)=NULL)printf( 文件不存在!按下
3、任意键返回主菜单.);getch();return (NULL);elsehead=NULL;p1=(struct teacher *)malloc(LEN);while (fread(p1,LEN-4,1,fp)=1)if(i=1)head=p1;p2=p1;i=2;else p2-next=p1;p2=p2-next;p1=(struct teacher *)malloc(LEN);p2-next=NULL;free(p1);fclose(fp);return(head);/*欢迎菜单函数*/void welcome()printf(nnn 欢迎使用教师工资管理系统Beta1.2版权所有
4、侵权必究ILLEGAL COPY BANNED欢迎使用教师工资管理系统Beta1.2num=atoi(num);printf( 请输入姓名:);gets(px-name);printf( 请输入性别:);gets(px-sex);printf( 请输入单位名称:);gets(px-workplace);printf( 请输入家庭住址:);gets(px-address);printf( 请输入联系电话:);gets(num);px-phone=atoi(num);printf( 请输入基本工资:);gets(num);px-de_salary=atof(num);printf( 请输入津贴:)
5、;gets(num);px-de_jintie=atof(num);printf( 请输入生活补贴:);gets(num);px-de_shenghuobutie=atof(num);printf( 请输入电话费:);gets(num);px-cost_phone=atof(num);printf( 请输入水电费:);gets(num);px-cost_water_elec=atof(num);printf( 请输入房租:);gets(num);px-cost_rent=atof(num);printf( 请输入个人所得税:);gets(num);px-cost_tax=atof(num);p
6、rintf( 请输入卫生费:);gets(num);px-cost_weisheng=atof(num);printf( 请输入公积金:);gets(num);px-cost_gongjijin=atof(num);px-yingfa_salary=px-de_salary+px-de_jintie+px-de_shenghuobutie;px-cost_all=px-cost_phone+px-cost_water_elec+px-cost_rent+px-cost_tax+px-cost_weisheng+px-cost_gongjijin;px-shifa_salary=px-yingf
7、a_salary-px-cost_all;printf( 数据输入完毕,按下任意键继续.);getch();system(cls);printf(nnn 插入教师信息 n);printf( *n);printf( * 1.输入教师号 *n);printf( * 2.输入姓名 *n);printf( * 3.返回上级菜单 *n);printf( *n);printf( 请选择插入方式:);scanf(%d,&i);getchar();while (i3)printf( 输入有误!请重新输入:);scanf(%d,&i);getchar();switch(i)case 1:printf( 请输入要
8、插入在哪条数据后面:);scanf(%d,&t);getchar();p1=head;while (p1-num!=t)if (p1-next!=NULL)p1=p1-next;else printf( 查找不到相关数据!n);break;if (p1-num=t)printf(-要插入的信息如下:-n);printf(教工号 姓名 性别 单位名称 家庭住址 联系电话n);printf( %-4d %-13s %s %-19s %-19s%-14ldn,px-num,px-name,px-sex,px-workplace,px-address,px-phone);printf(电话费 水电费
9、房租 个人所得税 卫生费 公积金 合计扣款n);printf( %-10.1lf %-10.1lf %-10.1lf %-10.1lf %-10.1lf %-10.1lf %-10.1lfn,px-cost_phone,px-cost_water_elec,px-cost_rent,px-cost_tax,px-cost_weisheng,px-cost_gongjijin,px-cost_all);printf(基本工资 津贴 生活补贴 应发工资 实发工资n);printf( %-13.1lf %-13.1lf %-13.1lf %-13.1lf %-13.1lfn,px-de_salary
10、,px-de_jintie,px-de_shenghuobutie,px-yingfa_salary,px-shifa_salary);printf(-n);printf( 确定插入吗?(y或n):);scanf(%c,&k);getchar();if (k=y|k=Y)if (p1-num=t)if(p1=head)/*如果插入点为头指针*/p3=p1-next;p1-next=px;px-next=p3;p2=head;else if(p1-next=NULL)/*如果插入点为末尾指针*/p3=p1;p1=head;p2=head;while(p1-next!=p3)p1=p1-next;
11、p1=p1-next;p1-next=px;px-next=NULL;else/*如果插入点为中间指针*/p3=p1;p1=head;p2=head;while(p1-next!=p3)p1=p1-next;p1=p1-next;p3=p1-next;px-next=p3;p1-next=px;if(fp=fopen(save,wb)=NULL)printf( 文件不存在!按下任意键返回主菜单.);getch();elsedofwrite(p2,LEN-4,1,fp);if(p2-next!=NULL)p2=p2-next;while(p2-next!=NULL);if(p2!=head)fw
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 语言 知识 课程 规划 计划 设计 教师 工资管理 系统 职工
限制150内