管理系统C源程序.docVIP

  • 33
  • 0
  • 约9.55万字
  • 约 12页
  • 2017-02-15 发布于河南
  • 举报
管理系统C源程序

#include stdio.h #include malloc.h #include stdlib.h #include string.h # define max 10 struct salary_Info { int card_no; //工资卡号 char name[20]; //姓名 int month; //月份 int init_salary; //应发工资 int water_rate; //水费 int electric_rate; //电费 int tax; //税金 int final_salary; //实发工资 }si[max]; //SI[MAX]中每个数组元素对应一个职工工资信息 int main() { void menu(); void Wrong(); void select(); void input(); void inquire();

文档评论(0)

1亿VIP精品文档

相关文档