代码搜索:Integration
找到约 3,762 项符合「Integration」的源代码
代码结果 3,762
www.eeworm.com/read/244284/12874996
cut-1 menu.cut-1
..............MENU for CUT ...........................
......... Change these parameters if necessary:.......
>>>>> Representation of results: through number of electrons
>>>>> Algorithm for the c
www.eeworm.com/read/140700/13065930
txt alg045.txt
> restart;
> # 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
www.eeworm.com/read/140700/13066233
txt alg045.txt
> restart;
> # 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
www.eeworm.com/read/140698/13066485
c alg042.c
/*
* ROMBERG ALGORITHM 4.2
*
* To approximate I = integral ( ( f(x) dx ) ) from a to b:
*
* INPUT: endpoints a, b; integer n.
*
* OUTPUT: an array R. ( R(2,n) is the approximat
www.eeworm.com/read/140697/13066764
m alg044.m
% DOUBLE INTEGAL ALGORITHM 4.4
%
% 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:
%
% INPUT: endpoint
www.eeworm.com/read/140697/13066852
m alg045.m
% 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:
%
% INPUT:
www.eeworm.com/read/140697/13066929
m alg044.m
% DOUBLE INTEGAL ALGORITHM 4.4
%
% 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:
%
% INPUT: endpoint
www.eeworm.com/read/140697/13067052
m alg045.m
% 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:
%
% INPUT:
www.eeworm.com/read/241323/13156356
m transm.m
%> The file calculates the transmission coefficient in 1D
%> potential scattering using the Numerov algorithm for integration.
%> The scattering potential is nonzero only on [0,1].
%> A