电脑桌面
添加小米粒文库到电脑桌面
安装后可以在桌面快捷访问

学生信息管理系统(C语言基于链表文件)

学生信息管理系统(C语言基于链表文件)_第1页
1/12
学生信息管理系统(C语言基于链表文件)_第2页
2/12
学生信息管理系统(C语言基于链表文件)_第3页
3/12
#include〈stdio.h>#include#define LEN sizeof(struct student)#define DAT_FILENAME ”Information。txt”/**********************定义数据结构********************/struct date{int year;int month;int day;};struct student{int ID;char Name[8];int age;char xb;char telephone[15];char address[40];struct date birthday;char email[40];struct student *next;};/*************************函数原型*********************/void DispMainMenu();void DisplayInformation(struct student *head);struct student *FindstudentID(struct student *head,int findID);struct student *FindstudentName(struct student *head,char findname[]);struct student *InformationInput(struct student *head);void QueryInformation(struct student *head);struct student *EditInformation(struct student *head);struct student *Insert(struct student *head,struct student *p);void Save(struct student *head);struct student *Read(struct student *head);struct student *Delete(struct student *head,int findID);struct student *Add(struct student *head);void Help();/************************显示主菜单***************************/void DispMainMenu(){printf("*********************************学生信息管理系统******************************\n”);printf(”\n”);printf(”\t\t\t\t1-—信息录入\n");printf("\n");printf("\t\t\t\t2-—信息修改\n");printf(”\n”);printf("\t\t\t\t3-—信息查询\n”);printf(”\n”);printf(”\t\t\t\t4—-保存数据到文件\n");printf(”\n”);printf(”\t\t\t\t5-—打开数据文件\n”);printf("\n”);printf("\t\t\t\t6—-文件追加\n”);printf("\n");printf(”\t\t\t\t7-—帮助\n”);printf(”\n”);printf(”\t\t\t\t0--退出\n”);printf(”\n");printf(”友情提示:初次使用请先阅读帮助\...

1、当您付费下载文档后,您只拥有了使用权限,并不意味着购买了版权,文档只能用于自身使用,不得用于其他商业用途(如 [转卖]进行直接盈利或[编辑后售卖]进行间接盈利)。
2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。
3、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。

碎片内容

学生信息管理系统(C语言基于链表文件)

确认删除?
VIP
微信客服
  • 扫码咨询
会员Q群
  • 会员专属群点击这里加入QQ群
客服邮箱
回到顶部