代码搜索:Approximation

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

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

txt alg073.txt

> restart; > # SOR ALGORITHM 7.3 > # > # To solve Ax = b given the parameter w and an initial approximation > # x(0): > # > # INPUT: the number of equations and unknowns n; the entries > #
www.eeworm.com/read/140700/13066341

txt alg075.txt

> restart; > # CONJUGATE GRADIENT ALGORITHM 7.5 > # > # To solve Ax = b given the preconditioning matrix C inverse > # and an initial approximation > # x(0): > # > # INPUT: the number of equa
www.eeworm.com/read/140698/13066558

c alg075.c

/* * CONJUGATE GRADIENT ALGORITHM 7.5 * * To solve Ax = b given the preconditioning matrix C inverse and * an initial approximation x(0): * * INPUT: the number of equations and unknown
www.eeworm.com/read/140698/13066697

c alg104.c

/* * CONTINUATION METHOD FOR SYSTEMS ALGORITHM 10.4 * * To approximate the solution of the nonlinear system F(X)=0 given * an initial approximation X: * * INPUT: Number n of equations
www.eeworm.com/read/138860/13207164

m contents.m

%Contourlet Toolbox (Version 2.0) % %Demos % DECDEMO Demonstrates contourlet decomposition and reconstruction % NLADEMO Demo for contourlet nonlinear approximation. % NLADEMO2 Nonlinear
www.eeworm.com/read/152580/12100920

m mregwav1.m

% Example of multiscale approximation using % Regularization Networks % % Learning parameters "lambda" have to be tuned % for instance by means of a cross-validation. % Wavelet frame are used f
www.eeworm.com/read/493655/1164277

rsg hoap2.rsg

; -*- mode: lisp; -*- ; ; approximation of the Fujitsu Hoap-2 robot ; (RubySceneGraph 0 1) ( ; ; define constants for the robot parts ; ; feet (define $FootLength 0.6) (def
www.eeworm.com/read/228152/4765951

java gaussianwrapper.java

package statistics; public class GaussianWrapper { /** * Returns standard Gaussian cdf approximation based on algortihm for error function. * * @param value Value * @return Probabilit
www.eeworm.com/read/204915/5027850

java gaussianwrapper.java

package statistics; public class GaussianWrapper { /** * Returns standard Gaussian cdf approximation based on algortihm for error function. * * @param value Value * @return Probabilit
www.eeworm.com/read/312338/3672987

java gaussianwrapper.java

package statistics; public class GaussianWrapper { /** * Returns standard Gaussian cdf approximation based on algortihm for error function. * * @param value Value * @return Probabilit