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

2021-08-26 08:23:01 字數 2568 閱讀 5222

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語言程式 12 3456 78910 1112 1314 1516 1718 1920 2122 2324 2526 2728 2930 3132 3334 3536 3738 3940 4142 4344 4546 4748 4950 5152 5354 5556 5758 5960 6162 ...

程式設計C語言輸入n個學生成績,計算他們的平均值並輸出所有高於平均的學生成績。求解

思路 定義一個陣列用於儲存n個學生的成績,輸入他們的成績的時候統計總分,並計算出他們的平均分,在來一個迴圈,讓n個學生的成績分別和平均分進行比較,滿足大於平均分則輸出 c語言實現 include define max 100 int main return 0 迴圈加 if 就行了啊 c語言程式設計...

VS2019用C語言編寫,生成的 exe檔案在另一臺電腦上正常執行時需要系統最低配置

需要看你開發的程式 程式處理功能多自然已經要求大,net framework也和你是否呼叫的framework的函式相關,並且在編譯的時候在工程設定裡面有個引數可以配置 輸出個hello word 且framework版本弄到1.1,自然在什麼電腦 能正常使用的 上面都可以執行。visual std...