CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 编辑距离算法

搜索资源列表

  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. 用动态规划算法思想求最小编辑距离

    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. EditDistance

    0下载:
  2. 编写的原始编辑距离算法,做成了界面的形式。字符串等长部分用异或写的,字符串不等长是用编辑距离写的。-the original edit distance algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:5.97mb
    • 提供者:xingyu
  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. similarity

    0下载:
  2. 最大公共子串和字符编辑距离算法的类实现。 函数第一个参数是用来比较的字符串, 第二个参数是被比较的字符串。 lCommonStr第三个参数是前两个字符串的公共子串。-The largest common sub-string and the character edit distance algorithm to achieve the category. Function of the first parameter is used to compare the string, t
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:2.23kb
    • 提供者:尤凤凯
  1. EDIT_Distance

    0下载:
  2. 实现最小编辑距离算法,并给出完整的编辑过程,完整版源码,已调试通过-To achieve the minimum edit distance algorithm, and gives the complete editing process, full version of source code, has been debugging through the
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:495.47kb
    • 提供者:王贝
  1. edit

    0下载:
  2. 文本相似度计算,包含编辑距离,和最长公共子序列算法的结合。-xiangsudu jisuan
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:304.69kb
    • 提供者:
  1. source-code

    0下载:
  2. 最短编辑距离算法,可以输入copy,insert等操作代价,结果可以输出操作结果。-shortest distance,you can decide the cost of each operation
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2.03kb
    • 提供者:lintong
  1. Levenshtein-Distance

    0下载:
  2. 验证码识别,字符串相似度算法(编辑距离算法 Levenshtein Distance)-Verification code identification, string similarity algorithm (edit Distance algorithm Levenshtein Distance)
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:483.2kb
    • 提供者:
  1. editLenth

    0下载:
  2. 编辑距离算法的python源码,编辑距离,又称Levenshtein距离(也叫做Edit Distance),是指两个字串之间由一个转成另一个所需的最少编辑操作次数。许可的编辑操作包括将一个字符替换成另一个字符,插入一个字符,删除一个字符。-Levenshtein Distance Algorithm s python version The Levenshtein distance between two strings is defined as the minimum number o
  3. 所属分类:Other systems

    • 发布日期:2014-12-22
    • 文件大小:1kb
    • 提供者:大林
  1. AdvanceEditDistance

    0下载:
  2. 编辑距离算法的详尽实现,是文本聚类的很好解决途径,解决了经典编辑距离的弊端,在vc6.0下实现,能处理大规模文本,速度快,效率高。-Edit distance algorithm detailed implementation is a good text clustering solutions to address the shortcomings of the classical edit distance, in vc6.0 to achieve, can handle large-sc
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1.22mb
    • 提供者:wanghuhu
  1. OS

    1下载:
  2. 里面包括了动态分区分配方式的模拟程序、模拟动态优先权进程调度程序、请求调页存储管理方式的模拟程序、编辑距离算法程序、最长子序列的算法!-Which includes a dynamic partition allocation simulation program to simulate the dynamic priority process scheduler, to request paging storage management simulation program, edit dis
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:6.09kb
    • 提供者:赵风
  1. ssl-distance-edit-cert

    0下载:
  2. 包含证书的解析、ssl通信测试、编辑距离算法求字符串相似度-Contains the certificate parsing, ssl communication test, edit distance algorithm for getting string similarity
  3. 所属分类:CA program

    • 发布日期:2017-11-15
    • 文件大小:19.95kb
    • 提供者:liwu
  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. cpp

    1下载:
  2. 文章查重源码 应用了最短编辑距离算法以及相似度算法原理,用两个待比较的文本框输入要比较的的文本文字,然后求解,最后输出两篇文章的相似度的百分比 -The article source application rechecking the shortest edit distance algorithm and the similarity principle, comparing two stay text box input to compare the text of the text,
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:8.31kb
    • 提供者:江鹏源
  1. LevenshteinDistanceMetric

    0下载:
  2. 拼写校正,和中文句子对齐中常见的编辑距离算法的代码实现-the implentment of LevenshteinDistance
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:611byte
    • 提供者:lipj
  1. 王敬贤-SA16168143-第3次作业

    0下载:
  2. 关于两个字符串s1,s2的差别,可以通过计算他们的最小编辑距离来决定。用C++设计动态规划算法解决此类问题(The difference between the two strings s1, s2, can be determined by calculating their minimum edit distance.Using c + + design dynamic programming algorithm to solve these problems)
  3. 所属分类:控制台编程

    • 发布日期:2017-12-25
    • 文件大小:2.47mb
    • 提供者:心晴紫贝
  1. 编辑距离问题

    0下载:
  2. 编辑距离:将字符串S通过插入、删除、替换三种编辑操作,转变为字符串T,所需最少的编辑次数。(Edit distance definition: string S by inserting, deleting, replacing three editing operations, converted to string T, the minimum number of editing required.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:393kb
    • 提供者:你若安好
  1. 4

    0下载:
  2. 动态规划中编辑距离算法的实现,使用JAVA语言。(The implementation of the edit distance algorithm in dynamic programming, using the JAVA language.)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:1kb
    • 提供者:jiang_sen
  1. 编辑距离的问题解析

    0下载:
  2. 编辑距离的问题解析,包括了问题描述,算法设计,正确性证明,输入与输出。
  3. 所属分类:其它文档

« 12 3 »
搜珍网 www.dssz.com