代码搜索:integration

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

代码结果 3,762
www.eeworm.com/read/456288/1606705

js tags.js

/* * JavaScript Integration Framework * License LGPL(您可以在任何地方免费使用,但请不要吝啬您对框架本身的改进) * http://www.xidea.org/project/jsi/ * @author jindw * @version $Id: tags.js,v 1.2 2008/02/19 12:54:00 jindw
www.eeworm.com/read/456288/1606706

js file-info.js

/* * JavaScript Integration Framework * License LGPL(您可以在任何地方免费使用,但请不要吝啬您对框架本身的改进) * http://www.xidea.org/project/jsi/ * @author jindw * @version $Id: file-info.js,v 1.7 2008/03/15 08:59:26
www.eeworm.com/read/456288/1606708

js package-parser.js

/* * JavaScript Integration Framework * License LGPL(您可以在任何地方免费使用,但请不要吝啬您对框架本身的改进) * http://www.xidea.org/project/jsi/ * @author jindw * @version $Id: fn.js,v 1.5 2008/02/24 08:58:15 jindw E
www.eeworm.com/read/456288/1606709

js load-suite.js

/* * JavaScript Integration Framework * License LGPL(您可以在任何地方免费使用,但请不要吝啬您对框架本身的改进) * http://www.xidea.org/project/jsi/ * @author jindw * @version $Id: loader-test.js,v 1.3 2008/02/19 13:39:0
www.eeworm.com/read/456288/1606710

js fn.js

/* * JavaScript Integration Framework * License LGPL(您可以在任何地方免费使用,但请不要吝啬您对框架本身的改进) * http://www.xidea.org/project/jsi/ * @author jindw * @version $Id: fn.js,v 1.5 2008/02/24 08:58:15 jindw E
www.eeworm.com/read/299343/3853388

m chap1_13.m

%Integration Separation PID Controller clear all; close all; ts=20; %Delay plant sys=tf([1],[60,1],'inputdelay',80); dsys=c2d(sys,ts,'zoh'); [num,den]=tfdata(dsys,'v'); u_1=0;u_2=0;u_3=0;u
www.eeworm.com/read/449781/1673937

m chap1_7.m

%Integration Separation PID Controller clear all; close all; ts=20; %Delay plant sys=tf([1],[60,1],'inputdelay',80); dsys=c2d(sys,ts,'zoh'); [num,den]=tfdata(dsys,'v'); u_1=0;u_2=0;u_3=0;u
www.eeworm.com/read/471742/6888644

m ellipso.m

%ellipso.m calculates an ellipsoid's inertia tensor, & mass %numerically, also plots it in 3d %Ellipsoid: (x-x0)^2/a^2+(y-y0)^2/b^2+(z-z)^2/c^2=1 %uses Simpson's rule for 3d integration clear; a=
www.eeworm.com/read/313086/3646459

entries

/Defs.make/1.1/Sat Aug 6 12:02:24 2005// /Rules.make/1.1/Sat Aug 6 12:02:24 2005// /Rules.release/1.1/Sat Aug 6 12:02:24 2005// /integration.patch/1.1/Fri Aug 5 17:02:29 2005// /lwip.patch/1.1/Fri
www.eeworm.com/read/202630/15377500

c main-mpi1.c

/* $Id: main-mpi1.c,v 1.2 2005/06/20 03:28:52 zlb Exp $ */ /* 递归方式自适应数值积分MPI主程序:均匀区间划分 */ #include #include #include #include "mpi.h" #include "integration.h" #include