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

搜索资源列表

  1. 迭代法

    0下载:
  2. 是用C做的迭代法的实验报告-C is doing iterative method of experimental report
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:9773
    • 提供者:刘大鹏
  1. 方程求根_加速迭代法

    0下载:
  2. 方程求根_加速迭代法是一个用C++编写的程序-equation Root _ accelerated iterative method is a C preparation procedures
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6750
    • 提供者:
  1. 分层迭代Hough变换方法

    0下载:
  2. 分层迭代Hough变换方法,检测微器件圆形轮廓
  3. 所属分类:技术管理

    • 发布日期:2014-01-15
    • 文件大小:154261
    • 提供者:llxxhh2002
  1. 数值分析迭代格式比较

    0下载:
  2. 数值分析迭代格式比较-iterative numerical analysis of comparative format
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1990
    • 提供者:瑞同
  1. seidel迭代法

    0下载:
  2. gauss-seidel迭代法解Ax=b的解-Gauss - Seidel iterative method for Ax = b Solution
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6456
    • 提供者:剑胆琴心
  1. 松弛迭代法

    0下载:
  2. 松弛迭代法.rar-Iterative Method. Rar
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:822
    • 提供者:王勇
  1. Guase_Seidel迭代

    0下载:
  2. 数值分析算法Guase_Seidel迭代-numerical analysis algorithm Iterative Guase_Seidel
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1245
    • 提供者:侃侃
  1. jacobi迭代

    0下载:
  2. 这是jacobi迭代算法-iterative algorithm to caculate Jacobi(matrix?)
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:945
    • 提供者:叶魏强
  1. seidel迭代

    0下载:
  2. 这是seidel迭代算法-Seidel iterative algorithm
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1027
    • 提供者:叶魏强
  1. 查值迭代

    0下载:
  2. 数值分析 查值 迭代 我把一些方法分别做成了库文件-value iteration I investigated some of the methods were causing libraries
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2560
    • 提供者:李颖超
  1. Newton迭代

    0下载:
  2. 用 Newton迭代求f(x)=1/3*x^3-x=0的根的源程序-with Newton iteration f (x) = 1 / 3 * x ^ 3-x = 0 the root of the source
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:843
    • 提供者:lin
  1. 雅可比迭代法

    0下载:
  2. 数值分析雅可比迭代法-numerical analysis Jacobi iterative method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7770
    • 提供者:郭巨海
  1. 图像分割迭代、峰谷、半阈值算法。

    0下载:
  2. 用迭代、峰谷、半阈值算法进行图像分割:-) 包括一个自定义的CDib类-using iterative, peak, semi-threshold algorithm for image segmentation :-) include a defined category CDib
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:66607
    • 提供者:王俊惠
  1. 高斯—塞德尔迭代法

    1下载:
  2. 高斯—塞德尔迭代法。-Gauss - Seidel iteration.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:9408
    • 提供者:陈新
  1. Gauss-Seidel 迭代

    0下载:
  2. 数据结构中常用的Gauss-Seidel 迭代算法-commonly used data structures, the Gauss - Seidel iterative algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1261
    • 提供者:陈曦
  1. 超松弛迭代法

    0下载:
  2. 还可以,能够加快迭代的计算速度,大家用一下-can to accelerate the iterative calculation speed, we spent about
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2172
    • 提供者:张建国
  1. 牛顿迭代法(M)

    1下载:
  2. 原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x-2x*x+4x+1在x=0附近的一个实根。若迭代成功,则返回费0值;否则,返回0。-original title : the preparation of a subroutine NewTon (x0 float, float eps, float x1). Its function is to use Newton's iterative meth
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10464
    • 提供者:XFX
  1. 迭代回朔

    0下载:
  2. 迭代回朔算法是计算机中很常用的算法, 我的程序是一个八皇后问题。-back Schomburg iterative algorithm is quite commonly used computer algorithms, the procedure is a Queen's eight issues.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5865
    • 提供者:金海建
  1. 汉诺塔_迭代算法

    0下载:
  2. 用迭代实现的汉诺塔,出自大一新生,希望得高手指导!-achieved using iterative HANOR, from the Freshmen, in expert guidance!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1754
    • 提供者:
  1. 2 雅各比迭代法求方程组的解

    0下载:
  2. 2 雅各比迭代法求方程组的解 2 雅各比迭代法求方程组的解.rar-two Jacoby iterative method for the solution of the equations 2 Jacoby iterative method for the solution of the equations. Rar
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:881
    • 提供者:杜正
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com