Welcome![Sign In][Sign Up]
Location:
Search - ode

Search list

[Algorithmode

Description: 常微分方程的初值问题、边值问题的算法,代数微分方程常用算法-The initial value problem of ordinary differential equations, boundary value problems for the algorithm, commonly used algorithm of algebraic differential equations
Platform: | Size: 4259840 | Author: xiajinjun | Hits:

[matlabmyeuler_vs_ode45

Description: 比较欧拉公式与matlab的ode方法解微分方程的不同-Comparison of the Euler formula for the ode with matlab different method to solve differential equations
Platform: | Size: 2048 | Author: 侯硕本 | Hits:

[Algorithmode

Description: 基于龙格库塔算法的矩阵微分方程组求解子程序-Runge-Kutta algorithm based on the matrix differential equation solving subroutine
Platform: | Size: 1024 | Author: 清风 | Hits:

[Windows Developode

Description: solution manual of the book ordinary differential equation by zill 3rd edition
Platform: | Size: 3924992 | Author: farhan | Hits:

[matlabFinite_difference_Methods_for_ODE_and_PDE

Description: Finite Difference methods for solution of PDE and ODE. Presented mathematical algoritms for solution of Partial Differential Equations and Ordinary Differential Equations. Matlab codes included in the text.
Platform: | Size: 3164160 | Author: snv | Hits:

[Windows Developdriver.cpp

Description: // This file contains the driver portion of the ode solver. This // portion of the code should be essentially independent of details of // the time stepping method and the particular odes to be solves. The // number of odes is returned by Function_ini(). // // Note that an array U is used to store the dependent variable // (called x in lecture). -////This file contains the driver portion of the ode solver. This// portion of the code should be essentially independent of details of// the time stepping method and the particular odes to be solves. The// number of odes is returned by Function_ini ().//// Note that an array U is used to store the dependent variable// (called x in lecture). //-----------------
Platform: | Size: 1024 | Author: ginny lin | Hits:

[Mathimatics-Numerical algorithmsODE

Description: 多种常微分方程的数值算法程序。包括常用的RungeKutta算符以及Euler算法-A variety of ordinary differential equations of the numerical algorithm of the procedure. Including the operator, as well as RungeKutta commonly used Euler algorithm, etc.
Platform: | Size: 3680256 | Author: 叶飞 | Hits:

[Game EngineODE_Sample

Description: Open Dynamis Engine (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 friction. ODE is useful for simulating vehicles, objects in virtual reality environments and virtual creatures. It is currently used in many computer games, 3D authoring tools and simulation tools. Here are some examples using ODE.
Platform: | Size: 1993728 | Author: Vinh | Hits:

[Windows Develop99273883ode-0.5

Description: 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 friction. ODE is useful for simulating vehicles, objects in virtual reality environments and virtual creatures. It is currently used in many computer games, 3D authoring tools and simulation tools.
Platform: | Size: 1763328 | Author: laoqian | Hits:

[Windows Developode-0.11

Description: ODE是工业级的仿真刚体动力的函数库,如地面车辆等,内建碰撞检测。-A free, industrial quality library for simulating articulated rigid body dynamics- for example ground vehicles, legged creatures, and moving objects in VR environments. It s fast, flexible & robust. Built-in collision detection.
Platform: | Size: 2370560 | Author: 张玉刚 | Hits:

[DirextXfsource

Description: Engine Introduction Many people have asked me for the DirectX demo C++ source code, so here it is. The Demo framework I ve build for creating the demos consist of the following components: * Kernel system, with scene manager, camera and simple culling. * Model loading (.x files) and collision detection. I ve made my models with Delgine and exported to .x file. * The usual frustum, resource, log classes etc. * Rendering with HLSL shader (no fixed function pipeline drawing). * Cube and stencil shadows. Environment mapping onto object. * Settings manager for parsing simple setup data from text file. * HUD elements and UI buttons. * Simple emitter system for smoke and fire effects. * Screen distort effects (haze effects etc). * Skybox and clouds, just to avoid a blue/black background. * ODE physic integration so we can throw around with simple objects. * TODO: Skinning animations, add level editor, and a lot more ...
Platform: | Size: 17540096 | Author: bokyaw | Hits:

[OtherODE.and.PDE.Routines.inC.Cpp.Fortran.Java.Maple.a

Description: ODE and PDE Routines in C.C++.Fortran.Java.Maple.and MATLAB
Platform: | Size: 1211392 | Author: Q | Hits:

[Mathimatics-Numerical algorithmsRUNGE

Description: solution of linear ODE by SHOOTING method Runge kutta
Platform: | Size: 1024 | Author: on | Hits:

[matlablyapunov

Description: Lyapunov exponent calcullation for ODE-system. The alogrithm employed in this m-file for determining Lyapunov exponents was proposed in A. Wolf, J. B. Swift, H. L. Swinney, and J. A. Vastano, "Determining Lyapunov Exponents from a Time Series," Physica D, Vol. 16, pp. 285-317, 1985. For integrating ODE system can be used any MATLAB ODE-suite methods. This function is a part of MATDS program - toolbox for dynamical system investigation See: http://www.math.rsu.ru/mexmat/kvm/matds/
Platform: | Size: 4096 | Author: b | Hits:

[VC/MFC3

Description: ODE游戏引擎,很著名的游戏引擎,可扩展性高。希望对大家有帮助。-ODE game engine, it is well-known game engine, scalability, high. We want to help.
Platform: | Size: 2630656 | Author: 翁逍逍 | Hits:

[Othermatlabnumericalode

Description: Numerical Methods for ODE in MATLAB MATLAB has a number of tools for numerically solving ordinary differential equations. We will focus on one of its most rudimentary solvers, ode45, which implements a version of the Runge–Kutta 4th order algorithm. (This is essentially the Taylor method of order 4, though implemented in an extremely clever way that avoids partial derivatives.) For a complete list of MATLAB’s solvers, type helpdesk and then search for nonlinear numerical methods.
Platform: | Size: 57344 | Author: 送客 | Hits:

[matlabode_suite

Description: MATLAB中用于解常微分方程序的算法解释。-matlab ode suite
Platform: | Size: 380928 | Author: shuyi | Hits:

[Otherode

Description: ode problemds in mathematic
Platform: | Size: 1024 | Author: mass | Hits:

[Otherode

Description: userguide for solving odes with matlab for students
Platform: | Size: 177152 | Author: ali | Hits:

[AlgorithmODE

Description: 这个例子演示了如何使用这两个公式的字符串模式的多态性常微分方程求解器。-This example demonstrates how to use the polymorphic ODE solver in both Formula String mode and VI mode.
Platform: | Size: 83968 | Author: guan | Hits:
« 1 2 34 5 6 7 8 9 10 ... 26 »

CodeBus www.codebus.net