CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - string split

搜索资源列表

  1. ExSplit

    0下载:
  2. 考虑到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
  3. 所属分类:C#编程

    • 发布日期:2014-01-15
    • 文件大小:534byte
    • 提供者:林宜聪
  1. split.rar

    0下载:
  2. 本程序用于拆分字符串, 以逗号为分隔符,将四个数分别保存到四个数组中。,This procedure used to split the string, a comma for the separator will be saved to four respectively in the four arrays.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:6.68kb
    • 提供者:wengao
  1. split

    0下载:
  2. 自己实现的字符串分割函数split(C++版本) ,带使用方法。-Own implementation of a string split function split (C++ version), with demo.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:8.18kb
    • 提供者:pj81102
  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. string

    1下载:
  2. 常用的字符串类别和函数。包括: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.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:16.1kb
    • 提供者:jackie
  1. StringTokenizer

    0下载:
  2. 一个字符串分割的类,可以自定义各种类型的字符串分割,功能强大-a class for string split
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2.92kb
    • 提供者:hh
  1. string_split

    0下载:
  2. 读文本文件,将里面的字符串筛选出来,split函数的运用,分割字符串。-Read a text file, which filter out the string, split function, the use of split strings.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:240.88kb
    • 提供者:tanyong
  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. 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. src

    0下载:
  2. 拆分字符串的代码,可以根据不同等级的字符来将字符串转换成树-string split
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:3.15kb
    • 提供者:Nathaniel
  1. split-String

    0下载:
  2. 写了一个高效的分离字符串,主要是基于字节数组实现,比API里面的函数实现高效-Write an efficient separation of strings, mainly based on the byte array to achieve than the API function inside Efficient
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-04
    • 文件大小:7.49kb
    • 提供者:he_wen
  1. StringUtils

    0下载:
  2. 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
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:951byte
    • 提供者:czq
  1. java

    0下载:
  2. 1.根据一个已有的file c:\student.csv, 将所有学生数据读到一个ArrayList中.ArrayList中的元素类型是Student类型。 2.将得到的这个ArrayList按照小组号分组,构造一个HashMap。 Map的key是组号,value是一个ArrayList,这个arraylist中包含了所有在这个小组下的Student 3. 遍历这个HashMap,打印出每组下学生的学号。 注意,要求打印学号的除前3位其他的字符。比如学号为HSG1001,打印出来就是1
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:7.99kb
    • 提供者:flinove
  1. String

    0下载:
  2. C++语言写的String类 包括Trim Split Indexof Append Replace Insert Trim等函数以及重载的== += +等运算符-A usefull String class written with C plus plus was included。
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:5.63kb
    • 提供者:成东
  1. FB_Str_Split

    0下载:
  2. 字符串拆分元源码。把全局变量或者字符串变量(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.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:7.03kb
    • 提供者:
  1. java-code

    0下载:
  2. 1.编写爬虫程序到互联网上抓取网页海量的网页。   2.将抓取来的网页通过抽取,以一定的格式保存在能快速检索的文件系统中。   3.把用户输入的字符串进行拆分成关键字去文件系统中查询并返回结果。   由以上3点可见,字符串的分析,抽取在搜索引擎中的地位是何等重要。 -1. Write a crawler to crawl the Web massive Internet pages. 2. Will crawl to the pages by extracting, saved
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-14
    • 文件大小:6.84kb
    • 提供者:小雨李
  1. string

    0下载:
  2. 基于C#面向对象,可实现字符串的合并和拆分,无错误-C#-based object-oriented, merge and split string with no errors
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:21.05kb
    • 提供者:wuhaimei
  1. split

    0下载:
  2. 分解一个字符串为数组 相当于VB中的split函数-The decomposition a string to an array
  3. 所属分类:File Operate

    • 发布日期:2017-11-06
    • 文件大小:11.04kb
    • 提供者:陈经理
  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. split

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

    • 发布日期:2018-01-08
    • 文件大小:9kb
    • 提供者:深拥
« 12 3 4 5 »
搜珍网 www.dssz.com