CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 简单迭代

搜索资源列表

  1. 二分法、简单迭代法、牛顿迭代法收敛比较

    1下载:
  2. 用C语言来实现。二分法,简单迭代法矣牛顿迭代法这三种方法来求非线性的方程的根,比较这三种的收敛性。-C language. Dichotomy, a simple iterative method Yi Newton iteration of these three methods for nonlinear equations root, comparing the convergence of three.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:22129
    • 提供者:luo
  1. Jacobi迭代法

    0下载:
  2. 用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss-Seidel迭代法收敛速度快。-Use c language to make a Jacobi iterative arithmetic which could solve the linear equation group, but it s may be more slower than the Gauss-Seidel iterative arithmetic.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:20414
    • 提供者:luo
  1. 非线性方程组的迭代解法

    1下载:
  2. 非线性方程组的迭代解法,包括:简单迭代法、Newton法、割线法、拟Newton法等.详见程序注释-nonlinear equations of the iterative solution, including : simple iterative method, Newton, secant, to the Newton law. Detailed procedures Notes
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:16338
    • 提供者:周思良
  1. Jacobi的迭代法

    1下载:
  2. 这个是雅克比迭代法的数值源代码,程序变得比较简单,但还需要完善-Jacques iterative method than the numerical code, the procedures are relatively simple, but needs to improve
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:99243
    • 提供者:刘建
  1. serial-concatenation-of-repetition-code-and-FQPSK.

    1下载:
  2. FQPSK与简单重复码的迭代译码,简单重复码做为外码-serial concatenation of repetition code and FQPSK ,in which repetition code is the out code
  3. 所属分类:其他小程序

    • 发布日期:2013-08-23
    • 文件大小:2262
    • 提供者:高远
  1. NEWTON

    0下载:
  2. 这个是优化方法中的一种方法,叫做牛顿法,是一种简单实用的迭代方法。-This is the optimization of a method, called Newton s law, is a simple practical iterative method.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1370
    • 提供者:宝宝
  1. Atiken

    0下载:
  2. Aitken迭代程序,类似于简单迭代法,但由于简单迭代法.-Aitken Iterative procedure, similar to the simple iterative method, but due to simple iterative method.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:11663
    • 提供者:董阳
  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. guass_seidel

    2下载:
  2. 计算方法中的高斯赛德尔迭代算法的简单C++程序-Method of calculating high斯赛德尔a simple iterative algorithm for C++ program
  3. 所属分类:Windows Develop

    • 发布日期:2015-12-26
    • 文件大小:547
    • 提供者:joy
  1. magsint2

    0下载:
  2. 用简单迭代法求非线性方程f(x)=0有根区间[a,b]中的一个根 maiter 用途:用定步长高斯就积公式求函数的积分 magsint-w
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1216
    • 提供者:wangsizhao
  1. shiyanyi

    0下载:
  2. 自选求根问题,分别用二分法、简单迭代法、埃特金加速收敛法和牛顿迭代法求解其根,然后完成编程作业(注意把同一求根问题的几种不同方法放在一个程序之内)。以下求根问题供参考和选择,也可自行选择其他求根问题: 1.用二分法求方程f(x)=x3-2x-5=0在区间[2 , 3]内的根。 2.方程f(x)=2x3-5x2-19x+42=0在x=3.0附近有根,试写出其三种不同的等价形式以构成三种不同的迭代格式,再用简单迭代法求根,观察这三种迭代是否收敛及收敛的快慢。 3.用牛顿迭代法求方程
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:224015
    • 提供者:肖潇
  1. Seidel

    0下载:
  2. matlab实现简单迭代法和Seidel迭代法 用matlab 。 是计算方法里面的内容。 -matlab simple iterative method and Seidel iterative method with matlab. Is calculated inside the content.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:67709
    • 提供者:wenhuajin
  1. 迭代学习方法入门资料

    0下载:
  2. 学习迭代控制算法的资料,简单入门,是好的学习资料
  3. 所属分类:文档资料

    • 发布日期:2013-09-22
    • 文件大小:1306112
    • 提供者:seasky_76
  1. 最小二乘法和牛顿迭代

    1下载:
  2. 最小二乘法和牛顿方法的一些简单资料,对于理解算法有点帮助(i have limit capicaticy for using machine learning,i hope i will impove a lot in the future)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:2550784
    • 提供者:笑似心酸
  1. 潮流计算:前推回代法

    1下载:
  2. 由π型模块级联成的简单电网作潮流计算的一种情况:已知始端电压和末端复功率及电网各处参数,利用前推回代法求始端复功率和末端电压(A simple power grid cascaded by PI module is used for power flow calculation: the initial terminal voltage and terminal complex power and the parameters of the grid are known. The forward
  3. 所属分类:数学计算

    • 发布日期:2017-12-31
    • 文件大小:24576
    • 提供者:Infini
  1. MaxEntropy

    0下载:
  2. 最大熵模型,改进迭代尺度法python实现,包含数据集,结构简单,注释明确(Maximum Entropy Model, Improved Iterative Scale Method Python Implementation, Contains Data Set, Simple Structure, Clear Comments)
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:14336
    • 提供者:魔摩抹莫
  1. slic-python-implementation-master

    0下载:
  2. 图像分割算法实现——简单线性迭代slic(Realization of image segmentation algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-19
    • 文件大小:1315840
    • 提供者:quneenie
  1. 求解线性方程组的迭代法

    0下载:
  2. 该matlab程序为求解线性方程组的解的迭代算法合集,也是最基础最简单的求解线性方程组的迭代法,简单易懂。(Methods for solving linear equation.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:15360
    • 提供者:宝宝222
  1. 基于有限差分法的二维边值问题的数值分析

    16下载:
  2. 1. 在matlab中分析基于分离变量法的解析解; 2. 利用简单迭代法求解,与解析法结论对比,分析求解结果的精确度。分析过程至少包括:在网格尺寸为0.1 m和1 m两种条件下,两次迭代差值最大为10-10时的分析结论; 3. 利用超松弛迭代法分析,选择松弛因子,分析其对收敛速度(即迭代次数)的影响,并确定最优值。分析过程至少包括:在网格尺寸为0.1和1两种条件下,两次迭代差值最大为10-10时,迭代次数随松弛因子的变化,得到对应的最优松弛因子,与经验值(课本165页式子3.7.15)进行
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:3072
    • 提供者:花祭嘉音
  1. 新建文件夹

    0下载:
  2. 迭代法图像分割,实现图像的阈值分割,算法简单好用。(Iterative method of image segmentation, image thresholding, the algorithm is simple and easy to use.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-04
    • 文件大小:1024
    • 提供者:羲和丶618
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com