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

搜索资源列表

  1. 编辑距离问题

    0下载:
  2. 此算法也是非常常用的算法之一,在这个算法中我们特别要明白编辑距离问题的实质所在.-This algorithm is very commonly used algorithm, the algorithm in particular, we need to understand edit distance the real problem lies.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5.95kb
    • 提供者:周华
  1. dpa

    0下载:
  2. 动态规划算法求字符串的相似性(编辑距离)-dynamic programming algorithms to find the similarity of the string (edit distance)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4.39kb
    • 提供者:Richard
  1. Edit Distance算法

    0下载:
  2. 对模式识别中的字符串模板匹配问题进行的研究,设计了对任意字符串进行匹配和字符串相似度,即列文斯顿距离进行计算的算法-right pattern recognition template matching string for the research and design of the arbitrary strings and string matching similarity, Ken Livingstone distance calculation algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.67kb
    • 提供者:蓝色梦幻
  1. 用动态规划算法思想求最小编辑距离

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

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

    0下载:
  2. 设A和B是2个字符串。要用最少的字符操作将字符串A转换为字符串B。这里所说的字符操作包括: 1. 删除一个字符 2. 插入一个字符 3. 将一个字符改为另一个字符 将字符串A变换为字符串B所用的最少操作数称为A到B的编辑距离,极为d(A,B)。设计一个算法,计算任意两个字符串的编辑距离。 -Set A and B are two strings. Operation will use the least character string A is converted to a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:525byte
    • 提供者:李代
  1. L_A_distance

    0下载:
  2. Levenshtein 距离算法实现。Levenshtein 距离测量两个字符串的相近性-The "Levenshtein distance" is a measure of the similarity between two strings, this algorithm is also refered to as "edit distance".
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:18.86kb
    • 提供者:peter
  1. 1132813581

    0下载:
  2. 算法导论书上的动态规划---编辑距离的实现-algorithm==== edit distance
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1.39kb
    • 提供者:parhat
  1. TemplateMatchingProgram

    2下载:
  2. 这是模式识别中模板匹配内容的Matlab例程,其中edit_distance程序用来计算两个符号字符串间的编辑距离; back-tracking程序是“回溯”法画出最佳路径的代价网格; Dtw-Sakoe.m程序是具有Sakoe-Chiba局部路径约束的动态时间弯 折。-This is a pattern recognition template matching the content of Matlab routines, which edit_distance proce
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.31kb
    • 提供者:王明松
  1. distanceEdition

    0下载:
  2. 用动态规划的方法来实现的编辑距离问题。没了-Using dynamic programming methods to achieve the edit distance problem. Gone
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1.35kb
    • 提供者:killer
  1. MagicCube

    0下载:
  2. 细菌。。关于编辑距离的计算。与前面那个不同。这个详细很多-Bacteria. . On the edit distance calculation. That different from the previous. The details of many
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2.98kb
    • 提供者:ayianiu
  1. ClusterTitle_ED

    0下载:
  2. 能实现大规模文本间的编辑距离的计算,算法完整市现了处理过程,基于vc6.0环境编写,可以运用与聚类算法。-To achieve large-scale text edit distance between the calculation, the algorithm is a complete city process, based on the vc6.0 environmental preparation, and clustering algorithms can be used.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2.57mb
    • 提供者:王虎虎
  1. bianjijuliwenti

    0下载:
  2. 编辑距离问题,适合算法课提交的程序,VC++下编译通过的-Edit distance problem, the procedure for submission algorithm class, VC++ compiled by the
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:603byte
    • 提供者:wjb
  1. LD

    0下载:
  2. 又称Levenshtein距离(也叫做Edit Distance),是指两个字串之间,由一个转成另一个所需的最少编辑操作次数。许可的编辑操作包括将一个字符替换成另一个字符,插入一个字符,删除一个字符。 -Also known as Levenshtein distance (also known as Edit Distance), is between two strings, one by one turned into the minimum required number of edit
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:171.42kb
    • 提供者:zdl
  1. tdistance-stringlabel

    0下载:
  2. 计算任意两棵树结构间的编辑距离,是Zhang和Shasha提出来的,时间复杂度为O(V*V *min(L, D)*min(L , D -compute the edit distance between two tree structures, it s proposed by Zhang and Shasha , time complexity is O(V*V *min(L, D)*min(L , D ))
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:4.2kb
    • 提供者:
  1. ld

    0下载:
  2. 计算两个序列之间的编辑距离,使用c++实现-Compute the edit distance between two sequences
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:890byte
    • 提供者:lijian
  1. EditPDistance

    0下载:
  2. edit distance.字符串之间编译距离,包括插入,删除,替换。 -edit distance
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:583byte
    • 提供者:yy
  1. edit_distances

    0下载:
  2. Edit Distance Levenstin Distance and etc
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:10.36kb
    • 提供者:amir noor
  1. Distance

    0下载:
  2. 这个程序是用java语言编写的,主要是对编辑距离算法的实现。在程序中输入两个字符串,可以有效据算这两个字符串之间的编辑距离。-This procedure is used java language, mainly on the edit distance algorithm. Enter the two strings in the program, which can be effectively calculated according to the edit distance betwe
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:620byte
    • 提供者:skye wood
  1. edit-distance

    0下载:
  2. 算法导论(3)动态规划中edit distance 一题解答-Introduction to Algorithms (3) dynamic programming in an edit distance Answers
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.44kb
    • 提供者:xiazhao
  1. min_edit-distance

    0下载:
  2. Minimum edit distance problem implementation in c++. One of the fundamental problems in Dynamic Programming.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:815byte
    • 提供者:Duch
« 12 »
搜珍网 www.dssz.com