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

Search list

[OtherMATLABGUI(ODE)

Description: MATLAB有关的电子书,主要涉及微分方程求解、编程指南、GUI、函数汇总-MATLAB the e-books, mainly related to differential equation solving, programming guides, GUI, function matrix, etc.
Platform: | Size: 997376 | Author: roc woods | Hits:

[Special Effectsode-win32-0.7

Description: 一个3D动态物理引擎,用来仿真模拟真实世界-a 3D dynamic physics engine simulation to the real world
Platform: | Size: 3435520 | Author: | Hits:

[Game Engineode-win32-0.8

Description: 一个非常不错的软件,源代码,为游戏开发节约很多时间-a very good software, the source code for the development of games to save a lot of time
Platform: | Size: 3664896 | Author: xxx | Hits:

[matlabode

Description: matlab codes for solving ODEs, including euler method, RK methods etc, and some examples.
Platform: | Size: 3072 | Author: 刘六 | Hits:

[Mathimatics-Numerical algorithmsProgram

Description: In this example we solve the following single ODE Program Name: RKG-1.FOR (Runge-Kutta-Gill algorithm, fixed step size)
Platform: | Size: 1024 | Author: 王臣 | Hits:

[Game EngineNeoAxisEngineNonCommercialSDK-0.51

Description: neoaxis一款基于ogre,ode,physx,fmod等引擎的3d游戏引擎,是一个俄罗斯的团队做的,有非商业的sdk,更新很快,值得一学.对于学习ogre的中国程序员,很值得去研究.-Based on neoaxis a ogre, ode, physx, fmod, such as engine 3d game engine, is a Russian team do have a non-commercial sdk, update soon, it is worth learning. ogre for learning the Chinese programmer, is worth to study them.
Platform: | Size: 66145280 | Author: 风为 | Hits:

[Shot Gameduohebiancheng

Description: 多核游戏编程 、环境:dirextx 9.0 sdk 、STL、DXUT、多线程、ODE 、AI、等-Multi-core game programming, the environment: dirextx 9.0 sdk, STL, DXUT, multi-threaded, ODE, AI, etc.
Platform: | Size: 16786432 | Author: 未红兵 | Hits:

[Othermatlab_Runge-Kutta-Fehlberg

Description: matlabMATLAB使用龙格-库塔-芬尔格(Runge-Kutta-Fehlberg)方法来解ODE问题。-matlabMATLAB the use of Runge- Kutta- Fehlerg (Runge-Kutta-Fehlberg) approach to the solution of ODE problems.
Platform: | Size: 200704 | Author: Zeal | Hits:

[matlabdaae

Description: 求解二阶微分代数方程组源代码 这是求解二阶微分代数方程组DAE,和纯微分方程ODE的matlab源代码 -Solving second-order differential-algebraic equations for solving the source code This is the second-order differential-algebraic equations DAE, and pure differential equations ODE
Platform: | Size: 7168 | Author: lcp | Hits:

[AlgorithmODE

Description: 常微分方程的数值解法,主要针对Stiff方程组和边值问题。-Numerical Solution of Ordinary Differential Equations, mainly for Stiff Equations and Boundary Value Problems.
Platform: | Size: 3572736 | Author: 夏锦 | Hits:

[GDI-BitmapODE_Joints

Description: ODE是开放,开源的物理引擎,能很好的与OGRE3D渲染引擎结合在一起工作,是Ogre3D开发游戏的初学者的入门物理引擎.比PhysX跟容易上手. 本文档是描述如何在ODE中创建新的物理连接的教程,适合用过ODE的程序员进一步提高水平.-ODE is an open, open source physics engine, can be a very good rendering engine with OGRE3D combine work is the development of the game Ogre3D beginners introductory physics engine. PhysX than with the easy to use. This document is to describe how to create ODE new physical connection of the tutorial, suitable for ODE used to further enhance the level of the programmer.
Platform: | Size: 200704 | Author: minking | Hits:

[OpenGL programSimpleScenes

Description: 一個演示OgreOde裡重要的功能的程式 Ode裡包含的功能幾乎都實現了-A demonstration OgreOde important function in the program Ode contains almost all of the functions realized
Platform: | Size: 1419264 | Author: 陳勁宇 | Hits:

[Game Engine95302940ogreapplayout

Description: Ogre 与 ODE 结合 这个程序介绍如把图形引擎和其他物理引擎结合起来的,比如OGRE和ODE -Ogre and ODE combination of this procedure, introduced as the graphics engine and other physics engine combined with, such as Ogre and ODE
Platform: | Size: 33560576 | Author: lxd | Hits:

[matlabMatlab_ODE_solution

Description: 对matlab ODE的求解进行了详细的分析,并带有详细的例子(代码)可用来练习。-Matlab ODE solution on a detailed analysis, with detailed examples (code) can be used to practice.
Platform: | Size: 439296 | Author: wang | Hits:

[Mathimatics-Numerical algorithmsmtl_ode_sim_RK2ndmethod

Description: CFD(计算流体力学)中ODE下RK(RungeKutta)2的计算编程方法。-CFD (computational fluid dynamics) in the ODE under the RK (RungeKutta) 2 programming method of calculation.
Platform: | Size: 2048 | Author: wang haoyu | Hits:

[3D GraphicOgreOpCode

Description: Ogre OpCode:利用OPCODE库,在OGRE中做精确的碰撞检测(opcode即物理引擎ode使用的库)-Ogre OpCode: use OpCode library at Ogre in to do precise collision detection (opcode that ode physics engine used in the Treasury)
Platform: | Size: 18001920 | Author: roger | Hits:

[matlabnumerical_analysis_homework

Description: (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的微分方程一般可以化为状态空间(STATE SPACE)的低阶微分方程来求解.从微分方程的性态看来,主要是微分方程式一阶导系数大的时候,步长应该选得响应的小些.或者如果问题的性态不是太好估计的话,用较小的步长是比较好的,此外的话Adams多步法在小步长的时候效率比R-K(RUNGE-KUTTA)方法要好些,而精度也高些,但是稳定区间要小些.从初值和边值来看,也是显著的不同的.此外对于非线性常微分方程还有打靶法,胞映射方法等.而对于微分方程稳定性的研究,则诸如相平面图等也是不可缺少的工具.值得提出的是,除了用ode系类函数外,用simulink等等模块图来求解微分方程也是一种非常不错的方法,甚至是更有优势的方法(在应用的角度来说).-(Source code) numerical analysis homework, this docment includes two parts, the first is ordinary differential equations (ODE) of the three examples, the second part is about the expansion of the discussion, including the higher-order ordinary differential & boundary value solution Problems (BVP). the text of the algorithm and numerical examples are based on the Matlab. ODE from the rigid (STIFFNESS) look into the issue of non-rigid and rigid problem, rigid problems (such as large coefficient VDP equation) such as using the always method ODE45 used to solve the problems , efficiency will be low, with ODE15S the other hand, many of the high efficiency. and the usual problem of non-rigid, there will be used to solve ODE45 very good results. Judging from the order can be for high-order differential equations and first-order ordinary differential equations, higher-order differential equations can be transformed into a general state space (STATE SPACE) used to solve the low-order different
Platform: | Size: 351232 | Author: wjl | Hits:

[matlabode

Description: ode routines in matlab
Platform: | Size: 7168 | Author: xyz | Hits:

[GUI DevelopTank_Source_Code

Description: 基于车辆动力学的作战坦克仿真源码,能较真实地模拟车辆的运动性能。-Tank Simulator is a software tool to simulate a battle Tank based on its vehicle dynamics. Vehicle dynamics allow simulations to contain parameters that most clearly approximate the dynamic performance of the vehicle. Tank Simulator is still under development and currently simulates only few vehicle parameters like weight, dimension, velocity, suspension and braking effects. The complete version will be one which will have all the vehicle parameters included and exhibits Track-Terrain interaction. The developmental activity uses a computational engine called Open Dynamics Engine (ODE), which is an industrial standard library to simulate articulated bodies. It provides interactive or real-time simulation. 3D Visual environment of the simulator uses a Graphics Library that is packaged with ODE. Functions have been added to this library to suit to the application’s need. The complete software is packaged as an integrated environment in Visual C++.
Platform: | Size: 1467392 | Author: 王刚 | Hits:

[ActiveX/DCOM/ATLOSG_ODE_BoundingBox

Description: 用2005编写的 osg+ode 事例源码 转载-osg+ode 事例源码+转载
Platform: | Size: 242688 | Author: cyberdstar | Hits:
« 1 23 4 5 6 7 8 9 10 ... 26 »

CodeBus www.codebus.net