文件名称:editdistance
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 725kb
- 下载次数:
- 0次
- 提 供 者:
- b**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
为了把一个原文本串x[1..m]转化成目的串y[1..n],可以执行各种转换操作,目的是,给定的x和y,产生一系列的转换把x变成y,每一个转换操作都有一个相关的代价。我们假设每个操作的代价是已知的常数。此外,还假设复制和替换的单个代价小于删除和插入操作的合并代价;一个给定的转换操作序列的代价等于序列中单个操作的代价之和。-In order to bring a text of the string x [1 .. m] into the purpose string y [1 .. n], can perform a variety of conversion operations, the purpose is, given x and y, produces a series of conversion to x variable into y, each conversion operation has an associated price. We assume that the cost of each operation are known constants. In addition, assume that a single copy and replace the price is less than the combined deletion and insertion costs a given sequence of conversion price equal to the sequence of individual operations and the costs.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
编辑距离\Debug\EditDistance.obj
........\.....\main.obj
........\.....\vc60.idb
........\.....\vc60.pdb
........\.....\编辑距离.exe
........\.....\编辑距离.ilk
........\.....\编辑距离.pch
........\.....\编辑距离.pdb
........\EditDistance.cpp
........\EditDistance.h
........\main.cpp
........\编辑距离.dsp
........\编辑距离.dsw
........\编辑距离.ncb
........\编辑距离.opt
........\编辑距离.plg
........\Debug
编辑距离
........\.....\main.obj
........\.....\vc60.idb
........\.....\vc60.pdb
........\.....\编辑距离.exe
........\.....\编辑距离.ilk
........\.....\编辑距离.pch
........\.....\编辑距离.pdb
........\EditDistance.cpp
........\EditDistance.h
........\main.cpp
........\编辑距离.dsp
........\编辑距离.dsw
........\编辑距离.ncb
........\编辑距离.opt
........\编辑距离.plg
........\Debug
编辑距离