代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/153634/5645930

12 msql.times-2.0.12

mSQL Killer Test. Test machine = FreeBSD stag.Hughes.com.au 2.2.8-RELEASE FreeBSD 2.2.8-RELEASE #0: Thu Jan 25 12:07:20 EST 2001 root@stag:/usr/src/sys/compile/BUCK i386 mSQL server version
www.eeworm.com/read/475955/6770981

c math.c

#include void main () { int seconds_in_an_hour; float average; seconds_in_an_hour = 60 * 60; average = (5 + 10 + 15 + 20) / 4; printf("The number of secon
www.eeworm.com/read/475959/6771378

cpp 5_6.cpp

#include using namespace std; int Average(int i) { static int sum = 0, count = 0; //声明静态局部变量,具有全局寿命,局部可见 sum = sum + i; count++; return sum / count; } int main() { int num
www.eeworm.com/read/475389/6779259

c anothertestapp.c

// Description: Driver program that makes use of the average library function // to compute the average value of a set of integer data values #include int main() { int tes
www.eeworm.com/read/475389/6779448

c anothertestapp.c

// Description: Driver program that makes use of the average library function // to compute the average value of a set of integer data values #include int main() { int test_
www.eeworm.com/read/174065/6783439

c ch11_4.c

/*CH11_4*/ /*计算学生的平均成绩和不及格的人数*/ #include"stdio.h" struct stu { int num; char *name; char sex; float score; }boy[5]={ {101,"Li ping",'M',45}, {102,"
www.eeworm.com/read/174065/6783604

c ch20-4.c

#define N 5 void main() { int a[N]; int i,sum=0; float aver; printf("\nInput 5 numbers:"); for (i=0; i
www.eeworm.com/read/174065/6783675

c ch23-2.c

#include "stdio.h" struct stu { int num; char *name; char sex; float score; }boy[5]={ {101,"Li ping",'M',45}, {102,"Zhang ping",'M',62.5},
www.eeworm.com/read/473545/6846074

java ave.java

package cal; import java.util.*; import java.math.*; public class Ave { //计算平均数 public static double average(double[] shu){ double ave=0; for(int i=0;i
www.eeworm.com/read/473276/6850525

sta templingtime.sta

ROM used: 257 (3%) 257 (3%) including unused fragments 0 Average locations per line 1 Average locations per statement RAM used: 23 (13%) at main() level