代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/150905/12249350

m klms.m

%KLMS Karhunen Loeve Mapping, followed by scaling % % [W,FRAC] = KLMS(A,N) % [W,N] = KLMS(A,FRAC) % % INPUT % A Dataset % N or FRAC Number of dimensions (>= 1) or fraction o
www.eeworm.com/read/150214/12304707

ex-ham7a-out

make-pchk ex-ham7a.pchk 3 7 0:0 0:3 0:4 0:5 1:1 1:3 1:4 1:6 2:2 2:4 2:5 2:6 make-gen ex-ham7a.pchk ex-ham7a.gen dense Number of 1s per check in Inv(A) X B is 3.0 transmit 7x100000 ex-ham7a.rec 1 aw
www.eeworm.com/read/149739/12353641

m klms.m

%KLMS Karhunen Loeve Mapping, followed by scaling % % [W,FRAC] = KLMS(A,N) % [W,N] = KLMS(A,FRAC) % % INPUT % A Dataset % N or FRAC Number of dimensions (>= 1) or fraction o
www.eeworm.com/read/336838/12413339

c averagevalue.c

// **************************************************************** // Description: Library function to determine the // average value of a integer array. Note this code stresses // simplicity o
www.eeworm.com/read/148707/12437015

cpp 7ii.cpp

#include // AverageInput2 () Input N values and return average. // IN: N -- the number of values to input and average. // ASSUMPTION: at least one value is entered. float Average
www.eeworm.com/read/233414/14154557

ex-ham7a-out

make-pchk ex-ham7a.pchk 3 7 0:0 0:3 0:4 0:5 1:1 1:3 1:4 1:6 2:2 2:4 2:5 2:6 make-gen ex-ham7a.pchk ex-ham7a.gen dense Number of 1s per check in Inv(A) X B is 3.0 transmit 7x100000 ex-ham7a.rec 1 aw
www.eeworm.com/read/131067/14162595

c averagevalue.c

// **************************************************************** // Description: Library function to determine the // average value of a integer array. Note this code stresses // simplicity o
www.eeworm.com/read/231449/14233528

m program_03_06.m

% Program 3_6 % Illustration of Overlap-Add Method % % Generate the noise sequence colordef black; R = 64; d = rand(R,1)-0.5; % Generate the uncorrupted sequence and add noise for m = 1:1:R;
www.eeworm.com/read/127960/14325170

cpp intarray.cpp

//这个程序在本书所带软盘中,文件名为INTARRAY.CPP //这个程序演示数组的概念及其简单运算。 #include void main(void) { int int_array[10] = {2, 4, 3, 8, 17, 5, 9, 10, 1, 7}; //定义并初始化数组 int sum, count; float av
www.eeworm.com/read/125223/14505375

c ex39.c

#include float average(array, n) int n; float array[]; { int i; float aver, sum=array[0]; for (i=1; i