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

搜索资源列表

  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. 实现String类,将基本的功能实现,希望能对你有所帮助-Realization of the String class, the basic realization of the function, I hope you can help
  3. 所属分类:Other systems

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

    0下载:
  2. 自己编写的字符串处理函数,代码清晰简洁,笔试高分代码哦-I have written a string handling functions, clear and concise code
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:723
    • 提供者:douyuhua
  1. TEST2

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

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

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

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

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

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

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

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

    0下载:
  2. 之前的课程作业内容,简单string类的实现。-a simple kind of String
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1587488
    • 提供者:陈锦鸿
  1. myString

    0下载:
  2. 自己编的常用字符串函数库和测试源文件,供初学者使用-Own common string libraries and test source files for beginners
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1541
    • 提供者:mengsuwei
  1. MyString

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

    • 发布日期:2017-04-14
    • 文件大小:3263
    • 提供者:huia85ng33
  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
    • 文件大小:909
    • 提供者:王月
  1. KMP-algorithm

    0下载:
  2. 写了一个myString类,用于展示KMP 算法,有少量注释。-KMP algorithm, a small amount of Notes.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1015
    • 提供者:
  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
    • 文件大小:3507
    • 提供者:刘晶晶
  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
    • 文件大小:856
    • 提供者:JP FU
  1. MyString

    0下载:
  2. 自己实现的一个简单的String类,有基本的运算功能,和输入输出功能-A simple String class implemented by myself, basic computing functions, and input/output functions
  3. 所属分类:MiddleWare

    • 发布日期:2017-05-09
    • 文件大小:1930206
    • 提供者:李春放
  1. myString

    0下载:
  2. 这个工程主要是处理json对象的,根据获得的字符串类型的json,进而快速方便地获取其中指定的字段值。-This project designed to read String and get the dedicated val it. It s easy to learn and use.
  3. 所属分类:android

    • 发布日期:2017-05-04
    • 文件大小:43464
    • 提供者:hary
  1. Mystring

    0下载:
  2. c++封装的cstring类.很实用,是刚学的时候写的,-C++ Encapsulated cstring category. Very practical, is just learning to write,
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:257505
    • 提供者:0xFC
  1. string

    0下载:
  2. string类在c++中使得程序员对于字符串的操作更加方便,今天就来编写自己的MyString类。(The string class makes it easier for programmers to manipulate strings in c ++, and to write your own MyString class today.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-06
    • 文件大小:7168
    • 提供者:死哦上帝
  1. MyString

    0下载:
  2. 实现智能关机,帮助检测试人员测试COMS SENSER测试(Realize intelligent shutdown, help test staff test COMS SENSER test)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:KeKe96
« 1 2 34 »
搜珍网 www.dssz.com