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

搜索资源列表

  1. paper.Turbo.rar

    0下载:
  2. 本文研究了几种基于Turbo准则的并行级联系统的Turbo译码算法。,the iterative decoding algorithms in typical parallel serial concatenated system based on Turbo Principle are discussed.
  3. 所属分类:Communication

    • 发布日期:2017-11-02
    • 文件大小:46699741
    • 提供者:卢艳丽
  1. icp-0.01

    0下载:
  2. 可以实现icp(iterative closest point)的演算法,但需要安装open CV library.-icp(iterative closest point)
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:85810
    • 提供者:chen
  1. icp

    0下载:
  2. Iterative Closest Point 算法-Iterative Closest Point Algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:6631
    • 提供者:sheva
  1. ilc2

    0下载:
  2. 迭代学习控制源代码,希望学习次控制方法的朋友能和我交换资源-Iterative learning control source code, want to learn controls the method of exchange of resources and my friends can
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2796224
    • 提供者:秦沛
  1. segmentation

    0下载:
  2. 用c#语言使用全局迭代的方法对图像进行阈值分割。-Using c# language using the iterative method of global image threshold segmentation.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:869
    • 提供者:winter
  1. chinesechess

    0下载:
  2. 本人机对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. 6.CFAlphaBetaEngine类:
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:172415
    • 提供者:朱雪松
  1. cml.1.10

    0下载:
  2. 迭代思想的代码,网上搜寻的,希望对大家啊有帮助!-turbo code (Iterative Solutions)
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:746672
    • 提供者:zhh
  1. icpCpp

    0下载:
  2. Iterative Closest points算法,被广泛应用在3d领域,这里实现了将两团点云align到一起的功能-Iterative Closest points algorithm, has been widely used in the field of 3d, where the implementation of the two groups to align with the point cloud of the function
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:23921
    • 提供者:xi
  1. PLANNING_007.04.26_ICP_Rel_1.6_PLANNING

    0下载:
  2. Implementation of an Interval Iterative Closest Point that uses intervals to found the global optimal solution. ICP can be used in vision technologies and photogrametry as pattern mathcing and as geometrical model finder. -Implementation of an Interv
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:361950
    • 提供者:郭甜甜
  1. optimization.tar

    1下载:
  2. Iterative Methods for Optimization
  3. 所属分类:其他小程序

    • 发布日期:2012-12-15
    • 文件大小:16750
    • 提供者:tom
  1. Iterative-Interpolation_Super-Resolution_Image_Re

    0下载:
  2. Iterative Interpolation Super Resolution Image Reconstruction
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-06-12
    • 文件大小:20175732
    • 提供者:mat
  1. lyapack

    0下载:
  2. LYAPACK is a MATLAB toolbox for the solution of certain large scale problems in control theory, which are closely related to Lyapunov equations. In contrast to the lyap and dlyap command in the MATLAB Control toolbox it uses iterative algorithms and
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1049243
    • 提供者:ivan
  1. icpCpp

    0下载:
  2. Iterative closest point in C-Iterative closest point in C++
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:3410
    • 提供者:Saeed
  1. Computational-Theory-of-Iterative-Methods.pdf

    0下载:
  2. Book for computational iterative method for software eng
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-24
    • 文件大小:8179796
    • 提供者:anisanis
  1. Iterative

    0下载:
  2. # Iterative迭代用法示例,这是一个与 Iterative相关的实例,演示迭代的使用,思路和过程:创建一个string类型的数组用于存储银行种类,对IEnumerator接口实现GetEnumerator方法创建迭代器,使用for语句循环数组-# Iterative iterative usage examples, which is associated with Iterative instance, demonstrates the use of iteration, ideas
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-01
    • 文件大小:5147
    • 提供者:程松发
  1. Iterative

    0下载:
  2. C# Iterative迭代用法代码,这是一个与 Iterative相关的代码,演示迭代的使用,思路和过程:创建一个string类型的数组用于存储银行种类,对IEnumerator接口实现GetEnumerator方法创建迭代器,使用for语句循环数组,使用yield return语句依次返回每个元素,实例化BankType类,使用foreach语句遍历BankType类中的内容并输出-C# Iterative iteration of usage code, which is associat
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-27
    • 文件大小:5666
    • 提供者:武宗
  1. Gauss---Seidel-iterative-method

    0下载:
  2. 高斯-赛德尔迭代法--源代码及关键源代码-Gauss- Seidel iterative method
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:3061
    • 提供者:江一
  1. linear-equations-iterative-algorithm

    0下载:
  2. 《计算科学与数值方法》中解线性方程组的迭代算法的c++代码实现-" Computational Science and numerical methods of solution of linear equations iterative algorithm c++ code to achieve
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-06
    • 文件大小:2227988
    • 提供者:christy9088
  1. quicksor(Iterative)

    0下载:
  2. 随机产生一定范围内的数进行用迭代的方法实现的快速排序。-Generating a random number within a certain range for fast sorting achieved by iterative methods.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1211
    • 提供者:
  1. iterative-and-interpolation-method

    0下载:
  2. 有关迭代法和插值法的程序。包括高斯赛德尔迭代法、牛顿迭代法、拉格朗日插值法、牛顿插值法等。-Programs about iterative and interpolation method,including Gauss-Siedel ,Newton iterative method, Lagrange and Newton interpolation method.
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:269314
    • 提供者:cqgccc
« 12 3 4 5 6 7 8 9 10 ... 38 »
搜珍网 www.dssz.com