搜索资源列表
TStringGridSpliterString
- 先取出TStringGrid中的Cells中的字符串,再利用TMemo分行功能,将字符串分割成多行,其中TMemo的字体要与TStringGrid相同;宽度要与TStringGrid.Cells[i,j]的宽度相同。然后将TMemo的每行内容重新复制到多个同一列的多个Cells中,就实现了TStringGrid分行功能了。-first Retrieve TStringGrid Cells of the string, Reuse TMemo branch function, the string
111111
- 字符串分割,不错的代码,成功应用了,供大家参考了
split
- 自己实现的字符串分割函数split(C++版本) ,带使用方法。-Own implementation of a string split function split (C++ version), with demo.
rsplit
- 按照指定分隔符将已知字符串分割成个部分,并以cell存储-In accordance with the specified separator known string divided into parts, and cell storage
paixu
- 字符串分割与排序。输入一串字符中间用空格隔开,进行按空格分割成许多个小字符串,然后进行按字典排序!-Segmentation and sequencing string. Enter the middle of a string of characters separated by a space, press space to split into many small string, and then sorted according to the dictionary!
StringTokenizer
- 一个字符串分割的类,可以自定义各种类型的字符串分割,功能强大-a class for string split
123
- 自编的字符串分割的程序,本程序基于VC对话框,希望能给初学者以启发-String split self-compiled program, this program is based on VC dialog box, and want to give beginners to inspire
USplite
- 用接口实现的字符串分割函数,示例: 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 interfa
hh_strsplit_group
- 利用IDL编写的把字符串分割为规定字数的字符数组,简单实用喔-Written in IDL split string
StringTokenizer
- 在linux下的字符串分割类 及做的连接符的操作-String under the linux partition type and connectors to do the operation
SakEmail
- dephi中没有象VB中的split函数,但是使用TStringList类的 Delimter 和 DelimtedText 两个属性可以很容易的把字符串分割,然后放入 TStrings里面-dephi not like VB' s split function, but using TStringList class Delimter and DelimtedText two properties can easily split the string, and then placed
fenge
- 分割一个输入的字符串,然后将字符串分割出来-Split an input string, then split out the string
VC_Split
- 应用于vc6环境的字符串分割函数,用三种不同的方法实现!调试正确,有例程。-Applied to the string partition function in vc6 environment, using three different methods to achieve! Debugging correctly, and routines.
Test
- 字符串分割分割数字与字母,去除空格,首字母大写-java src
fenge
- 进行字符串分割,很实用,适用于C++中的字符串分割操作。-The strings split, very practical
strtok
- strtok(char s[], const char *delim) 用来将字符串分割成一个个片段。参数s指向欲分割的字符串,参数delim则为分割字符串中包含的所有字符。当strtok()在参数s的字符串中发现参数delim中包涵的分割字符时,则会将该字符改为\0 字符。在第一次调用时,strtok()必需给予参数s字符串,往后的调用则将参数s设置成NULL。每次调用成功则返回指向被分割出片段的指针。-strtok- break down a string into tokens (ANSI
Desktop
- c++字符串分割split() trim() replace-c++ split a string split () trim () replace
字符串方法用和日期的运用
- 实现了字符串的分割,创建构造方法,日期的加减,字符串转化为日期(To achieve a string of segmentation, the creation of construction methods, the date of addition and subtraction, string conversion to date)
字符串分割3
- 连续输入字符串,请按长度为8拆分每个字符串后输出到新的字符串数组; 长度不是8整数倍的字符串请在后面补数字0,空字符串不处理。(Input strings consecutively, please split each string to output the new string array according to length 8. The length is not 8 times the number of strings. Please fill in the number
字符串插入块链实现
- 输入一串字符串,程序自动分割成8个一串的块链。整个程序通过链表实现,还可实现插入字符串功能。(Input a string of characters, the program is automatically divided into 8 string blocks. The whole program is implemented through linked list, and the function of inserting string is also realized.)