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

搜索资源列表

  1. zd_49

    0下载:
  2. 自己创建的String类重载了String类的+以及实现了其它的一些功能-was created String category Heavy of the String class and the realization of a number of other functions
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:13722
    • 提供者:陈鑫
  1. StringClass

    0下载:
  2. 这个代码是STRING类的声明及实现,因为我认为C++类库中的string类比较庞大,找一个函数需要很长时间,所以用一个简单明了的代替之.-STRING kind of statement and realized, because I think the C library string of relatively large, a function for a very long time. Therefore, the use of a simple and straightforward
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2300
    • 提供者:卢松
  1. string_test

    0下载:
  2. string类的用法的测试-string category of the usage of the test
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2789
    • 提供者:王磊
  1. cstring

    0下载:
  2. 定义一个字符串类String,其私有成员为一个字符串指针。设计构造函数,拷贝构造函数,析构函数,设置新值函数Set, 打印成员值函数Print。借助此String类,将操作符"=="、">"、"<"的重载函数设置为String类的成员函数,实现对操作符"=="、">"、"<"的重载,使之能直接比较两个String类类型的字符串的大小,设计各种情况调用此三个重载操作符。-definition of a string type String, its private members as a str
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3092
    • 提供者:gongwen
  1. hao-myString

    0下载:
  2. 自己编写的String 类,重载的多个运算符。功能类似C++ STL中的string 类-prepared by the String own category, the number of heavy Operators. C functions similar to the STL string class
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1840
    • 提供者:李浩
  1. buju

    0下载:
  2. java常用的各种布局,基本容器的使用,java组件JButton等的使用,String类里的图形用户界面.-java all the popular layout, the use of basic containers, java JButton components such as the use of the String class Lane graphical user interface.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:35877
    • 提供者:xiaolanyao
  1. libshd

    0下载:
  2. SH_Object libSH的基类 SH_String String类 SH_Array 数据结构Array类 SH_Stack 数据结构Stack类 SH_Queue 数据结构Queue类 SH_List 数据结构List类 SH_Hash 数据结构Hash类 SH_Tree 数据结构Tree(AVL)类 SH_Lock 互斥Lock类 SH_Serial 串口类 SH_Socket 套接字类 SH_Tcp TCP类
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:54985
    • 提供者:yangthui
  1. chgstr

    0下载:
  2. 主要使用了stl中的string类,该类使用方便,还可以自动识别过滤夹杂在阿拉伯数字的逗号,空格等,符合日常习惯中的用法,程序在附件中请检验,使用方法就是main函数中的方法,请检验。如蒙不弃请笑纳。-mainly uses the stl the string type, such use, Recognition can also automatically filter the mixture in Arabic comma, space, in line with the daily h
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:120129
    • 提供者:扬名
  1. 一个可替代CString的字符串类CStdStr

    0下载:
  2. 一个可替代CString的字符串类CStdStr-redeem an alternative string class CStdStr
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:24159
    • 提供者:
  1. String

    1下载:
  2. 程序1处理unicode字符串,程序2 进行资源读取和字符串类的CString 扩展类 程序3 不依赖系统的CString类,程序4CUnicodeString类,程序5实现基本功能的 字符串类-procedures for handling a unicode string, two procedures resources, and the string read like CString extension of the class three procedures do not re
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:101112
    • 提供者:zhanghaiyu
  1. ExSplit

    0下载:
  2. 考虑到C#中的string类提供的Split方法无法实现针对串参数的分割,所以自己解决了。主要实现了对String类的扩展,使之支持string参数的Split。-C# taking into account the type of string Split method can not be realized against the division series parameters , and they therefore resolved. Major Implementation of
  3. 所属分类:C#编程

    • 发布日期:2014-01-15
    • 文件大小:534
    • 提供者:林宜聪
  1. YSocket

    1下载:
  2. 非常方便的网络Socket类,开发网络程序变得很简单。 支持自定义的string类。 用法:typedef YSocket<CString> CMySocket //CString也可以用自己的string类,从而可以用来atl等任何地方 CMySocket tpSock //声明 tpSock.Create()//建立sock tpSock.Bind()//绑定 tpSock.Listen()//开始侦听
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:11105
    • 提供者:叶振华
  1. Java(hchen)

    0下载:
  2. 建立一个文件StringTest.java.假设通过键盘输入的字符串是”Hello new World”.比较分析的结果和运行结果是否一致.通过该程序观察String类的常用构造方法.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:148897
    • 提供者:张睿涵
  1. !实例研究:字符串类String

    0下载:
  2. 重载+=为字符串的连接-Heavy + = connected to a string of
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:168559
    • 提供者:成龙
  1. std string extention

    1下载:
  2. STL中string的扩展类string_ex,给出许多扩展的操作字符串的非常使用的成员函数-STL string of extensions string_ex given many strings to expand the operation of the very use of the function
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:4691
    • 提供者:罗少波
  1. string

    0下载:
  2. 已知类String的原型,编写类String的构造函数、析构函数和赋值函数。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:993
    • 提供者:林新宇
  1. ext_string-0.2

    0下载:
  2. 一个扩展的string类,增加了一些std::string所不支持而又常用的函数
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:79246
    • 提供者:Jingtian Jiang
  1. string_DBS

    0下载:
  2. 用C++实现的String类的开发,以及对各种函数的实现
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1282
    • 提供者:陈真
  1. StringTest

    0下载:
  2. 针对String类创建对象的比较.详细比较结果请看源码文件中的说明,适合新手!
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:896
    • 提供者:lee
  1. 200811014323652

    0下载:
  2. 自行封装的一个lib库,以动态连接库的方式提供支持,包含以下一些类: SH_Object libSH的基类 SH_String String类 SH_Array 数据结构Array类 SH_Stack 数据结构Stack类 SH_Queue 数据结构Queue类 SH_List 数据结构List类 SH_Hash 数据结构Hash类 SH_Tree 数据结构Tree(AVL)类 SH_Lock 互斥Lock类 SH_Serial 串口类 SH_Sock
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:58590
    • 提供者:dsf
« 1 2 3 4 56 7 8 9 10 ... 45 »
搜珍网 www.dssz.com