代码搜索:integration

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

代码结果 3,762
www.eeworm.com/read/239704/13260904

f90 lorenz.f90

!Lorenz System : ! dX/dt=-aX+aY ! dY/dt=-XZ+rX-Y ! dZ/dt=XY-bZ !Where a, r, b is parameter coulb be changed in the follow section. !We call on Fourth Runge-Kutta integration method.
www.eeworm.com/read/132649/5911576

readme

NCBI BDB library is a C++ library on top of Berkeley DB C API v 4.1.xx. It works with b-tree based Berkeley DB files. NCBI BDB library implements several key features: - integration with NCBI C++ T
www.eeworm.com/read/339293/12244713

m cola4k2.m

function xprime=cola4(t,X) % sample usage: [t,x]=ode15s('cola4',[0 5000],0.5*ones(1,82)); % % cola4 - Subroutine for simulation using MATLAB integration routine % It calls the distillatio
www.eeworm.com/read/339293/12244748

m cola4.m

function xprime=cola4(t,X) % sample usage: [t,x]=ode15s('cola4',[0 5000],0.5*ones(1,82)); % % cola4 - Subroutine for simulation using MATLAB integration routine % It calls the distillatio
www.eeworm.com/read/339293/12244839

m cola4.m

function xprime=cola4(t,X) % sample usage: [t,x]=ode15s('cola4',[0 5000],0.5*ones(1,82)); % % cola4 - Subroutine for simulation using MATLAB integration routine % It calls the distillatio
www.eeworm.com/read/353615/3084823

h videodev.h

#ifndef __LINUX_VIDEODEV_H #define __LINUX_VIDEODEV_H #include #include #if 1 /* * v4l2 is still work-in-progress, integration planed for 2.5.x * documentation:
www.eeworm.com/read/107173/15612166

c integrate.c

#include #include #define EPS 1.0e-6 #define JMAX 20 /* integrate.c -- integration routines from Numerical Recipes, */ /* converted to double */ /* Date: Tue May 09 09:37:14 PDT 20
www.eeworm.com/read/181563/9245953

kde readme.kde

# # $Id: README.KDE,v 1.1 2000/04/03 06:53:09 reinelt Exp $ # This is the README file for the KDE integration of lcd4linux First: lcd4linux is NO KDE program! But: lcd4linux with the X11-driver
www.eeworm.com/read/397204/8062373

m simp2var.m

function I=simp2var(fsimp,c,d,a,b,m,n) %I=simp2var('fsimp',c,d,a,b,m,n) %Simpson integration for 2 variables %Edit boundaries 'c', 'd', they can be variable. %'a' and 'b' are fixed boundaries
www.eeworm.com/read/209357/4978781

java nametype.java

package org.jamon.integration; import java.util.ArrayList; import java.util.Arrays; import java.util.HashSet; import java.util.Iterator; import java.util.LinkedList; import java.util.List; import jav