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

搜索资源列表

  1. myString

    0下载:
  2. 一个关于标准string类的C++程序-a string on the standard procedures for the C category
  3. 所属分类:家庭/个人应用

    • 发布日期:2008-10-13
    • 文件大小:9395
    • 提供者:waf
  1. mystring

    0下载:
  2. 一个很好的string类,类似与Windows 下CString-a good string type, similar to redeem and Windows
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2203
    • 提供者:王可国
  1. hao-myString

    0下载:
  2. 自己编写的String 类,重载的多个运算符。功能类似C++ STL中的string 类-prepared by the String own category, the number of heavy Operators. C functions similar to the STL string class
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1840
    • 提供者:李浩
  1. myString

    0下载:
  2. 自己编写的String类,可以用于代替<string>中的string类。支持==、!=、<、>等比较运算符,=复制运算符,有多种构造函数,动态分配内存,长度可变。容易转换成char*类型,而且使用深拷贝,指针使用得当。有常用的Index,Insert,Delete,Replace,SubString方法。而且源码中给出了String类的一个小应用。开发环境Visual C++ 6.0,测试程序为Console模式。-I have written the String c
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:15476
    • 提供者:billsedison
  1. MyString

    0下载:
  2. 用C++重写的一人字符串类,该类包括字符串的一些基本操作-Using C++ rewrite of a string type, string type, including some of the basic operation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1559
    • 提供者:胡斌
  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. mystring

    0下载:
  2. 自己写的string的类,模仿库中的string,支持初始化,复值,字符串相加-Write their own string class, imitation library string, to support initialization, complex value, string concatenation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:606
    • 提供者:liucong
  1. chap04

    0下载:
  2. 关于MyString类的构造函数,析构函数,拷贝构造函数。-About MyString class constructor, destructor, copy constructor.
  3. 所属分类:assembly language

    • 发布日期:2017-05-11
    • 文件大小:2081122
    • 提供者:刘静
  1. mystring

    0下载:
  2. string串的一个派生类mystring,可以依次读出字符串中的说有数字-It is a derived class of string named mystring,which can read out numbers in the string into double in turn。
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:2932
    • 提供者:景国彬
  1. MyString

    0下载:
  2. 字符串类, 设置字符串, 拷贝字符串, 连接字符串,删除字符串, 获取长度, 适合c/c++新手参考-String class, set the string, copy the string, connection string, delete string, get the length, for c/c++ novice Reference
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:11506
    • 提供者:chunchunchun
  1. MyString

    0下载:
  2. 使用C++封装的CString类,支持格式化,各种运算符重载等功能。-Package using C++ CString class, support formatting, functions of operator overloading.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1539394
    • 提供者:cary
  1. myString

    0下载:
  2. 编写一个String类,并提供基本的字符串操作(如:字符串相加,获取字符串长度,字符串比较,字符串转换整形/浮点,获取C语言格式的字符串等操作),并编写程序使用该String类。 -Write a String class, and provide basic string operations (such as: adding a string to get the string length, string comparison, string integer/floating poin
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:8948
    • 提供者:lining
  1. Mystring

    1下载:
  2. 这是我自己编写的一个string类,给初学者一个参考。-A string class build by myself.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2014-03-31
    • 文件大小:821
    • 提供者:大地
  1. str

    0下载:
  2. Mystring类的功能集合以及实现。包括各函数。c++语言。-Mystring class feature set and achieve. Including various functions.using c++ language.
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:768
    • 提供者:Michelle
  1. CPP3

    0下载:
  2. 模拟STL库中string类的功能,编写MyString类,至少实现字符串间的赋值、比较(包括>、<、=、!=)和字符串间的”+”(连接)操作,同时能通过下面列举的形式对字符串对象进行初始化。 如:MyString str1(“I am ”),str2=“a student” if(str1>str2) cout<<“larger\n” if(str1<str2) cout<<“smaller\n” if(str1==s
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:303434
    • 提供者:大头
  1. STRING

    0下载:
  2. 写一个MyString类,可以使用cstring(string.h)中库函数,然后编写代码使用函数-Write a MyString class, you can use the CString (string.h) in the library function, and then write code using function
  3. 所属分类:Project Manage

    • 发布日期:2017-04-15
    • 文件大小:7119
    • 提供者:甘露
  1. MyString

    0下载:
  2. 封装自己的CMyString类,实现对字符串的处理。-Package your own CMyString classes that implement the string processing.
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:11909
    • 提供者:卡卡
  1. mystring

    0下载:
  2. 自己编写的一个string类,模拟string!-I have written a string class to simulate string!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:10603
    • 提供者:张彪
  1. mystring

    0下载:
  2. 这是一个用c++编的mystring类,它可以用来让初学c++者了解string类型内部的原理。-c++ mystring
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1201834
    • 提供者:shenyueling
  1. 实验三第一题

    0下载:
  2. 本来是想全部实现c++中string类的功能 但是只实现了string类的部分功能(Implementing part of the functions of the string class)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:雏水
« 12 »
搜珍网 www.dssz.com