代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/248541/12554053

f writeaa.f

subroutine writeaa !! ~ ~ ~ PURPOSE ~ ~ ~ !! this subroutine writes average annual output !! ~ ~ ~ INCOMING VARIABLES ~ ~ ~ !! name |units |definition !!
www.eeworm.com/read/248541/12554390

f stdaa.f

subroutine stdaa !! ~ ~ ~ PURPOSE ~ ~ ~ !! this subroutine writes average annual output to .std file !! ~ ~ ~ INCOMING VARIABLES ~ ~ ~ !! name |units |definiti
www.eeworm.com/read/248541/12554704

f h2omgt_init.f

subroutine h2omgt_init !! ~ ~ ~ PURPOSE ~ ~ ~ !! This subroutine initializes variables related to water management !! (irrigation, consumptive water use, etc.) !! ~ ~ ~ INCO
www.eeworm.com/read/334819/12571878

c tms470r1a256_adc10_06.c

//****************************************************************************** // Functional // TMS470 Demo - MibADC Buffered Sample with polling // // Description; the MibADC is used in buff
www.eeworm.com/read/300306/13920939

m codeword8_512.m

clear all; load codebook8_512; k=64; N=512; %码字 for j=1:N for i=1:k y1(j,i)=I13(j,i); end end y1=y1'; y=y1; %码字均值 mj1=[]; for j=1:N sum1=0; for i=1:k
www.eeworm.com/read/235928/14041567

m som_kmeanscolor2.m

function [color,centroids]=som_kmeanscolor2(mode,sM,C,initRGB,contrast,R) % SOM_KMEANSCOLOR2 Color codes a SOM according to averaged or best K-means clustering % % color = som_kmeanscolor2('average',
www.eeworm.com/read/205223/15323311

m cp0302_ppm_periodic.m

% % FUNCTION 3.3 : "cp0302_PPM_periodic" % % Generation of a PPM-UWB signal in the case of a generic % periodic modulating signal and rectangular pulses % Modulating signal is chosen to be charac
www.eeworm.com/read/205223/15323332

m cp0303_ppm_random.m

% % FUNCTION 3.4 : "cp0303_PPM_random" % % Generation of a PPM-UWB signal in the case of % a random modulating signal and rectangular pulses % The modulating signal is characterized by % a norma
www.eeworm.com/read/202486/15381637

cpp pr0604.cpp

// Programming with C++, Second Edition, by John R. Hubbard // Copyright McGraw-Hill, 2000 // Problem 6.4 on page 143 // Passing an array to a function #include using namespace s
www.eeworm.com/read/202486/15381721

cpp pr0510.cpp

// Programming with C++, Second Edition, by John R. Hubbard // Copyright McGraw-Hill, 2000 // Problem 5.10 on page 112 // The Average of at Most Four Function #include // defines