云题海 - 专业文章范例文档资料分享平台

当前位置:首页 > C语言写的学生成绩管理系统(链表)

C语言写的学生成绩管理系统(链表)

  • 62 次阅读
  • 3 次下载
  • 2025/12/10 2:47:57

#include<> #include<> #include<>

struct stud{ };

struct studcode{ };

void menu();

void input(struct studcode **); void output(struct studcode *); void binsearch(struct studcode *); void insert(struct studcode **); void delet(struct studcode **); void good(struct studcode *);

struct stud student; struct studcode *next; long num; char name[20]; float sx; float dx; float ts; float dl; float cx; float zf; float pj;

void fail(struct studcode *); void sort(struct studcode *); void back();

void main() {

char choose; int flag=1;

struct studcode *head; head=NULL;

printf(\请先录入学生成绩信息\\n\

printf(\输入学生学号 姓名 高数、英语读写、英语听说、计算机导论和程序设计的成

绩\\n\

while (flag)

{

system(\

menu(); printf(\请选择:\ getchar(); choose=getchar();

input(&head);

switch(choose) {

case '1':

output(head);

back(); break;

case '2':

binsearch(head); back(); break;

case '3':

insert(&head); output(head); back(); break;

case '4':

delet(&head); output(head); back(); break;

case '5':

good(head); back(); break;

case '6':

fail(head); back(); break;

case '7':

sort(head); output(head);

back(); break;

case '0': }

void menu() {

printf(\学生成绩统计与分析系统\\n\ printf(\菜 单\\n\\n\ printf(\显示所有学生的信息\\n\ }

flag=0;

printf(\

printf(\感谢使用,欢迎再次登录,拜拜!####\\n\ break;

default: printf(\(选择错误,请重选 )\\n\ }

back();

printf(\查找某学号的学生信息\\n\

printf(\插入某学生的信息 \\n\ printf(\删除某学号学生的信息\\n\

printf(\统计各门课程成绩在90分以上学生所占百分比\\n\ printf(\统计各门课程成绩在60分以下学生所占百分比 \\n\ printf(\按总分降序排序,依高低排出名次 \\n\ printf(\退出 \\n\\n\

搜索更多关于: C语言写的学生成绩管理系统(链表) 的文档
  • 收藏
  • 违规举报
  • 版权认领
下载文档10.00 元 加入VIP免费下载
推荐下载
本文作者:...

共分享92篇相关文档

文档简介:

#include #include #include struct stud{ }; struct studcode{ }; void menu(); void input(struct studcode **); void output(struct studcode *); void binsearch(struct studcode *); void insert(struct studcode **); void delet(struct studcode **); void good(struct studcode *); struct stud student; struct studcode *next; long num; char name[20]; floa

× 游客快捷下载通道(下载后可以自由复制和排版)
单篇付费下载
限时特价:10 元/份 原价:20元
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信:fanwen365 QQ:370150219
Copyright © 云题海 All Rights Reserved. 苏ICP备16052595号-3 网站地图 客服QQ:370150219 邮箱:370150219@qq.com