代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/116425/14969839

c al7_7.c

/*案例代码文件名:AL7_7.C*/ /*功能:数组名作为函数参数,求平均成绩*/ float aver(float a[ ]) /*定义求平均值函数,形参为一浮点型数组名*/ {int i; float av,s=a[0]; for(i=1;i
www.eeworm.com/read/217040/14981966

dem ran4.dem

PROGRAM d7r12(input,output); (* driver for routine RAN4 *) CONST npt=50; TYPE gl64array = ARRAY [1..64] OF integer; gl56array = ARRAY [1..56] OF integer; gl48array = ARRAY [1..48] O
www.eeworm.com/read/115116/15025986

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/114972/15033055

txt haxibiao.txt

#include #include #include #define L 50 /*定义哈希表长*/ #define M 47 /*定义p值*/ #define N 30 /*定义名单长*/ char z[22]; struct old{char *nam
www.eeworm.com/read/114591/15046827

c al7_7.c

/*案例代码文件名:AL7_7.C*/ /*功能:数组名作为函数参数,求平均成绩*/ float aver(float a[ ]) /*定义求平均值函数,形参为一浮点型数组名*/ {int i; float av,s=a[0]; for(i=1;i
www.eeworm.com/read/114372/15056528

cpp accum6.cpp

/* The following code example is taken from the book * "C++ Templates - The Complete Guide" * by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002 * * (C) Copyright David Vandevoorde
www.eeworm.com/read/114372/15056559

cpp accum1.cpp

/* The following code example is taken from the book * "C++ Templates - The Complete Guide" * by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002 * * (C) Copyright David Vandevoorde
www.eeworm.com/read/114372/15056582

cpp accum2.cpp

/* The following code example is taken from the book * "C++ Templates - The Complete Guide" * by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002 * * (C) Copyright David Vandevoorde
www.eeworm.com/read/114372/15056587

cpp accum9.cpp

/* The following code example is taken from the book * "C++ Templates - The Complete Guide" * by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002 * * (C) Copyright David Vandevoorde
www.eeworm.com/read/114372/15056596

cpp accum5.cpp

/* The following code example is taken from the book * "C++ Templates - The Complete Guide" * by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002 * * (C) Copyright David Vandevoorde