代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/301113/13865931

p average.p

www.eeworm.com/read/151232/5685134

c average.c

double average(double *vec,int dim) { int i; double aver; aver=0.0; for (i=0;i
www.eeworm.com/read/149876/5696325

c average.c

/* This is a sample program for the HP WDB debugger. */ #include #include #ifdef PROTOTYPES extern int sum(int *, int, int); #else extern int sum(); #endif #define num 10 st
www.eeworm.com/read/149876/5696636

c average.c

/* This is a sample program for the HP WDB debugger. */ #include #include #ifdef PROTOTYPES extern int sum(int *, int, int); #else extern int sum(); #endif #define num 10 st
www.eeworm.com/read/148694/5711762

c average.c

/* This is a sample program for the HP WDB debugger. */ #include #include #ifdef PROTOTYPES extern int sum(int *, int, int); #else extern int sum(); #endif #define num 10 st
www.eeworm.com/read/148694/5712070

c average.c

/* This is a sample program for the HP WDB debugger. */ #include #include #ifdef PROTOTYPES extern int sum(int *, int, int); #else extern int sum(); #endif #define num 10 st
www.eeworm.com/read/147476/5728993

c average.c

double average(double *vec,int dim) { int i; double aver; aver=0.0; for (i=0;i
www.eeworm.com/read/136989/5828257

cpp average.cpp

// average.cpp,v 1.1 2003/08/25 07:41:14 kobica Exp #include "ace/OS.h" int main (void) { double sum = 0; double count = 0; int input; char buf[BUFSIZ]; while (::fgets (buf, siz
www.eeworm.com/read/119340/6089793

java average.java

/* * Created on june 12th, 2003 * */ package org.gudy.azureus2.core3.util; /** * * This class is used to compute average (mostly for speed transfer). * * @author Olivier * */
www.eeworm.com/read/117181/6110637

c average.c

/* This is a sample program for the HP WDB debugger. */ #include #include #ifdef PROTOTYPES extern int sum(int *, int, int); #else extern int sum(); #endif #define num 10 st