代码搜索:average

找到约 5,196 项符合「average」的源代码

代码结果 5,196
www.eeworm.com/read/275035/10838421

c query.c

/* 学生成绩查询系统 */ # include # include void main( ) { int select; int i, j; int score[5][7]; int average = 0; int sum = 0; do{ printf("本程序有4项功能:\n"); printf
www.eeworm.com/read/274170/10886337

c query.c

/* 学生成绩查询系统 */ # include # include void main( ) { int select; int i, j; int score[5][7]; int average = 0; int sum = 0; do{ printf("本程序有4项功能:\n"); printf
www.eeworm.com/read/273409/10917021

cpp xt7-5.cpp

#include #include using namespace std; const int n=10; struct student { char num[6]; char name[8]; int score[4]; float avr; } stu[n]; int main() { int i,j,max,m
www.eeworm.com/read/273409/10917113

cpp xt6-15.cpp

#include using namespace std; int main() {void avsco(float *,float *); void avcour1(char (*)[10],float *); void fali2(char course[5][10],int num[],float *pscore,float aver[4]); voi
www.eeworm.com/read/272454/10957091

c 6.c

# define N 5 main( ) { int x , num[N+1] ; float st[N+1] , ave , sum=0; for (x=1 ; x
www.eeworm.com/read/271326/11000266

m demo.m

function demo(K) %DEMO(K) demonstrate effect of the compression/decompression function. %K the size of the subimage. % example demo(10). img = imread('lena.jpg'); [img, average, vector] = compres
www.eeworm.com/read/270992/11013593

m onedwalk.m

%spider.m/created by PJNahin for "Dueling Idiots"(1/10/99) %This m-file simulates the one-dimensional, symmetrical walk %with an absorbing barrier at x = 3. % rand('state',100*sum(clock)) %
www.eeworm.com/read/416453/11024713

c 2-9.c

#include"stdio.h" main() { float T[4][7],sum,avg; int i,j; float f1,*f2; clrscr(); sum=avg=0; scanf("%f",&T[0][0]); sum=sum+T[0][0]; for(i=0;i
www.eeworm.com/read/416453/11024722

c 2-8.c

#include"stdio.h" main() { float T[4][7],sum,avg; int i,j; float f1,*f2; clrscr(); sum=avg=0; f1=1.0; f2=&f1; for(i=0;i
www.eeworm.com/read/416453/11024725

c 2-7.c

#include"stdio.h" main() { float T[4][7],sum,avg; int i,j; clrscr(); sum=avg=0; for(i=0;i