搜索资源列表
string
- 编写验证类,要求: 密码长度6-10位 确认密码和密码相同 是不是整数 是不是小数 是不是合法的电子邮件 输入信息不能为空 (说明:使用String类提供的方法或正则表达式判断,任取一种实现以上功能) -I hope the code can help the people who want to learn Java
string
- string 类习题和答案,适合新手学习使用-string string.format
String
- 一个非常全面的string类的描述,实现很多功能有关字符串的-A very comprehensive descr iption of the string class to achieve many of the string functions
String
- string类 的设计,有利于string设计与实现-class string
String
- C++语言写的String类 包括Trim Split Indexof Append Replace Insert Trim等函数以及重载的== += +等运算符-A usefull String class written with C plus plus was included。
string
- 设计string类 要求: 1、为该类定义构造函数,析构函数和赋值操作。构造函数至少应有三个:无参构造函数、C风格字符串构造函数和复制构造函数 2、为string类提供必要的成员函数,可以参考C++类库的string类提供了那些成员函数,至少应包括下标访问,子串查找、获得C风格字符串、获得字符串长度、字符串比较这几个函数 3、利用该string类完成测试程序:统计一个文本文件中所有包含给定子串的单词,并按字典序无重复的打印输出这些单词-Design
String
- 建立String类,实现字符串的连接、比较、赋值和计算字符串的长度-The establishment of the String class, string connection, comparison, assignment and calculation of the length of the string
string-analyse
- 对string类使用的一些总结,以及使用string类时需要注意的一些问题-Some conclusions of the string class, and need to pay attention when using string class
string
- 编写一个str类使之能够实现string类的功能。-Str class to write a string class so that it can realize the function.
String
- 模仿STL实现的String类,具体功能参见C++ Reference/String-Mimic the STL implementation of the String class, the specific features see C++ Reference/String
String-source-code
- c++中String类的实现程序代码,读者可以学习String类的具体实现-realization c++ String class code, readers can learn the specific implementation of the String class
The-string
- 这是一个Java字符、字符串、数组操作的一些实例源码,主要有数组的复制、反转字符串中的字符、命令行参数、求字符串的长度及每一个位置上的字符、数组的排序、String类数组的操作等-Some examples of source code of a Java character string, array operations, array replication, reverse the characters in a string, command line parameters, find
string
- C++ 编写的string类库,并实现string的各项函数操作。-string function
string
- 自己实现一个简单的string类,具备基本的功能-Their realization of a simple string class, with basic functionality
String
- 实现String类的运算符重载,有助于理解运算符重载 仅仅供参考-Implementation of the String class operator overloading, operator overloading helps to understand just for reference
String
- 工作中 自己用c++实现的String类 成熟 稳定 性能 都没问题-Work with c++ achieve their mature and stable performance of the String class is no problem
String
- 自己写的STRING类。包括STRING类的基本需求,用C++写的。-STRING write their own class. STRING classes including basic needs, with C++ written.
string
- 自己编写的string类小程序,可供C++初学者学习参考,实现部分string操作-I have written a small program string class available C++ beginners to learn, to achieve some string operations
String
- 使用C++/C语言实现的String类,对于数据结构的学习有所帮助。-Using C++/C language implementation of the String class for learning data structures helpful.
string
- 自己写的 C++ String 类,常用的都封装了。-C++ String Class