代码搜索:Integration
找到约 3,762 项符合「Integration」的源代码
代码结果 3,762
www.eeworm.com/read/461264/7230724
pro tsum.pro
FUNCTION TSUM,X,Y,IMIN,IMAX ;Trapezoidal summation
;+
; NAME:
; TSUM
; PURPOSE:
; Trapezoidal summation of the area under a curve.
; EXPLANATION:
; Adapted from the pr
www.eeworm.com/read/460543/7247674
h si443x_demo.h
/*
** ============================================================================
**
** FILE
** $Id: Si443x.h,v 1.0 2007/08/28 krk Exp apache $
**
** DESCRIPTION
**
**
** CREATED
** Int
www.eeworm.com/read/458661/7291915
m imped.m
% imped.m - mutual impedance between two parallel standing-wave dipoles
%
% Usage: [Z21,Z21m] = imped(L2,L1,d,b) (mutual impedance of dipole 2 due to dipole 1)
% [Z21,Z21m] = imped(L2,L1,d)
www.eeworm.com/read/458493/7295761
m demoeuler.m
function demoEuler(h)
% demoEuler Integrate dy/dt = t - 2*y; y(0) = 1 with Euler's method
%
% Synopsis: demoEuler(h)
%
% Input: h = (optional) stepsize, Default: h = 0.2
%
% Output:
www.eeworm.com/read/458488/7296137
m demoeuler.m
function demoEuler(h)
% demoEuler Integrate dy/dt = t - 2*y; y(0) = 1 with Euler's method
%
% Synopsis: demoEuler(h)
%
% Input: h = (optional) stepsize, Default: h = 0.2
%
% Output:
www.eeworm.com/read/449790/7496356
readme
This code implements the time integration of a three-dimensional
partial differential equation using the Fast Fourier Transform.
Some of the dimension statements are not F77 conforming and will
not wo
www.eeworm.com/read/433826/7907415
m gaussq.m
function [int, tol1,ix]= gaussq(fun,A,B,tol,trace,varargin)
%GAUSSQ Numerically evaluates a integral using a Gauss quadrature.
%
% CALL:
% [int, tol] = gaussq('Fun',A,B,[reltol wfun],[trace,gn],p
www.eeworm.com/read/197958/7960478
m quadg.m
function [int, tol1,ix]= quadg(fun,xlow,xhigh,tol,trace,p1,p2,p3,p4,p5,p6,p7,p8,p9)
%GAUSS积分法
%用法: int = quadg('Fun',xlow,xhigh)
%
% int -- 积分值
% Fun -- 被积函数Fun(x) (函数名或字符串)
www.eeworm.com/read/196814/8058536
m quadg.m
function [int, tol1,ix]= quadg(fun,xlow,xhigh,tol,trace,p1,p2,p3,p4,p5,p6,p7,p8,p9)
%GAUSS积分法
%用法: int = quadg('Fun',xlow,xhigh)
%
% int -- 积分值
% Fun -- 被积函数Fun(x) (函数名或字符串)
www.eeworm.com/read/331961/12794303
m feglqd2.m
function [point2,weight2]=feglqd2(nglx,ngly)
%-------------------------------------------------------------------
% Purpose:
% determine the integration points and weighting coefficients
%