代码搜索:Integration
找到约 3,762 项符合「Integration」的源代码
代码结果 3,762
www.eeworm.com/read/423357/10568840
m mie2_abs.m
function result = Mie2_abs(eps1, mu1, x)
% Computation of the Absorption Efficiency Qabs of a sphere
% for given complex permittivity and permeability ratios,
% eps1=eps1'+ieps1", mu1=mu1'+
www.eeworm.com/read/273093/10927354
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/172061/7074737
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) (函数名或字符串)