代码搜索:Approximation

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

代码结果 1,542
www.eeworm.com/read/253872/12179353

m contfrac.m

function [a, b] = contfrac (x, n) % [a, b] = contfrac (x, n) % This function reckons a continued fraction approximation for x, % up to n terms. This is given by % b1 % a0 + ------
www.eeworm.com/read/127768/14335752

m rmssimp.m

function [traceoff,timebase,csg] = rmssimp(h,v) % Program to calculate a set of seismograms using simple short offset approximation % through a stack of % n flat-lying layers defined by their ve
www.eeworm.com/read/122187/14715674

c simpson.c

/* * SIMPSON'S COMPOSITE ALGORITHM 4.1 * * To approximate I = integral ( ( f(x) dx ) ) from a to b: * * INPUT: endpoints a, b; even positive integer n. * * OUTPUT: approximation XI t
www.eeworm.com/read/235582/4649167

h stdstrng.h

#ifndef STDSTRING_H #define STDSTRING_H // #include the local approximation to the std::string class. #if defined(__TCPLUSPLUS__) // Although Borland TC 4.5 provides a reasonable approximati
www.eeworm.com/read/305566/3771823

c mkdiff.c

/* Copyright (c) Colorado School of Mines, 1990. /* All rights reserved. */ /* FUNCTION: make discrete Taylor series approximation to n'th derivative PARAMETERS: n i order o
www.eeworm.com/read/305566/3772142

c mkdiff.c

/* Copyright (c) Colorado School of Mines, 1990. /* All rights reserved. */ /* FUNCTION: make discrete Taylor series approximation to n'th derivative PARAMETERS: n i order o
www.eeworm.com/read/305566/3773121

c mkdiff.c

/* Copyright (c) Colorado School of Mines, 1990. /* All rights reserved. */ /* FUNCTION: make discrete Taylor series approximation to n'th derivative PARAMETERS: n i order o
www.eeworm.com/read/433114/8545404

m cumquad.m

function ci = cumquad(y,x) % Function computes the numerical approximation to the indefinite % integral y dx (corresponding to cumsum) % % Written by: E. R.: September 22, 1999 % Last updated: Septem
www.eeworm.com/read/286640/8752760

m cp0901_muiber_2pam.m

% % Function 9.4 : "cp0901_MUIBER_2PAM" % % Evaluates the theoretical probability of error % for a 2PAM system in AWGN channels under the % Standard Gaussian Approximation % % 'ebn0' is a v
www.eeworm.com/read/386253/8760018

m alg041.m

% SIMPSON'S COMPOSITE ALGORITHM 4.1 % % To approximate I = integral ( ( f(x) dx ) ) from a to b: % % INPUT: endpoints a, b; even positive integer n. % % OUTPUT: approximation XI to I.