C語言編寫設計簡單的學生成績管理程式急求大神幫忙

時間 2021-08-30 10:38:35

1樓:

看到前面已經有兩位朋友給你發了程式**

不知道是不是你需要的

估計不是 他們的程式都是以前寫好的 不是原創 要完全滿足要求-------難!

如果需要原創 樓主可以 look 一下我name,and jia me

我原創一個

2樓:匿名使用者

樓主加油,先自己寫;有不明白的可以參考譚浩強的

3樓:匿名使用者

我直接給你個  希望採納

c語言編寫一個簡單的學生成績管理系統

4樓:

c語言程式:

#include

#include

typedef struct studentstudent;

/* 返回輸入資料 */

student input();

/* 輸出所有輸入的資料 */

void output(student info, int cnt);

/* 將輸入分數轉換為a-f */

char grade(int score);

int main()

if(select == 1) /* 新增 */else if(select == 2) /* 刪除 */else

else}}

return 0;

}/* 返回輸入資料 */

student input()

/* 輸出所有輸入的資料 */

void output(student info, int cnt)/* 將輸入分數轉換為a-f */

char grade(int score)執行測試:

c語言實現設計一個學生成績管理系統課程

5樓:卿夏旭

參考**如下,不過還是建議自己寫一寫比較好:

#include

#include

#include

struct student //結構體

s[50];

void head() //介面

void daoru(struct student s, int* n) //檔案匯入函式

else

}fclose(p);

}void daochu(struct student s, int n)

else

if (s[i].math>max[1])

if (s[i].math>max[2])

if (s[i].math>max[3])

}for (i=0; i

if (s[i].math==max[1])

if (s[i].math==max[2])

if (s[i].math==max[3])

}printf("\n最高分資訊:\n");

printf("數學最高分為:%.1lf, 人數為:%d人\n", max[0], counter[0]);

printf("英語最高分為:%.1lf, 人數為:%d人\n", max[1], counter[1]);

printf("語文最高分為:%.1lf, 人數為:%d人\n", max[2], counter[2]);

printf("程式最高分為:%.1lf, 人數為:%d人\n", max[3], counter[3]);

}void min(struct student s, int n) //統計單科最低分人數

;double min[4]=;

for (i=0; i

if (s[i].math

if (s[i].math

if (s[i].math

}for (i=0; i

if (s[i].math==min[1])

if (s[i].math==min[2])

if (s[i].math==min[3])

}printf("\n最低分資訊:\n");

printf("數學最低分為:%.1lf, 人數為:%d人\n", min[0], counter[0]);

printf("英語最低分為:%.1lf, 人數為:%d人\n", min[1], counter[1]);

printf("語文最低分為:%.1lf, 人數為:%d人\n", min[2], counter[2]);

printf("程式最低分為:%.1lf, 人數為:%d人\n", min[3], counter[3]);

}void tongji(struct student s, int n) //統計函式

int main() //主函式

system("pause");

system("cls");

}return 0;}

急求!!學生成績管理系統 功能:用c語言編寫一個簡單的學生資訊管理程式,能實現對學生資訊的簡單管理。

求c語言編寫學生成績管理系統,求 c 語言編寫乙個學生成績管理系統

include stdio.h include string.h include malloc.h include conio.h include stdlib.h define n 3 typedef struct studentstudent char menu void input stude...

C語言學生成績管理系統急,C語言學生成績管理系統 急

鍊表。這個在譚老先生的書裡有。青鳥s1必經專案。搞得我頭都暈了。最後還是和你一樣。網上找。這種題網上問的人很多,比如用鍊表,或者用檔案的,有人回答了我就不用再回答啦!c語言學生成績管理系統 急!i while i maxtag i writedata if i 1 else printf 是否要繼續...

關於C編寫簡單的學生成績管理系統 通過本系統能實現

include include using namespace std const int n 5 class student student student student student char name,char numble,char float a,float b,float c stu...