代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/457360/7326506

afl position sizing and risk price graph.afl

//------------------------------------------------------------------------------ // // Formula Name: Position Sizing and Risk Price Graph // Author/Uploader: Tommy Beard // E-mail:
www.eeworm.com/read/457360/7326799

afl position sizing and risk price graph.afl

//------------------------------------------------------------------------------ // // Formula Name: Position Sizing and Risk Price Graph // Author/Uploader: Tommy Beard // E-mail:
www.eeworm.com/read/457360/7326938

afl coppock curve.afl

//------------------------------------------------------------------------------ // // Formula Name: Coppock Curve // Author/Uploader: Tomasz Janeczko // E-mail: tj@amibroker.com
www.eeworm.com/read/457360/7327079

afl position sizing and risk price graph.afl

//------------------------------------------------------------------------------ // // Formula Name: Position Sizing and Risk Price Graph // Author/Uploader: Tommy Beard // E-mail:
www.eeworm.com/read/455119/7377611

m pcaerr.m

function [err, minerr, evals] = pcaerr(A, W) % PCAERR Compute the average reconstruction error for a PCA matrix. % % [err, minerr] = pcaerr(A, W) % A is the data matrix where each column is a
www.eeworm.com/read/452695/7436265

c ex8_01.c

/* Exercise 8.1 A function to calculate an average */ #include #include #include double average(double data[], int count) { double sum = 0.0; for(int i = 0
www.eeworm.com/read/452695/7436387

c program5_04.c

/* Program 5.4 Reusing the numbers stored */ #include int main(void) { int numbers[10]; /* Array storing 10 values */ int count = 10;
www.eeworm.com/read/450608/7480106

m averagec.m

%AVERAGEC Combining of linear classifiers by averaging coefficients % % W = AVERAGEC(V) % W = V*AVERAGEC % % INPUT % V A set of affine base classifiers. % % OUTPUT % W Combined classifier. % %
www.eeworm.com/read/444596/7611097

sh incr.sh

#!/usr/dt/bin/dtksh #!/bin/ksh #set -x # Requires a ksh newer than 11/16/88 because it uses floating point # arithmetic and printf. /usr/dt/bin/dtksh on Solaris and Digital Unix # is such a beast, a
www.eeworm.com/read/442544/7649729

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