搜索资源列表

  1. gjEuler

    0下载:
  2. 这是改进的欧拉算法源码-This is an improved Euler algorithm source code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:842
    • 提供者:李真婷
  1. eulerpro

    0下载:
  2. 用改进的欧拉方法求解初值问题,其中一阶微分方程未y =f(x,y)-Improved Euler method to solve initial value problems, not an order differential equation y = f (x, y)
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. * 用改进的欧拉方法求解初值问题,其中一阶微分方程未y =f(x,y) * 初始条件为x=x[0]时,y=y[0]. * 输入: f--函数f(x,y)的指针 * x--自变量离散值数组(其中x[0]为初始条件) * y--对应于自变量离散值的函数值数组(其中y[0]为初始条件) * h--计算步长 * n--步数 * 输出: x为说求解的自变量离散值数组 * y为所求解对应于自变量离散值
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2931
    • 提供者:xuyan
  1. GJ_Euler

    0下载:
  2. 用C++写改进的欧拉法 计算方法上机实验-C write Improved Euler method for experimental methods
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6843
    • 提供者:周长城
  1. 割线法和改进的欧拉法

    0下载:
  2. 我这是割线法和改进的欧拉法的源代码-This a secant method and improve the Eulerian method of source code!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1124
    • 提供者:叶魏强
  1. 常微分方程课程设计

    2下载:
  2. 用欧拉方法,改进欧拉方法,4阶龙格—库塔方法分别求微分方程的初值.
  3. 所属分类:文档资料

    • 发布日期:2009-05-05
    • 文件大小:117248
    • 提供者:jxlovef
  1. 利用欧拉公式求解

    0下载:
  2. 利用欧拉公式和改进的欧拉公式求解
  3. 所属分类:文档资料

  1. gjEuler

    0下载:
  2. 这是改进的欧拉算法源码-This is an improved Euler algorithm source code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-05
    • 文件大小:1024
    • 提供者:李真婷
  1. GJ_Euler

    0下载:
  2. 用C++写改进的欧拉法 计算方法上机实验-C write Improved Euler method for experimental methods
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-05
    • 文件大小:230400
    • 提供者:周长城
  1. 割线法和改进的欧拉法

    0下载:
  2. 我这是割线法和改进的欧拉法的源代码-This a secant method and improve the Eulerian method of source code!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-05
    • 文件大小:1024
    • 提供者:叶魏强
  1. abooy

    0下载:
  2. hga是一种混合遗传算法c程序源代码,但是只包括了核心的算法部分,还没有完善。 gauss为电路试验中的高斯消去法。 GRKT10,Lagrange,Euler分别是数值计算中龙格-库塔法,拉个朗日法以及改进欧拉法的c程序实现 上述程序都是本人工作学习过程中自己编写的,本人只是一个程序新手,希望在本站能更好的学习-Unit is a mixed genetic algorithm c source code, however
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-05
    • 文件大小:7168
    • 提供者:阿波
  1. eulerpro

    0下载:
  2. 用改进的欧拉方法求解初值问题,其中一阶微分方程未y =f(x,y)-Improved Euler method to solve initial value problems, not an order differential equation y = f (x, y)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-05
    • 文件大小:2048
    • 提供者:付艳卿
  1. Runge_kutta

    0下载:
  2. R—K方法的精确度最高,,改进欧拉法的精度比欧拉法的精确度要高。-R-K of the highest accuracy, and improve the accuracy of Eulerian method than Eulerian method to the high precision.
  3. 所属分类:其他小程序

    • 发布日期:2024-11-05
    • 文件大小:1024
    • 提供者:gh
  1. newoula-C

    0下载:
  2. * 用改进的欧拉方法求解初值问题,其中一阶微分方程未y =f(x,y) * 初始条件为x=x[0]时,y=y[0]. * 输入: f--函数f(x,y)的指针 * x--自变量离散值数组(其中x[0]为初始条件) * y--对应于自变量离散值的函数值数组(其中y[0]为初始条件) * h--计算步长 * n--步数 * 输出: x为说求解的自变量离散值数组 * y为所求解对应于自变量离散值
  3. 所属分类:文件格式

    • 发布日期:2024-11-05
    • 文件大小:3072
    • 提供者:xuyan
  1. mathmatics_of_computer

    0下载:
  2. C++实现的数值分析算法包括: 二分法.cpp 复化辛卜生公式.cpp 改进欧拉法.cpp 高斯-赛德尔迭代法.cpp 拉格郎日插值多项式.c-C achieve the numerical analysis algorithms include : dichotomy. cpp Minute of Oracle Health formula. cpp Improved Euler method. cpp Gauss
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-05
    • 文件大小:2048
    • 提供者:鸿鹤
  1. ImprovedEulerformula

    0下载:
  2. 改进的欧拉公式的C语言实现 改进的欧拉公式的C语言实现-Improved Euler formula
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-05
    • 文件大小:114688
    • 提供者:天一生水
  1. Euler

    0下载:
  2. 用改进的欧拉法求解一阶常微分方程组的C语言实现方法-Using the improved Euler' s method for solving a first-order ordinary differential equations of the C language implementation method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-05
    • 文件大小:1024
    • 提供者:赵新宇
  1. 改进欧拉法-二分法-复化辛卜生公式

    0下载:
  2. 实现c语言的改进欧拉法,源文件没有任何修改(To achieve the improved Euler method in C language)
  3. 所属分类:Windows编程

  1. 改进欧拉法的Matlab程序

    0下载:
  2. 改进欧拉法的Matlab程序,,,,,,,,,,,,,,,,(The improved Euler method Matlab program)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-11-05
    • 文件大小:2048
    • 提供者:秋风微凉
  1. 改进欧拉法

    0下载:
  2. MATLAB实现改进的欧拉法求解常微分方程组
  3. 所属分类:matlab例程

« 12 3 4 5 6 »

源码中国 www.ymcn.org