代码搜索:Approximation

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

代码结果 1,542
www.eeworm.com/read/199851/7818647

m xnewgrnn.m

function xNewgrnn % xNewgrnn.m % 函数逼近(function approximation)--用函数NEWGRNN()和SIM()创建和仿真 % 普遍化回归神经网络(generalized regression neural network,GRNN) % % Author: HUANG Huajiang % Copyright 2003 U
www.eeworm.com/read/299459/7850587

m contents.m

% Kernel feature extraction. % % gda - Generalized Discriminant Analysis. % greedyappx - Kernel greedy data approximation. % greedykpca - Greedy kernel PCA. % kpca - Kernel Principal
www.eeworm.com/read/197108/8029153

m xnewgrnn.m

function xNewgrnn % xNewgrnn.m % 函数逼近(function approximation)--用函数NEWGRNN()和SIM()创建和仿真 % 普遍化回归神经网络(generalized regression neural network,GRNN) % % Author: HUANG Huajiang % Copyright 2003 U
www.eeworm.com/read/145329/12735668

m vtb3.m

function vtb3 % VTB3 % % VTB3_1 Impulse response of a SDOF system. % VTB3_2 Step response of a SDOF system. % VTB3_3 Fourier Series approximation to a triangle wave. % VTB3_4 Response spectrum for a
www.eeworm.com/read/245253/12808293

c a-d_converter.c

/* adc.c - successive approximation A/D converter */ #include double dac(); int u(); void adc(x, b, B, R) double x, R; int *b, B; { int i; double y, xQ, Q; Q = R /
www.eeworm.com/read/328346/13033641

plt shell.plt

#To run this file type load shell.gnu' at the gnuplot prompt print " " print "Gnuplot file to plot Shielding of spherical shells" print "Also approximates cubic enclosure of same volume " print "
www.eeworm.com/read/140698/13066478

c alg022.c

/* * FIXED-POINT ALGORITHM 2.2 * * To find a solution to p = g(p) given an * initial approximation p0 * * INPUT: initial approximation; tolerance TOL; * maximum number of iterations NO
www.eeworm.com/read/140698/13066598

c alg023.c

/* * NEWTON-RAPHSON ALGORITHM 2.3 * * To find a solution to f(x) = 0 given an * initial approximation p0: * * INPUT: initial approximation p0; tolerance TOL; * maximum numb
www.eeworm.com/read/140698/13066639

c alg026.c

/* * STEFFENSEN'S ALGORITHM 2.6 * * To find a solution to g(x) = x * given an initial approximation p0: * * INPUT: initial approximation p0; tolerance TOL; * maximum number
www.eeworm.com/read/140697/13066823

m alg023.m

% NEWTON-RAPHSON ALGORITHM 2.3 % % To find a solution to f(x) = 0 given an % initial approximation p0: % % INPUT: initial approximation p0; tolerance TOL; % maxi