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

搜索资源列表

  1. Newton

    0下载:
  2. 内含复平面上的牛顿迭代法源代码。双击N.html文件,程序运行;双击Newton.java文件,进入编辑环境。-Complex plane containing the Newton iteration the source code. Double-click N.html files, program operation Newton.java double-click the file, enter the editing environment.
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:4152
    • 提供者:任建伟
  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. NewtonIterationMethod

    0下载:
  2. 通过使用Newton迭代法求解方程 并分析它的解法收敛性; 牛顿迭代法是比较适合用计算机来计算。 -Through the use of Newton iteration method for solving equations and analyze the convergence of its solution Newton iteration is more suitable for the computer to calculate.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:11881
    • 提供者:xulin
  1. diedai

    0下载:
  2. C++ 实现高斯——赛德尔迭代算法解矩阵 输入矩阵 求解矩阵-C++ Achieve Gauss- Seidel iterative algorithm for solving matrix solution matrix input matrix
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:850
    • 提供者:花千树
  1. Newton

    0下载:
  2. 牛顿计算方法,解非线性方程f(x)=0牛顿方法是一种将非线性函数线性化的方法。 牛顿迭代法求方程的一个实根 -Newton s method of calculating solution of nonlinear equations f (x) = 0 Newton method is a nonlinear function linearization method. Newton iteration equation for a real roots
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:279705
    • 提供者:xi
  1. netowdiedai

    0下载:
  2. \计算方法 程序\牛顿迭代法实现-Method of calculation procedures for the realization of Newton iteration
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:6348
    • 提供者:jc
  1. tuxiangqiege

    0下载:
  2. 基于像素点的全局阈值法求图像的分割 实现方法有五种: 最小极值法,最优阈值法,最大方差方法,最大熵法,迭代法-Pixel-based global threshold method for image segmentation method there are five: the smallest extreme value method, the optimal threshold method, the largest variance method, the maximum ent
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:6493
    • 提供者:余小勇
  1. two_dimension

    0下载:
  2. 二维匹配追踪算法,通过较少原子比较精确的重建图像,随着迭代次数提高逼近源图像。-Two-dimensional matching pursuit algorithm, through more precise atomic less reconstructed image, with the number of iterations to raise close to the source image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:2347
    • 提供者:汪博峰
  1. maitricLUdistribution

    0下载:
  2. 这是一种牛顿迭代算法,用于计算曲线的近似估计,使用非常方便,只需将程序稍微修改以适应自己的需要即可。-This is a Newton iteration algorithm used to calculate the approximate curve is estimated that the use of very convenient, just a slight modification to the procedure in order to adapt to their own n
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2082
    • 提供者:zhaozhenkun
  1. Jacobi

    0下载:
  2. 数值分析里的雅克比迭代算法,基于VC++软件的。-Numerical analysis in the Jacobian iterative algorithm, based on the VC++ software.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:182068
    • 提供者:xhui
  1. FFP

    3下载:
  2. 计算水声传播的快速场(FFP)程序,基于传播矩阵,迭代和快速傅里叶变换方法。-underwater acoustic field computing Fast FIELD Program, based on TMM, FFT etc.
  3. 所属分类:Algorithm

    • 发布日期:2014-12-05
    • 文件大小:34474
    • 提供者:钟俊
  1. NumericalAlgorithm

    2下载:
  2. 高斯赛德尔迭代法,高斯消去法,龙贝格算法,龙格-库塔算法,雅各比迭代法,二分法,最小二乘法……等常用数值算法-Gauss Sider method, Gauss elimination method, Romberg algorithm, Runge- Kutta algorithm, Jacobi iterative method, the dichotomy, the least square method and so on ... ... commonly used numerical
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:11470
    • 提供者:金从友
  1. equation

    1下载:
  2. 分别用高斯消去法,三角分解法,Jacobi迭代法,GS迭代法,SOR迭代法求解Ax=b-Separately using Gaussian elimination, triangular decomposition, Jacobi iterative method, GS iterative method, SOR iterative method for solving Ax = b
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:16340
    • 提供者:
  1. sor

    1下载:
  2. 求解线性方程组的超松弛(SOR)迭代法-Solving Linear Equations over-relaxation (SOR) iterative method
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:582
    • 提供者:liruifa
  1. iterative

    3下载:
  2. rs 里查森迭代法求线性方程组 crs 里查森参数迭代法求线性方程组 grs 里查森迭代法求线性方程组 jacobi 雅可比迭代法求线性方程组 gauseidel 高斯-赛德尔迭代法求线性方程组 SOR 超松弛迭代法求线性方程组 SSOR 对称逐次超松弛迭代法求线性方程组 JOR 雅可比超松弛迭代法求线性方程组 twostep 两步迭代法求线性方程组 fastdown 最速下降法求线性方程组 conjgrad 共轭梯度法求线性方程组 preconjgr
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:7167
    • 提供者:zuoxl
  1. xianxingfangchengzudediedaifa

    0下载:
  2. 关于线性方程组迭代法的源代码,matlab编写的,值得收藏,欢迎大家踊跃下载,为中国的科研事业做贡献-Linear equations about the source code of iteration method, matlab prepared and worthy of collection, enthusiastically welcomed the U.S. download, in order to make China' s contribution to the cau
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7399
    • 提供者:苏木亚
  1. CGandlu

    1下载:
  2. CG共轭梯度法迭代解矩阵方程,Hhestens和Stiefel给出,-Conjugate gradient method CG iterative matrix equation solution, Hhestens and Stiefel given
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-05-23
    • 文件大小:1352
    • 提供者:佟跃
  1. BCHdecode

    0下载:
  2. 给出了纠错编码中BCh码BMA迭代译码方法的整个流程及仿真程序-Error-correcting code is given in the BMA Code BCh iterative decoding methods and the whole process simulation program
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-01
    • 文件大小:4165
    • 提供者:songyunxia
  1. TPC-chase

    4下载:
  2. TPC的Chase迭代译码时测试图样的程序-TPC of Chase iterative decoding process when the test pattern
  3. 所属分类:3G develop

    • 发布日期:2016-11-21
    • 文件大小:6121
    • 提供者:陈炜炜
  1. c

    0下载:
  2. 松弛迭代法解线性方程组,含数值计算方法内容,c++程序。-Relaxation iteration method solving linear equations, numerical method with the content, c++ program.
  3. 所属分类:Mathimatics-Numerical algorithms

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