代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/140665/13068773
dat table2.dat
Table for use with chapter 13 routines
Average solar radiation (watts/sq.m.) for selected cities
Month: jul aug sep oct nov dec jan feb mar apr may jun ave lat
Atlanta, GA 257 24
www.eeworm.com/read/312211/13615711
dat table2.dat
Table for use with chapter 13 routines
Average solar radiation (watts/sq.m.) for selected cities
Month: jul aug sep oct nov dec jan feb mar apr may jun ave lat
Atlanta, GA 257 24
www.eeworm.com/read/300891/13883401
m yule_walker.m
function [P,f,a,w,w_min] = yule_walker(D,p,dt,perc,nw);
%YULE_WALKER: Yule-Walker estimate of a smooth AR spectrum.
% compute average autoc. and crosscorrelations
% to solve th
www.eeworm.com/read/136989/5836114
pl histo.pl
#
# histo.pl,v 1.2 1998/06/23 17:28:56 coryan Exp
#
# Extract a histogram, minimum, maximum and average from a file,
# filtering by a given RE.
#
eval '(exit $?0)' && eval 'exec perl -S $0 ${1
www.eeworm.com/read/126430/6017527
dat table2.dat
Table for use with chapter 13 routines
Average solar radiation (watts/sq.m.) for selected cities
Month: jul aug sep oct nov dec jan feb mar apr may jun ave lat
Atlanta, GA 257 24
www.eeworm.com/read/111672/6154072
m loo.m
function [Eloo,H] = loo(NetDef,W1,W2,PHI,Y,trparms)
% LOO
% ---
% Leave-one-out estimate of the average generalization error.
%
% The leave-one-out cross-validation scheme is a meth
www.eeworm.com/read/482347/6623160
m montemedia.m
function [mvar,media] = montemedia(X,RF,RC,legame,valuta,vm,t,p,rendimento,dati,giorni,tipo,l,lambda,datidelta)
%MONTEMEDIA average of Monte Carlo VaR.
%
% [mvar,media] = montemedia(X,RF,RC,legame,va
www.eeworm.com/read/406848/11434096
properties functions_da.properties
# The default names in Danish
abs=ABS
acos=ARCCOS
acosh=ARCCOSH
address=ADRESSE
and=OG
areas=OMR臘ER
asin=ARCSIN
asinh=ARCSINH
atan=ARCTAN
atan2=ARCTAN2
atanh=ARCTANH
average=MIDDEL
aver
www.eeworm.com/read/403933/11498710
dat time.dat
# Avida time data
# Fri Nov 28 19:59:44 2008
# 1: update
# 2: avida time
# 3: average generation
# 4: num_executed?
0 0.000000 0.000000 30
100 0.91738 6.86567 2010
200 1.97426 14.8538
www.eeworm.com/read/402862/11526845
m demo.m
clear
clc
clf
colormap(gray)
% create example image
ima=100*ones(100);
ima(50:100,:)=50;
ima(:,50:100)=2*ima(:,50:100);
fs=fspecial('average');
ima=imfilter(ima,fs,'symmetric');
% add so