-
设A和B是2个字符串。要用最少的字符操作将字符串A转换为字符串B。这里所说的字符操作包括:
1. 删除一个字符
2. 插入一个字符
3. 将一个字符...
设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 string B. Operation of characters are talking about here include: 1. Delete a character 2. Insert a character 3. Will be replaced by one character to another character will be transformed into a string A string of at least B operand used by A to B is called the edit distance is extremely d (A, B). Design an algorithm to calculate any two of the string edit distance.
- 2022-01-26 03:32:59下载
- 积分:1
-
an index based on the fire damage assessment software, no classified data, the g...
一个基于指数法的火力毁伤评估软件,没有涉密数据,代码一般-an index based on the fire damage assessment software, no classified data, the general code
- 2022-10-04 23:55:03下载
- 积分:1
-
先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqS...
先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqStack void PreOrderUnrec(Bitree t) { SqStack s StackInit(s) p=t while (p!=null !StackEmpty(s-preorder non- recursive algorithm# define maxsize 100 typedef struct (Bitree Elem [maxsize]) int top SqStack void PreOrderUnrec (Bitree t) (SqStack s StackInit (s) p = t while (p! = Null! StackEmpty (s
- 2022-12-23 05:40:03下载
- 积分:1
-
象棋旋风coony的源代码
应用背景
中国象棋旋风的源代码coony引擎,作者陈朝营,代码简洁,完全可以运行。可供广大象棋编程的爱好者参阅。
关键技术中国象棋旋风的源代码coony引擎,采用ucci引擎。采用PVC剪枝搜索,空着裁剪,静态搜索,历史排序,Hash表等等常用技术。
- 2023-05-07 14:20:02下载
- 积分:1
-
2维ostu 分割算法实现
查阅了一下资料,编写的二维大津法算法实现,描述了二维ostu 算法的实现,在vc++上实现,里面有具体的注释。
- 2023-02-25 06:45:03下载
- 积分:1
-
数据结构C语言
资源描述数据结构、算法分析的一些程序编写,对初学者很有帮助,有助于加深理解进一步学习数据结构相关的内容。
- 2022-07-26 05:56:48下载
- 积分:1
-
龙格法可以实现,使用Tkinter
Implemementation of Runge Kunt metthod, using TkInter
- 2023-08-28 15:45:03下载
- 积分:1
-
PID 控制器设计的遗传算法与神经网络 LVQ 精馏塔与 MATLA
在这个项目中,PID控制器为精馏(精馏)使用遗传算法inMATLABis可供免费下载.项目网站is不再公开发售价格高.免费下载.
- 2022-06-29 08:02:27下载
- 积分:1
-
面部识别
人脸检测源代码,这是非常强大的算法。用户的网络摄像机和IP摄像机的识别
- 2022-08-03 00:47:50下载
- 积分:1
-
背包的动态规划算法.rar
背包的动态规划算法.rar-backpack dynamic programming algorithm. Rar
- 2022-08-10 03:17:55下载
- 积分:1