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

搜索资源列表

  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. commons-lang3-3.3.2-src

    0下载:
  2. 封装了java lang基本到操作,例如String类到基本操作,很有用的!而且开源-Encapsulates java lang basic operations such as operations on the String class, very useful!
  3. 所属分类:Java Develop

    • 发布日期:2017-05-03
    • 文件大小:1069177
    • 提供者:pufa
  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. BookShop

    0下载:
  2. 用HashMap模拟一个网上购物车。包括string类操作;包装器类使用方法;Math类相关数学方法和Random类的使用;HashMap类的应用方法。 -HashMap simulation using an online shopping cart. Including the string class action wrapper class uses methods using relevant mathematical methods and the Math class Ra
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:555
    • 提供者:汉库克
  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. C

    0下载:
  2. 1.1 C基础知识 1 1.2 函数与头文件 2 1.3 C预处理器 3 1.4 将一个字符转换为long型 4 1.5 strcpy函数 4 1.6 assert用法 5 1.7 itoa函数和atoi函数 6 1.8 strcmp函数实现 8 1.9 strcpy函数实现 9 1.10 memcpy函数实现 10 1.11 memcpy和memmove函数的实现 11 1.12 strcat函数实现 13 1.13 使用库函数atoi,将cha
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:142846
    • 提供者:唐进
  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. cPP-lessons

    0下载:
  2. 一个实现string类的数据结构代码,很适合初学者学习-c++ courses ppt, involving pointer, stack, etc. c++ knowledge
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:7661
    • 提供者:刘哥
  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. 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. 4102

    0下载:
  2. string 类实现,各类函数功能的实现,增删改查以及字符串运算-Implement Your Own String Class Using Naive String Matching Algorithm:Students successfully completing this assignment would master the following outcomes. • Understand the string storage and operations
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2955
    • 提供者:mi3521981
  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 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 45 »
搜珍网 www.dssz.com