c-语言课程设计-超市员工管理系统.docVIP

  • 9
  • 0
  • 约6.77千字
  • 约 9页
  • 2019-05-31 发布于浙江
  • 举报
#include stdio.h #include stdlib.h #include windows.h //清屏函数头文件 #include string.h struct Stuff { char number[10]; //员工编号 char name[10]; //员工姓名 char sex[8]; //员工性别 char borth[10]; //员工生日 char degree[20]; //员工学历 char business[20]; //员工职务 char phone[15]; //员工电话 char place[50]; //员工住址 char con[50]; //判断关键字专用 struct Stuff *next; }; char Menu(void); //菜单显示 struct Stuff *App(struct Stuff *head); //添加 void Sort(struct Stuff *head); //排序 struct Stuff *Ser(struct S

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档