代码搜索:Integration
找到约 3,762 项符合「Integration」的源代码
代码结果 3,762
www.eeworm.com/read/394488/8221505
m d3_lb.m
function [K,B,E,V] = D3_LB (x1, y1, z1, x2, y2, z2, x3, y3, z3, x4, y4, z4,...
x5, y5, z5, x6, y6, z6, x7, y7, z7, x8, y8, z8, Em, miu)
% returns a 3D linear constant stress brick (LB) element
www.eeworm.com/read/394488/8221514
m d2_bciz.m
function [K,M] = D2_BCIZ (x1, y1, x2, y2, x3, y3, Em, h, miu)
% returns a 2D Kirchhoff Plate bending (KPB) element stiffness matrix
% (Bazeley, Cheung, Irons & Zienkiewicz, 1965) in global coordin
www.eeworm.com/read/394381/8227482
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/393424/8287887
m sde_integrator.m
function xhat = SDE_integrator(bigtheta,PROBLEM,OWNTIME,NUMDEPVARS,NUMSIM,SDETYPE,INTEGRATOR,SEED)
% Numerical integration of SDE systems
%
% usage: xhat = SDE_integrator(bigtheta,PROBLEM,OWNTIME
www.eeworm.com/read/173927/9629962
m feglqd2.m
function [point2,weight2]=feglqd2(nglx,ngly)
%-------------------------------------------------------------------
% Purpose:
% determine the integration points and weighting coefficients
%
www.eeworm.com/read/172010/9726821
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/414000/11133792
txt useful.txt
USEFUL:
http://www.efunda.com/math/num_integration/findgausslaguerre.cfm
www.eeworm.com/read/412355/11203773
txt failure.txt
#Integration Failer Record
#Mon Dec 29 21:57:07 CST 2008
2008-12-29-21=21
#Integration Failer Record
#Thu Jan 08 20:15:17 CST 2009
2009-1-8-20=11
#Integration Failer Record
#Thu Jan 08 20:30:23 CST
www.eeworm.com/read/334860/12567959
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/147096/12584790
m sfunmem.m
function [sys, x0] = sfunmem(t,x,u,flag)
%SFUNMEM A one integration-step memory block S-function.
%
% This M-file is designed to be used in a SIMULINK S-Function block.
% It performs a one integr