学生信息管理系统C 语言程序代码.docVIP

学生信息管理系统C 语言程序代码.doc

  1. 1、本文档共14页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  5. 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  6. 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  7. 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  8. 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
#include iostream.h #include iomanip.h #include fstream #include vector #include malloc.h #include stdlib.h #include string #include process.h #include stdio.h #define LEN sizeof(struct student) using namespace std; int n=0; //定义一个全局变量统计学生人数 struct student//定义一个学生信息的结构体 { char name[20]; //用来存放姓名的 char sex[20]; //用来存放性别的 char yuanxi[20];//用来存放院系的 long int id; //用来存放学号的 int score[4]; //用来存放分数的 int total; //用来存放总分数的 struct student *next; }; vector student stu; class Information { public: Information() ; //构造函数. ~Information() ; //析构函数. student *creat();//建立链表函数。 void output(student *head); int count(student *head);//定义函数count()统计考生总数 student *insert(student*head);//指针函数*insert()用来添加考生信息. student *cancel(student *head,long int num);//指针函数*cancel()用来删除考生信息. student *find(student *head,long int num); //指针函数*find()用来查找考生信息. void inorder(student *head);//定义inorder()函数将考生的总分从大到小排列并输出 void average( student *head);//求学生成绩的平均分的函数 void save(student *head);//保存函数 student *Read();//读取函数 private: student *p1,*p2,*p3,*head,st; }; Information::Information() //构造函数 { cout ******************************************************************************\n; cout ------------------------欢迎您使用学生信息管理系统------------------------\n; cout ******************************************************************************\n\n; } Information::~Information() //构造函数 { cout ******************************************************************************\n; cout ------------------------谢谢您使用学生信息管理系统------------------------\n; cout ******************************************************************************\n; } student *Information::creat(void) //定义一个指向struct student的结构体指针函数*creat()用来增加学生信息. { char ch[20];n=0; //用来存放姓名的 p1=p2=(student *)malloc(LEN);//调用malloc()函数用来开辟一个新的存储单元 cout -------------请建立学生考试信息表,在姓名处输入 ! 结束输入。--------------endl; cout姓名:; cinch; head=NULL; //给指针head赋初值 while (strcmp(ch,!)!=0) //调用字符比较函数st

文档评论(0)

全网精品课件 + 关注
实名认证
文档贡献者

专业

1亿VIP精品文档

相关文档