-
Window Info
从光标获取窗口控件信息
- 2022-10-27 08:45:03下载
- 积分:1
-
网络管理 snmp manager
网络管理 snmp manager -network management snmp manager
- 2023-05-14 08:45:02下载
- 积分:1
-
用win32SDK实现了一个与MFC类似的程序,虽然不完美,但很适合MFC初学者学习之用,此程序对MFC的实现原理做了很好的描述。...
用win32SDK实现了一个与MFC类似的程序,虽然不完美,但很适合MFC初学者学习之用,此程序对MFC的实现原理做了很好的描述。
- 2022-02-03 18:17:26下载
- 积分:1
-
VC中调用汇编语言的示例!
VC中调用汇编语言的示例!-VC called assembly language examples!
- 2022-01-22 16:14:07下载
- 积分:1
-
用msvc编译zope时会提示这个文件有错误,原因是这个文件是采用ansi编码但是内容里却有非ansi字符的缘故,我把这个文件另存为utf8编码,这样就可以正常...
用msvc编译zope时会提示这个文件有错误,原因是这个文件是采用ansi编码但是内容里却有非ansi字符的缘故,我把这个文件另存为utf8编码,这样就可以正常编译zope了!-Zope with msvc compiler will be prompted when the document has errors, because the document is encoded using ansi content but there is non-ansi characters mentioned reasons, I put the document saved as utf8 encoding, this can be a normal compile zope!
- 2022-03-19 15:47:21下载
- 积分:1
-
MFC写的迷宫游戏,搜索算法值得研究
MFC写的迷宫游戏,搜索算法值得研究,还可以自己调整迷宫,界面友好
- 2022-04-19 23:17:59下载
- 积分:1
-
修改Button的drawitem函数 改变Button的背景色前景色,美化按钮
修改Button的drawitem函数 改变Button的背景色前景色,美化按钮-Button" s drawitem function changes the background color to change Button foreground color, landscaping button
- 2022-08-11 13:52:15下载
- 积分:1
-
很好的webshell 刚刚劫到的 和大家分享一下
很好的webshell 刚刚劫到的 和大家分享一下-Good webshell just robbed and the U.S. share
- 2022-01-22 05:41:27下载
- 积分:1
-
即指即译的翻译器即 指即译的翻译器
即指即译的翻译器即 指即译的翻译器-Means that the translation refers to the translator that the translation refers to the translator that the translation of the translator
- 2023-06-26 03:45:03下载
- 积分:1
-
Problem A:
Problem A:编辑距离问题
Time Limit:1000MS Memory Limit:65536K
Total Submit:157 Accepted:79
Description
设A 和B 是2 个字符串。要用最少的字符操作将字符串A 转换为字符串B。这里所说的字符操作包括
(1)删除一个字符;
(2)插入一个字符;
(3)将一个字符改为另一个字符。
将字符串A变换为字符串B 所用的最少字符操作数称为字符串A到B 的编辑距离,记为d(A,B)。试设计一个有效算法,对任给的2 个字符串A和B,计算出它们的编辑距离d(A,B)。
编程任务:
对于给定的字符串A和字符串B,编程计算其编辑距离d(A,B)。
Input
输入由多组测试数据组成。
每组测试数据输入的第1 行是字符串A,第2行是字符串B。
Output
对应每组输入,输出的每行中的数是编辑距离d(A,B)。
Sample Input
fxpimu
xwrs
Sample Output
5-Problem A:
- 2022-03-16 09:31:03下载
- 积分:1