CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - String类

搜索资源列表

  1. str.tar.gz

    0下载:
  2. 自编的一个String类
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:64893
    • 提供者:
  1. MD5加密的C++类

    0下载:
  2. 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4533
    • 提供者:俞训峰
  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. 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. 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. 一个可替代CString的字符串类CStdStr

    0下载:
  2. 这是一个非常好的、可以替代mfc中的CString的字符串类。支持ansi、unicode。-This is a very good alternative to redeem mfc the string category. Support ansi, unicode.
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:25446
    • 提供者:王明
  1. ext_string

    0下载:
  2. 本例是对STL中string类的扩展,很好的弥补了现有string类的不足,可以和CString相媲美哦~~ 扩展的功能有分割字串,整形转换成string,字符串替换,判断该字串的类型等。 使用起来也很方便,直接include该头文件即可。-This example is the STL string class in the expansion, very good to make up for the deficiencies of the existing string class
  3. 所属分类:STL

    • 发布日期:2017-04-02
    • 文件大小:69713
    • 提供者:萧萧
  1. str.tar

    0下载:
  2. 自编的一个String类- From arranges a String kind
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-06
    • 文件大小:64893
    • 提供者:站长
  1. HighPrecision2

    0下载:
  2. 基于STL string的高精度计算 支持以string类为存放格式的整数的多精度运算(包括+、-、*、/(整除)、%(取余)、-(取负)、乘方、开平方),部分允许string式的“整型”与int型混合运算,支持正负号,结果一律用string 型存放(多精度对单精度取余(用int)除外!)-Based on STL string of high-precision calculation of support for string-type format for storing the mu
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:11950
    • 提供者:wang yucao
  1. myString

    0下载:
  2. 自己编写的String类,可以用于代替<string>中的string类。支持==、!=、<、>等比较运算符,=复制运算符,有多种构造函数,动态分配内存,长度可变。容易转换成char*类型,而且使用深拷贝,指针使用得当。有常用的Index,Insert,Delete,Replace,SubString方法。而且源码中给出了String类的一个小应用。开发环境Visual C++ 6.0,测试程序为Console模式。-I have written the String c
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:15476
    • 提供者:billsedison
  1. string

    0下载:
  2. 构造一个string类,实现一些原先没有的操作。-Construct a string class, not to achieve some of the original operation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:21160
    • 提供者:小宋
  1. string

    0下载:
  2. 计字符串类并给出其基本操作和运算符重载的算法实现。
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:282970
    • 提供者:于翔
  1. c

    0下载:
  2. 利用string类与相关函数,实现任意字符串的反转。如:“abcdef”反转后为“fedcba”-Using string classes and related functions, to achieve an arbitrary string reversal. Such as: " abcdef" reversal after " fedcba"
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:13950
    • 提供者:王立
  1. StringTest

    0下载:
  2. 自定义的String类, 使用时要#include cpp,不#include 。h文件-Custom String class, used to# include cpp, not# include. h file
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:561008
    • 提供者:chenqi
  1. string

    0下载:
  2. 1、为该类设计构造函数和析构函数,要求构造函数不少于两个 2、为该类设计合理的成员变量 3、为string类提供必要的成员函数,可以参考C++类库的string类提供了那些成员函数,起码包括字符查找 获得C风格字符串、获得字符串长度、字符串比较等。 4、要求该类的设计有良好的封装性 5、有一个能正常运行的测试程序,测试该类的所有成员函数-1, the design for the class constructor and destructor, constructor re
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:694613
    • 提供者:nicai
  1. string

    0下载:
  2. 数据结构 string类模拟-String class simulation data structure. . . . . . . . . . . . . .
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:38690
    • 提供者:chenguanyu
  1. String

    0下载:
  2. 建立String类,实现字符串的连接、比较、赋值和计算字符串的长度-The establishment of the String class, string connection, comparison, assignment and calculation of the length of the string
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:573
    • 提供者:橙子
  1. String

    0下载:
  2. 模仿STL实现的String类,具体功能参见C++ Reference/String-Mimic the STL implementation of the String class, the specific features see C++ Reference/String
  3. 所属分类:STL

    • 发布日期:2017-11-17
    • 文件大小:2912
    • 提供者:刘天元
  1. String

    0下载:
  2. 使用C++/C语言实现的String类,对于数据结构的学习有所帮助。-Using C++/C language implementation of the String class for learning data structures helpful.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7043
    • 提供者:xuezheng
  1. string-class

    0下载:
  2. 来自己尝试编写一个string类,要求有基本的string类的功能-To try to write yourself a string class requires a basic function string class
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2812
    • 提供者:梅旭光
« 12 3 4 »
搜珍网 www.dssz.com