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

搜索资源列表

  1. 12.2

    0下载:
  2. c++ primer plus 第12章类和动态内存分配练习题2(主要是string类功能的设计)的答案-answer for c++ primer plus chapter 12
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:753572
    • 提供者:jennyuu
  1. 学生类java 实验代码

    0下载:
  2. 1.编写一个学生类Student,包含的属性有:学号(String类型)、姓名(String类型)、性别(String)、年龄(int);方法有: say()返回类型是void ,功能是向屏幕打印一行字“I am a Student!”。 2.在上题的基础上,编写一个类TestStudent实现学生对象的添加,在main方法中增加Student对象,编写程序完成以下功能: 1) 增加学生, “姓名:张三、学号:0001、性别:男、年龄:22。” 2) 分别输出张三的学号,姓名,性别,年龄 3.编
  3. 所属分类:Windows编程

  1. lingdianqifeixue_cPP

    0下载:
  2. 《零点起飞学c++》结合大量示例和实战案例,由浅入深、循序渐进地介绍c++语言的相关知识,尤其对面向过程的程序设计到面向对象的程序设计做了重点介绍和必要辨析,《零点起飞学c++》共分4篇,第1篇面向过程的c++编程,包括走进c++、数据类型、变量和常量、运算符、表达式和语句、指针的操作、复合数据类型、函数、输入/输出,以及面向过程的编程案例。第2篇介绍面向对象的c++编程,包括封装、命名空间和作用域、继承和派生、多态、模板,以及面向对象的编程案例。第3篇介绍c++的高级开发技术,包括string
  3. 所属分类:source in ebook

    • 发布日期:2017-05-01
    • 文件大小:133485
    • 提供者:zzz
  1. cPP105

    0下载:
  2. 模仿C++库中的string类,声明一个C++字符串类string,该类基本框架-To imitate C++ library string class the to declare a C++ string class string class basic framework
  3. 所属分类:Applications

    • 发布日期:2017-04-12
    • 文件大小:1229
    • 提供者:mi7397395
  1. MyString

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

    • 发布日期:2017-04-14
    • 文件大小:3263
    • 提供者:huia85ng33
  1. string101

    0下载:
  2. C++ 编写的string类库,并实现string的各项函数操作。-string function
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-12
    • 文件大小:1193
    • 提供者:aq0anaa
  1. String106

    0下载:
  2. 自己练手写的一个String类,包含基本功能,测试通过,当个纪念,希望对别人也能有点帮助-His practice as a handwritten String class that contains the basic functions of the test, when a memorial, in the hope others can also be helpful to
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1608
    • 提供者:quaa9ueuu
  1. string

    0下载:
  2. 这是一个C++中描述构建类的函数,里面有关于字符串的一些基本的操作。-This is described in a C++ class to build a function, there are some basic operations on strings.
  3. 所属分类:IME Develop

    • 发布日期:2017-05-07
    • 文件大小:1142169
    • 提供者:李志强
  1. String

    0下载:
  2. 在c++环境下,利用类实现字符串的运算符+、-、[]、==等的重载-In c++ environment, the use of class that implements operator+ string-, [], such as overloading ==
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5248064
    • 提供者:Jimi
  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. CPP

    0下载:
  2. 大三下学期,C++程序设计实验源程序。 有类的实现、定义、功能函数,以及String类的实现-Junior next semester, C++ programming experiment source. Attaining class definitions, performance function, and the realization of the String class
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:495610
    • 提供者:LS
  1. String

    0下载:
  2. 1.写一个处理字符串的类,包含以下类方法:将字符串里大写字符变小写,小写字符变大写;在字符串中寻找子串的个数和分别出现的位置;将字符串转化为数字,并自动忽略非数字字符;找出两个字符串中相同字符的个数.-1. Write a string handling class that contains the following class method: a string in uppercase characters to lowercase, uppercase becomes lowercase
  3. 所属分类:Games

    • 发布日期:2017-04-12
    • 文件大小:641
    • 提供者:YWW
  1. 4_22

    0下载:
  2. 对于如何使用函数指针的例子,用到C++中的string类-For examples of how to use a function pointer, used in the string class C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-17
    • 文件大小:3352576
    • 提供者:steven
  1. jvgq7

    0下载:
  2. 自己创建的String类重载了String类的+以及实现了其它的一些功能,-Create your own String class reloading the String class+ and realize the function of some of the other,
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-12
    • 文件大小:11448
    • 提供者:RYldmob!122879
  1. String

    0下载:
  2. 关于复数complex类的使用与定义。包括其构造、复制构造、析构函数、比较函数、输入输出函数(<<和>>输入输出函数的重载)、+-=等运算符等。注释清晰。开发环境为Code::Blocks(The complement and definition of the complex class, including its structure, replication destructor, comparison function, input and output func
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:227328
    • 提供者:Heke
  1. etfyef97

    0下载:
  2. 自己创建的String类重载了String类的+以及实现了其它的一些功能,(Create your own String class reloading the String class + and realize the function of some of the other,)
  3. 所属分类:对话框与窗口

    • 发布日期:2017-12-23
    • 文件大小:11264
    • 提供者:deiocstrace
  1. ExtendHelp

    0下载:
  2. c#扩展类库,里面有很多工具类,从string的扩展到加密(C# extension class library, there are many tools category)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:227328
    • 提供者:欧繁星
  1. 51CTO下载-STL源码

    0下载:
  2. STL模板所有源码,包含各种模板如string类等完整实现(The STL template of all source code, contains a variety of templates,)
  3. 所属分类:STL

    • 发布日期:2018-01-09
    • 文件大小:445440
    • 提供者:入夏
  1. C#基类

    0下载:
  2. .net c# 通用类库,包括网络,数据库,字符串操作。(.net c# common socket ms sql string)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:9139200
    • 提供者:s731673173
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 34 »
搜珍网 www.dssz.com