c语言课程设计、运动会计分系统

时间:2013-01-28 07:25:39
【文件属性】:

文件名称:c语言课程设计、运动会计分系统

文件大小:872B

文件格式:RAR

更新时间:2013-01-28 07:25:39

C语言、课程设计、选手现场比赛统分

C语言、课程设计、选手现场比赛统分系统 #include #include #define athlete 40 #define judge 20 void countathletescore (int sh[],float sf[],int n,float f[],int m); void sort (int h[],float f[],int n); void print (int h[],float f[],int n); void countjudgescore (int ph[],float pf[],int m,float sf[],float f[],int n); main () { int j,m,n; int sh[athlete]; int ph[judge]; float sf[athlete]; float pf[judge]; float f[athlete][judge]; printf("how many athletes?"); scanf("%d",&n); printf("how many judges?"); scanf("%d",&m);


【文件预览】:
DAJIANGS.C

网友评论