C++字符串截取,例如:"adda,dagf,dfa,df",将','去除,将每部分字符出入一个指定数组
2021-09-28 09:31:51 337B C++ strtok
1
数据结构,BF算法,替换字符,查找字符,利用BF算法,一个一个回溯进行比较!~
2021-09-28 09:02:49 3KB string 查找
1
实现BF算法的改进算法:KMP算法和BM算法; 对上述3个算法进行时间复杂性分析,并设计实验程序验证分析结果。 附件中 3.3.h BF算法代码 3.5.h KMP算法代码 3.12.h BM算法代码
2021-09-28 08:36:34 25KB BF算法 字符串匹配 KMP算法 BM算法
1
The computation of patterns in strings is a fundamental requirement in many areas of science and information processing. The operation of a text editor, the lexical analysis of a computer program, the functioning of a finite automaton, the retrieval of information from a database - these are all activities which may require that patterns be located and computed. 字符串匹配子串搜索 后缀树
2021-09-27 20:09:28 8.98MB 字符串匹配 子串搜索 后缀树
1
这是一个可以对文件和字符串加密的工具,文件支持拖拽和浏览,字符串可以直接复制或者写入,实在VS2012里面开发的
2021-09-27 16:30:53 57KB MD5
1
MD5加密工具,支持文件 字符串 MD5加密工具,支持文件 字符串 MD5加密工具,支持文件 字符串
2021-09-27 16:26:59 412KB MD5加密工具 支持文件 字符串
1
java使用fastJson处理复杂Json字符串,直接获取key对应的value值
2021-09-27 15:14:32 4KB fastJosn 字符串
1
swift5.0 选择器,只需要传入字符串的数组即可进行选择
2021-09-27 12:04:09 2KB swift5.0 swift PickerView 选择器
perl处理文本文件,学习参考用。比较简单。初学perl可以参考。
2021-09-27 10:46:16 4KB perl 字符串处理 文件操作
1
将某表示文件路径的字符串的文件名分离出文件路径
2021-09-26 20:00:32 220B java字符串
1