代码搜索:Integration

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

代码结果 3,762
www.eeworm.com/read/365779/9848672

m quadg.m

function int = quadg(fun,xlow,xhigh,tol,trace,p1,p2,p3,p4,p5,p6,p7,p8,p9) %usage: int = quadg('Fun',xlow,xhigh) %or % int = quadg('Fun',xlow,xhigh,tol) %or % int = quadg('Fun',xlow,xhig
www.eeworm.com/read/362071/10020482

sln tsengineqt.sln

Microsoft Visual Studio Solution File, Format Version 8.00 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TSEngineQT", "TSEngineQT.vcproj", "{61005BA8-C52E-4E1E-A65D-43254EC31BB8}" GlobalSect
www.eeworm.com/read/166306/10024409

m quad2dg.m

function [int, tol1,k] = quad2dg(fun,xlow,xhigh,ylow,yhigh,tol,p1,p2,p3,p4,p5,p6,p7,p8,p9) %矩形区域GAUSS积分法 %用法: int = quad2dg('Fun',xlow,xhigh,ylow,yhigh) % % int -- 积分值 % Fun
www.eeworm.com/read/359739/10126556

txt readme.txt

This directory holds patches that are useful for Linux integration. Right now there is only one patched file, yaffs_mtdif2.c. This has been patched with a tweaked version of "Sergey's patch" and typi
www.eeworm.com/read/358694/10181603

m quad2dg.m

function [int, tol1,k] = quad2dg(fun,xlow,xhigh,ylow,yhigh,tol,p1,p2,p3,p4,p5,p6,p7,p8,p9) %矩形区域GAUSS积分法 %用法: int = quad2dg('Fun',xlow,xhigh,ylow,yhigh) % % int -- 积分值 % Fun
www.eeworm.com/read/353896/10406806

m quad2dg.m

function [int, tol1,k] = quad2dg(fun,xlow,xhigh,ylow,yhigh,tol,p1,p2,p3,p4,p5,p6,p7,p8,p9) %矩形区域GAUSS积分法 %用法: int = quad2dg('Fun',xlow,xhigh,ylow,yhigh) % % int -- 积分值 % Fun
www.eeworm.com/read/353255/10459210

m gquad2d.m

function vol = gquad2d(fun,xlow,xhigh,ylow,yhigh,b1,b2,w1) %usage: vol = gquad2d(fun,xlow,xhigh,ylow,yhigh,bpx,bpy,wfxy) % or % vol = gquad2d(fun,xlow,xhigh,ylow,yhigh,nquadx,nquady) % This f
www.eeworm.com/read/353255/10459330

m quadg.m

function int = quadg(fun,xlow,xhigh,tol,trace,p1,p2,p3,p4,p5,p6,p7,p8,p9) %usage: int = quadg('Fun',xlow,xhigh) %or % int = quadg('Fun',xlow,xhigh,tol) %or % int = quadg('Fun',xlow,xhig
www.eeworm.com/read/424281/10469252

c initialise.c

/* integration/initialise.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2007 Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms
www.eeworm.com/read/424063/10500328

m pendan.m

function [ret,x0] = pendan(t,x,u,flag,RefBlock) %PENDAN S-function for making pendulum animation. % % See also: PENDAN.C, PENDDEMO, PENDSETS and PEND0. % Copyright (c) 1990-94 by The MathW