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

搜索资源列表

  1. shuzhi

    0下载:
  2. largreance插值 迭代法 迭代改善法-largreance interpolation Iterative Improvement Act
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2875
    • 提供者:曹成
  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. 二值化源程序

    0下载:
  2. 图象处理源代码,介绍了利用迭代法对BMP图像进行二值化的方法-image processing source code, introduced to the use of iterative method of BMP images value of the two methods
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1528
    • 提供者:authority007
  1. 269935-SpaTools

    0下载:
  2. 采用Vc++开发,可进行地震计算中的振型迭代-used Vc, can be calculated for the earthquake vibration-type iterative
  3. 所属分类:交通/航空行业

    • 发布日期:2008-10-13
    • 文件大小:161285
    • 提供者:赵文
  1. 4_02

    0下载:
  2. 由迭代产生的分形图形,修改其中的压缩码,可以得到很多分形图形-Fractal graphic by iterative method. It can make more Fractal graphic by changing its compress code.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:45992
    • 提供者:齐松
  1. 实验5-雅可比迭代

    1下载:
  2. 用Matlab软件以及雅克比迭代和高斯-赛德尔迭代解方程组Ax=b,分析、比较其结果-using Matlab software and the iterative and Jacques than Gauss - Seidel iterative solution equations Ax = b, analysis, comparison of the results
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:17358
    • 提供者:葛林
  1. Natural gradient ML or nonlinear decorrelation alg

    0下载:
  2. 极小边际熵等价于叉四阶累积量的平方和最小。通过迭代使四阶累积矩阵对角化,实现交叉四阶累积量的平方和的极小化。他是语音识别的重要预处理算法-minimum entropy equivalent to the marginal four bands fork cumulative amount of square and smallest. Through iterative four bands so that the cumulative matrix diagonalization, four
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:3526
    • 提供者:韩仲志
  1. 迭代法

    0下载:
  2. 本程序可以很好的实现一般迭代法,牛顿法,弦截法的一般功能,虽然不完善,但值得一用-this procedure can achieve good general iterative method, Newton, xianjie General function of the law, although not perfect, it is worth a look
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2642
    • 提供者:李杰
  1. 雅可比迭代计算方程组

    0下载:
  2. 用雅可比迭代计算一个线性方程组。用户只需要输入系数矩阵和常数矩阵就可以,精确度为-8-using Jacobian an iterative calculation of linear equations. Users only need to input matrix and constant coefficient matrix can, the precision of -8
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:20868
    • 提供者:
  1. LogisticEq

    0下载:
  2. 混沌(Chaos),Logistic方程 X(n) = k*X(n-1)*( 1-X(n-1) ),即二次函数 f(x) = k*x(1-x), 选择适当的常数k,选择初始值 x0,迭代计算: x1=f(x0), x2=f(x1), x3=f(x2),..., 序列{ Xn }的整体\"状态\",敏感的依赖于常数k和初始值x0, 序列可能收敛,也可能,\"乱七八糟\"地振荡--产生混沌Chaos!-Chaos (Chaos), the logistic equation X (n
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:27323
    • 提供者:szh
  1. 27_142

    0下载:
  2. 矩阵计算的c++代码,本矩阵类实现了对矩阵的一些基本操作,比如 +, -, *,求逆等。 实现了矩阵的列主元LU分解,并利用它实现了线性代数方程组的直接解法;还有线性方程组的迭代解法。 另外定义了一些非数学上但经常用到的一些操作 比如两个矩阵对应元素的相乘、相除,对矩阵的每个元素求abs,sqrt等-matrix calculation of c code, the matrices of the matrix to achieve some basic tasks, such
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11623
    • 提供者:陈冲
  1. 非恒定流计算程序

    5下载:
  2. 圣维南一维非恒定流明渠水力学模型,该模型利用普林士曼Preismann隐格式求解,方法是追赶法和迭代法。-Saint-Venant one-dimensional unsteady flows lumens mechanical model, the model used Pulinshiman Preismann Hidden format solution is to catch up with the law and iterative method.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11305
    • 提供者:董延军
  1. iterative-learning-control-for-MIMO

    0下载:
  2. 多输入多输出系统,通过迭代学习控制算法,实现精确控制-Multiple input multiple output system, through the iterative learning control algorithm, realize accurate control
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:12673
    • 提供者:MRYUE
  1. Stochastic-iterative-learning-controller-with-PID

    0下载:
  2. This package is useful for control to object by stochastic iterative learning control(ILC) with PID controller.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:760
    • 提供者:Jack
  1. Iterative-method

    0下载:
  2. Iterative method of equations for solving large number of variables-Iterative method for solving thousands of variables linear equations
  3. 所属分类:matlab

    • 发布日期:2017-12-16
    • 文件大小:8192
    • 提供者:Jackie
  1. simple linear iterative clustering for matlab

    1下载:
  2. 超像素图像分割方法,简单线性迭代聚类,用于自然影像/遥感影像分割等(superpixel image segmentation, simple linear iterative clustering)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-01
    • 文件大小:75776
    • 提供者:crescentl
  1. 牛顿

    0下载:
  2. 牛顿迭代法是解非线性方程组比较经典的方法; 拟牛顿法是为了解决求Jacobi矩阵时带来的困难,现已成为解决非线性方程组和最优化问题的最有效方法之一。(The Newton iterative method is a classic method for solving nonlinear equations. The quasi Newton method is one of the most effective methods for solving the nonlinear equat
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:==楠==
  1. Iterative Decoding vs. Viterbi Decoding

    0下载:
  2. Iterative Decoding vs. Viterbi Decoding
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:11264
    • 提供者:Khadijaice
  1. gray prediction and iterative methods

    0下载:
  2. matlab预测模型,之灰度预测,还有改进欧拉,龙格库塔等迭代方法(prediction model, gray prediction, and improved Euler, Runge Kutta and other iterative methods)
  3. 所属分类:数学计算

    • 发布日期:2018-04-18
    • 文件大小:2048
    • 提供者:alsnb
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com