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

搜索资源列表

  1. RK_method

    0下载:
  2. 用matlab编写的龙格库塔法求解常微分方程:数值分析中很经典的代码-a matlab code of rk solve pde
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:428260
    • 提供者:黄琪
  1. Matlab

    0下载:
  2. 这是利用matlab非线性方程求解,包括基于龙格库塔法的Matlab数值积分函数和最小二乘法的Matlab参数辨识-This is the use of nonlinear equations matlab, including parameter identification based on Matlab Matlab Runge-Kutta method of numerical integration of functions and the least squares method
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:23924
    • 提供者:江鸳鹓
  1. Runge-Kutta

    0下载:
  2. 龙格-库塔(Runge-Kutta)方法是一种在工程上应用广泛的高精度单步算法。本程序为4阶龙格-库塔法的matlab文件,用于求解微分方程。-Runge- Kutta (Runge-Kutta) method is a widely used in engineering high-precision single-step algorithm. This program is a 4-order Runge- Kutta method matlab file for solving diff
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:7919
    • 提供者:王海阳
  1. ODE4

    0下载:
  2. 本程序为常微分方程组的通用数值解法。定步长4阶龙格库塔法求解常微分方程组。-This program is universal numerical solution of ordinary differential equations. 4-order fixed step length Runge Kutta method of ordinary differential equations.
  3. 所属分类:Energy industry

    • 发布日期:2017-04-11
    • 文件大小:1122
    • 提供者:laowan
  1. ouhe

    0下载:
  2. 耦合电动机的混沌仿真程序,从用龙格库塔法编程-Chaos simulation program coupled motor, with the Runge-Kutta method from programming
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:787
    • 提供者:张林依
  1. rk_4-(2)

    0下载:
  2. 在matlab上利用乘幂法、龙贝格积分法、高斯赛德尔法、复化梯形法、四阶龙格库塔法处理一些简单的数学问题.-On matlab use power law, Romberg integration, high Sisaideer law, complex trapezoid method, fourth-order Runge-Kutta method to deal with some simple math problems.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:5163
    • 提供者:陈德良
  1. RKG

    0下载:
  2. 求解常微分方程组初值问题的龙格库塔法分析及其C代码-Solving initial value problems of ordinary differential equations Runge-Kutta method analysis and C code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:350633
    • 提供者:章豪
  1. RK

    0下载:
  2. 4阶龙格库塔法,可用于高阶常微分方程计算。压缩包内包含高阶微分方程实例和4阶显式龙格库塔法程序,供大家参考。-4-order Runge-Kutta method
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:552
    • 提供者:iki sure
  1. vbdatm

    2下载:
  2. VisualBasic6.0编写的底排弹内弹道程序注释丰富;底排弹内弹道数值流场仿真计算,程序编译通过可直接运行,并附带结果和图像供参考。像是一个民爆企业的内部火药计算程序,具体的换算关系不是太懂,是别人发过来让分享的VB源码,可用VB6顺利编译。   Module1模块:用于定义全局变量,函数fun()和xztel(),fun函数:用于实现四阶龙格库塔法解微分方程右端子式,xztel函数:用于计算火药特征尺寸-Ballistic rich program notes written in
  3. 所属分类:Windows Develop

    • 发布日期:2016-11-16
    • 文件大小:482304
    • 提供者:bpudn26
  1. rk4sys

    1下载:
  2. 用于求解4阶常微分方程组的龙格库塔法matlab求解函数工具-fourth-order Runge-Kutta for a system of ODEs
  3. 所属分类:Algorithm

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

    0下载:
  2. 龙格库塔法求解常微分方程组,经典算法,值得分享-Runge-Kutta method for solving ordinary differential equations
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:304052
    • 提供者:王鹏
  1. trajectory

    1下载:
  2. 用4阶龙格库塔法求解给定攻角情况下的空地导弹弹道。-to solve a given Angle of attack of the ballistic missile with a four order runge kutta method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1061
    • 提供者:李亨
  1. NewtonIteration

    0下载:
  2. 本文档用Python实现了龙格库塔法和牛顿迭代法,是数值分析学习的有用资料!-This document is implemented in Python a Runge-Kutta method and Newton iteration method, numerical analysis is useful information to learn!
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:802
    • 提供者:jiba
  1. lgkt

    1下载:
  2. 用四阶龙格库塔法求解常微分方程的初值问题,用C语言实现的程序,简单易懂,很好用-Fourth-order Runge-Kutta method for solving initial value problems for ordinary differential equations using C language program, easy to understand, easy to use
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:676
    • 提供者:adsfasdf
  1. lungkuta

    0下载:
  2. 实现四阶龙格库塔法的运算,对于电机瞬态分析有帮助-Achieve fourth-order Runge-Kutta method of calculation for motor transient analysis to help
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:805
    • 提供者:liang
  1. euler.runge-kutta

    0下载:
  2. 欧拉法,龙格库塔法解微分方程的m文件,代码比较简短,但效率挺高。-Euler, Runge-Kutta method for solving differential equations( m file)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2392
    • 提供者:jack
  1. lgktf

    0下载:
  2. 龙格库塔法实际案例,包含VBA编写的源程序。-Runge-Kutta method of actual cases, including the source code written in VBA.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1587
    • 提供者:王阿宝
  1. code

    0下载:
  2. 平面五杆机构动力学分析,龙格库塔法,给两个转矩,得出该运动情况-Kinetic analysis of planar five institutions, Runge-Kutta method, to the two torque, draw the movement
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1919
    • 提供者:DYF
  1. newsnowflake

    0下载:
  2. 精简的雪粒运动,用龙格库塔法来描述运动,在确定网格后,用双线性插值来确定实时雪粒的状态-Snow Grains streamlined movement, Runge-Kutta method used to describe the movement, in determining the grid, with bilinear interpolation to determine the real-time status and snowflakes
  3. 所属分类:JavaScript

    • 发布日期:2017-04-27
    • 文件大小:9971
    • 提供者:陈奕霖
  1. suanfa

    0下载:
  2. 很多的数值求解方法,包括newton多项式拟合、线性插值、龙格库塔法等-A numerical method for solving the many, including the Newton polynomial fitting, linear interpolation method, Runge Kutta method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5348
    • 提供者:晓东
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 22 »
搜珍网 www.dssz.com