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

搜索资源列表

  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
    • 文件大小:12.33kb
    • 提供者:旭日乘风
  1. MyString

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

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

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

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

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

    • 发布日期:2017-11-12
    • 文件大小:768byte
    • 提供者: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
    • 文件大小:2.18kb
    • 提供者:tom
  1. mystring

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

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

    0下载:
  2. 数据结构课程的实验程序:字符串的查找删除替换-Data structures course experimental procedure: delete replace the search string
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:947.29kb
    • 提供者:水水
  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
    • 文件大小:296.32kb
    • 提供者:大头
  1. MyString

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

    • 发布日期:2017-04-25
    • 文件大小:11.63kb
    • 提供者:卡卡
  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
    • 文件大小:819byte
    • 提供者:bojue
  1. MyString

    0下载:
  2. 实现String类,将基本的功能实现,希望能对你有所帮助-Realization of the String class, the basic realization of the function, I hope you can help
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:768.3kb
    • 提供者:杨胜智
  1. TEST2

    0下载:
  2. 构造Mystring类,实现各运算符重载-Mystring class structure, the realization of the operator overloading
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1.02kb
    • 提供者:mark
  1. 1

    0下载:
  2. 进行mystring运算符的重载,实用,进行了+,<,=等运算符的重载。-Carried mystring operator overloading, practical, conducted+, < , =, etc. operator overloading.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.15kb
    • 提供者:凤的脚步
  1. StringOverLoading

    0下载:
  2. 运算符重载 任务目标:   学习C++的运算符函数重载机制,并学习C++的。 任务描述:   设计一个字符串类MyString,要求该类能够完成以下操作(用函数重载机制完成)。要求构造完整的类(包括构造、析构函数),并且实现其他以下功能 String1=String2+String3 (重载+) String1 += String2 (重载+=) (int)String1 (重载类型转换int),将String对象中的所有字符的ASCII相加后返回。
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:4.92mb
    • 提供者:周畅
  1. String

    0下载:
  2. myString.cpp关于一个复数类的设计,实现了+和*的功能-very good string
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.85kb
    • 提供者:吴陈辉
  1. 44

    1下载:
  2. 不用字符串来实现 InternetURL 类-define InternetURL class to save a URL string like as www.bit.edu.cn ,and realize the demands as follows: 0. You CAN NOT use string in the program 1. You must use MyString you just defined in the exercise3.txt to sa
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:909byte
    • 提供者:王月
  1. ep3

    9下载:
  2. 北京理工大学面向对象程序设计第三次上机习题答案~-1. Define MyString class with demands as follows: 1.1 MyString can save any string 1.2 Overload operator+ to append string to another one 1.3 Define Find function to locate the position of searching
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.42kb
    • 提供者:刘晶晶
  1. MyString

    0下载:
  2. 这个是老师上课的时候给的一个示例小程序的题目。内容是对C++的练习。自己写一个String类。 -This is a small program that our teacher gave us as an example during the class.This is to make a small system.Including document and CPP source file.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:856byte
    • 提供者:JP FU
  1. mystring

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

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

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

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