好文档 - 专业文书写作范文服务资料分享网站

c语言大作业——学生成绩管理系统v5.0之欧阳科创编

天下 分享 时间: 加入收藏 我要投稿 点赞

欧阳科创编 2021.02.05

//成绩管理系统v1.0

时间:2021.02.05 创作:欧阳科 #include #include #include #define N 30 #define M 6

typedef struct student {

long studentID;

char studentName[10]; int score[M]; }STU;

void Input (STU stu[],int n,int m); void Totalave (STU stu[],int n,int m);

void evestuTotalave (STU stu[],int n,int m);

欧阳科创编 2021.02.05

欧阳科创编 2021.02.05

void Scoredes (STU stu[],int n,int m); void Scoreas (STU stu[],int n,int m); void Numas (STU stu[],int n,int m); void Dicas (STU stu[],int n,int m);

void Searchbynum (STU stu[],int n,int x,int m);

void Searchbymane(STU stu[],int n,char name[],int m); void statistis (STU stu[],int n,int m); void List (STU stu[],int n,int m); int main() {

int n,c,x,m; char name[10]; STU stu[N];

printf(\输入学生人数\ scanf(\

printf(\输入考试科目\ scanf(\

欧阳科创编 2021.02.05

欧阳科创编 2021.02.05

printf(\

printf(\totel and average score of every course\\n\

printf(\totel and average score of every student\\n\

printf(\student\\n\

printf(\in ascending order by total score of every student\\n\

printf(\ printf(\ printf(\ printf(\

printf(\ printf(\ printf(\

printf(\ printf(\

欧阳科创编 2021.02.05

c语言大作业——学生成绩管理系统v5.0之欧阳科创编

欧阳科创编2021.02.05//成绩管理系统v1.0时间:2021.02.05创作:欧阳科#include#include#include#de
推荐度:
点击下载文档文档为doc格式
7yb5e5es8y4g4gh0kzl91od1e2lmz900xyl
领取福利

微信扫码领取福利

微信扫码分享