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
    • 文件大小:6095
    • 提供者:周华
  1. DNA

    2下载:
  2. 对生物DNA进行两条碱基的比对,找出最小编辑距离,显示出联配结果(带界面变成源码)
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:1238
    • 提供者:小猪
  1. ld

    0下载:
  2. 对任给的两个字符串A,B,用动态规划算法算出他们的最小编辑距离
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6041
    • 提供者:兰天
  1. Direct

    0下载:
  2. 珍藏论文:基于改进编辑距离的中文相似句子检索
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:332086
    • 提供者:zhoutgtt
  1. 基于编辑距离计算文本相似性

    0下载:
  2. 基于编辑距离计算文本相似性
  3. 所属分类:源码下载

  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. 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
    • 文件大小:525
    • 提供者:李代
  1. string

    0下载:
  2. 求字符串编辑距离 动态规划 设给定样本 ,样本P在文本T中的K-近似匹配(K-approximate match)是指P在T中包含最多K个差异的匹配,求K-For the string edit distance to the set of dynamic programming based sample, the sample P in the text T in the K-approximate match (K-approximate match) refers to P in T co
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:7940
    • 提供者:郭涛
  1. StringMatch

    0下载:
  2. VC 实现的小程序,完成最小编辑距离计算,简单易读易懂-VC string match
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:309782
    • 提供者:wang
  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
    • 文件大小:32012
    • 提供者:zhu
  1. ED

    0下载:
  2. 编辑距离的程序实现,用C++语言编程实现的。-Edit distance program, using C++ language programming realization.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:853566
    • 提供者:yp
  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
    • 文件大小:507362
    • 提供者:王贝
  1. 编辑距离

    0下载:
  2. 用JAVA写的编辑距离问题。。。。。。。。。。。。。。。。。。。。。。。。。。。
  3. 所属分类:源码下载

    • 发布日期:2013-10-16
    • 文件大小:971
    • 提供者:gu_llong
  1. editdistance

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

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:pangsinidjfi
  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
    • 文件大小:2593792
    • 提供者:心晴紫贝
  1. 编辑距离

    0下载:
  2. 程序提示用户输入一行字符串(字符个数不超过80个,该字符串用回车符结束)。并按字母,数字及其他字符分类计数,然后将结果存入以char、digit和other为名的存储单元 字符串转换所需最短的编辑距离(The program prompts the user to enter a string of characters (no more than 80 characters, and the string ends with carriage returns). It is classifi
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:5120
    • 提供者:xiaozhu1998
  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
    • 文件大小:402432
    • 提供者:你若安好
  1. 1107编辑距离

    0下载:
  2. 这是一个用C++写的编辑距离问题,可供初学者学习使用(This is an editing distance problem written in c ++ that can be used by beginners)
  3. 所属分类:其他

  1. 4

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

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

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

« 12 3 4 5 6 »
搜珍网 www.dssz.com