CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - Runge kutta method

搜索资源列表

  1. Rossler

    0下载:
  2. Rossler方程在一定的初直下是混沌的,用四阶龙格库塔方法画出系统状态图-Rossler equation is straight down at the beginning of a certain chaos, with fourth-order Runge-Kutta method to draw the system state diagram
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:11119
    • 提供者:张玉
  1. jidianzantai

    0下载:
  2. 用于计算电力系统的机电暂态,采用龙格库塔法,可计算三相短路,两相短路等故障问题。-Used to calculate the electrical power system transient, using the Runge-Kutta method, calculate the three-phase short-circuit, two-phase short circuit failure.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:2946
    • 提供者:melonma
  1. main

    8下载:
  2. 导弹弹道仿真计算程序,采用四阶龙格库塔法,为研究导弹弹道仿真提供有效计算方法-Missile trajectory simulation program, using fourth-order Runge-Kutta method for the study of the missile trajectory simulation provides an effective method
  3. 所属分类:matlab例程

    • 发布日期:2013-08-09
    • 文件大小:2512
    • 提供者:mali
  1. delaunay-tri

    0下载:
  2. 用vba在word里编了一个画网格的程序。这个程序需要grid.dat保存在相同的目录下(和这个word文件) 生成了我的台阶流场。参看上传的附件。 -Using vba in word, made ​ ​ up a painting of the grid program. This program needs grid.dat stored in the same directory (word document) Generate the ste
  3. 所属分类:Grid Computing

    • 发布日期:2017-03-27
    • 文件大小:10967
    • 提供者:刘刚
  1. 用四阶龙格库塔法求解

    3下载:
  2. 用四阶龙格库塔法求解一阶微分方程组的通用程序,C++编写-Fourth-order Runge-Kutta method for solving a common procedure order differential equations, C++ writing
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-11-10
    • 文件大小:301274
    • 提供者:成晓东
  1. RungeKutta

    0下载:
  2. 龙格库塔方法,四阶,求解一个方程,可控精度,实现很直观,扩展性强。-Runge-Kutta method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1226
    • 提供者:tingwhang
  1. chuas

    1下载:
  2. 本代码是由matlab实现蔡氏电路的混沌仿真,采用的是四阶龙格-库塔方法,比较简便。-This code is a matlab implementation of the chaotic Chua' s circuit simulation, using a fourth order Runge- Kutta method, more simple.
  3. 所属分类:matlab例程

    • 发布日期:2017-05-23
    • 文件大小:639
    • 提供者:linli
  1. mti_calibrated

    5下载:
  2. 一个非常全面的捷联惯导程序,包含了从初始对准、初值的设定,四元素的四阶龙格库塔法更新,对速度微分方程和位置方程分别用龙格库塔法和欧拉角法求解-A very comprehensive program SINS, including from the initial alignment, initial set, the four elements of the fourth order Runge-Kutta method updates the location of the speed di
  3. 所属分类:matlab例程

    • 发布日期:2017-04-10
    • 文件大小:2940
    • 提供者:苏钰
  1. 2007511145848565_136Z_Com

    1下载:
  2. 四阶龙格库塔法求解微分方程,Visual C++ 环境下编译-4RK typical numerical analysis procedures, with four bands Runge- Kutta method to solve initial value problems
  3. 所属分类:Algorithm

    • 发布日期:2015-05-28
    • 文件大小:223809
    • 提供者:lvwei
  1. rungekuttaC

    1下载:
  2. 龙格库塔法;用C++语言编写的龙格库塔法解微分方程组。-Runge-Kutta method with C++ languages Runge-Kutta method for solving differential equations.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2012-11-11
    • 文件大小:207825
    • 提供者:王海罗
  1. c

    0下载:
  2. c语言求解四阶龙格库塔法的算法源代码,例子:某一地区的病菌传染,三种人员的人数的状态方程,即可能受传染的人数x1,已被传染的病的人数x2,及已治愈的人数x3,并假设他们是因接触而传染。-c language for solving fourth-order Runge-Kutta method algorithm source code, example: a certain area of the bacteria infection, the number three state equat
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:4144
    • 提供者:邢庆河
  1. rungekutta

    0下载:
  2. 用runge-kutta方法求解微分方程-Using runge-kutta method for solving differential equations
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2949
    • 提供者:刘情操
  1. DifferentialEquation

    0下载:
  2. 利用龙格库塔法(等步长,变步长)计算椭圆方程,双曲线方程,抛物线方程等。对各类微分方程进行数值计算。-The use of Runge-Kutta method (such as step, variable step size) calculated elliptic equations, hyperbolic equations, such as parabolic equation. Various types of differential equations for numerical
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:299225
    • 提供者:袁昌明
  1. mtl_ode_sim_RK2ndmethod

    1下载:
  2. CFD(计算流体力学)中ODE下RK(RungeKutta)2的计算编程方法。-CFD (computational fluid dynamics) in the ODE under the RK (RungeKutta) 2 programming method of calculation.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2737
    • 提供者:wang haoyu
  1. GRKT10

    0下载:
  2. 龙格-库塔法,数值分析中求解微分方程的方法。-Runge- Kutta method, numerical analysis methods for solving differential equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1052
    • 提供者:杜波
  1. RK

    0下载:
  2. 龙格库塔法方法的全面介绍。不同龙格库塔法方法,获取不同精度计算结果-Runge-Kutta method of a comprehensive approach. Different methods of Runge-Kutta method to obtain different results accuracy
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:107290
    • 提供者:王炜哲
  1. changdu

    0下载:
  2. 利用龙格库塔法解光波导激光器的重叠因子的传输方程,从而得到输出功率-Runge-Kutta method using optical waveguide laser solutions overlap factor of the transfer equation, thus the output power
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1002
    • 提供者:jetleng
  1. 123

    0下载:
  2. 微型惯性测量组合(MIMU:Micro-inertial measurement unit)是国际上近年来发展起来的新技 术,作为一种不依赖任何外部信息,也不向外部辐射能量的自主式系统-Abstract:The Micro strapdown inertial measurement unit System are introduced, attitude algorithm and Kalman filtering equation of parameter identifying
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:114341
    • 提供者:曲雪
  1. fr

    0下载:
  2. Write a Matlab program which solves the initial value problem y  = (xy − y2)/x2, y(1) = 2, by the order four Runge-Kutta method, over the interval [1, 3] using steps of h = 1/128. The exact solution to this problem is given by y(x) = x/
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-22
    • 文件大小:742
    • 提供者:liuzhenghao
  1. code

    0下载:
  2. 分别用改进的Euler方法和四阶Runge-Kutta方法求解。 -Were improved Euler method and fourth-order Runge-Kutta method.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:561
    • 提供者:娜娜
« 1 2 3 4 5 6 78 9 10 11 12 ... 25 »
搜珍网 www.dssz.com