代码搜索:Approximation
找到约 1,542 项符合「Approximation」的源代码
代码结果 1,542
www.eeworm.com/read/435547/7790725
m que_func.m
function fofx = que_func(x)
% This function computes the value of the Q-function
% listed in Eq.(2.16). It uses the approximation in Eq.s (2.17) and (2.18)
if (x >= 0)
denom = 0.661 * x + 0.339
www.eeworm.com/read/199676/7836882
htm chap37.htm
Intro to Algorithms: CHAPTER 37: APPROXIMATION ALGORITHMS
www.eeworm.com/read/298871/7928764
m nnd11fa.m
function nnd11fa(cmd,arg1)
%NND11FA Function approximation demonstration.
%
% This demonstration requires the Neural Network Toolbox.
% First Version, 8-31-95.
%==============================
www.eeworm.com/read/297942/7985056
m que_func.m
function fofx = que_func(x)
% This function computes the value of the Q-function
% listed in Eq.(4.16). It uses the approximation in Eq.s (4.17) and (4.18)
if (x >= 0)
denom = 0.661 * x + 0.33
www.eeworm.com/read/297846/7992645
m que_func.m
function fofx = que_func(x)
% This function computes the value of the Q-function
% listed in Eq.(2.16). It uses the approximation in Eq.s (2.17) and (2.18)
if (x >= 0)
denom = 0.661 * x + 0.339
www.eeworm.com/read/246805/12704060
m que_func.m
function fofx = que_func(x)
% This function computes the value of the Q-function
% listed in Eq.(4.16). It uses the approximation in Eq.s (4.17) and (4.18)
if (x >= 0)
denom = 0.661 * x + 0.33
www.eeworm.com/read/144441/12790238
htm chap37.htm
Intro to Algorithms: CHAPTER 37: APPROXIMATION ALGORITHMS
www.eeworm.com/read/140698/13066584
c alg024.c
/*
* SECANT ALGORITHM 2.4
*
* To find a solution to the equation f(x) = 0
* given initial approximations p0 and p1:
*
* INPUT: initial approximation p0, p1; tolerance TOL;
*
www.eeworm.com/read/137875/13283660
htm chap37.htm
Intro to Algorithms: CHAPTER 37: APPROXIMATION ALGORITHMS
www.eeworm.com/read/137875/13287377
htm chap37.htm
Intro to Algorithms: CHAPTER 37: APPROXIMATION ALGORITHMS