代码搜索:integration

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

代码结果 3,762
www.eeworm.com/read/309722/13665797

m c12l3.m

count=0; %H=.01; %Integration interval increased by factor of 1000 to get acceptable run time H=10.; A=2.0926e7; GM=1.4077e16; GAM=0.; ALTNM=1000.; ALT=ALTNM*6076.; XLAM=1.; V=sqrt(GM*XLAM/(
www.eeworm.com/read/303058/13822651

m rk4.m

%RK4 4th order Runge-Kutta integration % % Syntax: % [x,Y] = rk4(f,dt,x,[P1,P2,P3,Y]) % % In: % f - Name of function in form f(x,P(:)) or % inline function taking the same parameters. %
www.eeworm.com/read/407295/11422555

m rk4.m

%RK4 4th order Runge-Kutta integration % % Syntax: % [x,Y] = rk4(f,dt,x,[P1,P2,P3,Y]) % % In: % f - Name of function in form f(x,P(:)) or % inline function taking the same parameters. %
www.eeworm.com/read/251528/12339615

m rk4.m

%RK4 4th order Runge-Kutta integration % % Syntax: % [x,Y] = rk4(f,dt,x,[P1,P2,P3,Y]) % % In: % f - Name of function in form f(x,P(:)) or % inline function taking the same parameters. %
www.eeworm.com/read/233420/14154453

cpp parabolic_equation.cpp

#include "vs.h" int main() { C0 c_t_n(2, (double*)0), c_t_n1(2, (double*)0); { // A. Bode's Integration Formula double weight[5] = {14.0/45.0, 64.0/45.0, 24.0/45.0, 64.0/45.0, 14.0/45.0};
www.eeworm.com/read/288937/3998411

h videodev.h

#ifndef __LINUX_VIDEODEV_H #define __LINUX_VIDEODEV_H #include #include #if 0 /* * v4l2 is still work-in-progress, integration planed for 2.5.x * v4l2 project h
www.eeworm.com/read/109477/15556523

h videodev.h

#ifndef __LINUX_VIDEODEV_H #define __LINUX_VIDEODEV_H #include #include #if 0 /* * v4l2 is still work-in-progress, integration planed for 2.5.x * v4l2 project h
www.eeworm.com/read/163324/10166119

m predict.m

function [xtf,ytf]=predict(tf,xdum,ydum,x1dum,y1dum) %h=.01; %Integration interval increased by factor of 10 to get acceptable running times h=.1; a=2.0926e7; gm=1.4077e16; t=0.; x=xdum; y=ydu
www.eeworm.com/read/233420/14154465

cpp irreducible_formulation.cpp

#include "vs.h" #define L_ 1.0 #define E_ 1.0 #define I_ 1.0 #define f_ 1.0 #define M_ 1.0 int main() { for(int N = 2; N < 4; N++) { // A. Bode's Integration Formula--exact up to 5-th o
www.eeworm.com/read/456288/1606668

js source-entry.js

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