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

搜索资源列表

  1. 用四阶龙格-库塔法解求解微分方程初值问题

    1下载:
  2. 典型的数值分析程序,用四阶龙格-库塔法求解微分方程初值问题-typical numerical analysis procedures, with four bands Runge - Kutta method to solve initial value problems
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2873
    • 提供者:tsibintsibin
  1. n-s

    3下载:
  2. 四阶龙格库塔法求解流体力学-- 关于N-S方程的串行求解源程序-four bands Runge Kutta method hydrodynamics -- on the Navier-Stokes equations to solve the serial source
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4049
    • 提供者:朱天山
  1. vbC12

    0下载:
  2. 用VB实现解常微分方程组 包括定步长四阶龙格-库塔法、自适应变步长的龙格-库塔法、改进的中点法、外推法等-VB solution of ordinary differential equations including fixed step 4-order Runge - Kutta method, adaptive variable step of the Runge - Kutta method to improve the midpoint of the law, such as ex
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4020
    • 提供者:刘立立
  1. 蝴蝶效应与混沌解

    1下载:
  2. 这是一个数值计算程序,主要是用四阶龙格库塔法求解-This is a numerical procedure is mainly used four bands Runge Kutta method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:55341
    • 提供者:袁辉
  1. r_K

    0下载:
  2. 用四阶(定步长)龙格--库塔法求解初值问题,其中一阶微分方程未y =f(x,y)-with four bands (fixed step) Runge -- Kutta method to solve initial value problems, not an order differential equation y = f (x, y)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2974
    • 提供者:付艳卿
  1. 200556122155643

    0下载:
  2. 龙格库塔法解决微分方程Mathematica编译实现。可以解决微分方程,四阶。-Runge - Kutta method to solve differential equations Mathematica compiler to achieve. Differential equations can be solved, four bands.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:166248
    • 提供者:oscar
  1. longer

    1下载:
  2. 龙格库塔法的c语言实现-Runge - Kutta method in C Language
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4304
    • 提供者:张汝成
  1. VB-SijielonggekutaSuanfa

    0下载:
  2. 一次仿真课上作的一个关于龙格库塔法解微分方程的一个VB程序,欢迎与大家交流-a simulation for a class on the one on the Runge - Kutta method of differential equations a VB program, and we welcome the exchange of
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12881
    • 提供者:谷晓松
  1. shuzhijisuan

    1下载:
  2. 基于matlab开发软件 的选择输入类型的数值计算仿真程序 迭代方法包括 1可自启动的4阶龙格库塔法 2需要使用其他方法启动的方法-Matlab-based software development selective types of numerical simulation program including an iterative method can be Since the start of the four-Runge - Kutta method need
  3. 所属分类:matlab例程

    • 发布日期:2018-12-01
    • 文件大小:4032
    • 提供者:郑杰
  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. ParallelclosetoFranceLaunchVehicleTrackinSystem.ra

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

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

    0下载:
  2. 计算方法的七个典型程序。全部都有。拉格朗日插值.cpp 二分法.cpp 高斯.cpp 高斯-赛德尔.cpp 龙贝格.cpp 龙格库塔.cpp 牛顿迭代.c-Method of calculation of the seven typical program. All of them. Lagrange interpolation. Cpp dichotomy. Cpp Gaussian. Cpp Gauss- Seidel. Cpp Rhomberg. Cpp Runge-Kutta. Cpp
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:3785
    • 提供者:wu
  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. 数值分析 c语言代码库

    2下载:
  2. 数值分析 多种C算法代码库 1、离散傅立叶变换与反变换 2。四阶亚当姆斯预估计求解初值问题 3、几种常见随机数的产生 如求[a,b]上的均匀分布、 正态分布、 指数分布 、 拉普拉斯随机分布、瑞利分布、 韦伯分布、 泊松分布等 4、指数平滑法预测数据 5、四阶(定步长)龙格--库塔法求解微分初值问题 精度比欧拉方法高但是感觉依然不理想 6、改进的欧拉方法求解微分方程初值问题 感觉精度比较低 7、中心差分(矩形)公式求导 8、高斯10点法求积分 9、龙贝格法求积分
  3. 所属分类:其它程序

  1. CONTROL

    0下载:
  2. 使用adams法和R-4K法求解微分方程,并且比较精度(Adams method is used to solve differential equations, and the accuracy is compared)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:39936
    • 提供者:呵呵呵12345
  1. 数值分析方法

    0下载:
  2. 数值分析程序,包括4阶龙格库塔,牛顿迭代法, 高斯赛德尔迭代法(Numerical analysis program, including 4 order Runge Kutta, Newton iterative method, Gauss Seidel iterative method)
  3. 所属分类:数学计算

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:Lethcobs
  1. ode3

    0下载:
  2. 三阶定步长龙格库塔法,可解变参微分方程组,亲测可用。。。。(runge-kutta fixed-step)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:旅游001
  1. ode4

    0下载:
  2. 四阶定步长龙格库塔法,可用于变参微分方程组,亲测可用。。。。。(runge-kutta fixed-step)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:旅游001
  1. w2

    0下载:
  2. 利用欧拉法,改进欧拉法,四阶龙格库塔,求解常微分方程(Using the improved Euler Euler method, four order Runge Kutta method for ordinary differential equations.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-18
    • 文件大小:1024
    • 提供者:朱大炮
  1. 自适应变步长的龙格库塔法

    2下载:
  2. 常微分方程的数值解,可用于求解常微分方程,自适应步长的龙格法(Numerical solutions of ordinary differential equations)
  3. 所属分类:其他

« 1 2 3 45 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com