-
利用hash表转换拼音到汉字,通过建立hash表,将汉语和拼音建立联系,然后调用此hash表,来翻译要翻译的文件...
利用hash表转换拼音到汉字,通过建立hash表,将汉语和拼音建立联系,然后调用此hash表,来翻译要翻译的文件-The use of hash table convert Pinyin to Chinese characters, through the establishment of hash tables, will be in Chinese and Pinyin establish contacts, and then call this hash table to translate the document to be translated
- 2022-03-04 06:09:08下载
- 积分:1
-
使用DELPHI编写逐行扫描屏幕传输程序,对了解套接字编程和屏幕传输都有帮助...
使用DELPHI编写逐行扫描屏幕传输程序,对了解套接字编程和屏幕传输都有帮助-DELPHI prepared to use progressive scan screen transfer procedures, the understanding of socket programming and transmission screen help
- 2022-03-07 17:20:08下载
- 积分:1
-
编写的英文打字练习程序VB.net,本程序实用…
vb.net编写的英文打字练习程序,此程序主要练习打字速度-vb.net prepared by the English typing practice procedures, this procedure practice typing speed
- 2023-01-15 02:55:04下载
- 积分:1
-
C语言常用算法源代码,希望对学C语言的人有所帮助.例子很多,但都很基础...
C语言常用算法源代码,希望对学C语言的人有所帮助.例子很多,但都很基础-Algorithm commonly used C language source code, want to learn C language help. Examples, but are the basis of
- 2022-02-13 21:45:04下载
- 积分:1
-
解析BMP文件,并将BMP文件数据转换成C文件。可以应用于窗口…
解析BMP文件,并将BMP文件数据转换成C文件格式。 可适用于Windows CE开发时替换其LOGO画面。-analytic BMP file, and BMP file data into C files. Windows CE can be applied to the development of its replacement when LOGO picture.
- 2022-06-30 05:30:57下载
- 积分: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
-
c语言猜数字游戏,很适合初学者,很好的程序
c语言猜数字游戏,很适合初学者,很好的程序-c language猜数字game, it is suitable for beginners
- 2022-02-05 05:29:22下载
- 积分:1
-
用于多媒体编程的aspi源代码
用于多媒体编程的aspi源代码-for multimedia programming source code ASPI
- 2022-04-11 22:19:04下载
- 积分:1
-
最小二乘法进行执行拟合小程序,只要输入一系列(大于2个坐标点)的数据,与matlab直线拟合结果做过比较,结果比较吻合和皮实...
最小二乘法进行执行拟合小程序,只要输入一系列(大于2个坐标点)的数据,与matlab直线拟合结果做过比较,结果比较吻合和皮实-least squares fitting method for the implementation of small programs, as long as the importation of a series (more than two coordinate points), and Matlab linear fitting results done earlier, the results coincide and brush it off
- 2022-10-15 14:05:02下载
- 积分:1
-
"This game will get character and do in these steps.
"+
"1)Get only char...
"This game will get character and do in these steps.
"+
"1)Get only character from a-z (no capital letters)
"+
"2)After that, it will reverse the result from step 1)
"+
"3)Finally, it will find vowel from step 1) (before reverse) and append after result from step 2) (after reverse)" -"This game will get character and do in these steps.
"+
"1)Get only character from a-z (no capital letters)
"+
"2)After that, it will reverse the result from step 1)
"+
"3)Finally, it will find vowel from step 1) (before reverse) and append after result from step 2) (after reverse)"
- 2022-03-18 08:35:51下载
- 积分:1