代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/200523/5064739
py average.py
#!/usr/bin/python
import os,pprint,re
import Gnuplot
files = [[x.split('-'),[]] for x in os.listdir('output') if x.find('log')==0 and x.find('err')!=-1]
#log-parameters-a0.45-r14-v0.3-n10-p2false-f
www.eeworm.com/read/192230/5159521
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/192230/5159802
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/189320/5200623
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, sizeof (buf),
www.eeworm.com/read/314311/3636632
c average.c
double average(double *vec,int dim)
{
int i;
double aver;
aver=0.0;
for (i=0;i
www.eeworm.com/read/306563/3736747
c average.c
double average(double *vec,int dim)
{
int i;
double aver;
aver=0.0;
for (i=0;i
www.eeworm.com/read/305303/3774728
java average.java
// Copyright (c) 2002 Per M.A. Bothner.
// This is free software; for terms and warranty disclaimer see ./COPYING.
package gnu.xquery.util;
import gnu.mapping.*;
import gnu.lists.*;
import gnu.math
www.eeworm.com/read/289075/3995993
cc average.cc
/**************************************************************************
*
* average.cc
*
*
* This file is licensed under the GNU GPL.
*
* (C) 2005, Klaus S. Madsen
*
*/
www.eeworm.com/read/286193/4041502
cpp average.cpp
// Exercise 3.16: Average.cpp
// Application that finds the average of three integers.
#include // required to perform C++ stream I/O
using namespace std; // for accessing C++ Standard
www.eeworm.com/read/275683/4172721
java average.java
/**
* Copyright (c) 2005, www.pdfbox.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi