搜索资源列表

  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

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

    • 发布日期: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. EditDistance

    0下载:
  2. 实现编辑距离的计算,即字符串的匹配,支持汉字。
  3. 所属分类:JSP源码/Java

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

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

  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. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:6144
    • 提供者:周华
  1. EditDistance

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

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:Doreen
  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-approxim
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:7168
    • 提供者:郭涛
  1. StringMatch

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

    • 发布日期:2024-05-12
    • 文件大小:310272
    • 提供者:wang
  1. med

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

    • 发布日期:2024-05-12
    • 文件大小:31744
    • 提供者:zhu
  1. ED

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

    • 发布日期:2024-05-12
    • 文件大小:854016
    • 提供者:yp
  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 charac
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:李代
  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. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:506880
    • 提供者:王贝
  1. editdistance

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

    • 发布日期:2024-05-12
    • 文件大小: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
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-12
    • 文件大小: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 car
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小: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编程

    • 发布日期:2024-05-12
    • 文件大小: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. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:jiang_sen
« 12 3 4 5 6 »

源码中国 www.ymcn.org