代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/121515/14755023
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/121515/14755029
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
www.eeworm.com/read/121515/14755037
cpp accum4.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/121515/14755057
cpp accum3.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/118280/14878659
cpp 6-4.cpp
#include
# define N 10
float average(float *p,int i)
{
float sum=0.0,aver;
for(i=0;i
www.eeworm.com/read/117953/14893430
java enterprice.java
//Copyright (c) 1998, Arthur Gittleman
//This example is provided WITHOUT ANY WARRANTY either expressed or implied.
/* Converts the price the user enters in the text field to a
* double and add
www.eeworm.com/read/117953/14893626
java studentscore.java
//Copyright (c) 1998, Arthur Gittleman
//This example is provided WITHOUT ANY WARRANTY either expressed or implied.
/* Uses an array of arrays.
* Computes the average score of
* each student.
www.eeworm.com/read/217469/14961208
lst 5-2.lst
C51 COMPILER V7.50 5_2 06/16/2006 14:37:18 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE 5_2
OBJECT MODULE PLACED IN 5-2
www.eeworm.com/read/217469/14961217
c 5-2.c
#include "stdio.h"
struct student
{char name[8];
int score[3];
float avr;
}stu[2];
void main()
{
int xdata i, j, max, maxi, sum;
float average;
for(i=0; i
www.eeworm.com/read/116477/14968905
cpp 6-4.cpp
#include
# define N 10
float average(float *p,int i)
{
float sum=0.0,aver;
for(i=0;i