代码搜索:Integration

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

代码结果 3,762
www.eeworm.com/read/241323/13156510

m integrat.m

%> The file displays some basics on the numerical integration %> of the 1D Schroedinger equation. First the lack of numerical stability %> for integration in the classical forbidden reg
www.eeworm.com/read/238825/13322336

m trapez.m

function q = trapez(x,y,a,b) % trapez : Trapezoidal integration %Syntax: q = trapez(x,y,{a,b}) or q = trapez(y) % % Computes the integral value of y(x) between limits a and b by trapezoidal rule. %
www.eeworm.com/read/317326/13505869

m sa_fig2_21.m

% Knife edge diffraction for a half-plane which is at the distance hc from the line of sight. % -hc is for the knife edge below the LOS, hc is for above % use trapezoidal integration % Hc=hc*sqrt
www.eeworm.com/read/314752/13559869

html yaffs_boot.html

www.eeworm.com/read/301662/13852967

html yaffs_boot.html

www.eeworm.com/read/150221/5694174

h adams_pece_decl.h

#ifndef ADAM_PECE_IMPL_H #define ADAM_PECE_IMPL_H #include class NumericalAlgorithm { public: static double machine_precision(); // return machine precision }; #ifdef FORTRAN_LIBRARY
www.eeworm.com/read/136989/5831469

readme

# README,v 1.2 2000/02/24 02:37:41 schmidt Exp Test the integration of the FL toolkit and TAO. Simply run the server and the client, as follows: $ server -o foo.ior $ client -k file://foo.io
www.eeworm.com/read/291067/6302907

m videoint.m

function sigOut = videoint(sigIn, method) %VIDEOINT Video integration of a radar signal. % %-------- %Synopsis: % sigOut = videoint(sigIn) % %Description: % If method = 'abs' (default), video integ
www.eeworm.com/read/492033/6430463

h probdesc.h

#ifndef PROBDESC_H #define PROBDESC_H #include #include "alias.h" #include "galias.h" #include "gfunct.h" #include "timecontr.h" #include "slesolv.h" #include "nonlinman.h" #include "eigval
www.eeworm.com/read/490637/6450487

m romberg.m

function R = romberg(f, a, b, n) format long % ROMBERG -- Compute Romberg table integral approximation. % % SYNOPSIS: % R = romberg(f, a, b, n) % % DESCRIPTION: % Computes the complete