摘要: //本程序主要采用链表,结合文件的操作实现 #include<stdio.h> #include<dos.h> #include<conio.h> #include<stdlib.h>#include<string.h>#include<mem.h> #include<ctype.h>#include<malloc.h>typedef struct GZ { char no[11]; //编号 char name[15]; //姓名 float jbgz; //基本工资 float koukuan; 阅读全文
posted @ 2012-11-25 21:23 hqcao 阅读(358) 评论(0) 推荐(0) 编辑