代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/124933/14524387
cpp 9_78.cpp
#include
#include
#define Max 20
class English
{
int ptr;
int score[Max];
public:
void getdata(int val,int ptr) {score[ptr]=val;}
int disp(int ptr){return score[ptr
www.eeworm.com/read/225696/14524704
c c06_03.c
#include
/*函数定义部分*/
float average(float math, float chinese, float english)
{
return (math+chinese+english)/3; /* 直接把表达式写在return 语句中 */
}
int main()
{
float score[3]; /*一个浮点数组
www.eeworm.com/read/225696/14525728
cpp c18_01.cpp
#include
#include
using namespace std;
int main()
{
double average = 22.0/7;
cout
www.eeworm.com/read/124791/14544054
cpp chapter11-5.cpp
//文件名:CHAPTER11-5.cpp
#include
#include
#include
// The function object multiplies an element by a Factor
template
class MultValue
{
private:
T
www.eeworm.com/read/225203/14550701
java greyfilter.java
package imageFilter;
public class GreyFilter implements Filter
{
public short[][][] process( int width, int height, short[][][] raster)
{short[][][] result = new short[width][height][3] ;
www.eeworm.com/read/224612/14580220
cpp ex3_10.cpp
// EX3_10.CPP
// Using an infinite for loop to compute an average
#include
using namespace std;
int main()
{
double value = 0.0; // Value entered stored here
d
www.eeworm.com/read/224612/14580236
cpp ex3_12.cpp
// EX3_12.CPP
// Using a while loop to compute an average
#include
using namespace std;
int main()
{
double value = 0.0; // Value entered stored here
double su
www.eeworm.com/read/224612/14580456
cpp ex5_05.cpp
// EX5_05.CPP
// Handling an array in a function as a pointer
#include
using namespace std;
double average(double* array, int count); //Function prototype
int main(void)
{
www.eeworm.com/read/224612/14580458
cpp ex5_04.cpp
// EX5_04.CPP
// Passing an array to a function
#include
using namespace std;
double average(double array[], int count); //Function prototype
int main(void)
{
double valu
www.eeworm.com/read/123143/14645648
fis tippersg.fis
% $Revision: 1.2 $
[System]
Name='sugeno tipper'
Type='sugeno'
NumInputs=2
NumOutputs=1
NumRules=3
AndMethod='min'
OrMethod='max'
ImpMethod='min'
AggMethod='max'
DefuzzMethod='wtaver'
[Input1]
Name='