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

搜索资源列表

  1. 完成URL编码的C++类

    1下载:
  2. 本文的目的是设计一个完成URL编码的C++类。在我曾经的项目中,我需要从VC++ 6.0应用程序中POST数据,而这些数据需要进行URL编码。我在MSDN中查找能根据提供的字符串生成URL编码的相关类或API,但我没有找到,因此我必须设计一个自己的URLEncode C++类。-The purpose of this paper is to design a complete URL-encoded C++ classes. I have a project, I need VC++ 6.0 a
  3. 所属分类:网络编程

    • 发布日期:2015-03-12
    • 文件大小:32119
    • 提供者:mxb
  1. 03061460

    0下载:
  2. 存储管理模拟 实验中固定内存分区采用结构体数组实现,分区信息采用结构体初始化实现。由于结构体中含string类,VC++不能对含string类的结构体初始化,这里采用MinGW编译器作为程序平台。-Storage management simulation experiments using a fixed memory partition an array of structures to achieve, partition information structure initialized
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2358315
    • 提供者:wangxingzhen
  1. str.tar

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

    • 发布日期:2017-12-06
    • 文件大小:64893
    • 提供者:站长
  1. MD5加密的C++类例程

    0下载:
  2. 一个完整的MD5的加密器,可实现输出一个字符串,不错的-a complete MD5 encryption device that can achieve an output string of good
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 一个自己实现CString类的程序,实现了=+<<等运算符的重载-CString to achieve its own kind of procedure, to achieve a =
  3. 所属分类:Windows Develop

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

    0下载:
  2. C# String类快速编译器 可以快速查看你字符串的函数调用结果,不把时间浪费在调试上-C# String type fast compiler can quickly check your string function call a result, do not waste time on debugging
  3. 所属分类:CSharp

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

    0下载:
  2. 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。-Platform based on the MFC and the STL string class, can be achieved in the fast string search.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:23338
    • 提供者:pengzhangxiang
  1. Str_to_Float

    0下载:
  2. 一个小程序,可以将string 转换为float型数,可用于string类的统一-A small program can be converted to string a number of float-type, can be used for the unification of string type
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5428
    • 提供者:易欣
  1. string

    0下载:
  2. 字符串的处理与使用且是字符串类的应用,是学习字符串的一个好例子-Dealing with the use of strings and string-type applications, is to study a good example of the string
  3. 所属分类:assembly language

    • 发布日期:2017-05-01
    • 文件大小:924864
    • 提供者:王玲珑
  1. WString

    0下载:
  2. Brew上的字符串类,接口接近STL里的wstring-Unicode string in Brew
  3. 所属分类:BREW

    • 发布日期:2017-04-01
    • 文件大小:3398
    • 提供者:
  1. similarity

    0下载:
  2. 最大公共子串和字符编辑距离算法的类实现。 函数第一个参数是用来比较的字符串, 第二个参数是被比较的字符串。 lCommonStr第三个参数是前两个字符串的公共子串。-The largest common sub-string and the character edit distance algorithm to achieve the category. Function of the first parameter is used to compare the string, t
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:2286
    • 提供者:尤凤凯
  1. 5

    0下载:
  2. 阿拉伯数字转为大写汉字的类 本人写了一个一个将阿拉伯数字转为大写汉字的类,主要使用了stl中的string类,该类使用方便,还可以自动识别过滤夹杂在阿拉伯数字的逗号,空格等,符合日常习惯中的用法,程序在附件中请检验,使用方法就是main函数中的方法,请检验。如蒙不弃请笑纳。 -Arabic characters into upper class I wrote a one will be converted to uppercase characters Arabic classes, t
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:119806
    • 提供者:how
  1. ChgStr2CnU

    0下载:
  2. VC++将数字转换为中文大小的一个类文件,主要使用stl中的string类,这个类不但使用简单方便,新手也会用,而且还可以自动识别并过滤掉夹杂在阿拉伯数字中的逗号、空格等特殊符号,符合日常习惯用法,使用方法就是main函数中的方法,请朋友们做检验-VC++ to convert a number of Chinese as a class file size, the major use stl in the string class that is not only easy to use,
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:7066
    • 提供者:zhengjr123
  1. ch04

    0下载:
  2. 复合类型代码,包括数组,结构,指针,如何创建和存储文本字符串及如何使用C-风格字符数组和C++string类来处理文本输入和输出。-Compound type code, including arrays, structures, pointers, how to create and store text strings and how to use C-style character arrays and C++ string class to handle text input and o
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:11023
    • 提供者:明镜
  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. lab_6

    0下载:
  2. 1.使用动态内存分配生成动态数组来完成3*3矩阵转置函数 2.应用string类定义字符串,实现两个字符串的连接 3.修改实验4中的选做实验中的people类。具有如下属性:姓名char name[11],编号char[7],性别char sex[3],生日birthday,身份证char id[16]。其中“出生日期”定义为一个“日期”类内嵌函数对象,用成员函数实现对人员信息的录人和显示。要求包括:构造函数和析构函数,开呗构造函数,内联成员函数,聚集。在测试程序中定义people类的对
  3. 所属分类:Other windows programs

    • 发布日期:2016-01-24
    • 文件大小:1419
    • 提供者:YIDIANER
  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. masterstring

    0下载:
  2. 对字符串string类的各种操作的类库,如前查找,后查找,找出字符位置-The string string class library of various operations, such as the former find, after the search, to find character position, etc.
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:12235
    • 提供者:leo
« 1 2 3 4 5 67 8 9 10 11 ... 34 »
搜珍网 www.dssz.com