搜索资源列表
ode 0.5.rar
- 与图形api无关的物理引擎系统,速度比较快,而且开放源码
ode-0.5
- Open Dynamics Engine,物理/力学模拟的SDK,解决碰撞检测,刚体运动等,非常适合于游戏开发。-Open Dynamics Engine, physical / mechanical simulation of the SDK, solution collision detection, rigid-body movement, is well suited to game development.
bootkitbasic
- 可在系统引导时工作的RootKit,较简单 1) It s very small.The basic framework is just about 100 lines of assembly code.It supports 2000,XP,2003 2) It patches the kernel at runtime(no files are patched on disk).(basic version has this code removed , so as other
zedgraph_v4.5.7
- This distribution of the ZedGraph source code includes two versions: Version 4.5.x is the .Net 1.1 compatible version-This distribution of the source c ZedGraph ode includes two versions : Version 4.5.x is the. Net 1.1 compatible versio n
ode 0.5
- 与图形api无关的物理引擎系统,速度比较快,而且开放源码- The physical engine system has nothing to do with which with graph api, the speed quite is quick, moreover opening source code
99273883ode-0.5
- ODE is an open source, high performance library for simulating rigid body dynamics. It is fully featured, stable, mature and platform independent with an easy to use C/C++ API. It has advanced joint types and integrated collision detection with frict
hompack90.tar
- ! 2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonlinear 3 ! systems of equations by homotopy methods. There are subroutines for 4 ! fixed point, zero finding, and general homotopy curve tracking problems, 5 ! utilizing
CODES
- This file conclude of five codes , four of them in Mathematica program and one in C++. 1. Erk4.nb. this code represent the explicit Runge Kutta method of order four for solving first order ODE. 2. RK45.nb This code represent the Embedded Runge Ku
cvodes-2.5.0.tar
- 可求解微分方程,并进行系统敏感度分析,高性能开源数值计算-numerical algorithm for ODE
5-3-1
- input file of ode 45
ODE-with-Numerical-Methods
- (单步和多步)数值方法求解一阶常微分方程。 方法包括: 1.欧拉方法 2.修的方法 3.四阶龙格库塔方法 4.Adams-Bashforth方法 5.Adams-Moulton方法-Numerical Methods (single step and multi step) for solving First Order Ordinary Differential Equations. Methods included: 1. Euler s Method
matlab 常微分方程数值解法 源程序代码
- 11.1 Euler方法 380 11.1.1 Euler公式的推导 380 11.1.2 Euler方法的改进 383 11.2 Runge-Kutta方法 385 11.2.1 二阶Runge-Kutta方法 385 11.2.2 三阶Runge-Kutta方法 388 11.2.3 四阶Runge-Kutta方法 390 11.2.4 隐式Runge-Kutta方法 391 11.3 线性多步法 392 11.3.1 Adams外推公式