搜索资源列表
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
CET4
- 前几天没怎么到这里逛了,居然被我发现还有这样的原创,精神可嘉,所以我就来凑合一下,来个C++版的,从Pentie同学选用的Java和Python来看应该是在Uinux下工作的吧,偶也正往这个方向学习,有不懂的希望能多多指教。 ( h7 ` v3 O1 ~$ G9 _, r附带说几句,其实我改用其他语言来写并不是又想搞什么优劣之争。这里也就进行了一下简单的HTTP协议练习和字符串练习,毕竟没有用split这样方便的函数,需要自己来处理,还是要有点技巧-A few days ago, not h
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!
[_A_simple1881964282005
- 这是一个简单的字符串处理程序,可以把指定的字符串划分为标记-This code split a given string into tokens.
string_strutil
- std::string并没有提供所有需要方法。所以,需要用STL提供了算法库、字符串流以及现存的std::string的方法来实现它们。 ※ 将字符串转换为大写/小写 ※ 去掉字符串两端的空格 ※ 忽略大小写比较字符串 ※ StartsWith和EndsWith ※ 从字符串解析出int和bool等类型的值 ※ 将各种数值类型转换成字符串(toString) ※ 拆分字符串和Tokenizer-std:: string does not provide all the
noveldivider
- 预防小说沉迷:1.通过命令可以将一个小说文件分割成40个内容大小大致相等的文件,将其存放到一个文件夹里面(也可以让他们杂乱无章的随机存放到多个文件夹下面),并且文件名为随机的字符和数字组成的随机长度(20-60)的字符串。 2.通过执行命令, 可以返回当天阅读的文件。每天只能执行一次来进行拷贝工作:将正确的4个文件按顺序合并成一个文件(此文件名为第X天)拷贝至供阅读的文件夹里,这样每天只能读十分之一 -Prevention of novels indulge: 1. A novel by
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
fenge
- 分割一个输入的字符串,然后将字符串分割出来-Split an input string, then split out the string
string_shuzu
- 分解string字符串为char型数组 相当于VB中的split-The decomposition string to an array is equivalent to the split in the VB
CPPsplit-the-string
- C++分割字符串的实现(split函数)-The realization of the c++ string segmentation (split function)
Interp-SepStr
- 根据数值序列,给定数值插值;根据单字符或多字符拆分字符串的vb源程序-According to the numerical sequence of a given numerical interpolation split according to a single character or character string vb source
TokenizeTest_Src
- 一个非常好用的类,用来解析特殊符号分割字符串。完全替代MFC的AfxExtractString.-A useful sample to demonstrate howto split string by special char effectively.
TestSplitString
- 这是一个测试程序,主要是写的一个函数实现的是用一个字符分割字符串。-this is a test Application, a function written by myself which is to split the string by a char.
substr
- 分割字符串,从一串字符串中,按指定字符切割字符串-Split string a string of string, cut a specified character string
split
- 在nodeMCU中使用lua语言实现字符串切割(Implementation of string cutting)
字符串分割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
