structstudents{charsid[100];charname[100];floatscore[3];}student;voidmain">
C語言課后題答案(北郵出版社).doc

C語言課后題答案(北郵出版社).doc

ID:51253750

大?。?7.50 KB

頁數(shù):11頁

時間:2020-03-20

C語言課后題答案(北郵出版社).doc_第1頁
C語言課后題答案(北郵出版社).doc_第2頁
C語言課后題答案(北郵出版社).doc_第3頁
C語言課后題答案(北郵出版社).doc_第4頁
C語言課后題答案(北郵出版社).doc_第5頁
資源描述:

《C語言課后題答案(北郵出版社).doc》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在教育資源-天天文庫。

1、1、li45300.0chang30200.0chang2、#includestructstudents{charsid[100];charname[100];floatscore[3];}student;voidmain(){inti;floatj;printf("Pleaseinputsid:");scanf("%s",student.sid);printf("Pleaseinputname:");scanf("%s",student.name);printf("Pleaseinput3score:(like1,1,1)");/*輸入逗號隔開*/sc

2、anf("%f,%f,%f",&student.score[0],&student.score[1],&student.score[2]);printf("sid=%s",student.sid);printf("name=%s",student.name);j=(student.score[0]+student.score[1]+student.score[2])/3.0;printf("average=%.2f",j);getch();}3、#include#include#defineFsizeof(student)#defin

3、eNULL0typedefstructscores{intenglish;intmath;intc_language;intall;}TP;typedefstructstudents{charsid[15];charname[15];TPscore;structstudents*next;}student;student*input(){student*head,*p1,*p2;intn=0;charch;clrscr();head=(student*)malloc(F);head->next=NULL;do{n++;printf("Pleaseinput%dstudentm

4、essage:",n);printf("t%dstudentsid:",n);p1=(student*)malloc(F);p1->next=NULL;scanf("%s",p1->sid);printf("t%dstudentname:",n);scanf("%s",p1->name);printf("t%dstudentscores(englesh,math,c_language):",n);scanf("%d,%d,%d",&p1->score.english,&p1->score.math,&p1->score.c_language);p1->score

5、.all=p1->score.english+p1->score.math+p1->score.c_language;if(n==1){head->next=p1;p2=p1;}else{p2->next=p1;p2=p1;}printf("tttContinueorback(pressy/n):");ch=getch();}while(ch=='y'

6、

7、ch=='Y');returnhead;}voidaverage1(student*head){student*p;intj;clrscr();p=head->next;while(p){j=p->score.all/

8、3;printf("name:%staverage:%d",p->name,j);p=p->next;}printf("Pressenykeyreturn.");getch();}voidaverage2(student*head){student*p;intn=0,temp1=0,temp2=0,temp3=0;p=head->next;while(p){temp1+=p->score.english;temp2+=p->score.math;temp3+=p->score.c_language;p=p->next;n++;}printf("avera

9、geenglishis:%daveragemathis:%daveragec_languageis:%dt",temp1/n,temp2/n,temp3/n);}student*sort(student*head){student*head1,*p,*q,*r;inttemp1=0,temp2=0,temp3=0,temp4;chars[15],n[15];head1=head;for(p=head1->next;p->next!=NULL;p=

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動畫的文件,查看預(yù)覽時可能會顯示錯亂或異常,文件下載后無此問題,請放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫負責(zé)整理代發(fā)布。如果您對本文檔版權(quán)有爭議請及時聯(lián)系客服。
3. 下載前請仔細閱讀文檔內(nèi)容,確認(rèn)文檔內(nèi)容符合您的需求后進行下載,若出現(xiàn)內(nèi)容與標(biāo)題不符可向本站投訴處理。
4. 下載文檔時可能由于網(wǎng)絡(luò)波動等原因無法下載或下載錯誤,付費完成后未能成功下載的用戶請聯(lián)系客服處理。