CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - string split

搜索资源列表

  1. PassWord

    0下载:
  2. 该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
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:51.41kb
    • 提供者:李建平
  1. CET4

    0下载:
  2. 前几天没怎么到这里逛了,居然被我发现还有这样的原创,精神可嘉,所以我就来凑合一下,来个C++版的,从Pentie同学选用的Java和Python来看应该是在Uinux下工作的吧,偶也正往这个方向学习,有不懂的希望能多多指教。 ( h7 ` v3 O1 ~$ G9 _, r附带说几句,其实我改用其他语言来写并不是又想搞什么优劣之争。这里也就进行了一下简单的HTTP协议练习和字符串练习,毕竟没有用split这样方便的函数,需要自己来处理,还是要有点技巧-A few days ago, not h
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:6.44kb
    • 提供者:Ken Cheung
  1. paixu

    0下载:
  2. 字符串分割与排序。输入一串字符中间用空格隔开,进行按空格分割成许多个小字符串,然后进行按字典排序!-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!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4.28kb
    • 提供者:王猛
  1. [_A_simple1881964282005

    0下载:
  2. 这是一个简单的字符串处理程序,可以把指定的字符串划分为标记-This code split a given string into tokens.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:866byte
    • 提供者:奥礼佛
  1. string_strutil

    0下载:
  2. std::string并没有提供所有需要方法。所以,需要用STL提供了算法库、字符串流以及现存的std::string的方法来实现它们。 ※ 将字符串转换为大写/小写 ※ 去掉字符串两端的空格 ※ 忽略大小写比较字符串 ※ StartsWith和EndsWith ※ 从字符串解析出int和bool等类型的值 ※ 将各种数值类型转换成字符串(toString) ※ 拆分字符串和Tokenizer-std:: string does not provide all the
  3. 所属分类:Other systems

    • 发布日期:2017-03-21
    • 文件大小:3.52kb
    • 提供者:方启
  1. noveldivider

    0下载:
  2. 预防小说沉迷:1.通过命令可以将一个小说文件分割成40个内容大小大致相等的文件,将其存放到一个文件夹里面(也可以让他们杂乱无章的随机存放到多个文件夹下面),并且文件名为随机的字符和数字组成的随机长度(20-60)的字符串。 2.通过执行命令, 可以返回当天阅读的文件。每天只能执行一次来进行拷贝工作:将正确的4个文件按顺序合并成一个文件(此文件名为第X天)拷贝至供阅读的文件夹里,这样每天只能读十分之一 -Prevention of novels indulge: 1. A novel by
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:89.06kb
    • 提供者:yezi
  1. 123

    1下载:
  2. 自编的字符串分割的程序,本程序基于VC对话框,希望能给初学者以启发-String split self-compiled program, this program is based on VC dialog box, and want to give beginners to inspire
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:282.24kb
    • 提供者:xing
  1. USplite

    0下载:
  2. 用接口实现的字符串分割函数,示例: 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
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:672byte
    • 提供者:pj
  1. hh_strsplit_group

    0下载:
  2. 利用IDL编写的把字符串分割为规定字数的字符数组,简单实用喔-Written in IDL split string
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:609byte
    • 提供者:tuqianguang
  1. fenge

    0下载:
  2. 分割一个输入的字符串,然后将字符串分割出来-Split an input string, then split out the string
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1.11kb
    • 提供者:fe shine
  1. string_shuzu

    0下载:
  2. 分解string字符串为char型数组 相当于VB中的split-The decomposition string to an array is equivalent to the split in the VB
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:1.48mb
    • 提供者:陈经理
  1. CPPsplit-the-string

    0下载:
  2. C++分割字符串的实现(split函数)-The realization of the c++ string segmentation (split function)
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:2.28mb
    • 提供者:Michael
  1. Interp-SepStr

    0下载:
  2. 根据数值序列,给定数值插值;根据单字符或多字符拆分字符串的vb源程序-According to the numerical sequence of a given numerical interpolation split according to a single character or character string vb source
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:5.41kb
    • 提供者:lfn
  1. TokenizeTest_Src

    0下载:
  2. 一个非常好用的类,用来解析特殊符号分割字符串。完全替代MFC的AfxExtractString.-A useful sample to demonstrate howto split string by special char effectively.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:135.74kb
    • 提供者:drinker
  1. TestSplitString

    0下载:
  2. 这是一个测试程序,主要是写的一个函数实现的是用一个字符分割字符串。-this is a test Application, a function written by myself which is to split the string by a char.
  3. 所属分类:Other systems

    • 发布日期:2017-05-25
    • 文件大小:8.24mb
    • 提供者:zhao
  1. substr

    0下载:
  2. 分割字符串,从一串字符串中,按指定字符切割字符串-Split string a string of string, cut a specified character string
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:517.31kb
    • 提供者:zhang
  1. split

    0下载:
  2. 在nodeMCU中使用lua语言实现字符串切割(Implementation of string cutting)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:9kb
    • 提供者:深拥
  1. 字符串分割3

    0下载:
  2. 连续输入字符串,请按长度为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
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1.69mb
    • 提供者:505爱夏
搜珍网 www.dssz.com