代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/426970/8989296
cpp 8-11.cpp
#include
void main()
{float average(float array[10]);
float score[10],aver;
int i;
printf("input 10 scores:\n");
for(i=0;i
www.eeworm.com/read/185696/8991290
c lt417.c
# include "stdio.h"
void main( )
{ float score[10],aver;
float average( );
int i;
char s;
printf("input 10 score:\n");
for (i=0;i
www.eeworm.com/read/283541/9010518
cpp vlargument.cpp
// 变长参数表的应用VLArgument.cpp
#include
#include
#include
double average( int, ...);
void main()
{double w=36.5,x=21.5,y=1.9,z=10.1;
cout
www.eeworm.com/read/283091/9043198
m hoffmann.m
function b = hoffmann(Ea0,Ea,Ew,walkers,T,step,maxsteps,C)
% Equilibration method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See http://www.frostconcepts.c
www.eeworm.com/read/380937/9121835
c query.c
/* 学生成绩查询系统 */
# include
# include
void main( )
{
int select;
int i, j;
int score[5][7];
int average = 0;
int sum = 0;
do{
printf("本程序有4项功能:\n");
printf
www.eeworm.com/read/380114/9163149
cpp vlargument.cpp
// 变长参数表的应用VLArgument.cpp
#include
#include
#include
double average( int, ...);
void main()
{double w=36.5,x=21.5,y=1.9,z=10.1;
cout
www.eeworm.com/read/375836/9348627
m hoffmann.m
function b = hoffmann(Ea0,Ea,Ew,walkers,T,step,maxsteps,C)
% Equilibration method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See http://www.frostconcepts.c
www.eeworm.com/read/373994/9424335
c lt417.c
# include "stdio.h"
void main( )
{ float score[10],aver;
float average( );
int i;
char s;
printf("input 10 score:\n");
for (i=0;i
www.eeworm.com/read/177981/9424515
c report.c
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: report
www.eeworm.com/read/372762/9494418
c query.c
/* 学生成绩查询系统 */
# include
# include
void main( )
{
int select;
int i, j;
int score[5][7];
int average = 0;
int sum = 0;
do{
printf("本程序有4项功能:\n");
printf