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

搜索资源列表

  1. 4_1string

    0下载:
  2. 使用String类提供的函数,实现以下步骤: (1) 用户从键盘输入两句英文句子。 (2) 把这两个句子连起来。 (3) 去掉句子里的非字母字符,并把这个句子反过来打印。 例如从键盘输入两句子:“Hi,my classmates”和 “How are you?” 最后打印结果应该为:uoyerawoHsetamssalcymiH -Use String class provides functions to achieve the following steps: (1
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:788
    • 提供者:唐晓明
  1. StudentTest

    4下载:
  2. /*(1) 定义一个Java类来表示学生信息,类名为Student ,包含属性有:int类型的id(学号)、String类型的name(姓名)、double类型的grade(成绩)和int类型的age(年龄)。 (2)编写一个StudentTest类来创建并使用一个或多个Student对象,要求输出: 学号 姓名 成绩 年龄 1 张三 89 20 2 李四 98 21 (3) 修改学生类,将各个属性改为private类型的,然后添加相应的get和set方法用来获得和设置
  3. 所属分类:Java Develop

    • 发布日期:2015-10-25
    • 文件大小:1024
    • 提供者:徐爱文
  1. String.class

    0下载:
  2. 一个用于thinkphp的字符串截取的扩展类。-The interception of a string for thinkphp extension classes.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-28
    • 文件大小:6306
    • 提供者:
  1. CplusplusPrimerPlus

    0下载:
  2. 作 者:[美]普拉塔(Prata,S.) 著 全书分17章和10个附录,分别介绍了C++程序的运行方式、基本数据类型、复合数据类型、循环和关系表达式、分支语句和逻辑操作符、函数重载和函数模板、内存模型和名称空间、类的设计和使用、多态、虚函数、动态内存分配、继承、代码重用、友元、异常处理技术、string类和标准模板库、输入/输出等内容。-Author: [United States] Puerto Plata (Prata, S.) the book is divided into 17 c
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-20
    • 文件大小:5723486
    • 提供者:徐可欣
  1. String_Test

    0下载:
  2. String类的实现和应用,基础教程,需要的可以看下,还有点用-String class implementation and application, basic tutorials, the need may have a look, there are points with
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:6349
    • 提供者:zxc
  1. StringStingBuffer

    0下载:
  2. String类方法应用、StringBuffer类方法的应用举例。-String Class Methods, StringBuffer class method of application examples.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1482
    • 提供者:看霜
  1. Linux_CPP_Programming

    0下载:
  2. 这个文件的目的是提供一个URL的指针和编程技巧的完整列表,你在C + +。此外,本文件提供一个C + +库有类似Java的String类,字符串标记生成器,记忆功能等多种功能,它可以在一般的C + +应用程序使用。同时给出不同的例子在这里,说明了该库的使用。 -The purpose of this document is to provide you with a comprehensive list of URL pointers and programming tips on C+
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:129002
    • 提供者:mall
  1. most-common-subsequence-string

    0下载:
  2. 算法设计类源码。使用动态规划的方式计算两个字符串的最大公共子序列。-Algorithm design class source code. Calculated using dynamic programming the two most common subsequence string.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1792
    • 提供者:lixu
  1. lianbiao

    0下载:
  2. 修改单链表模板类,使结点类的数据域改为数据类对象的指针。要求为该单链表模板类建立深复制函数,这需要结点类和学生类的复制构造函数均为深复制。其中学生类的深复制是调用string类的复制构造函数完成的,直接用默认的,同样析构函数也不要重编。 并据此建立一个学生链表,原始数据放在文本文件EXP19_2.txt中。 -Modify the linked list template class, so that node data fields to the data class class ob
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:15595
    • 提供者:angel
  1. string

    0下载:
  2. 在MyEclipse开发环境下 实现字符串类String与StringBuffer的使用-MyEclipse development environment in the realization of the string class to use String and StringBuffer
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:19402
    • 提供者:李鹏飞
  1. cPP_string

    0下载:
  2. C++ String类的用法总结,主要介绍了string类的成员函数及其用法-C++ String class usage summary, which contains the string class member functions and their usage
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:47025
    • 提供者:
  1. String

    0下载:
  2. JAVA中有关类string和类 StringBuffer的方法和构造方法及继承.-JAVA in the class and the class StringBuffer string methods and construction methods and inheritance.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:20967
    • 提供者:lby
  1. Test_String

    0下载:
  2. String类模拟功能 使用了C++程序来实现-String class analog functions using the C++ program to achieve
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:2310708
    • 提供者:guanshan
  1. TString

    0下载:
  2. 一个封装有KMP模式匹配算法的String类示例,VC++ 2010下编译通过。. -A package KMP pattern matching algorithm with the String class example, VC++ 2010 compile. .
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1682426
    • 提供者:王彦之
  1. LinkList

    0下载:
  2. 用C++完美实现读入文件,然后利用单链表数据结构插入、删除、查找,通过利用String类来完成。-C++ to achieve the perfect read files, then use a single linked list insert, delete, search, through the use of the String class to complete.
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:4400952
    • 提供者:赵蓝蓝
  1. StringClass[LZJ-.2011.10.3]

    0下载:
  2. 实现一个STRING类,这个类可以进行=, +,<<, >>, int length(),int find(const char* szObj)。-string operate
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:9475
    • 提供者:刘子建
  1. CPP_string

    0下载:
  2. 这是C++string 类的使用说明, 里面包含了string类所有的使用方法-This is a C++ string class instructions
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5460814
    • 提供者:丁海淼
  1. 11string

    0下载:
  2. 自定义string类,实现了string类的基本功能-Custom string class, string class implements the basic functions of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7508
    • 提供者:林靖雄
  1. string

    0下载:
  2. 对于字母的转换,类的定义,虚函数的实现与应该等方面的功能-failed to translate
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:25755
    • 提供者:李赐健
  1. myString

    0下载:
  2. 编写一个String类,并提供基本的字符串操作(如:字符串相加,获取字符串长度,字符串比较,字符串转换整形/浮点,获取C语言格式的字符串等操作),并编写程序使用该String类。 -Write a String class, and provide basic string operations (such as: adding a string to get the string length, string comparison, string integer/floating poin
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:8948
    • 提供者:lining
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 45 »
搜珍网 www.dssz.com