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

搜索资源列表

  1. AllStringTraining

    0下载:
  2. 在开发过程中,我们常常会遇到ASCII、Unicode以及MBCS等不同类型的字符串,而且还需要经常进行转换操作。本文先介绍字符的编码方式、各种基本字符串类型,然后说明相关的帮助类,如CComBSTR、_bstr_t、CString和basic_string等,最后讨论在它们之间以及和其他的数据类型的转换方法。-In the development process, we often encounter ASCII, Unicode and MBCS and other different ty
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:66864
    • 提供者:姜爱逢
  1. a

    0下载:
  2. 模拟String类。主要操作是一些字符串的重载,和一个find函数,实现string类的功能-Simulation of String class. Some of the main operation is a string of heavy, and a find function to realize the function string class
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:420726
    • 提供者:小徐
  1. CMyString

    0下载:
  2. string类的一切功能够可以实现,CMyString类-CMyString类
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1105115
    • 提供者:李国旺
  1. 6

    0下载:
  2. 用简单的数组指针模拟string类的功能-Simulation with a simple string class array pointer functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:46517
    • 提供者:LLR
  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. 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. 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. 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. 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-03
    • 文件大小:12819
    • 提供者:
« 1 2 3 4 5 6 78 9 10 11 12 ... 34 »
搜珍网 www.dssz.com