CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - iteration

搜索资源列表

  1. 共轭梯度法

    0下载:
  2. 上述算法的④输出结果要求包含最优解、最优值、迭代次数,以及每次迭代的中间结果(对 而言)终止准则为H终止准则-above algorithm output requirements include optimal solution, the optimal values, the number of iteration, and each iteration of the intermediate results (in terms of) the termination criteria f
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10782
    • 提供者:洪男
  1. 惩罚函数法

    0下载:
  2. ④输出结果要求包含最优解、最优值、迭代次数,以及每次迭代的中间结果(对 而言)- output requirements include optimal solution, the optimal values, the number of iteration, and each iteration of the intermediate results (to run)
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:13561
    • 提供者:洪男
  1. G_S_ITER

    0下载:
  2. Gauss-Seidel 迭代 本程序能处理的方程最大阶数-Gauss - Seidel iteration of this program can handle the largest order equation
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1705
    • 提供者:曹子良
  1. Iteration_Singular

    0下载:
  2. computing singular value of matrix by iteration-computing singular value of matrix by iter ation
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:829
    • 提供者:一个人
  1. mydes

    0下载:
  2. 以上介绍了DES算法的加密过程。DES算法的解密过程是一样的,区别仅仅在于第一次迭代时用子密钥K15,第二次K14、......,最后一次用K0,算法本身并没有任何变化。 -introduced over the DES encryption algorithm process. DES algorithm decryption process is the same, the only difference is that the first iteration used Subkey K
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:14515
    • 提供者:赵阳
  1. gaosidiedaifa

    0下载:
  2. 计算方法中的高斯迭代法 C++算法源程序-calculation method of Gaussian iteration algorithm C source
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8195
    • 提供者:王宝华
  1. zd_48

    0下载:
  2. 一个复杂的迭代运算-iteration of a complex operation.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8154
    • 提供者:陈鑫
  1. yagao

    0下载:
  2. 雅可比迭代法 高斯迭代法 中国矿业大学计算机学院 计算方法实验三-Jacobi iteration Gaussian iteration of China University of Mining Institute computer calculation experiment 3
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3810
    • 提供者:fisherman
  1. niudun

    0下载:
  2. 图是用牛顿法求方程z3-1=0的根所得到的“项链”。以上程序采用浮点运算,速度是比较慢的。如果每迭代一次就计算一次距离,则速度会更慢。为了使不同吸引区域有不同的颜色,并且能够表现收敛速度,必须做更多的距离计算,但得到的图形也更美丽。特别是将分界处的“项链”放大来看,会得到精致的结构。-Fig Newton method is used Equation z3-1 = 0 has been the root of the "necklace." The procedure is
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2093
    • 提供者:刁轩
  1. spgs

    0下载:
  2. 用途:用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b % 格式: x=spgs(A,b,x0,e,N),A为系数矩阵,b为右端向量,x返回解向量。 % x0为初值向量(默认原点),e为精度(默认1e-4),设置迭代次数上限以防发散(默 % 认500)。 -purposes : with Vector (sparse storage) form of Gauss - Seidel iterative solution of linear equations
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:858
    • 提供者:王志波
  1. eqtation-iteration

    0下载:
  2. 这是 一个数学基本运算中,关于线性方程迭代算法的一个程序,程序设计规范,可以直接调用-This is a basic mathematical computations on the linear equations iterative algorithms of a program, the program design specifications, and can directly call the
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:6849
    • 提供者:张楠
  1. fixed

    0下载:
  2. this code is using for simulate the method of fixed point iteration
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1140
    • 提供者:nedal
  1. sup-relaxation-iteration-method

    0下载:
  2. 逐次超松弛迭代,数值模拟人士必知晓的知识-sup-relaxation iteration method
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:756671
    • 提供者:刘翔东
  1. newton-iteration

    0下载:
  2. matlab编写,牛顿迭代法以及二分法等数值积分方法-numerical integration methods matlab prepared Newton iteration dichotomy
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:2829
    • 提供者:hongguang
  1. iteration-method

    0下载:
  2. 解线性方程组的迭代法 雅可比迭代、高斯—赛德尔迭代、超松弛迭代法 -Solving linear equations iterative method Jacobi iteration, Gauss- Seidel iteration SOR method
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:1381
    • 提供者:纪成
  1. MHSS-iteration-mehtod

    2下载:
  2. 计算大型矩阵的MHSS迭代法Matlab程序,该程序包含几个部分。-MHSS iteration method
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:4584
    • 提供者:魏朝翰
  1. Gauss-Seidel-Iteration

    0下载:
  2. GAUSS SEIDEL ITERATION METHOD
  3. 所属分类:Windows Develop

  1. MDP_pi.py

    0下载:
  2. Reinforcement Learning. Policy iteration algorithm. Original coded.
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:helen_ray
  1. lambda iteration

    0下载:
  2. lambda iteration used for economic load dispatch
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:24576
    • 提供者:pertiwi
  1. Dynamic-Programming-master

    1下载:
  2. 经典的基于策略迭代和值迭代法的动态规划matlab代码,实现机器人的最优运输(The classic dynamic programming matlab code based on policy iteration and value iteration method realizes the optimal transportation of the robot.)
  3. 所属分类:其他

« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com