代码搜索:Approximation

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

代码结果 1,542
www.eeworm.com/read/127249/14366096

html approximatin.html

approximation algorithm
www.eeworm.com/read/210914/4946946

m list_of_seismic_functions.m

function list=list_of_seismic_functions list={ ... 0,'ava_approximation','Compute approximate amplitude vs angle of incidence (AVA)'; 0,'ava_approximation4model','Compute approximate amplitude vs a
www.eeworm.com/read/371704/2779260

m list_of_seismic_functions.m

function list=list_of_seismic_functions list={ ... 0,'ava_approximation','Compute approximate amplitude vs angle of incidence (AVA)'; 0,'ava_approximation4model','Compute approximate amplitude vs a
www.eeworm.com/read/311447/13630956

m nlademo.m

function nlademo( im, option ) % NLADEMO Demo for contourlet nonlinear approximation. 演示为contourlet非线性逼近 % NLADEMO shows how to use the contourlet toolbox to do nonlinear % approximation.说明如何使用
www.eeworm.com/read/392011/8367333

m approx.m

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

cs mainform.cs

// AForge Framework // Approximation using Mutli-Layer Neural Network // // Copyright
www.eeworm.com/read/304754/3786115

cs mainform.cs

// AForge Framework // Approximation using Mutli-Layer Neural Network // // Copyright
www.eeworm.com/read/431145/1909789

cs mainform.cs

// AForge Framework // Approximation using Mutli-Layer Neural Network // // Copyright
www.eeworm.com/read/392011/8367351

m kelvin_2.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % successive approximation converter % % with finite DAC's slew-rate and bandwidth.
www.eeworm.com/read/140700/13066047

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 + ...