CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 龙格-库塔

搜索资源列表

  1. runge_kutta

    1下载:
  2. 本文用龙格库塔法求解了不拉休斯解。龙格库塔法是求解高阶微分方程的有力工具,本文对龙格库塔方法作了简要介绍,并附上了matlab源程序。-in this paper a runge_kutta method was used to slove the blasius equation in the environment of matlab.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:29450
    • 提供者:黄明
  1. mimu

    5下载:
  2. 自己仿真的四元数法的龙格库塔的姿态解算matlab仿真-Their simulation method quaternion attitude Runge-Kutta solver matlab simulation
  3. 所属分类:matlab

    • 发布日期:2017-03-18
    • 文件大小:830
    • 提供者:wbl
  1. mainc

    1下载:
  2. 在c++环境下的计算方法程序源代码,包含LU分解,迭代法,二分法,复合梯形公式,简单迭代法,龙贝格公式,最小二乘法拟合,四阶龙格库塔公式,辛普森公式和主元消去法-C++ environment in the calculation of the next source code, including LU decomposition, iterative method, dichotomy, composite trapezoidal formula, a simple iterative me
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2718461
    • 提供者:shz
  1. shuzhijifen

    0下载:
  2. 基于VC环境的面向方程的数值积分算法,本程序以卫星在空中运行的运动方程为例,采用四阶-龙格库塔算法解微分方程,以bmp图片给出输入参数和界面,很好的阐述了如何利用四阶-RK解微分方程-VC-based environment equation-oriented numerical integration method, this program runs the satellite equations of motion in the air, for example, using fourth
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:211866
    • 提供者:俞峻
  1. Fourth-orderRungeKutta-rule

    0下载:
  2. 四阶龙格-库塔法则求解微分方程,四阶龙格-库塔法则求解微分方程-Fourth-order Runge- Kutta rule for solving differential equations, fourth-order Runge- Kutta rule for solving differential equations
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:750
    • 提供者:田田
  1. ParallelclosetoFranceLaunchVehicleTrackinSystem.ra

    3下载:
  2. 平行接近法跟踪运载火箭系统拦截弹做匀速率运动。里面微分方程是用欧拉法求解的,为了提高精确度,改成四阶龙格库塔法-Parallel close to France Launch Vehicle Tracking System
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:25937
    • 提供者:zhxzhx
  1. Three-pointmethodLaunchVehicleTrackingSystem

    0下载:
  2. 三点法跟踪运载火箭系统跟踪目标弹作匀速直线运动,拦截弹做匀速率运动。里面微分方程是用欧拉法求解的,为了提高精确度,改成四阶龙格库塔法-Tracking system to track the target missile launch vehicle for uniform linear motion, interceptor uniform rate of movement to do. Which is Euler' s method for solving differential
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:22026
    • 提供者:zhxzhx
  1. rk4

    1下载:
  2. 龙格库塔四阶方法,matlab编程,仅供参考-Runge-Kutta fourth-order method, matlab programming, reference
  3. 所属分类:matlab

    • 发布日期:2017-03-18
    • 文件大小:20171
    • 提供者:江冬
  1. marunge4gh

    1下载:
  2. 1 用途:4阶经典龙格库塔格式解常微分方程y =f(x, y), y(x0)=y0 格式:[x, y]=marunge4(dyfun,xspan,y0,h) dyfun为函数f(x,y), xspan为求解区间[x0, xn], y0为初值, h为步长, x返回节点, y返回数值解 2 用途:用LU分解法解方程组Ax=b -1 Uses: 4-order classical Runge-Kutta solution of ordinary differential
  3. 所属分类:Algorithm

    • 发布日期:2017-03-18
    • 文件大小:860
    • 提供者:huanhuan
  1. changweifenfangchengshuzhijie

    0下载:
  2. 自编常微分方程初值问题的常用算法,包括折线法、改进欧拉法、4阶龙格-库塔法-Self-compiled initial value problems of ordinary differential equations commonly used algorithms, including the broken line method, improved Euler' s method, 4-order Runge- Kutta method
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:301047
    • 提供者:袁堂飞
  1. marungemaspline

    0下载:
  2. 4阶经典龙格库塔格式解常微分方程y =f(x, y), y(x0)=y0 marunge4 用途:三阶样条插值(一阶导数边界条件)maspline-w
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1392
    • 提供者:wangsizhao
  1. GRKT10

    0下载:
  2. 最常用的四阶龙格—库塔法求解一阶常微分方程的C语言实现方法-The most commonly used fourth-order Runge- Kutta method for solving a first-order ordinary differential equations of the C language implementation method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:998
    • 提供者:赵新宇
  1. Runge_Kutta

    0下载:
  2. 这是大学数值分析的实验——龙格库塔格算法的源码,帮助大家学习和掌握龙格库塔算法!-This is the University analysis of the experiment- Long Gekutage algorithm source code, to help you learn and master the Runge-Kutta algorithm!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:141827
    • 提供者:
  1. differentialequations

    0下载:
  2. 本源码为原创代码。包含分别用改进欧拉方法、龙格-库塔法、阿当母斯法求解形如y =f(x,y)的常微分方程的源代码。希望对用到数值计算算法的起帮助作用。-The source for the original code. Included were the improved Euler method, Runge- Kutta method, Adam mother there method of the form y ' = f (x, y) of ordinary differentia
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:102180
    • 提供者:风流云散
  1. sijielonggekutafajieyijiechangweifenfangcheng

    0下载:
  2. 本程序是用Visual Biasic 实现用四阶龙格-库塔方法对一阶常微分方程(其通式为dy/dx=m-qx(m,q为常数))求解,并用点表示出各函数值在坐标轴上的位置。 龙格-库塔(Runge-Kutta)方法是一种高精度的单步法,比欧拉格式更精确,它采用了间接使用泰勒级数的技术。他既保留了泰勒公式的精度高的特点又避免过多的计算导数值。他是有泰勒公式推倒出的,因此它要求所求的解应具有较好的光滑性。 坐标表示其位置,这样可以直观的看出不用微分方程解的位置以及它们的联系。 -This
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:4361
    • 提供者:天云
  1. stochasticresonance

    0下载:
  2. 随机过程的改进代码,使用龙格-库塔算法计算输出信号和输出功率谱,研究双稳态系统必备.-Random process of improving the code, using the Runge- Kutta algorithm to calculate the output signal and the output power spectrum of bistable systems essential.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2014-02-21
    • 文件大小:753
    • 提供者:kel
  1. Runge-Kutta

    1下载:
  2. 龙格-库塔法(Runge-Kutta)是用于模拟常微分方程的解的重要的一类隐式或显式迭代法。-Runge- Kutta method (Runge-Kutta) is used to simulate the ordinary differential equations of an important class of implicit or explicit iterative method.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-25
    • 文件大小:1408
    • 提供者:张勇
  1. LGKT4

    1下载:
  2. 四阶龙格库塔法解一阶二元微分方程 应用于数值计算-Fourth-order Runge-Kutta method for solving a class of binary differential equations for numerical calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-18
    • 文件大小:1024
    • 提供者:多娇
  1. 89346499sr

    1下载:
  2. 产生随机共振现象的输入输出信噪比曲线,运用龙格库塔算法求解朗之万方程,进而实现随机共振系统-the realization of stochastic resonance systems
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3031
    • 提供者:joy
  1. rk4

    0下载:
  2. 改进的四阶龙格库塔算法,Improved fourth-order Runge-Kutta algorithm另带独立分量法程序-Improved fourth-order Runge-Kutta algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4542
    • 提供者:xiayue
« 1 2 34 5 6 7 8 9 10 ... 27 »
搜珍网 www.dssz.com