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

搜索资源列表

  1. c++实现java中string类的方法

    0下载:
  2. c++实现java中string类的方法,可熟悉指针在内存中的移动
  3. 所属分类:其他小程序

    • 发布日期:2008-11-21
    • 文件大小:4989
    • 提供者:keke8634
  1. String

    0下载:
  2. 模拟string 类的一个小程序 包括赋值 等于 find() 函数的实现-Analog string class is a small program, including the assignment is equal to find () function to achieve
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3140160
    • 提供者:张康
  1. string

    0下载:
  2. 字符串匹配BM算法算法源码 字符串匹配BM算法 源码 很好的 有新意-BM algorithm for string matching algorithm source BM string matching algorithms have a good new source
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:45438
    • 提供者:cuiyuzheng
  1. Pointer-seeking-string-length

    0下载:
  2. 运用指针的相关知识进行求取字符串长度的操作。-Knowledge of the use of pointers strike length of the string operation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-05
    • 文件大小:7099
    • 提供者:
  1. string

    0下载:
  2. 串的功能实现:找出一个字符串中最大的字符并把它放在最前面, 其它字符往后顺序存放。如字符串”china”处理后成为”nchia-String functions: to identify the largest of a string of characters and put it in front of other characters in the next order of storage. If the string china after becoming nchia
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:803
    • 提供者:周爽
  1. StringExt

    0下载:
  2. String扩展类,增强String的功能,同时提供了一系列常用功能的封装,包括文件复制、文件相对路径、绝对路径转换等。-String category to expand and enhance the function of String, while providing a series of commonly used functions of packaging, including document reproduction, document relative path, abso
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:9056
    • 提供者:陈国栋
  1. string

    0下载:
  2. 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。-Platform based on the MFC and the STL string class, can be achieved in the fast string search.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:23338
    • 提供者:pengzhangxiang
  1. String

    0下载:
  2. 字符串的匹配算法,简单的c++算法源码,一共三个文件,文件s和t中存放字符串-String matching algorithm, a simple c++ algorithm source, a total of three documents, document storage s and t in the string
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1640
    • 提供者:司马俊杰
  1. BinDecBinWRecursion

    0下载:
  2. Conversion of string into ascii,decimal,hex and viceversa
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:2379
    • 提供者:SUYOG
  1. String

    0下载:
  2. 自己练手写的一个String类,包含基本功能,测试通过,当个纪念,希望对别人也能有点帮助-His practice as a handwritten String class that contains the basic functions of the test, when a memorial, in the hope others can also be helpful to
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1567
    • 提供者:王锋
  1. string

    0下载:
  2. 字符串查询程序,程序运行之后输入要查询的字符串,可以查到在文件中出现次数等-String query program, the program is running after the Enter query string can be found such occurrences in the document
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:214972
    • 提供者:horse
  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
    • 文件大小:3600
    • 提供者:方启
  1. string

    0下载:
  2. 对一个字符串进行插入,删除,替换的操作并打印。-On a string to insert, remove, replace, and print operations.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:861339
    • 提供者:高仁杰
  1. EditBox

    0下载:
  2. 这个主要是用C++实现了,上下两个多行编辑框能实现同步编辑或删除字符或字符串-This is mainly achieved using C++, and up and down more than two-line edit box makes it possible to edit or delete characters or a string
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1874926
    • 提供者:joan
  1. string

    0下载:
  2. 实现字符串拷贝、拷贝size_t大小的字符串、字符串连接、将size_t大小的字符串连接、求字符串长度、字符串比较。-To achieve a string copy, copy size_t size string, string concatenation, the connection string size_t size, find the string length, string comparison.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:3563
    • 提供者:黄彩红
  1. string

    1下载:
  2. 一个Labview字符串的例程包,内含7个VI,可以通过该组例程深入学习Labview的字符串操作-A Labview routine string bag, containing seven VI, can be routine in-depth study by the group' s string operations Labview
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-22
    • 文件大小:85969
    • 提供者:鹿欣
  1. string

    0下载:
  2. String类的实现,简单易懂,设计实现对某一个字符的查找(第一次出现、最后一次出现)、删除、string类的替换、插入等操作。(Implementation of the String class)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:nbgo
  1. string

    0下载:
  2. 包含c++ 文件流操作 std::string操作(Include c++ file stream and std::string)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2636800
    • 提供者:夏天Ada
  1. string

    0下载:
  2. String类的实现,包括+,+=的运算符重载等,还有一些复制构造函数。(The implementation of String class)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:11264
    • 提供者:李秋月
  1. string类

    0下载:
  2. 自己写的c++string类的实现,有助于更加理解c++string类的实现,也有助于理解c++面向对想编程。(The implementation of the c++string class written by myself is helpful to understand the implementation of c++string class better, and also helps understand c++ oriented programming.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1511424
    • 提供者:likeworld
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com