代码搜索:APPROXIMATION
找到约 1,542 项符合「APPROXIMATION」的源代码
代码结果 1,542
www.eeworm.com/read/349111/10848952
m mgtls2r.m
function [m,dh] = mgtls2r(d,wl,wr,r)
% MGTLS2R - Global Total Least Squares misfit computation.
% [M,DH] = MGTLS2R(D,WL,WR,R) gives the GTLS2 misfit M and
% the GTLS2 approximation DH of the data D b
www.eeworm.com/read/349111/10848957
m mgtls2p.m
function [m,dh] = mgtls2p(d,wl,wr,p)
% MGTLS2P - Global Total Least Squares misfit computation.
% [M,DH] = MGTLS2P(D,WL,WR,P) gives the GTLS2 misfit M and
% the GTLS2 approximation DH of the data D b
www.eeworm.com/read/449679/7498568
nec burrad.nec
CM 1/4 wl vert: 7.05 MHz by L.B. Cebik
CM Approximation of a burried radial system.
CE
GW 1 10 0 0 10.1846 0 0 0.05 0.025
GW 2 10 0 0 0.05 11.796 0 0.05 0.003175
GW 3 10 0 0 0.05 10.89808 4.51413
www.eeworm.com/read/410134/11301061
m mgtls2r.m
function [m,dh] = mgtls2r(d,wl,wr,r)
% MGTLS2R - Global Total Least Squares misfit computation.
% [M,DH] = MGTLS2R(D,WL,WR,R) gives the GTLS2 misfit M and
% the GTLS2 approximation DH of the data D b
www.eeworm.com/read/410134/11301078
m mgtls2p.m
function [m,dh] = mgtls2p(d,wl,wr,p)
% MGTLS2P - Global Total Least Squares misfit computation.
% [M,DH] = MGTLS2P(D,WL,WR,P) gives the GTLS2 misfit M and
% the GTLS2 approximation DH of the data D b
www.eeworm.com/read/209211/4982813
c alloc.c
#include
#include
#include
#include
#include "xmem.h"
/* perfect approximation to NTSC = .299r+.587g+.114b when 0 ≤ r,g,b < 256 */
#define RGB2K(r,g,b) ((156763*(r
www.eeworm.com/read/283061/9044814
m secant.m
%f(x)= 10*x.^3+80*x.^2+6*x+a0时,
[secant1.m]
function sa=secant(x0,x1,epsilon,max)
% NEWTON calculate the newton method approximation
% x0,x1 is the initial value
% epsilon is the tolerance for x
www.eeworm.com/read/283057/9044844
m newton.m
%当f(x)= 10*x.^3+80*x.^2+6*x+a0时
[newton1.m]
function sa = newton1(x0,epsilon,max)
% NEWTON calculate the newton method approximation
% x0 is the initial value
% epsilon is the tolerance for x0
% max
www.eeworm.com/read/163924/10139794
m vgg_h_sampson_distance_sqr.m
function d = vgg_H_sampson_distance_sqr(H,X1,X2)
% d = vgg_H_sampson_distance_sqr(H,X1,X2)
%
% Returns an approximation of the squared geometric distance from the
% 4d joint-space point [X1;X2]
www.eeworm.com/read/163924/10139837
m vgg_h_sampson_distance_sqr.m
function d = vgg_H_sampson_distance_sqr(H,X1,X2)
% d = vgg_H_sampson_distance_sqr(H,X1,X2)
%
% Returns an approximation of the squared geometric distance from the
% 4d joint-space point [X1;X2]