下载此文档

大一大数据结构c语言课程设计.doc


文档分类:IT计算机 | 页数:约9页 举报非法文档有奖
1/9
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/9 下载此文档
文档列表 文档介绍
XI`ANTECHNOLOGICALUNIVERSITY课程设计报告课程名称:C语言程序设计专业:班级:姓名:学号:指导教师:成绩:2017年1月5日题目:学生成绩管理系统思路:先建立一个链表然后以链表为基础进行各种操作,设计学生成绩管理系统,通过主页显示,根据自己需求按主页中所显示步骤输入,删除,查找,插入,修改,统计学生信息。算法:核心算法为链表的生成,插入,查找,排序算法。函数模块介绍:voidxuanze();//选择功能voidshuchu(structstudent*h);//输出voidtianjia(structstudent*h);//添加voidshanchu(structstudent*h);//删除voidchaxun(structstudent*h);//查询voidgenggai(structstudent*h);//更改主voidgxuehao(structstudent*p);//改学号voidgname(structstudent*p);//改voidggaoshu(structstudent*p);//改高数成绩voidgyingyu(structstudent*p);//改英语成绩voidgc(structstudent*p);//改c语言成绩voidtongji();//统计主voidmax_average(structstudent*h);//统计平均分最高voidmax_gaoshu(structstudent*h);//统计高数最高voidmax_yingyu(structstudent*h);//统计英语最高voidmax_c(structstudent*h);//统计c语言最高voidbujige_average(structstudent*h);//统计平均分不及格学生信息voidbujige_gaoshu(structstudent*h);//统计高数不及格学生信息voidbujige_yingyu(structstudent*h);//统计英语不及格学生信息voidbujige_c(structstudent*h);//同意c语言不及格学生信息structstudent*creat(intn);//创建链表voidorder_two(structstudent*p,structstudent*q);//调换位置voidorder(structstudent*h);//排序源程序#include""#include""#include""#include<>#defineN30#defineM3typedefstructstudent{charnumber[10];charname[20];floatscore[M];floataver;floattotal;}STU;STUstu[N];intn;voidinputscore(void);voidsavescore(void);voidavergescore(void);voidtotal(void);voidlookscore(void);voidsearchscore(void);voidstatistic(void);voidadd(void);voidmodify(void);v

大一大数据结构c语言课程设计 来自淘豆网m.daumloan.com转载请标明出处.

非法内容举报中心
文档信息
  • 页数9
  • 收藏数0 收藏
  • 顶次数0
  • 上传人beny00001
  • 文件大小2.83 MB
  • 时间2020-06-25
最近更新