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. 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. 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. 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. 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. Runge-kutta

    0下载:
  2. 龙格库塔案例,怎么用龙格库塔法求解多远微分方程,不是用模块-Runge kutta
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:630
    • 提供者:郭鹏
  1. Computer-Simulation

    0下载:
  2. 基于四阶龙格库塔法,使用visual c++编写界面从而研究发射速度v对卫星轨道的影响。 -study the impact of launch velocity v orbit based on fourth-order Runge-Kutta method, using visual c++ to write the interface.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-27
    • 文件大小:9772032
    • 提供者:张玉曼
  1. Blasius-Equation

    0下载:
  2. 本例为四种求解Blasius平板边界层方程的数值计算方案,欧拉法,改性欧拉法,二阶龙格库塔法和四阶龙格库塔法。为了满足无渗透边界条件,f 位于eta=0处的初值在不同方法下需要进行一定的调整。-This folder contains the matlab programs to solve the Blasius equation for boundary layer of flat plate. There are four numerical methods to solve this p
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2768
    • 提供者:马晨皓
  1. 12

    4下载:
  2. 四阶龙格库塔法解内弹道方程,具有很好的精度,程序通俗易懂-Fourth-order Runge-Kutta method solution trajectory equation for interior_ballstic,
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4556
    • 提供者:zhangyanyan
  1. RungeKutta

    0下载:
  2. 常微分方程组的四阶RungeKutta龙格库塔法matlab实现-Fourth-order Runge-Kutta method matlab RungeKutta of ordinary differential equations to achieve
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:205351
    • 提供者:zhangyanyan
  1. Runge-Kutta

    0下载:
  2. 龙格库塔法的编程,龙格库塔法的编程 -Runge-Kutta method of programming
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:24630
    • 提供者:zhangyanyan
  1. Matlab-rkkt

    0下载:
  2. 基于龙格库塔法的Matlab数值积分函数-Runge-Kutta numerical method based on Matlab integral function
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:830
    • 提供者:毛酷
  1. numerical-analysis-homework

    0下载:
  2. 东大版数值分析上机题作业,包含牛顿迭代法、高斯赛德尔迭代法、龙格库塔法等-Southeast University version of 《numerical analysis 》homework , including the Newton iterative method, high Sisaideer iterative method, Runge-Kutta method
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:67889
    • 提供者:yu
« 1 2 3 4 5 6 7 89 10 11 12 13 14 15 »
搜珍网 www.dssz.com