搜索资源列表
ExSplit
- 考虑到C#中的string类提供的Split方法无法实现针对串参数的分割,所以自己解决了。主要实现了对String类的扩展,使之支持string参数的Split。-C# taking into account the type of string Split method can not be realized against the division series parameters , and they therefore resolved. Major Implementation of
split.rar
- 本程序用于拆分字符串, 以逗号为分隔符,将四个数分别保存到四个数组中。,This procedure used to split the string, a comma for the separator will be saved to four respectively in the four arrays.
split
- 自己实现的字符串分割函数split(C++版本) ,带使用方法。-Own implementation of a string split function split (C++ version), with demo.
PassWord
- 该VB程序对输入的字串,拆分成Bit,然后随即插入新的字节.达到加密的目的.很难解密.该程序还提供解密功能.请在WinXPx下测试通过.-The VB program to input the string, split into a Bit, and then immediately insert a new byte. To achieve the purpose of encryption. It is very difficult to decrypt. The program also
string
- 常用的字符串类别和函数。包括:split、replace、search三个强大功能的类别,以及trim、bin2hex等常用功能函数。-Commonly used string type and function. Including: split, replace, search the three power categories, as well as trim, bin2hex function, such as commonly used.
StringTokenizer
- 一个字符串分割的类,可以自定义各种类型的字符串分割,功能强大-a class for string split
string_split
- 读文本文件,将里面的字符串筛选出来,split函数的运用,分割字符串。-Read a text file, which filter out the string, split function, the use of split strings.
string_strutil
- std::string并没有提供所有需要方法。所以,需要用STL提供了算法库、字符串流以及现存的std::string的方法来实现它们。 ※ 将字符串转换为大写/小写 ※ 去掉字符串两端的空格 ※ 忽略大小写比较字符串 ※ StartsWith和EndsWith ※ 从字符串解析出int和bool等类型的值 ※ 将各种数值类型转换成字符串(toString) ※ 拆分字符串和Tokenizer-std:: string does not provide all the
123
- 自编的字符串分割的程序,本程序基于VC对话框,希望能给初学者以启发-String split self-compiled program, this program is based on VC dialog box, and want to give beginners to inspire
src
- 拆分字符串的代码,可以根据不同等级的字符来将字符串转换成树-string split
split-String
- 写了一个高效的分离字符串,主要是基于字节数组实现,比API里面的函数实现高效-Write an efficient separation of strings, mainly based on the byte array to achieve than the API function inside Efficient
StringUtils
- mfc split 函数,操作简单,SplitString(const string& input, const string& delimiter, vector<string>& results, bool includeEmpties = true)-mfc split SplitString(const string& input, const string& delimiter, vector<string>& results, bool includeEm
java
- 1.根据一个已有的file c:\student.csv, 将所有学生数据读到一个ArrayList中.ArrayList中的元素类型是Student类型。 2.将得到的这个ArrayList按照小组号分组,构造一个HashMap。 Map的key是组号,value是一个ArrayList,这个arraylist中包含了所有在这个小组下的Student 3. 遍历这个HashMap,打印出每组下学生的学号。 注意,要求打印学号的除前3位其他的字符。比如学号为HSG1001,打印出来就是1
String
- C++语言写的String类 包括Trim Split Indexof Append Replace Insert Trim等函数以及重载的== += +等运算符-A usefull String class written with C plus plus was included。
FB_Str_Split
- 字符串拆分元源码。把全局变量或者字符串变量(split)分解为n个值,这样协助解决1个输出变为多个输出。-The string split yuan source. Global variable or a string variable (split) decomposition of n values, so to help solve an output into multiple outputs.
java-code
- 1.编写爬虫程序到互联网上抓取网页海量的网页。 2.将抓取来的网页通过抽取,以一定的格式保存在能快速检索的文件系统中。 3.把用户输入的字符串进行拆分成关键字去文件系统中查询并返回结果。 由以上3点可见,字符串的分析,抽取在搜索引擎中的地位是何等重要。 -1. Write a crawler to crawl the Web massive Internet pages. 2. Will crawl to the pages by extracting, saved
string
- 基于C#面向对象,可实现字符串的合并和拆分,无错误-C#-based object-oriented, merge and split string with no errors
split
- 分解一个字符串为数组 相当于VB中的split函数-The decomposition a string to an array
CPPsplit-the-string
- C++分割字符串的实现(split函数)-The realization of the c++ string segmentation (split function)
split
- 在nodeMCU中使用lua语言实现字符串切割(Implementation of string cutting)