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

搜索资源列表

  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. 自己写的一个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. 构造一个string类,实现一些原先没有的操作。-Construct a string class, not to achieve some of the original operation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:21160
    • 提供者:小宋
  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. 计字符串类并给出其基本操作和运算符重载的算法实现。
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:282970
    • 提供者:于翔
  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 类的输出, 很强大的string 类的输出-great power of string printing!!!
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-01
    • 文件大小:149183
    • 提供者:mike
  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. 用c++实现的string类的例子,欢迎大家下载,相信下载后你会对string有很好的认识-Using c++ implementation of the string class example of welcome to download, I believe you download will have a good understanding of string
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1747019
    • 提供者:jack
  1. string

    0下载:
  2. 本源码为在vc++环境下编写的string类,该类既可 自动调节大小,又可限制数组越界,还重载了一些运算符-The source code in vc++ environment, prepared by the string class that can automatically adjust the size, but also an array of cross-border restrictions, but also a number of operator overloading
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:1159
    • 提供者:孙东磊
  1. String

    0下载:
  2. String类:String类是Java中很重要的一个类,在此总结一下这个类的特别之处。下面的相关资料翻译自《java语言规范》(第三版)和《java虚拟机规范》(第二版),有的直接摘引了原文。下面的代码都是用SUN jdk1.6 javac来编译。 -Stringclass
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:4034
    • 提供者:李林
  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类!希望大家指点批评-Some of the String class of their own! Hope that pointing criticism
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1570
    • 提供者:李林鹏
  1. string

    0下载:
  2. 1、为该类设计构造函数和析构函数,要求构造函数不少于两个 2、为该类设计合理的成员变量 3、为string类提供必要的成员函数,可以参考C++类库的string类提供了那些成员函数,起码包括字符查找 获得C风格字符串、获得字符串长度、字符串比较等。 4、要求该类的设计有良好的封装性 5、有一个能正常运行的测试程序,测试该类的所有成员函数-1, the design for the class constructor and destructor, constructor re
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:694613
    • 提供者:nicai
  1. String-class

    0下载:
  2. 自己编写的string类,大家互相交流下-my own string class
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:5554
    • 提供者:String
  1. string

    0下载:
  2. 自己定义一个String类描述和操作字符串(模仿系统提供的string模板类的功能)-Define a class of their own descr iption and operation of the string String (string template provided by the system to imitate the function of class)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:10587
    • 提供者:chenchen
  1. String-Class

    0下载:
  2. 自己写的一个Sting类,基本上实现了系统String类得功能,便于大家了解String类-Sting to write a class, basically String class implements the system was functional, easy to us to know the String class
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:2060
    • 提供者:刘后清
  1. string

    0下载:
  2. 数据结构 string类模拟-String class simulation data structure. . . . . . . . . . . . . .
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:38690
    • 提供者:chenguanyu
« 1 23 4 5 6 7 8 9 10 ... 45 »
搜珍网 www.dssz.com