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

搜索资源列表

  1. matlabbroyden

    0下载:
  2. matlab逆broyden迭代法计算方程-Matlab broyden inverse iteration calculation equation
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14227
    • 提供者:张烨
  1. matlab-jacobi

    0下载:
  2. matlab-jacobi实现matlab上的jacobi迭代法-Matlab - jacobi achieve the Matlab jacobi iteration
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:8977
    • 提供者:yyf
  1. fazhi

    0下载:
  2. 迭代最佳阈值分割算法,寻找最佳阀值检测边缘-best iteration threshold segmentation algorithm to find the best edge detection threshold
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3677
    • 提供者:凌俊辉
  1. 25093950538

    0下载:
  2. Von Neuman在1940年提出了平方取中法,其原理是将一个给定的2n比特的数平方,然后高位补0得到4n比特的数,再截取中间的2n位进行下次迭代,并得到一个随机数序列。这种方法无论是在硬件实现上,还是在仿真测试上都比较容易实现,但是它的周期受初始值的影响很大,如果初始值选得不好,会严重影响随机数序列的质量和周期,而且其最大周期不会超过22n 随机数生成-Von Neuman in the 1940 square from France, Its principle is to be a
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6355
    • 提供者:韩彩亮
  1. magik_1.3RC1

    0下载:
  2. 全球第一个高可用性的Web2.0解决方案,十分钟拥有您自己的豆瓣类网站,基于成熟框架开发,安装完成即可应用,完全组件化设计,支持随意Mash up ,Active Build 技术,完美解决需求迭代,Riki 技术,让您像写Blog一样书写网站,无缝整合Discuz!;自带RSS聚合组件-the world one of the hotspots for high availability solutions for ten minutes, with your own website wate
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1338195
    • 提供者:okey668
  1. yidaixingzhi

    0下载:
  2. 迭代星织求质立方体,用于数字系统设计自动化-iteration Star organization seeking quality cube, for digital system design automation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6459
    • 提供者:杨杰
  1. t2_5

    0下载:
  2. 本题采用的计算方法为:主要用Jacobi迭代和Gauss-Seidel迭代解线性方程组。 Jacobi迭代算法思路:由方程组 ,使等式左端仅保留向量 ,其他一概放到右端,将 代入上式右端,便可(按顺序逐行)进行计算得到 。 Gauss-Seidel迭代和Jacobi迭代不同的是先计算第一式得到 ,用此数再参与第二式的右端的计算,依次类推。 -that the use of the method of calculating : main Jacobi iteration and th
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:898
    • 提供者:王明明
  1. decode_chase2_halfiter

    0下载:
  2. 自己编的一个chase算法的小程序,只进行了一次迭代运算,关于多次迭代计算需进一步研究-developed an algorithm for small chase procedures, only a iteration, on the number of iterative calculations required further study
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1316
    • 提供者:王丹
  1. SteffensenAcceleation

    0下载:
  2. Steffensen法加速不动点迭代,可以自行修改-Steffensen France accelerated fixed-point iteration can amend its own
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:850
    • 提供者:曹德爽
  1. CurveLab

    1下载:
  2. 曲线快速匹配matlab程序,功能全面包括FMM迭代,曲率匹配,炼码计算等,非常适用。推荐!-curve fast matching Matlab procedures, including the full functions of FMM iteration, curvature matching, Lian dollar terms, very well. Recommended!
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1343266
    • 提供者:刘恒
  1. fractalV1

    0下载:
  2. 本软件可以生成MandlBrot集、Julia集的图形,以及随机迭代法、Newton迭代法生成分形图象。另外,本系统还提供了简单的图象处理功能,比如图象的灰度化、二值化、图象的轮廓提取、彩色浮雕、亮度增加、Gamma校正、反色等。 -The software can generate MandlBrot sets, Julia Sets graphics, and random iteration, Newton iteration Health fractal images. In add
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:414089
    • 提供者:acai17
  1. source.tar

    0下载:
  2. 关于迭代器、构造器,还有一些图等复杂数据结构的JAVA源程序-iteration of the device, the device structure, there are some plans, such as complex data structure of the Java source code
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:93711
    • 提供者:xm
  1. NumericalAnalysisAlgorithm

    0下载:
  2. 列主元消元法解线性方程组(已通过验证) LU分解法解线性方程组(已通过验证): 雅可比迭代法(已通过P54例一和习题一的验证)高斯---赛得尔迭代法 拉哥朗日插值公式(乘幂法 -main-element elimination method for solving linear equations (validated) LU decomposition method for solving linear equations (which has been validated
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12231
    • 提供者:xuyao
  1. jacobidiedaifa

    0下载:
  2. 这是数值分析中雅可比迭代法的实现程序,c语言。-This is the numerical analysis Jacobi iteration of the procedures, c language.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7984
    • 提供者:乐乐
  1. shuzhi_C++

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

    • 发布日期:2008-10-13
    • 文件大小:18798
    • 提供者:王民
  1. ANewC4.5alg

    0下载:
  2. 经典的数据挖掘分类算法,由ID3算法演变而来。本算法主要用于处理连续属性值,基本过程如下: 1.根据属性的值对数据集排序 2.用不同的阈值将数据集动态的分类 3.迭代根据阈值进行划分 4.得到所有可能的阈值、增益以及增益比-classical classification of data mining algorithms, evolved from the ID3 algorithm. This is mainly used to deal with continuous at
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:148610
    • 提供者:kpeng
  1. fangchengqiugen

    0下载:
  2. 方程求根 二分法 割线法 牛顿迭代法 vc++源程序-dichotomy secant method Newton iteration vc source
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1745
    • 提供者:xixi
  1. xianxingfangchengzujiefa

    0下载:
  2. 线性方程组数值解法 包括高斯赛德尔迭代法 矩阵直接三角分解法 列主元高斯消去法 雅可比迭代法-linear equations numerical solution including high resistivity iteration triangular matrix decomposition directly out PCA Gaussian elimination Jacobi iterative method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2274
    • 提供者:xixi
  1. Jacobi-Matlab

    0下载:
  2. 数值计算中Jacobi迭代法的Matlab程序 -numerical calculation Jacobi iteration of the Matlab program
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:864
    • 提供者:zhouun
  1. SOR-Matlab

    1下载:
  2. 数值计算中SOR迭代法的Matlab程序-numerical calculation SOR iteration of the Matlab program
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:907
    • 提供者:zhouun
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com