C語言課程設計報告 題目 學生成績管理系統

2021-05-02 07:14:56 字數 2703 閱讀 5691

1樓:付坤明

#include

#include

#include

#define n 35

char name;

int inth;

struct date

;struct student

;int menu()

/* 建立學生資訊陣列 */

void readsi(struct student stud,int *n)

for(i=0;!feof(fp);i++)

fscanf(fp,"%s %s %s %d %d %d %d %d %d",stud[i].no,stud[i].name,stud[i].

score[2]);

// fscanf從乙個流中執行格式化輸入

stud[i].score[3]=stud[i].score[0]+stud[i].score[1]+stud[i].score[2];

}fclose(fp);

}/* 顯示學生資訊 */

void printsi(struct student *pstud,int n)

}/* 顯示學生資訊表*/

void printtable(struct student *pstud,int n)

}/* 按學號查學生資訊和平均分數(順序查詢)*/

void ssrch_no(struct student *pstud,int n)

if(j==6)

printf("未找到學號為%-8s的學生\n",no);

}/* 按姓名查詢的學生資訊和平均分數(折半查詢)*/

void bsrch_name(struct student *pname,int n)

i=bsrch(pname,n,name);

for(;;)

}int bsrch(struct student *pname,int n,char *name)

return -1;

}/* 按姓名遞增氣泡排序(應用指標陣列) */

void bsort(struct student *pname,int n)

}/* 按總分名次查詢的學生資訊和平均分數 */

void printf_ptscore(struct student *ptscore,int n,int inth)

else

printf("已找到總分名次為%5d的學生\n學號:%-8s\n姓名:%-8s\n性別:

%-2s\n%4d年%2d月%2d日\n數學:%4d\n英語:%4d\nc:

%4d\n總分%5d\n平均分數為:%4d",inth+1,ptscore[inth]->no,ptscore[inth]->name,ptscore[inth]->***,ptscore[inth]->birthday.year,ptscore[inth]->birthday.

month,ptscore[inth]->birthday.day,ptscore[inth]->score[0],ptscore[inth]->score[1],ptscore[inth]->score[2],ptscore[inth]->score[3],ptscore[inth]->score[3]/3);

}/*顯示姓名排序後的學生資訊*/

void printsi_p1(struct student *parray,int n)

}/* 顯示按總分排序後的學生資訊 */

void printsi_p2(struct student *ptscore,int n)

}#include

#include

#include

#define n 35

void main()}}

2樓:

我是應該說這個題目經典呢,還是說學校真的一點創新思維都沒有啊!

3樓:求知

經典!!!!!!

沒分沒動力啊!~

c語言課程設計(學生成績管理系統) 急求參考 (不要網上那些下的,別人都可以下到的!)

c語言課程設計題目 學生成績管理系統設計 5

4樓:匿名使用者

附件:(程式**)

#include

#include//輸入輸出檔案

#include

#include//輸出格式控制

using namespace std;

char press;int choose;int n;

class student

;student stud[100];

//----------------讀取資料------------------

void read()

cout<<"輸入成功,學生資料是否儲存?(y/n)"<>press;

switch(press)

}//----------------刪除資料------------------

void sc()

//----i].

求助 c語言課程設計,追加40分

你把 貼上來,我給你看看。c語言課程設計 急急急 100懸賞 還有追加 為什麼題目要用英文?我程式設計好,可是我英文差。c語言高手請進!100分跪求一篇課程設計!急急急!可追加分!做個標記,我加你qq了 發到你郵箱去了 c語言高手請進!跪求一篇課程設計!急急急!可追加分!拿兩份走人。ps 蘭州想一下...

C語言答辯問題,c語言課程設計答辯會問些什麼問題?

include 包含時間函式庫,因為程式中要用系統時間time生成隨機數。第二,你要做的是乙個四則運算的題目,num1,num2是用來儲存參加運算的兩個數的。menu用來儲存運算的型別,result儲存運算的結果 一 時間標頭檔案 包含對時間的操作函式,就像stdio.h一樣 2 取隨機數的操作語句...

c語言編寫學生成績處理,c語言如何編寫乙個輸出學生成績等級的程式?

我有現成的程式,你可以拿財富值來換 是控制台應用程式的嗎 可以免費 c語言如何編寫乙個輸出學生成績等級的程式?1 使用者對系統資料的輸入。2 系統計算所對應的每門課程的總分和平均分。3 對於相對應學生的資料處理。4 排序功能。a.總分高到低以及總分從低到高 b.學號由大到小 c.姓名字典順序 5.查...