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

搜索资源列表

  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-reverse-output

    0下载:
  2. 实现一个表示 n*n 矩阵的模板类。 1) 至少提供如下必要的矩阵操作:加、乘、转置(建议用操作符重载来实现)。 2) 编制一个交互式程序对该模板类进行测试。 含实验报告与源代码-Achieve a representation n* n matrix template class. A) providing at least the following essential matrix operations: addition, multiplication, transposit
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:436038
    • 提供者:酉永松
  1. String

    0下载:
  2. 执行字符串类的复制、链接、比较、求子串、交换、删除、定位等功能-Perform string class copy, links, compare, Praying string, swap, delete, positioning and other functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:2130
    • 提供者:依一
  1. aaaaa

    0下载:
  2. 在网上学习C#写的程序,包括99乘法表,String类的学习,字符串按指定样式输出,判断质数,判断是否为润年,数组排序等等。-In the e-learning program written in C#, including 99 multiplication table, String class learning, the string at the specified style output, determine prime numbers, to determine whether
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-18
    • 文件大小:205734
    • 提供者:李秋萍
  1. string

    0下载:
  2. 这是一个为字符串设计的类,实践了指针的用法,并用成员函数实现了字符串的复制及求串长等功能-This is a design for the string class, practice the use of pointers, and use member function implements the string copying and seek long string functions
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:540788
    • 提供者:zhang
  1. CPP_string

    0下载:
  2. C++string 类的重要操作的列表,程序员课自行查阅-C++ string class, a list of important operations, the programmer access to their own class
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:12865
    • 提供者:ntexpa
  1. hello

    0下载:
  2. 标准的C++String类,源代码,有利于学习初等的C++语言-hello good student
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:1060
    • 提供者:JERRTTOM
  1. mystring

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

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

    2下载:
  2. 1. 编写并测试 3×3 矩阵转置函数,使用数组保存 3×3 矩阵。 2. 使用动态内存分配生成动态数组来重新完成上题,使用指针实现函数的功能。 3. 编程实现两字符串的连接。要求使用字符数组保存字符串,不要使用系统函数。 4. 使用 string 类声明字符串对象,重新实现上一小题。 5. 声明一个Employee 类,其中包括姓名、街道地址、城市和邮编等属性,以及change_name()和 display()等函数。display()显示姓名、街道地址、城市和邮编等属
  3. 所属分类:Other windows programs

    • 发布日期:2015-10-12
    • 文件大小:1053696
    • 提供者:wolf
  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. fengpeng_string_class-master

    0下载:
  2. 自己写的string类c++,不是特别全,但能用-Write your own string class c++, is not particularly wide, but can
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:5433
    • 提供者:fengpeng
  1. chongzai

    0下载:
  2. 模仿标准库的字符串string,实现一个自己的String 类,要求重载运算符+,=,==,[] 等。-Mimic the standard library string string, to achieve its own String class, requiring overloaded operators+, =, ==, [] And so on.
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:932
    • 提供者:汤广宇
  1. ex

    0下载:
  2. 模仿标准库的字符串string,实现一个自己的String 类,要求重载运算符+,=,==,[] 等。-Mimic the standard library string string, to achieve its own String class, requiring overloaded operators+, =, ==, [] And so on.
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:759
    • 提供者:汤广宇
  1. String

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

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

    0下载:
  2. 自己写的C++,一些简单的字符串类库,适合初学类库参考-Write your own C++, some simple string library, suitable for beginners Class Library Reference
  3. 所属分类:Education soft system

    • 发布日期:2017-04-25
    • 文件大小:200079
    • 提供者:阿斯达
  1. String

    0下载:
  2. 自己实现字符串类,包括字符串的符号重载功能等,适合于C++初学者学习字符串的结构及C++的封装。-Achieve their own string class, including overloaded function symbol string, etc., suitable for beginners to learn the structure and C++ C++ package string.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:11990
    • 提供者:C C++ MFC linux
  1. String_class

    0下载:
  2. 一个实现string类的数据结构代码,很适合初学者学习-A data structure of the code string class is suitable for beginners to learn
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3746
    • 提供者:瑞文戴雨
  1. MyString

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

    • 发布日期:2017-05-09
    • 文件大小:1587488
    • 提供者:陈锦鸿
  1. Design-of-the-string-class

    0下载:
  2. 字符串类的设计与实现,包括使用堆分配存储表示实现字符串的存储,串赋值,串比较,求串长,串连接,求子串,清空子串操作-Design and implementation of the string class, including the use of heap-allocated memory representation for storage string, string assignment, string comparison, seeking string length, string
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1862
    • 提供者:秦丽婷
  1. stringbad0

    0下载:
  2. 类文件 以及如何使用string类的一些正确和错误的演示-Class files and how to use some of the string class demonstration of right and wrong
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:523
    • 提供者:下雨
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 34 »
搜珍网 www.dssz.com