搜索资源列表
文件中字符串的查找与替换
用比较朴素的方法实现文件中字符串的查找与替换
文件中字符串的查找与替换2
用比较高级的算法实现文件中字符串的查找与替换
字符串匹配算法(KMP KR BM)
- 单模式字符串匹配算法里面最经典的算法,KMP算法,KR算法 和BM算法
字符串多关键字匹配算法(AC,WM)
- 多关键字字符串匹配算法 AC算法 WM算法
SMAZ短字符串压缩
- 外国人写的短字符串压缩(SMAZ)
MFC按行读取文件然后提取空格分隔的字符串
- 使用CStudioFile按行读取文件,然后每一行提取空格分隔的字符串
C++关于字符串查找的
- 关于字符串查找的
字符串转时间各种格式
- 字符串转时间各种格式,很适用。
字符串的加密与解密
- 字符串的加密与解密-string encryption and decryption
随机产生字符串
- 随机产生一段字符串。-randomly generated string section.
字符串处理函数
- 字符串处理函数. -string handling functions. The string handling functions.
字符串加密
- 给字符串加密解密-to string encryption and decryption
C++字符串完全指南
- C++字符串操作的基本指南,新手必读-C string manipulation of the basic guidelines, mandatory rookie
一个可替代CString的字符串类CStdStr
- 一个可替代CString的字符串类CStdStr-redeem an alternative string class CStdStr
如何对一个已有字符串加密
- 如何对一个已有字符串加密-how to have a string encryption
如何判断字符串是否是有效EMAIL地址
- 判断字符串是否是有效EMAIL地址-judge whether the string is valid email address
字符串查找和替换的实现例子
- 字符串查找和替换的实现例子-string search and replace example of the realization
csplitstring拆分字符串
- 在做程序时,经常需要把文本按固定的标志进行拆分,CString 类提供了一些基本的字符串操作,本文就是利用CString类的基本函数来实现文本串的自由拆分 ,-doing procedures, the need for regular text by the fixed signs split redeem category provides some basic string manipulation, use redeem thi
字符串处理函数集
- 字符串处理函数集-string handling functions Set
带通配符的字符串匹配算法源代码
- 带通配符的字符串匹配算法源代码-with wildcard string matching algorithm source code