搜索资源列表
cal_direct
- 用龙格-库塔法直接解算微分方程,程序中的例子是求解10个线性微分方程组-using the Runge - Kutta method direct solution differential equations, the procedures for example is 10 linear equations
MissileTrajectorySimulation
- 通用弹道仿真计算程序V1.0 本程序包为vxLand提供的经典版的通用导弹、炮弹、火箭弹等的弹道仿真计算程序,适 用于无控*,用户可以需要根据加入三点法、比例导引等导引方法,修改、扩充成相 应的有控、制导模拟仿真弹道程序。 程序包中MissileTrajectorySimulationRk.h的rk()是经典的4阶龙格库塔方法求常微分 方程的数值算法的函数子程序,大家可参考使用。 MissileTrajectorySimulation
danbai
- 本程序以自然界最平常的单摆现象为案例,利用计算机仿真中的典型四阶龙格-库塔法进行仿真,通过C语言的图形显示功能函数加以显示,实现C语言教学、计算机仿真教学与大学物理运动学知识的有机结合,理解简单应用系统的构思方法和实现方法。
fuchitu
- 老虎吃兔子是一个典型的非线性系统,当老虎数量多的时候,兔子就容易被吃,兔子数量减少,兔子数量较少,老虎捕兔困难,老虎就饿死,老虎数量减少后,兔子繁殖加快,从而使得兔子数量增加,老虎捕食又变得容易了。利用C语言编程、利用4阶龙格-库塔法就可验证老虎与兔子的非线性生态现象。
longgekuta.《系统仿真导论》
- 针对肖田元教授所著的《系统仿真导论》中龙格库塔法参考程序研究生很难看懂的现象,我加上了注释,使初学者能把学习算法和编写程序对应起来,从而可以有效地掌握算法的实现,对于用龙格库塔法进行在线实时仿真、建模、最优控制及自适应控制的教学有意义。,Professor Xiao Tianyuan for the book " Introduction to System Simulation," in reference to Runge-Kutta method is difficu
RK
- 龙格库塔方法,简单的算法,思路清晰,可以轻松获取-RK method, a simple method which is signicant for the learner,!!!!!!!!!! it is easy to understand
ODE4
- 本程序为常微分方程组的通用数值解法。定步长4阶龙格库塔法求解常微分方程组。-This program is universal numerical solution of ordinary differential equations. 4-order fixed step length Runge Kutta method of ordinary differential equations.
dandao2
- 大气中的火箭弹道模拟,考虑空气阻力因素,用4阶龙格库塔解运动方程-Atmospheric rocket trajectory simulation, considering air resistance factor, with fourth-order Runge-Kutta solution of the equations of motion
Ns2d-Kumplat-YSIM-YAROE
- NS方程通量分裂 - 程序,显式:龙格 - 库塔,隐:LINE高斯 - 赛德尔- NS equation FLUX SPLITTING- SPIELPROGRAMM EXPLICIT : RUNGE-KUTTA IMPLICIT : LINE GAUSS-SEIDEL
CXU
- 龙格库塔法解简单运动方程-Solving simple equations of motion Runge-Kutta
program
- 采用matlab编写的常微分方程的数值解法,有算例,以及改进龙格库塔方法。-The numerical solution of ordinary differential equation by using Matlab prepared, with examples, and the improvement of the Runge Kutta method.
1-dof-fsi
- 基于龙格库塔的单自由度流固耦合udf(fluent动网格)-Based on single degree of freedom of runge kutta fluid-structure coupling udf dynamic grid (fluent)
huojianyunzainengli
- 使用龙格库塔法求解微分方程,建立火箭模型,大气密度用函数计算,对比两种改进型的高度,速度及距离随时间的变化规律。-Using the Runge-Kutta method to solve differential equations, build model rockets, air density is calculated using the function, comparison of the two modified height, speed and distance variat
MATLAB_dianjiqidong
- 异步电机的启动仿真,用4阶龙格库塔法完成,matlab编程实现。-4 order Runnge_Kuttar
EXP1
- 四阶龙格-库塔,姿态角四元数更新算法,坐标系转换去除重力分量-Runge- Kutta attitude angle quaternion algorithm update
rongerKUTA
- 龙格库塔法求解常微分方程,matlab程序,解决速率方程的计算(Runge-Kutta method for solving ordinary differential equations, matlab program, to solve the calculation of the rate equation)
Runge-kutta 解决二阶实际问题程序
- C语言编程四阶龙格库塔法解二阶常微分方程(C Language Programming Fourth Order Runge-Kutta Method for Solving Second Order Ordinary Differential Equations)