搜索资源列表
CIVStringSet_Demo
- CIVStringSet_Demo.zip CIVStringSet_Source.zip 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。-CIVStringSet_Demo.zipCIVStringSet_Source.zip platform based on the MFC and the STL string class, can be achieved in fast string search.
string
- 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。-Platform based on the MFC and the STL string class, can be achieved in the fast string search.
CIVStringset
- 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。 -Platform based on the MFC and the STL string type, you can achieve in the fast string search.
string_strutil
- std::string并没有提供所有需要方法。所以,需要用STL提供了算法库、字符串流以及现存的std::string的方法来实现它们。 ※ 将字符串转换为大写/小写 ※ 去掉字符串两端的空格 ※ 忽略大小写比较字符串 ※ StartsWith和EndsWith ※ 从字符串解析出int和bool等类型的值 ※ 将各种数值类型转换成字符串(toString) ※ 拆分字符串和Tokenizer-std:: string does not provide all the
STL
- 基于STL平台的字符串类,可以实现在快速字符串搜索。采用vc编写。-Platform based on STL string class, you can achieve fast string search. Prepared using vc.
StringSetSample
- 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。 -Platforms based on MFC and the STL string class, you can achieve fast string search.
XString
- 非MFC/STL的字符串处理函数的一个合集,相对于STL之类的字符串处理函数来说,它在效率上更有优势-A collection of a non-MFC/STL string handling functions, as opposed to the STL class string processing functions, efficiency an advantage
CommonFunctions
- C++编程中可能用到的一些基本的公共函数,涉及stl模板操作,字符串操作-C++ programming may be used in some of the basic public functions involving stl template operations , string manipulation , file manipulation
CPP3
- 模拟STL库中string类的功能,编写MyString类,至少实现字符串间的赋值、比较(包括>、<、=、!=)和字符串间的”+”(连接)操作,同时能通过下面列举的形式对字符串对象进行初始化。 如:MyString str1(“I am ”),str2=“a student” if(str1>str2) cout<<“larger\n” if(str1<str2) cout<<“smaller\n” if(str1==s
STLMFC2
- STL list<string> 与 MFC CStringlist 用法-STL list<string> and MFC CStringlist example
PolyMulPoly_list
- 用stl实现多项式字符串相乘,用list实现,已测试。-Stl string using polynomial multiplication, with the list implementation, have been tested.
XString_demo
- 这个程序是以前使用过的非MFC/STL的字符串处理函数的一个合集,相对于STL之类的字符串处理函数来说,它在效率上更有优势,-This procedure is used before the non-MFC/STL a collection of string handling functions with respect to string handling functions like STL, its advantage in efficiency,
