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

搜索资源列表

  1. MyString.rar

    0下载:
  2. 自编了一个C++中的sting函数的功能,自编了一个C++中的sting函数的功能
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:11054
    • 提供者:qing
  1. MyString

    0下载:
  2. 输入一个字符串,将其逆转,如abcd则转换为dcba-Enter a string to be reversed, such as abcd are converted to dcba
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:12627
    • 提供者:旭日乘风
  1. Mystring

    0下载:
  2. string库函数 中几个函数的实现。 字符串查找,字符查找,求字符串长度。-string library functions in the realization of several functions. String to find, find the characters, and the length of the string.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1495
    • 提供者:leon
  1. MyString

    0下载:
  2. 实现常用字符串处理函数的功能,希望能交流看系统到底是怎么实现的-Implement the function of usuall string
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:953845
    • 提供者:mao
  1. MyString

    0下载:
  2. a small C++ program about operations on strings
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:526041
    • 提供者:Albert
  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. Pro1

    0下载:
  2. 使用符号重载,将输入文件的每五个字符串合成一个大字符串,奇数位变~,偶数位变! -open the files: infile.txt for reading, outfile1.txt and outfile2.txt for output create an empty combinationString variable do the following loop until you have read all the data from infile.txt read
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:2190
    • 提供者:Andeson
  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

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

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

    0下载:
  2. 实现一些对于字符串的运算符重载,如“+”,“<<”等等。-shixian string de yunsuanfu chongzai.
  3. 所属分类:Console

    • 发布日期:2017-11-06
    • 文件大小:941344
    • 提供者:相国成
  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. 2rd-CPP

    0下载:
  2. C++课程的第二次上机实验,Analysis program,Date and Time,InternetURL with MyString,MyArray,MyString。-Second C++ courses on computer experiment Analysis program, Date and Time the, the InternetURL with MyString, MyArray MyString.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:2229
    • 提供者:tom
  1. mystring

    0下载:
  2. 这是一个全新的基本字符串类型,采用C++编写。功能丰富多样,-This is a new class
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:184409
    • 提供者:ouxiqin
  1. MyString

    0下载:
  2. 实现一个字符串类myString。要求有构造函数,析构函数,拷贝构造函数,运算符 重载函数,可以实现串比较,串赋值,求串长,串连接,反转字符串等基本功能。-Implement a string class myString. Require a constructor, destructor, copy constructor, operator overloading function can be achieved string comparison, string assignment
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:819
    • 提供者:bojue
  1. mystring

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

    • 发布日期:2017-05-07
    • 文件大小:1201834
    • 提供者:shenyueling
  1. mystring

    0下载:
  2. 根据自带string所写的mystring(mystring according to the default string)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:8192
    • 提供者:六月l
« 12 »
搜珍网 www.dssz.com