代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/242657/4549950

cpp average.cpp

// $Id: average.cpp 78674 2007-06-30 05:15:07Z sowayaa $ #include "ace/OS.h" int main (void) { double sum = 0; double count = 0; int input; char buf[BUFSIZ]; while (ACE_OS::fgets (buf, siz
www.eeworm.com/read/238752/4611086

java average.java

/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyrig
www.eeworm.com/read/228404/4764778

c average.c

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

java average.java

// Exercise 5.16: Average.java // Application that finds the average of three integers. import java.awt.*; import java.awt.event.*; import javax.swing.*; public class Average extends JFrame {
www.eeworm.com/read/221447/4832509

c average.c

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

java average.java

/* * Created on Oct 08, 2004 * Created by Alon Rohter * Copyright (C) 2004, 2005, 2006 Aelitis, All Rights Reserved. * * This program is free software; you can redistribute it and/or * mod
www.eeworm.com/read/221055/4836462

java average.java

/* * Created on june 12th, 2003 * Copyright (C) 2003, 2004, 2005, 2006 Aelitis, All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the t
www.eeworm.com/read/216676/4888829

hpp average.hpp

//===========================================================================// // File: average.hpp // //---------------------------------------
www.eeworm.com/read/213039/4933043

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/212736/4934553

c average.c

/*************************************************************************/ /* */ /* Average results for training and test