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

搜索资源列表

  1. sijielonggekutafa

    0下载:
  2. 四阶龙格库塔法 数值计算 C++源码 可直接运行-Fourth-order Runge-Kutta numerical method C++ source code can be run directly
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:186503
    • 提供者:junyi
  1. rk4

    1下载:
  2. Runge-Kutta法中最常用的是:四阶五级变步长算法。德国学者Felhberg对传统Runge-Kutta法进行了改进,得到了四阶五级变步长算法,也叫FRK算法。下面是标准四阶龙格-库塔法的Matlab程序 -Runge-Kutta method most commonly used are: FOURTH ORDER five variable step algorithm. German scholars Felhberg traditional Runge-Kutta method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:691
    • 提供者:李琼阁
  1. Control_System_Simulation

    0下载:
  2. 用MATLAB实现的四种基本数值计算算法,包括欧拉、改进欧拉、四阶龙格库塔、四阶Adams,绘图非常赞-Four basic numerical algorithm of MATLAB, include improved euler euler s fourth order runge kutta fourth-order Adams, drawing praise very much
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:85684
    • 提供者:郑翔
  1. LinearSim

    0下载:
  2. 比较矩形,梯形,和四阶龙格库塔法积分程序-Comparison of rectangular, trapezoidal, and fourth-order Runge-Kutta method integration program
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:581
    • 提供者:xxx
  1. EXP1

    0下载:
  2. 四阶龙格-库塔,姿态角四元数更新算法,坐标系转换去除重力分量-Runge- Kutta attitude angle quaternion algorithm update
  3. 所属分类:transportation applications

    • 发布日期:2017-05-03
    • 文件大小:595377
    • 提供者:wanglei
  1. sijielungekutao

    0下载:
  2. 这是一个四阶龙格库塔的C++源码,供大家学习-This is a fourth-order Runge-Kutta of C++ source.
  3. 所属分类:mathematica

    • 发布日期:2017-04-30
    • 文件大小:227154
    • 提供者:刘红宇
  1. Console1

    1下载:
  2. 系统仿真应用中的四阶龙格库塔法 欧拉法RK法的Fortran程序-System simulation applications in Runge Law Library Tower RK Euler method Fortran program
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:514737
    • 提供者:dike
  1. Matlab

    1下载:
  2. 在MATLAB中通过四阶龙格库塔法求解微分方程组-In the MATLAB through four order runge kutta method to solve differential equations
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:30559
    • 提供者:东风
  1. longgekuta-method

    0下载:
  2. 四阶龙格库塔法求解微分方程,收敛性好,可以求误差。-four step longgekuta method
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:609
    • 提供者:piano
  1. Rongekutta

    0下载:
  2. 龙格库塔算法,用于姿态角的解算,此程序采用四阶龙格库塔法进行计算。-Ronge Kutta algorithm for attitude angle calculation, this procedure using four order Ronge Kutta method.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1432
    • 提供者:liuqiuchen
  1. test

    0下载:
  2. Matalb分别使用分别四阶龙格库塔方法和ode45求解微分方程-Matalb were respectively fourth order Runge-Kutta method for solving differential equations and ode45
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:746
    • 提供者:qu
  1. rk4

    0下载:
  2. 四阶龙格库塔发的实现,程序简单实现,可以很好地理解龙格库塔法-The realization of the four order Runge Kutta. The program is simple to achieve, can be a very good understanding of Runge Kutta method
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:856
    • 提供者:王华
  1. adams

    0下载:
  2. 实现数值分析的阿当姆斯四阶预测校正,用四阶龙格-库塔启动-Achieve numerical analysis ADAMS Fourth- order predictor-corrector with Runge- Kutta start
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:258367
    • 提供者:Wenqian Niu
  1. fourth_order_Runge_Kutta

    0下载:
  2. MATLAB四阶龙格库塔法 求解微分方程数值解 源程序代码-MATLAB fourth-order Runge-Kutta numerical method for solving differential equations solution source code
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:706
    • 提供者:yeliangcheng
  1. 4-runge-kutta

    0下载:
  2. 基于VisioC++的四阶龙格库塔算法的实现,给出了具体实现过程。-The realization of the four order Runge Kutta algorithm based on VisioC++, gives the concrete realization of the process.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:15487
    • 提供者:jordan
  1. RungeKutta

    0下载:
  2. 给出了四阶龙格库塔算法求解微分方程的具体过程和实现方法。- Given the detailed process and method of four order Runge Kutta algorithm for solving differential equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1078
    • 提供者:jordan
  1. longe1

    0下载:
  2. 用四阶龙格库塔算法求解微分方程的具体过程和实现方法。- With the detailed process and method of four order Runge Kutta algorithm for solving differential equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:7657
    • 提供者:jordan
  1. rk4_2

    0下载:
  2. 四阶龙格-库塔(Runge-Kutta)方法是一种在工程上应用广泛的高精度单步算法。本程序为4阶龙格-库塔法的matlab文件,用于 和系统ODE函数对比求解微分方程。-Runge- Kutta (Runge-Kutta) method is a widely used in engineering high-precision single-step algorithm. The procedure for the fourth-order Runge- Kutta method matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:711
    • 提供者:mike
  1. 1234

    0下载:
  2. 四阶龙格库塔求解一阶微分方程使用于求解微分方程,减小误差-Four order Runge Kutta solution of first-order differential equations for solving differential equations, reduce the error
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:889
    • 提供者:李海泉
  1. Runge-Kutta-mathed

    0下载:
  2. 使用四阶龙格库塔计算微分方程,可以调节计算步长!-Using the fourth order runge kutta calculating differential equations, can adjust calculation step!
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1926683
    • 提供者:jiangxiaobin
« 1 2 ... 7 8 9 10 11 1213 14 15 16 »
搜珍网 www.dssz.com