代码搜索:Approximation

找到约 1,542 项符合「Approximation」的源代码

代码结果 1,542
www.eeworm.com/read/140700/13066348

txt alg081.txt

> restart; > # PADE' RATIONAL APPROXIMATION ALGORITHM 8.1 > # > # To obtain the rational approximation > # > # r(x) = p(x) / q(x) > # = (p0 + p1*x + ... + pn*x^n) / (q0 + q1*x + ...
www.eeworm.com/read/127249/14365520

html rhoapproxmtn.html

rho-approximation algorithm
www.eeworm.com/read/392011/8367344

m approx_2.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % successive approximation converter % % with finite DAC's slew-rate and bandwidth & error remedy
www.eeworm.com/read/192817/5150035

cs mainform.cs

// AForge Framework // Approximation (Symbolic Regression) using Genetic Programming and Gene Expression Programming // // Copyright
www.eeworm.com/read/431145/1909733

cs mainform.cs

// AForge Framework // Approximation (Symbolic Regression) using Genetic Programming and Gene Expression Programming // // Copyright
www.eeworm.com/read/386253/8759968

m alg081.m

% PADE RATIONAL APPROXIMATION ALGORITHM 8.1 % % To obtain the rational approximation % % r(x) = p(x) / q(x) % = (p0 + p1*x + ... + Pn*x^n) / (q0 + q1*x + ... + qm*x^m) % % for a gi
www.eeworm.com/read/386253/8760157

m alg081.m

% PADE RATIONAL APPROXIMATION ALGORITHM 8.1 % % To obtain the rational approximation % % r(x) = p(x) / q(x) % = (p0 + p1*x + ... + Pn*x^n) / (q0 + q1*x + ... + qm*x^m) % % for a gi
www.eeworm.com/read/140697/13066850

m alg081.m

% PADE RATIONAL APPROXIMATION ALGORITHM 8.1 % % To obtain the rational approximation % % r(x) = p(x) / q(x) % = (p0 + p1*x + ... + Pn*x^n) / (q0 + q1*x + ... + qm*x^m) % % for a gi
www.eeworm.com/read/140697/13067050

m alg081.m

% PADE RATIONAL APPROXIMATION ALGORITHM 8.1 % % To obtain the rational approximation % % r(x) = p(x) / q(x) % = (p0 + p1*x + ... + Pn*x^n) / (q0 + q1*x + ... + qm*x^m) % % for a gi
www.eeworm.com/read/490329/1204512

h maxtess.h

/********************************************************************** *< FILE: maxtess.h DESCRIPTION: Tessellation Approximation class CREATED BY: Charles Thaeler HISTORY: created 12