搜索资源列表
c++实现java中string类的方法
- c++实现java中string类的方法,可熟悉指针在内存中的移动
String
- 模拟string 类的一个小程序 包括赋值 等于 find() 函数的实现-Analog string class is a small program, including the assignment is equal to find () function to achieve
string
- 字符串匹配BM算法算法源码 字符串匹配BM算法 源码 很好的 有新意-BM algorithm for string matching algorithm source BM string matching algorithms have a good new source
Pointer-seeking-string-length
- 运用指针的相关知识进行求取字符串长度的操作。-Knowledge of the use of pointers strike length of the string operation.
string
- 串的功能实现:找出一个字符串中最大的字符并把它放在最前面, 其它字符往后顺序存放。如字符串”china”处理后成为”nchia-String functions: to identify the largest of a string of characters and put it in front of other characters in the next order of storage. If the string china after becoming nchia
StringExt
- String扩展类,增强String的功能,同时提供了一系列常用功能的封装,包括文件复制、文件相对路径、绝对路径转换等。-String category to expand and enhance the function of String, while providing a series of commonly used functions of packaging, including document reproduction, document relative path, abso
string
- 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。-Platform based on the MFC and the STL string class, can be achieved in the fast string search.
String
- 字符串的匹配算法,简单的c++算法源码,一共三个文件,文件s和t中存放字符串-String matching algorithm, a simple c++ algorithm source, a total of three documents, document storage s and t in the string
BinDecBinWRecursion
- Conversion of string into ascii,decimal,hex and viceversa
String
- 自己练手写的一个String类,包含基本功能,测试通过,当个纪念,希望对别人也能有点帮助-His practice as a handwritten String class that contains the basic functions of the test, when a memorial, in the hope others can also be helpful to
string
- 字符串查询程序,程序运行之后输入要查询的字符串,可以查到在文件中出现次数等-String query program, the program is running after the Enter query string can be found such occurrences in the document
string_strutil
- std::string并没有提供所有需要方法。所以,需要用STL提供了算法库、字符串流以及现存的std::string的方法来实现它们。 ※ 将字符串转换为大写/小写 ※ 去掉字符串两端的空格 ※ 忽略大小写比较字符串 ※ StartsWith和EndsWith ※ 从字符串解析出int和bool等类型的值 ※ 将各种数值类型转换成字符串(toString) ※ 拆分字符串和Tokenizer-std:: string does not provide all the
string
- 对一个字符串进行插入,删除,替换的操作并打印。-On a string to insert, remove, replace, and print operations.
EditBox
- 这个主要是用C++实现了,上下两个多行编辑框能实现同步编辑或删除字符或字符串-This is mainly achieved using C++, and up and down more than two-line edit box makes it possible to edit or delete characters or a string
string
- 实现字符串拷贝、拷贝size_t大小的字符串、字符串连接、将size_t大小的字符串连接、求字符串长度、字符串比较。-To achieve a string copy, copy size_t size string, string concatenation, the connection string size_t size, find the string length, string comparison.
string
- 一个Labview字符串的例程包,内含7个VI,可以通过该组例程深入学习Labview的字符串操作-A Labview routine string bag, containing seven VI, can be routine in-depth study by the group' s string operations Labview
string
- String类的实现,简单易懂,设计实现对某一个字符的查找(第一次出现、最后一次出现)、删除、string类的替换、插入等操作。(Implementation of the String class)
string
- 包含c++ 文件流操作 std::string操作(Include c++ file stream and std::string)
string
- String类的实现,包括+,+=的运算符重载等,还有一些复制构造函数。(The implementation of String class)
string类
- 自己写的c++string类的实现,有助于更加理解c++string类的实现,也有助于理解c++面向对想编程。(The implementation of the c++string class written by myself is helpful to understand the implementation of c++string class better, and also helps understand c++ oriented programming.)
