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

搜索资源列表

  1. string

    0下载:
  2. 一个string类的处理数据重复以及输出每个数据
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6394
    • 提供者:刘龙飞
  1. string

    0下载:
  2. string类应用方法 比较全面的介绍了STRING的应用,值得收藏。 以后什么时候想不起来的时候可以当做资料查看下
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:7032
    • 提供者:chen880312
  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. 不依赖系统的CString类

    0下载:
  2. 不依赖系统的CString类- Does not rely on the system the CString kind
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:21382
    • 提供者:none
  1. String

    0下载:
  2. 自己写的一个String类,功能与String.h差不多,但有些特殊的功能-To write a String class, function and String.h almost, but some special features
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:4917
    • 提供者:hmw
  1. string

    0下载:
  2. C++ string类的用法,收录了大多数的操作。自己整理的,希望对大家有用-C++ String type of usage, a collection of most of the operation. Finishing their own, in the hope that useful
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:4384
    • 提供者:我要长胖
  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. 在Windows系统下进行编程,实现string类,不同于一般别的string类,功能更强大-In the Windows system program, the realization of string type, string type is different from other, more powerful
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:9545
    • 提供者:dulianjie1
  1. string

    0下载:
  2. dos下字符串应用代码 能够利用string类来进行自符串的操作,类似于txt文件-code of String text under dos
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1435485
    • 提供者:月月
  1. Stringfind

    0下载:
  2. String类仅仅查找操作 就为我们提供了6种查找函数,每种函数以不同形式的find命名。 find、rfind、find_first_of 、find_first_not_of、find_last_of 、find_last_not_of 这些都是const成员函数,const 也就是说,它们只是为了针对某种用途去寻找子串的位置,并不能够改变它们所作用的那个串的值。 -String type only to find the operation provides us with t
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-25
    • 文件大小:31600
    • 提供者:想大李
  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. MyString

    0下载:
  2. 一个自己写的 string 类例子,比较方便-Write a string class examples of their own, more convenient
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:3238
    • 提供者:Zhong
  1. string

    0下载:
  2. 自己写的string类,实现了一些基本功能-a string class with some basic functionality
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1700
    • 提供者:wanjingwei
  1. string

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

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

    0下载:
  2. C++中String类的简单实现,运算符重载(The simple implementation of the String class in C++, operator overloading)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:膜法师
  1. 第12章04自定义字符串类_String

    0下载:
  2. 自定义一个String类,实现多种字符串的相关操作(Customize a String class to implement a variety of String related operations)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:192512
    • 提供者:lengleng
  1. C++

    0下载:
  2. 不使用string.h的头文件,实现一个string类,包括运算符重载等(Implement a string class, including the operator overloading)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:Kimorro
  1. string

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

    • 发布日期:2018-05-03
    • 文件大小: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-03
    • 文件大小:1511424
    • 提供者:likeworld
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com