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

搜索资源列表

  1. code

    0下载:
  2. 王晓东 算法设计 课后部分答案 n后 , 编辑距离问题 , 标准2维表问题 ,独立任务最优调度 , 会场安排 , 矩阵相乘 , 圈乘运算 , 输油管道问题 , 兔子生崽 , 邮局选址 , 又重复元素排列问题 , 找第二名学生成绩 , 众数问题 , 字典序问题 , 租用游艇问题 , 最长公共子序列问题 ,最大k乘积 , 最大长方体 , 最少硬币 , 最小费用购物, 最优合并-Algorithm acm C++
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:12.06kb
    • 提供者:leyuan
  1. tt

    0下载:
  2. Problem A:编辑距离问题 Time Limit:1000MS Memory Limit:65536K Total Submit:157 Accepted:79 Descr iption 设A 和B 是2 个字符串。要用最少的字符操作将字符串A 转换为字符串B。这里所说的字符操作包括 (1)删除一个字符; (2)插入一个字符; (3)将一个字符改为另一个字符。 将字符串A变换为字符串B 所用的最少字符操作数称为字符串A到B 的编
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:878byte
    • 提供者:方亚芳
  1. EditDistance

    0下载:
  2. 设A 和B 是2 个字符串。要用最少的字符操作将字符串A 转换为字符串B。这里所说的字符操作包括 (1)删除一个字符; (2)插入一个字符; (3)将一个字符改为另一个字符。 将字符串A变换为字符串B 所用的最少字符操作数称为字符串A到B 的编辑距离,记为d(A,B)。试设计一个有效算法,对任给的2 个字符串A和B,计算出它们的编辑距离d(A,B)。-For A and B are two strings. Operation to use at least the ch
  3. 所属分类:Other windows programs

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

    0下载:
  2. 设A和B是两个字符串,要用最少的字符操作将A转换成B.允许的操作包括:1)删除一个字符 2)插入一个字符 3)将一个字符替换为另一个字符.将A转换成B所用的最少的字符操作数称为编辑距离。 设计算法,对任给的字符串A,B,计算他们的编辑距离。 输入:第一行字符串A;第二行字符串B 输出:第一行编辑距离-For A and B are two strings of characters to use at least A conversion operation will be allo
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:754byte
    • 提供者:cj
  1. lcs_vb

    0下载:
  2. 用动态规划算法思想求最小编辑距离VB实现-distanse
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:739byte
    • 提供者:ryj
  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. EditDist

    0下载:
  2. 计算机算法设计与分析(王晓东):动态规划实现字符串编辑距离-Design and analysis of computer algorithms (Xiaodong): Dynamic Programming string edit distance
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:586byte
    • 提供者:joe
  1. algrithm

    0下载:
  2. 计算机算法设计与分析(王晓东):动态规划实现取数游戏,数字三角形,字符串编辑距离,最大子串和-Design and analysis of computer algorithms (Wang Xiaodong): Dynamic Programming to take a few games, digital triangle, string edit distance, the largest sub-string and
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:2.59kb
    • 提供者:joe
  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. Levenshtein-Distance

    0下载:
  2. SA算法实现编辑距离功能,压缩包内有两个版本,一个只实现编辑距离的求解,一个在实现编辑距离的计算同时,还将具体的编剧过程打印出来-Edit distance function SA algorithm, compressed package comes in two versions, one only solving edit distance, an edit distance calculation the same time, will also be specific screenwr
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:10.95mb
    • 提供者:yuhuan
  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. distance

    0下载:
  2. 编辑距离 C的算法 大学作业平台题目 可能会有一些小瑕疵 不过能运行-The topic of university operation platform of edit distance algorithm of C may have some small flaws but can run
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:843byte
    • 提供者:ouyuyao
  1. CosineSimilarAlgorithm

    0下载:
  2. 余弦定理相似度运算实例以及距离编辑算法相似度运算实例。-it is not
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.58kb
    • 提供者:小妖
  1. 32423134152

    0下载:
  2. 基于编辑距离的拼写校正算法,计算最小编辑距离并做出校正。 在txt文本中检索字符串。-Spelling correction based on edit distance algorithm to calculate the minimum edit distance and make the correction. Retrieving string txt text.
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:721.66kb
    • 提供者:Jason
  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. xoreeerred

    0下载:
  2. Editdistance是算法导论中经典的问题了,本代码以special的风格表示清楚了编辑距离问题,看看吧,()
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:919kb
    • 提供者:Thzka
搜珍网 www.dssz.com