全文预览

数据结构课程设计-员工信息管理系统

上传者:梦&殇 |  格式:doc  |  页数:19 |  大小:420KB

文档介绍
果如图4图4六、用户使用说明本程序实在VB.6.0环境下通过编译并执行。用户根据提示信息进行选择并操作。七、附录源程序:#include<stdio.h>#include<malloc.h>#include<stdlib.h>#include<windows.h>//清屏函数头文件#include<string.h>#include<time.h>#include<io.h>#defineLENsizeof(structemp)#defineDATA"employee.txt"structemp{?longintnum;//编号?charname[20];//姓名?intage;//年龄?charsex[4];//性别?charbirthday[10];//生日?chartel[15];?//电话?charedu[8];//学历?charpos[20];//职务?charadd[30];//住址?structemp*next;};structemp*head=NULL;intt=0;voidmenu();voidgengxin();voidtianjia();voidinsert(structemp*em);voiddisplay(structemp*p);voidliebiao();voidchaxun();voidbianhao();voidshengri();voidxingming();voidreadDate();voidwriteDate();voidfreeAll();voidshanchu();voidchange();voiddevise(structemp*p);voidmain(){?structemp*head=NULL;?head=(structemp*)malloc(LEN);?head->next=NULL;system("colorF1");

收藏

分享

举报
下载此文档