CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 龙格库塔法

搜索资源列表

  1. duffingRK4

    0下载:
  2. Dunffing 方程 采用4阶龙格库塔法解-Dunffing function by Rk4
  3. 所属分类:Algorithm

    • 发布日期:2017-12-07
    • 文件大小:541
    • 提供者:wangbo
  1. RKF45

    0下载:
  2. 四级五阶龙格库塔法,加了步长自适应。里面自带了测试程序-failed to translate
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:4139
    • 提供者:刘云飞
  1. RK

    1下载:
  2. 龙格库塔法源码 解决问题的matlab例程-Runge-Kutt ode45
  3. 所属分类:matlab

    • 发布日期:2017-03-18
    • 文件大小:1024
    • 提供者:毛俊
  1. RK

    0下载:
  2. 用经典四阶龙格库塔法解一阶线性微分方程。-This program is to solve the initial value problem of following system
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:857
    • 提供者:devilcao
  1. p

    2下载:
  2. 使用四阶龙格库塔法求解内弹道方程,得出二级轻气炮各项参数-Fourth-order Runge-Kutta method to solve ballistic equations, draw the two-stage light gas gun, the parameters of the
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:174140
    • 提供者:陶程
  1. SIJIELON

    0下载:
  2. 四阶龙格库塔法解方程组,很好用,只需在txt文件下修改参数,通用性很好-Fourth-order Runge-Kutta method for solving equations, well, just txt file to modify the parameters, a good general
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:254736
    • 提供者:郭国化
  1. daba

    0下载:
  2. 用四阶龙格库塔法解决常微分方程边值问题,具体来说就是打靶问题-The fourth-order Runge-Kutta method to solve ordinary differential equations, specifically targeting the problem
  3. 所属分类:assembly language

    • 发布日期:2017-11-14
    • 文件大小:649
    • 提供者:刘雯
  1. Rongekutta

    1下载:
  2. 求解陀螺仪的姿态角,采用四元素的四阶龙格库塔法求解,含姿态初始四元素的确定。-Solving gyro attitude angle, using the four elements of the fourth-order Runge-Kutta method to solve, including the initial four elements determined attitude.
  3. 所属分类:matlab

    • 发布日期:2016-05-19
    • 文件大小:1024
    • 提供者:bojue
  1. QuaternionRongekutta

    0下载:
  2. 求解陀螺仪的姿态角,采用四元素的四阶龙格库塔法求解。-Solving gyro attitude angle, using the four elements of the fourth-order Runge-Kutta method to solve.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-09
    • 文件大小:659
    • 提供者:bojue
  1. matlab-nav

    0下载:
  2. 根据四元数法和四阶龙格--库塔法进行导航解算matlab代码,并绘画出导航解算后的飞行轨迹图 包含.xls格式或.mat格式的数据文件中的数据 及详细报告-According quaternion method and fourth-order Runge- Kutta method for navigation solver, and figured out the navigation solution after the flight path map contains. Xls form
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:94686
    • 提供者:wangxun
  1. 20030613

    0下载:
  2. 龙格库塔法ode是专门用于解微分方程的功能函数,他有ode23,ode45,ode23s等等,采用的是Runge-Kutta算法。ode45表示采用四阶,五阶runge-kutta单步算法,截断误差为(Δx)3。解决的是Nonstiff(非刚性)的常微分方程.是解决数值解问题的首选方法,若长时间没结果,应该就是刚性的,换用ode23来解.-Runge-Kutta method is designed for solving differential equations ode performan
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:481061
    • 提供者:ricky
  1. RK4

    0下载:
  2. 龙格-库塔法1、2、4阶代码,如果想要仿真其他函数,可以在代码中改-Runge- Kutta method 1,2,4-order code, if you want to emulate other functions, you can change the code
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:273615
    • 提供者:michael
  1. hanshufangcheng

    0下载:
  2. 都是matlab中经典的函数与方程代码,如埃特金插值,复合求积公式,用欧拉法求一阶常微分方程的数值解,龙格库塔法等-All matlab functions and equations of classical code, such as Aitken interpolation, composite quadrature formula, the first-order Euler method for the numerical solution of ordinary differenti
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:24435
    • 提供者:雷霆
  1. Second-Order-Runge-Kutta-Code

    0下载:
  2. 二阶微分方程组,采用龙格库塔法求解,将二阶降为一阶之后在求解。-Second-order differential equations, using the Runge-Kutta method to solve the second-order reduced to an order after solving.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:310419
    • 提供者:程控
  1. Lorenz

    3下载:
  2. 常微分方程组的四阶龙格库塔法求解洛伦兹方程-The fourth-order ordinary differential equations Runge-Kutta method for solving the Lorentz equation
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:648
    • 提供者:蔡琰
  1. ppm

    0下载:
  2. 常微分方程组的四阶龙格库塔法求解捕食者问题-The fourth-order ordinary differential equations Runge-Kutta method to solve the problem predators
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:630
    • 提供者:蔡琰
  1. dandao1

    0下载:
  2. 该程序段有助于解决微分方程组的求解,所用的方法为龙格库塔法-The block can help to solve the solution of differential equations, the method used for the Runge-Kutta method
  3. 所属分类:assembly language

    • 发布日期:2017-11-27
    • 文件大小:21935
    • 提供者:欧阳利勇
  1. 1673

    0下载:
  2. matlab仿真微分方程,分别用欧拉法,改进欧拉法,龙格库塔法,四阶adams显式隐式算法对比精度。-matlab simulation of differential equations, respectively, with Euler, improved Euler method, Runge-Kutta method, fourth-order implicit algorithm adams explicit comparison accuracy.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:30814
    • 提供者:王帅
  1. LORENZ

    1下载:
  2. 四阶龙格库塔法解lorenz方程的小程序(FORTRAN)-Fourth-order Runge-Kutta method for solving equations applet lorenz(FORTRAN)
  3. 所属分类:Other windows programs

    • 发布日期:2015-06-15
    • 文件大小:218112
    • 提供者:wawngwenxiang
  1. eluar

    1下载:
  2. 解微分方程的欧拉法,龙格-库塔法及其 MATLAB 简单 实例欧拉方法(Euler method)用以对给定初值的常微分方程(即初值问题)求解 分为前进 EULER 法、后退 EULER 法-Solution of differential equations of Euler, Runge- Kutta method and MATLAB simple example Euler (Euler method) for a given initial value ordinary differe
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:517
    • 提供者:harmanhe
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 22 »
搜珍网 www.dssz.com