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

搜索资源列表

  1. icm1

    1下载:
  2. 实现ICM算法(条件迭代模型)对于灰度图像的分割-Achieve ICM algorithm (iterative model conditions) for the gray-scale image segmentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-10-31
    • 文件大小:773
    • 提供者:zc
  1. solve

    0下载:
  2. 用牛顿法解方程组,迭代法解方程组和求矩阵最大特征值-Newton Method with equations, iterative methods for solution of matrix equations and the largest eigenvalue
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:2172
    • 提供者:张志敏
  1. threshold_segmentation

    0下载:
  2. 用阈值迭代分割算法对图像进行二值化(matlab)-Iterative segmentation algorithm with the threshold value of the image binarization (matlab)
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:68270
    • 提供者:陈恒
  1. hangshehoufangjiaohui

    0下载:
  2. 应用于航空摄影测量竖直摄影模型的空间后方交会,用迭代的方法求解,摄像机的6个外方位元素-Measurement of vertical aerial photography used photographic model space resection, using an iterative method for solving the camera of the six exterior orientation elements
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:3511
    • 提供者:蔡远学
  1. CG-Jacobi-g-s-sor

    1下载:
  2. 解线性方程组的迭代法,包括jacobi迭代,G-S迭代,Sor迭代,及共轭梯度等。-iterative method for solving linear equations, including jacobi iteration, GS iterative, Sor iteration, and conjugate gradient.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:2222
    • 提供者:xiaojunsuus
  1. myIterative

    0下载:
  2. 迭代法阈值分割,迭代法自动计算最优阈值。已经写成函数形式,输入灰度图,输出分割好后的阈值图。-Threshold segmentation iterative method, iterative method for automatically calculating the optimal threshold. Function has been written in the form of input grayscale output partition threshold after a
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1126
    • 提供者:fang
  1. BICMID

    1下载:
  2. A convolutional code followed by bit-interleaved coded modulation with iterative decoding performance of the use of iteration in decoding
  3. 所属分类:matlab例程

    • 发布日期:2012-12-11
    • 文件大小:3604
    • 提供者:daniaek
  1. RS

    3下载:
  2. RS码的编码和译码程序,迭代译码,程序调试通过-RS encoding and decoding program code, iterative decoding, program debugging by
  3. 所属分类:matlab

    • 发布日期:2015-12-02
    • 文件大小:7168
    • 提供者:christie
  1. pinv

    1下载:
  2. //奇异值分解法求广义逆 //本函数返回值小于0表示在奇异值分解过程, //中迭代值超过了60次还未满足精度要求. //返回值大于0表示正常返回。 //a-长度为m*n的数组,返回时其对角线依次给出奇异值,其余元素为0 //m-矩阵的行数 //n-矩阵的列数 //aa-长度为n*m的数组,返回式存放A的广义逆 //eps-精度要求 //u-长度为m*m的数组,返回时存放奇异值分解的左奇异量U //v-长度为n*n的数组,返回时存放奇异值分解的左奇异量
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:3556
    • 提供者:钟钟
  1. VariableWeightMRMRF

    1下载:
  2. 基于变权重MRF的图像分割算法,特征场是使用混合高斯模型,标记场使用Pott模型,基于迭代条件模式进行分割-MRF based on weighted image segmentation algorithm, feature field is the use of Gaussian mixture model, using the tag field Pott model segmentation based on iterative model conditions
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-04-28
    • 文件大小:84656
    • 提供者:马志远
  1. Untitled

    0下载:
  2. 长方形区域的Laplace方程有限差分法5点法迭代-Rectangular region, finite difference Laplace equation 5-point iterative method
  3. 所属分类:Other systems

  1. Calc

    0下载:
  2. VB编写的表达式计算器,采用迭代的方式进行计算,效率可以满足一般需求。-VB prepared the expression calculators, iterative manner, the efficiency to meet the general needs.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:2970
    • 提供者:infoheader
  1. lzw

    0下载:
  2. 惟一可译码判决准则信道容量的迭代算法 进一步熟悉惟一可译码判决准则-The only decision criteria can decode the channel capacity of the iterative algorithm can decode more familiar with the sentencing guidelines only
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1341
    • 提供者:rainbow
  1. Gauss_Seidel

    0下载:
  2. 数值分析中的一个算法实现: 利用高斯-塞德尔迭代法求解方程组。-A numerical analysis algorithm: use of Gauss- Seidel iterative method for solving equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1959
    • 提供者:cici
  1. Jacobia-cpp

    0下载:
  2. 雅可比迭代法 C++编程 科学工程运算中很好的方法-Jacobi' s iterative method C++ programming in science and engineering computing good way to
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:602
    • 提供者:zyy
  1. GrabCutSource

    0下载:
  2. VC++实现的GrabCut,GrabCut是迭代的GraphCut,分割效果比GraphCut要好,此代码可直接执行的,里面的文件也很全面,值得学习-VC++ implementation GrabCut, GrabCut is iterative GraphCut, segmentation results are better than GraphCut, this code can be executed directly inside the document is very comp
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14782483
    • 提供者:付莉
  1. JacobiIterative

    0下载:
  2. 雅可比(Jacobi)迭代算法的C++实现,这个算法较汉诺塔迭代算法有很大的不同。-Jacobi (Jacobi) iterative algorithm C++ Realized, this algorithm than the Tower of Hanoi iterative algorithm are quite different.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:2512
    • 提供者:倪晨
  1. NLOP

    0下载:
  2. 求解交直流混联电力系统的潮流程序,两端直流网络,统一迭代求解-Solving AC-DC hybrid power system, the trend of the program, both ends of the DC network, a unified iterative solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:7542
    • 提供者:常安
  1. wavelet

    1下载:
  2. 利用递归迭代法构造多小波基的matlab源码及实现多小波分解2-D图像-Recursive iterative method to construct multi-wavelet basis matlab source code and to achieve more than 2-D image wavelet decomposition
  3. 所属分类:Wavelet

    • 发布日期:2017-03-26
    • 文件大小:1324
    • 提供者:zhang
  1. turbodecoder

    0下载:
  2. 用vhdl实现turbo码的迭代解码,转某N人的程序-Using vhdl implementation of iterative decoding turbo codes, transfer of a person' s procedures for N
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:158246
    • 提供者:deng
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 50 »
搜珍网 www.dssz.com