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

搜索资源列表

  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. ojbyhw

    0下载:
  2. 1.本文代码仅保证在visual studio 2005上运行通过! 2.高亮的题目为华为机试第三题左右难度。 3.本文的字符串基本运用C++里的string类,很少使用常规字符数组形式。 华为华东地区笔试/机试必备考题库。 -1. This code is only guaranteed in visual studio 2005 run through! 2. Highlight entitled Huawei third question about the diffi
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:47503
    • 提供者:s
  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. String-Tools

    0下载:
  2. String 工具类,操作各种String类型的字符串,截取字符串,查询指定字符在字符串中的位置-String tools, operating a variety of type String string, string interception, query a specified character position in the string
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:5507
    • 提供者:liuqiang
  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. A_binary_string_class_4_pudn

    0下载:
  2. 一个2进制 String 的一个简洁类库的实现案例, 含用法, 原创源代码, 用于学习C++ 的 运算符重载等关键特点. 可以用 bString bs1 = b(11010101011001); bString bs2 = 1011011111010111101;等多种方式声明2进制 String 并 对这些2进制 String 变量做 位值逻辑运算, 用 cout << bs1 输出结果.(An implementation of binary string class
  3. 所属分类:

    • 发布日期:2017-12-24
    • 文件大小:2048
    • 提供者:samuelni
  1. StringUtils

    0下载:
  2. 对String类的一些操作封装,非常实用(Encapsulate some operations on the String class)
  3. 所属分类:Java编程

    • 发布日期:2017-12-11
    • 文件大小:2803
    • 提供者:chuyuni
  1. testExecise

    0下载:
  2. 对String类,以及Spring的单粒模式以及Aop机制有详细的(The String class, and the single granular mode of the Spring, and the Aop mechanism are detailed)
  3. 所属分类:Java编程

    • 发布日期:2017-12-23
    • 文件大小:9216
    • 提供者:陈世美
  1. java工具类

    0下载:
  2. java程序提供的几个常见的工具类,主要是base64,String ,fence(Several common tool classes provided by the Java program)
  3. 所属分类:Java编程

    • 发布日期:2018-01-02
    • 文件大小:22528
    • 提供者:福尔摩伍
  1. CodeAnalyazer

    0下载:
  2. 掌握 Java 语言的字符串处理、文本文件的读写。 编写一个类名为 JavaCodeAnalyzer 的类,实现以下功能: <1> 该类可以以一个 Java 源程序文件名创建一个对象,如果文件不存在,或扩展名不 是“ .java”,应提示文件错误; <2> 对该源程序文件进行分析其中的: 代码行数、注释行数和空行数。 <3> 统计并按从多到少输出出现次数最多的 5 个关键字及其出现次数。 <4> 统计分析的结果输出到名为: result
  3. 所属分类:Java编程

    • 发布日期:2018-01-03
    • 文件大小:4096
    • 提供者:DrLzz
  1. fan

    0下载:
  2. 定义一个名字为Fan的类模拟风扇,属性有speed、on、redius和color。要求为每个属性定义属性方法,并提供方法tostring()返回类中所有属性值的字符串(Define a class named Fan class simulation fan, the attributes are speed, on, redius and color. The attribute method is defined for each attribute, and the method toS
  3. 所属分类:Java编程

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:清奇
  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 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 45 »
搜珍网 www.dssz.com