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

搜索资源列表

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

    0下载:
  2. string类的描述,讲解了string类的函数种类及功能-descr iption of string type, string category on the function of the type and function
  3. 所属分类:Document

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

    0下载:
  2. java string 类的使用。主要是对在已经存在的四个string串,系统随机生成一个单词,如果该单词和四个string中任何一个匹配则成功,否则继续。-java string class to use. Mainly in the four string string already exists, the system randomly generates a word, if the words and match any of the four string is successfu
  3. 所属分类:JavaScript

    • 发布日期:2017-03-27
    • 文件大小:721
    • 提供者:王枫
  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. Exercise

    0下载:
  2. (按升序显示不重复的单词)编写程序,从文本文件中读取单词,并将所有不重复的单词按升序显示,文本文件以命令行参数的方式传递。 编程提示: 文件处理:将命令行获取的文件按行读入,然后将每行文件内容按字符串处理为单词形式。按行读入可以使用BufferedReader 类的readLine()方法,每行处理为单词可以使StringTokenizer 类或者String 类的split()方法。 使用泛型技术创建字符串规则集,不重复地存放单词; 由散列集创建树形集,形成单词的自然排列顺序
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:961
    • 提供者:王小A
« 1 2 3 4 5 6 78 9 10 11 12 ... 45 »
搜珍网 www.dssz.com