代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/172493/9705472
cpp average.cpp
#include
#include
using namespace std;
/**
Computes the average of a vector of floating-point values.
@param v a vector of floating-point values
@return the ave
www.eeworm.com/read/366885/9794427
c average.c
double average(double *vec,int dim)
{
int i;
double aver;
aver=0.0;
for (i=0;i
www.eeworm.com/read/415613/11061506
exe average.exe
www.eeworm.com/read/266535/11220438
sol average.sol
1: 4:49 min/km
2: 4:58 min/km
3: 5:50 min/km
4: 4:14 min/km
5: 5:03 min/km
6: 4:14 min/km
7: 5:58 min/km
8: 5:23 min/km
9: 4:54 min/km
10: 4:57 min/km
11: 5:14 min/km
12: 5:02 min
www.eeworm.com/read/266535/11220447
c average.c
// Problem Average is not Fast Enough!
// Algorithm Straight-Forward
// Runtime O(n)
// Author Marc Meister
// Date 08.06.2001
#include
#include
#define A(x) (x-'0')
www.eeworm.com/read/335217/12544983
c average.c
double average(double *vec,int dim)
{
int i;
double aver;
aver=0.0;
for (i=0;i
www.eeworm.com/read/334831/12571205
txt average.txt
0.194444
0.583333
0.084746
0.041667
0.166667
0.458333
0.3
0.3
0.3
0.3
0.3
0.3
0.194444
0.583333
0.084746
0.041667
0.166667
0.458333
0.3
0.3
0.3
0.3
0.3
0.3
0.194444
0.
www.eeworm.com/read/146790/12611718
java average.java
// 随机产生0~100之间的五个数,并求出它们的平均数。
public class Average
{
public static void main(String args[])
{
int intNumber[];
intNumber=new int[5];
for(int i=0;i
www.eeworm.com/read/146790/12611745
class average.class
www.eeworm.com/read/238296/13897331
c average.c
/*************************************************************************/
/* */
/* Average results for training and test sets */
/* ------------------------------------------ */
/