搜索资源列表

  1. 割线法和改进的欧拉法

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

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

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

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

    0下载:
  2. 数值类综合算法 常用数值计算工具包(龙贝格算法、改进欧拉法、龙格库塔方法、复合辛普森),Matlab数学建模工具箱(以及众多实例)。 常用算法:如Floyd算法、分治算法、动态规划、组合算法、贪婪算法-composite numerical algorithm commonly used numerical Kit (Romberg algorithm, improved Euler, Runge Kutta method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-11
    • 文件大小:1452032
    • 提供者:罗鹏魁
  1. ImprovedEular

    0下载:
  2. 改进欧拉法——工科学生课程设计必备小程序之二,内附说明-Improved Euler France-- engineering students design courses required two small procedures, enclosing Note
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:19456
    • 提供者:yang
  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-05-11
    • 文件大小:1024
    • 提供者:gh
  1. Part_2_C_programmes

    0下载:
  2. 程序总结2 改进欧拉法|高斯消去法|简单迭代法|列主元元素消元|龙贝格算法|龙格库塔方法|牛顿插值多项式-procedures to improve Euler France | Gaussian Elimination | simple iteration | out the main elements Consumers billion yuan | Romberg Algorithm | Runge Kutta method |
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:5120
    • 提供者:周琳
  1. Numberical

    0下载:
  2. 拉格郎日插值多项式,高斯-赛德尔迭代法,改进欧拉法(C++),如果有什么错误,请联系tudaoyong456@163.com-Lagrange polynomial interpolation, Gauss- Seidel iterative method to improve Euler (C++), If there is anything wrong, please contact tudaoyong456@163.com
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:凃道
  1. 4jf

    0下载:
  2. 偏微分方程四方法划曲线比较C源码. 欧拉法 改进欧拉法 龙格-库塔法 阿达姆斯法 -PDE method is four curves C source. Euler Euler Improvement Act Runge- Kutta method Adams Act
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:37888
    • 提供者:
  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-05-11
    • 文件大小:2048
    • 提供者:鸿鹤
  1. for_ordinary_differential_equation

    0下载:
  2. 用用改进欧拉法解常微分方程的问题,并应用该算法于实际问题.并在程序结果路比较用表列出近似解yi,准确解y(i)-with improved Euler method of ordinary differential equations, and the application of the algorithm to real issues. and the results of the proceedings in the road c
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:叶枫
  1. shuzhi_C++

    0下载:
  2. 包含二分法、复化辛卜生公式、改进欧拉法、拉格朗日插值多项式、龙贝格算法、牛顿迭代法、牛顿值多项式、最小二乘法、雅克比迭代法等算法。-contains dichotomy, rehabilitation of Oracle Health formula, Improved Euler, Lagrange polynomial interpolation. Long Bergh algorithm, Newton's method,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:29696
    • 提供者:王民
  1. 71-93

    0下载:
  2. C语言精彩百例第71-93例 第三篇 常用算法篇 实例71 链表的建立 实例72 链表的基本操作 实例73 队列的应用 实例74 堆栈的应用 实例75 串的应用 实???76 树的基本操作 实例77 冒泡排序法 实例78 堆排序 实例79 归并排序 实例80 磁盘文件排序 实例81 顺序查找 实例82 二分法查找 实例83 树的动态查找 实例84 二分法求解方程 实例85
  3. 所属分类:书籍源码

    • 发布日期:2024-05-11
    • 文件大小:22528
    • 提供者:杨志亮
  1. Euler

    0下载:
  2. C语言实现的改进欧拉法,用定步长和变步长实现改进欧拉法求解常微分方程组。
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 各种数学算法 ,改进欧拉法,复合辛普森,复合梯形法,列主元元素消元等等各种较难的数学算法-A variety of mathematical algorithms, improved Euler method, composite Simpson, composite trapezoidal method, PCA out element elimination and so on all kinds of difficult math
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:8192
    • 提供者:唐老鸭
  1. digital

    0下载:
  2. 高阶微分方程分解成为两个方程后,使用改进欧拉法&龙格-库塔 解 高阶微分方程。-Decomposition into two high-order differential equations using improved Euler
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:shenshuo
  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
  3. 所属分类:matlab例程

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

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

  1. 超松弛插值与改进欧拉法 龙格库塔法

    0下载:
  2. 拟合超松弛线性插值,改进欧拉法与龙格库塔算法(Fitting the relaxation linear interpolation, the improved Euler method and Runge Kutta algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:xhtleige
  1. 改进欧拉法的Matlab程序

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

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

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

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:朱大炮
« 12 3 4 5 6 7 »

源码中国 www.ymcn.org