CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - matching

搜索资源列表

  1. Matching

    0下载:
  2. 实现了图象匹配的功能,是很不错的编程范例,希望大家会喜欢。-the images matching functions, is a very good example of the programming, I hope you will like.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1463
    • 提供者:sea
  1. Matching-1

    0下载:
  2. 给定整数n,产生所有[2n]上的匹配(matching) //将其视为一个所有块大小均为2的集合分拆 //输出格式为 a1 a2 - b1 b2 - c1 c2 - ... //满足a1<a2, b1<b2, ... //且 a1 < b1 < c1 <-given integer n, have all [2n] on the matching (matching) / / will be considered as an all pieces a
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1398
    • 提供者:侯庆虎
  1. Matching-2

    0下载:
  2. //给定整数n,产生所有[2n]上的匹配(matching) //将其视为一个所有块大小均为2的集合分拆 //以a_i表示其第i个元素所在的集合号 //输出格式为 a1 a2 a3 ... //满足 //a_{i+1} <= max { a1,a2,...a_i } + 1 -/ / a given integer n, have all [2n] on the matching (matching) / / will be considered as an all
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1743
    • 提供者:侯庆虎
  1. 用动态规划算法思想求最小编辑距离

    0下载:
  2. 用动态规划算法思想求最小编辑距离,即近似字符串匹配问题,Thinking of using dynamic programming algorithm for the minimum edit distance, that is, approximate string matching problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-25
    • 文件大小:890
    • 提供者:Doreen
  1. templatematching.zip

    0下载:
  2. Template matching code using cross co relation technique,Template matching code using cross co relation technique
  3. 所属分类:matlab

  1. smith.rar

    5下载:
  2. 用matlab实现单双枝节阻抗匹配,并用smith圆图匹配演示过程,Using matlab to achieve single-and double-side impedance matching, and demonstrate smith circle graph matching process
  3. 所属分类:matlab

    • 发布日期:2014-06-12
    • 文件大小:43175
    • 提供者:张飞
  1. MPTK-Windows-bin-0-5-6-beta.zi

    0下载:
  2. The Matching Pursuit ToolKit provides a fast implementation of the Matching Pursuit algorithm for the sparse decomposition of audio signals. It comprises a library, some standalone utilities and some scr ipts to plot the results under Matlab.,The Mat
  3. 所属分类:matlab

    • 发布日期:2017-05-21
    • 文件大小:6457321
    • 提供者:Galilleo
  1. Rabin-Karp

    0下载:
  2. 字符串模式匹配的RK算法,其中的滚动哈希很有价值-RK string pattern matching algorithm, in which the rolling hash valuable
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1007419
    • 提供者:linge
  1. Atomizer.rar

    0下载:
  2. Atomizer is a package of Matlab routines for atomic decomposition of 1-d signals in various dictionaries. The atomic decomposition techniques include Basis Pursuit, the Method of Frames, the Best Orthogonal Basis method for wavelet packets/cosine pac
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:324937
    • 提供者:Galilleo
  1. ssd.rar

    1下载:
  2. 这是模板匹配SSD的源代码,用MATLAB编写,This is template matching SSD source code, using MATLAB to prepare
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:12574
    • 提供者:峰峰
  1. EBMA

    1下载:
  2. 用MATLAB实现基于块匹配算法的运动估计,使用的算法是EBMA,能运行处结果的。-Using MATLAB to achieve block-matching algorithm based on motion estimation, using the algorithm is EBMA, can run office results.
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:442357
    • 提供者:zzh
  1. I_14

    0下载:
  2. 本文对指纹特征点的提取,特征点的匹配,用matlab进行了实现-In this paper, the fingerprint feature points extraction, feature point matching, was realized with matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:341865
    • 提供者:艾俊生
  1. SURFACESMATCHINGALGORITHMBASEDONGENETICALGORITHMAN

    1下载:
  2. 针对基于最小二乘法的ICP 曲面匹配算法难以处理待比较曲面的局部大变形问题, 提出一种改进算 法。即采用遗传算法确定曲面初始相对位置以保证匹配优化结果为全局最优值, 利用ICP 算法匹配结果构造 偏差阈值, 以此阈值过滤点群后再以最小二乘法进行匹配处理, 消除局部大变形影响, 获得合理的变换矩阵。以此变换矩阵变换初始点群再进行误差计算, 从而获得理想的匹配结果-Least square method based on the ICP surface matching algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-10-01
    • 文件大小:342054
    • 提供者:chenruibao
  1. SSDSADNCC Matlab

    2下载:
  2. 立体匹配算法中比较经典的块匹配方法。其中包含了比较有名的SADSSD算法---即左右视图中逐一比对像素数值,从而求得最小disparity 继而得到depth。-SSDSAD methods present in this file,which are improtant in the stereo matching-----we obtain the disparity with the difference of the intensity between the left and rig
  3. 所属分类:matlab例程

    • 发布日期:2012-10-26
    • 文件大小:698377
    • 提供者:福韩
  1. lk-0.5.0.tar

    1下载:
  2. Lin-Kernighan heuristic for the TSP and minimum weight perfect matching
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1796866
    • 提供者:foxman
  1. optic-flow

    2下载:
  2. 一个matlab程序 从一个avi视频中读取两帧画面进行光流计算 分别用hs算法 lk算法 和块匹配法-A matlab program to read from a two avi video screens were used for optical flow algorithm lk hs block matching algorithm and
  3. 所属分类:matlab

    • 发布日期:2016-12-23
    • 文件大小:7292928
    • 提供者:袁永金
  1. matchingpursuit

    3下载:
  2. matching pursuit 算法,matlab实现,信号稀疏分解方式的一种,适合与信号在超完备的原子库中稀疏分解。matchingpursuit.m-A matching pursuit algorithm. It fits data from a set of dictionary elements by orthogonally projecting the data onto elements of the dictionary of vectors such that t
  3. 所属分类:matlab

    • 发布日期:2015-01-19
    • 文件大小:2868
    • 提供者:lixi
  1. Steganography-on-LSB-Matching-Revisition-Techniqu

    0下载:
  2. Steganography based on LSB matching revisited technique in MATLAB ....fully completed IEEE project
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:4971
    • 提供者:JP
  1. Matching

    0下载:
  2. source code for Stereo matching algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1075
    • 提供者:Sabesan
  1. stack-Delimiter-Matching

    0下载:
  2. 分隔符匹配 使用栈,数据结构与算法上机作业,实用性超强-Delimiter matching using stack data structures and algorithms operating on the machine, super practical
  3. 所属分类:Data structs

    • 发布日期:2017-06-13
    • 文件大小:20908412
    • 提供者:gq
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com