搜索资源列表
STRING
- 用空格符实现对字符串中某一个字符的替换,程序经过调试-By a space at the realization of a string of characters to replace, the program after debugging
StrRp
- 一个简单的汇编源程序:(确定一个B串中多处存在A串的例子),用一个C串去替换A串(A与C长度不一样,取代所有相同的串),替换后的结果在显示器上显示。-Assembler source: (determining a B string Various examples of the A string), (A and C, the length is not the same, and to replace all of the same string) to replace the A stri
52
- 输入任意一个字符串,实现下面的功能: 1)查找 2)替换 3)删除 4)复制-Enter any string to achieve the following functions: 1) Find 2) Replace 3) Delete 4) Copy
zifu
- 通过插入、删除、替换操作将一个字符串替换成另一个字符串的最短距离- The shortest distance to replace a string with another string by inserting, deleting, or replacing
KMP算法
- KMP算法,例如输入s,t,p三个字符串,实现将s串中所有t替换成p(KMP algorithms, such as three strings of S, T, and P, are implemented to replace all the T in the S string to P)
