Welcome![Sign In][Sign Up]
Location:
Search - split string

Search list

[GUI DevelopCSplitString

Description: VC+6.0实现文本串的自由拆分-VC 6.0 free text string separation
Platform: | Size: 71680 | Author: 江上飞鸟 | Hits:

[Windows Developcsplitstring拆分字符串

Description: 在做程序时,经常需要把文本按固定的标志进行拆分,CString 类提供了一些基本的字符串操作,本文就是利用CString类的基本函数来实现文本串的自由拆分 ,-doing procedures, the need for regular text by the fixed signs split redeem category provides some basic string manipulation, use redeem this is the basic function to achieve the free text string separation
Platform: | Size: 12288 | Author: 李秉肇 | Hits:

[Windows Developstringsplit

Description: 在做程序时,经常需要把文本按固定的标志进行拆分,CString 类提供了一些基本的字符串操作,本文就是利用CString类的基本函数来实现文本串的自由拆分 ,-doing procedures, the need for regular text by the fixed signs split redeem category provides some basic string operations, redeem this paper is to use the basic functions to achieve the free text string separation
Platform: | Size: 12288 | Author: 邹波 | Hits:

[Windows Developsplit

Description: 利用模板实现的拆分函数,提供字符串拆分,即部分标准模板类的拆分。-Use templates to achieve the split function, provided the string split, that is part of the standard template class split.
Platform: | Size: 1024 | Author: 扎克 | Hits:

[Windows Developstring

Description: 常用的字符串类别和函数。包括: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.
Platform: | Size: 16384 | Author: jackie | Hits:

[Windows Developsplit

Description: 本程序用于拆分字符串, 以逗号为分隔符,将四个数分别保存到四个数组中。-This procedure used to split the string, a comma for the separator will be saved to four respectively in the four arrays.
Platform: | Size: 7168 | Author: wengao | Hits:

[OS programUtilities

Description: 这是一个DLL,集成了平时用到的几种常见的函数,如拆分字符串,查找文件,文件夹是否存在等-This is a dll, have serval common functions in it, such as split string, find file or check the dir if its exist.
Platform: | Size: 152576 | Author: 熊振 | Hits:

[J2MEShowContent

Description: J2ME常用的菜单及文本显示模块 可按自定义的宽度来分割字符串-modules used for J2me menu and text method of Definable width to auto-split string
Platform: | Size: 1024 | Author: mengfei | Hits:

[Otherstring_strutil

Description: std::string并没有提供所有需要方法。所以,需要用STL提供了算法库、字符串流以及现存的std::string的方法来实现它们。 ※ 将字符串转换为大写/小写 ※ 去掉字符串两端的空格 ※ 忽略大小写比较字符串 ※ StartsWith和EndsWith ※ 从字符串解析出int和bool等类型的值 ※ 将各种数值类型转换成字符串(toString) ※ 拆分字符串和Tokenizer-std:: string does not provide all the necessary means. Therefore, the need to use STL provides a library of algorithms, string streams, as well as the existing std:: string methods to achieve them. ※ convert a string to uppercase/lowercase ※ remove the spaces at both ends of the string ※ Comparison of strings ignoring case ※ StartsWith and EndsWith ※ From the string parsing out the int and bool types of values such as ※ all kinds of numeric type conversion into a string (toString) ※ split strings and Tokenizer
Platform: | Size: 4096 | Author: 方启 | Hits:

[OtherUSplite

Description: 用接口实现的字符串分割函数,示例: var A: ISplite I: Integer begin A := Splite( 1,2,3 , , ) for I := 0 to A.Count do ShowMessage(A[I]) A.DoSplite( a b c , ) for I := 0 to A.Count do ShowMessage(A[I]) end -Split string using interface functions, example: var A: ISplite I: Integer begin A: = Splite (' 1, 2,3' ,' ,' ) for I: = 0 to A. Count do ShowMessage (A [I]) A. DoSplite (' a b c' ,' ' ) for I: = 0 to A. Count do ShowMessage (A [I]) end
Platform: | Size: 1024 | Author: pj | Hits:

[Otherhh_strsplit_group

Description: 利用IDL编写的把字符串分割为规定字数的字符数组,简单实用喔-Written in IDL split string
Platform: | Size: 1024 | Author: tuqianguang | Hits:

[JSP/Javasplit-String

Description: 写了一个高效的分离字符串,主要是基于字节数组实现,比API里面的函数实现高效-Write an efficient separation of strings, mainly based on the byte array to achieve than the API function inside Efficient
Platform: | Size: 7168 | Author: he_wen | Hits:

[Delphi VCLfunction-dll-2

Description: how to Split String.
Platform: | Size: 218112 | Author: khalis | Hits:

[Windows Developsplit

Description: 自己实现的字符串分割函数split(C++版本) ,带使用方法。-Own implementation of a string split function split (C++ version), with demo.
Platform: | Size: 8192 | Author: pj81102 | Hits:

[Windows DevelopStringUtils

Description: 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 includeEmpties = true)
Platform: | Size: 1024 | Author: czq | Hits:

[STLext_string

Description: 本例是对STL中string类的扩展,很好的弥补了现有string类的不足,可以和CString相媲美哦~~ 扩展的功能有分割字串,整形转换成string,字符串替换,判断该字串的类型等。 使用起来也很方便,直接include该头文件即可。-This example is the STL string class in the expansion, very good to make up for the deficiencies of the existing string class, CString can be comparable to O ~ ~ Extended split string function, shaping into a string, string replacement, to determine the string types. Is also very easy to use, directly include the header file.
Platform: | Size: 69632 | Author: 萧萧 | Hits:

[Windows DevelopString

Description: C++语言写的String类 包括Trim Split Indexof Append Replace Insert Trim等函数以及重载的== += +等运算符-A usefull String class written with C plus plus was included。
Platform: | Size: 6144 | Author: 成东 | Hits:

[CSharpstring

Description: 基于C#面向对象,可实现字符串的合并和拆分,无错误-C#-based object-oriented, merge and split string with no errors
Platform: | Size: 21504 | Author: wuhaimei | Hits:

[Delphi/CppBuildersplit-string

Description: Split String by rifqi bobaco
Platform: | Size: 188416 | Author: rifqi | Hits:

[Othersplit

Description: 在nodeMCU中使用lua语言实现字符串切割(Implementation of string cutting)
Platform: | Size: 9216 | Author: 深拥 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net