代码搜索:Integration

找到约 3,762 项符合「Integration」的源代码

代码结果 3,762
www.eeworm.com/read/212047/15166904

texi montecarlo.texi

@cindex Monte Carlo integration This chapter describes routines for multidimensional Monte Carlo integration. These include the traditional Monte Carlo method and adaptive algorithms such as @sc{veg
www.eeworm.com/read/210675/15193567

ma alg045.ma

(* GAUSSIAN DOUBLE INTEGRAL ALGORITHM 4.5 * * To approximate I = double integral ( ( f(x,y) dy dx ) ) with * limits of integration from a to b for x and from * c(x) to d(x) for y: * * IN
www.eeworm.com/read/167728/5453134

texi montecarlo.texi

@cindex Monte Carlo integration @cindex stratified sampling in monte carlo integration This chapter describes routines for multidimensional Monte Carlo integration. These include the traditional Mont
www.eeworm.com/read/294635/8215192

txt winerr.txt

WinErr 2.0.1.5 by QvasiModo (Mario Vilas) Last updated 14 Mar 04 -oOo- Provides a quick lookup of system error codes and their descriptions. You can look for decimal numbers, hexadecimal numbe
www.eeworm.com/read/368337/9701318

texi montecarlo.texi

@cindex Monte Carlo integration @cindex stratified sampling in monte carlo integration This chapter describes routines for multidimensional Monte Carlo integration. These include the traditional M
www.eeworm.com/read/102394/15783258

texi montecarlo.texi

@cindex Monte Carlo integration @cindex stratified sampling in monte carlo integration This chapter describes routines for multidimensional Monte Carlo integration. These include the traditional Mont
www.eeworm.com/read/400422/11577343

m ex4.m

syms symbol_x; f1 = sqrt(4-(sin(symbol_x))^2); f2 = sin(symbol_x) / symbol_x; f3 = exp(symbol_x) / (4+symbol_x^2); syms A1; syms A2; syms A3; for i = 1 : 9 A1(i,1)=trapezoid_integr
www.eeworm.com/read/438739/7727574

m gaussjac.m

%%%%%%%%%%%%%% %Top level script for calling getting the weights and abscissae of %n-point Gauss-Jacobi quadrature %First get upper and lower integration limits lower_integration_limit = 0; upp
www.eeworm.com/read/384270/8883854

special_instruction

// ****************************************************************** // // The following C++ code computes a sample point and its probability // on the spherical or triangular luminaire according to
www.eeworm.com/read/381211/9104209

m integral.m

function y=integral(x,fs) % y=integral(x,fs) % % y =frequency-domain integration of x % in a column vector or array of column vectors. % fs =sampling frequency (samples/s). % Unlike other me