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

搜索资源列表

  1. diot

    0下载:
  2. C语言实现编辑距离,实现两个字符串的比对,给出匹配程度-C language implementation Edit distance between two strings than the implementation right, give the degree of match
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:529byte
    • 提供者:高进
  1. med

    0下载:
  2. 最小编辑距离,可以计算2个字符串的相似度,用于语音文档检索-Minimum edit distance between two strings can calculate the similarity for retrieval of voice files
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:31.26kb
    • 提供者:zhu
  1. editdistance

    0下载:
  2. 编辑距离,未成功,想和各位同仁商议,请多指教-edit distance
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:602byte
    • 提供者:杨淑媛
  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. 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. xijun

    0下载:
  2. 编辑距离 的计算 基于 C++ MFC 平常做的课程设计。适合新手-Edit distance calculation is based on C++ MFC normally do curriculum design. For novice
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1.81mb
    • 提供者:ayianiu
  1. editDistancesForweb

    0下载:
  2. Edit Distance算法的python实现 python版本为2.7 双击该文件可直接运行。 建议安装Activepython2.7-Edit Distance algorithm in python 2.7
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2.65kb
    • 提供者:kscnana
  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. edit-distance

    0下载:
  2. 该代码主要是用来计算两个句子之间的编辑距离-edit distance
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:593byte
    • 提供者:贺子宸
  1. editdistance

    0下载:
  2. using dynamic programming to solve edit distance problem-edit distance is a classic problem of dynamic programming
  3. 所属分类:Other systems

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

    0下载:
  2. 用动态规划求解任意两个字符串的编辑距离。从文件读入两个字符串,求出它们的编辑距离,输出结果。-To solve the Edit distance of two strings using dynamic programming
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:498.56kb
    • 提供者:xiaoqing
  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. 5610220055_spellingcorrection

    0下载:
  2. c source for check spelling correction by minimum edit distance and show correct word in dictionary.
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:906.38kb
    • 提供者:Panda359
  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. editdistance

    0下载:
  2. soundx 和 编辑距离的程序 输入两个单词进行比较(soundx and edit distance)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1kb
    • 提供者:pangsinidjfi
« 12 »
搜珍网 www.dssz.com