代码搜索:Calculation

找到约 2,005 项符合「Calculation」的源代码

代码结果 2,005
www.eeworm.com/read/160194/10559438

txt lpcc.txt

//Calculate LPC coefficients coefficients based on autocorrelation void corref(int ip,float cor[],float alf[]) { int i,j; float refi,alfsave,resid; alf[1]=(-cor[1]); alf[0]=1; resid=1-cor[1]*
www.eeworm.com/read/159560/10639985

m torr_estf.m

% By Philip Torr 2002 % copyright Microsoft Corp. % estimate fundamental matrix from perfect points?? function f = torr_estf(x1,y1,x2,y2, no_matches,m3) %disp('This just does calculation of perf
www.eeworm.com/read/417657/10981219

m removalmap.m

function SeamVector=removalMap(X); % REMOVALMAP takes a given image and finds the ordered set of (vertical) % seams that are removed from an image and returns them in an array, where % the Nth colu
www.eeworm.com/read/467854/7002625

c add.c

/*""FILE COMMENT""*********************************************************** * System Name : for eduction (NO TRANSFERRING) * File Name : add.c * Contents : embedded C language entrance co
www.eeworm.com/read/467854/7002639

c sub.c

/*""FILE COMMENT""*********************************************************** * System Name : for eduction (NO TRANSFERRING) * File Name : sub.c * Contents : embedded C language entrance co
www.eeworm.com/read/466230/7041259

m getvarmatrix_ms_ar.m

% Function for calculating standard errors of MS_Regress_Fit % % The calculation (aproximation) of the first and second derivative of the likelihood % function is done by one side finite difference
www.eeworm.com/read/464569/7065006

html index06.html

Java: First Contact - Chapter 6 Examples Java: Firs
www.eeworm.com/read/454211/7396371

m rosenbrockeval.m

function [val] = rosenbrockEval(sol) [m,n] = size(sol); f = zeros(m,n-1); for i = 1:n-1 f(:,i) = 100.*(sol(:,i+1)-sol(:,i).^2).^2+(sol(:,i)-1).^2; %calculation of Rosenbrock function end;
www.eeworm.com/read/450295/7486051

m getvarmatrix_ms_ar.m

% Function for calculating standard errors of MS_Regress_Fit % % The calculation (aproximation) of the first and second derivative of the likelihood % function is done by one side finite difference
www.eeworm.com/read/449504/7502610

m quartic.m

function heights=quartic(data,center,bw); % PURPOSE: % Quartic kernel function % % USAGE: % heights=triangular(data,center,bw) % % INPUTS: % data: Data used for height calculatio