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

搜索资源列表

  1. String

    1下载:
  2. 自己写的一个string类,很有用,功能强大~
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:258899
    • 提供者:liurenjie
  1. string

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

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

    0下载:
  2. String类,分享一下。可以实现==, >, <, [], <<, Trim, Reverse, Find, upper, lower等功能
  3. 所属分类:其它

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

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

    • 发布日期:2008-10-13
    • 文件大小:7032
    • 提供者:chen880312
  1. string类

    0下载:
  2. 数据结构中的字符串实习 都是用的模板类和模板函数-data structure string attachment is used and the type of template template function
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2889
    • 提供者:xjt
  1. c++实现java中string类的方法

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

    • 发布日期:2008-11-21
    • 文件大小:4989
    • 提供者:keke8634
  1. 带附件及Html显示的邮件发送类

    0下载:
  2. unit UnitSendMail; interface uses   Windows, SysUtils, Classes,StdCtrls, ExtCtrls, ComCtrls, Dialogs,   IdMessage, IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient,   IdExplicitTLSClientServerBase,IdMessageClient, IdSMTP
  3. 所属分类:Delphi控件源码

    • 发布日期:2009-01-14
    • 文件大小:1685
    • 提供者:kennyxue
  1. C++string类常用函数

    0下载:
  2. C++string类常用函数
  3. 所属分类:文档资料

    • 发布日期:2011-05-20
    • 文件大小:8430
    • 提供者:tangjingwei
  1. std_string+封装的string操作类

    1下载:
  2. std_string+封装的string操作类,方便操作
  3. 所属分类:源码下载

  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. 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. MyString

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

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

    0下载:
  2. 一个VC++中写的的Std String类源代码,推荐给朋友们。希望对大家有所帮助-A VC++ source code in StdString class can improve the alternative string class CString support ansi, unicode. Actually used in a number of projects for a while, I feel great and recommend it to friends. We wa
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:24085
    • 提供者:madud00015
  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. String

    0下载:
  2. string类源代码,可用于学习并深刻了解string类(String class source code, can be used to learn and understand the string class)
  3. 所属分类:Java编程

    • 发布日期:2018-01-05
    • 文件大小:21504
    • 提供者:powerful
  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 ... 45 »
搜珍网 www.dssz.com