代码搜索:Modified

找到约 10,000 项符合「Modified」的源代码

代码结果 10,000
www.eeworm.com/read/203170/15364448

m modified_bessel_function.m

% I0.m - modified Bessel function of 1st kind and 0th order. % % S = I0(x) % % defined only for scalar x >= 0 % based on I0.c function S = I0(x) eps = 10^(-9); n = 1; S = 1; D = 1; while D > (eps *
www.eeworm.com/read/203170/15364491

c modified_bessel_function.c

/* I0.c - Modified Bessel Function I0(x) * * I0(x) = \sum_{k=0}^{\infty}[(x/2)^k / k!]^2 * */ #include #define eps (1.E-9) /* \(\ep=10\sp{-9}\) */ double I0(x)
www.eeworm.com/read/179723/9341416

m mop_5_27_modified_a.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Ant Colony System Code % % Date 5/27/2006