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

搜索资源列表

  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. ext_string-0.2

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

    • 发布日期:2008-10-13
    • 文件大小:79246
    • 提供者:Jingtian Jiang
  1. 位图全色生操作类,指纹识别,角点检测,锐化,反色等操作类C++

    0下载:
  2. 指纹识别中的一个步骤分支点检测的实现,使用的是我个人编写的位图操作类,本位图操作类中的算法组,可以用于所有能够返回具有指针特性图像矩阵的文档操作类库。也就是说通用性很强。算法组还包括指纹识别算法,卷积函数。位图操作类包括的方法有 tmBmp(); tmBmp(const std::string & fname, BYTE clrBit = 8 ,DWORD imW = 256,DWORD imH = 256); virtual ~tmBmp();
  3. 所属分类:GDI/图象编程

    • 发布日期:2009-04-09
    • 文件大小:15714
    • 提供者:tr0217
  1. StdString

    0下载:
  2. StdString类,功能类似于CString确实std::string实现.-StdString category, function similar to CString does std:: string implementation.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-26
    • 文件大小:23714
    • 提供者:yqs
  1. popcapframework_1_3

    0下载:
  2. popcapframework1.3版,这是著名的PopCap游戏公司,不知道的话,祖玛应该知道吧,这些游戏都是用这个框架开发的,现在PopCap将它开源了!-PopCap Games Framework Version 1.3 Changes General * Removed support for Visual Studio/Visual C++ 6. If you use these versions, you will need to update yo
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-26
    • 文件大小:8726580
    • 提供者:blueseaineye
  1. pc_config_finally_test

    0下载:
  2. 方法 long Proc_data_end_loop(std::map<std::string,ValueUnit>::iterator ValueUnitIte_1) 实现同key值在map中同时存在,树与队列的集合,有点儿水-Method of long Proc_data_end_loop (std:: map <std::string,ValueUnit> :: iterator ValueUnitIte_1) to achieve the same ke
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:4989
    • 提供者:xb
  1. string_strutil

    0下载:
  2. std::string并没有提供所有需要方法。所以,需要用STL提供了算法库、字符串流以及现存的std::string的方法来实现它们。 ※ 将字符串转换为大写/小写 ※ 去掉字符串两端的空格 ※ 忽略大小写比较字符串 ※ StartsWith和EndsWith ※ 从字符串解析出int和bool等类型的值 ※ 将各种数值类型转换成字符串(toString) ※ 拆分字符串和Tokenizer-std:: string does not provide all the
  3. 所属分类:Other systems

    • 发布日期:2017-03-21
    • 文件大小:3600
    • 提供者:方启
  1. CSTRING

    0下载:
  2. 字符串处理是程序设计语言的一个重要的组成部分。有的字符串是内置的(VB等),有的是模拟的(C字符串为字符集合,算法等以库的形式提供),而C++所提供的字符串std::string是以库的形式提供。-C puls plus
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:280562
    • 提供者:changzhizhang
  1. SysString

    0下载:
  2. 自己封装一个相对stl和std::string字符串模板类,名字叫做动态字串符,希望给初学者有些启示-Their packaging and a relatively stl std:: string string template class name is dynamic string break, want to give some inspiration for beginners
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1841
    • 提供者:a
  1. MyStdString

    0下载:
  2. 一个VC++中写的的Std String类源代码,推荐给朋友们。希望对大家有所帮助-A VC++ source code in StdString class can improve the alternative string class CString support ansi, unicode. Actually used in a number of projects for a while, I feel great and recommend it to friends. We wa
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:24085
    • 提供者:madud00015
  1. Dictionary_Search

    0下载:
  2. 有名的词典查询 自动生成10000个单词然后找他的类似词。。。 -//Dictionary #include <iostream> #include <fstream> #include <string> #include <time.h> #define maxsize 10000000 #define exp_n 10000 using namespace std string word[maxs
  3. 所属分类:File Operate

    • 发布日期:2017-04-10
    • 文件大小:1133155
    • 提供者:秘密
  1. assign1

    0下载:
  2. Implement a class that represents a phone number in std::string type. The class should inherit the given Abstract- Phone class. You are not allowed to change the prototypes in AbstractPhone.h. The AbstractPhone class is an abstract class since ge
  3. 所属分类:Project Design

    • 发布日期:2017-11-18
    • 文件大小:26686
    • 提供者:asdaa
  1. assign2

    0下载:
  2. Implement a class that represents a phone number in std::string type. The class should inherit the given Abstract- Phone class. You are not allowed to change the prototypes in AbstractPhone.h. The AbstractPhone class is an abstract class since ge
  3. 所属分类:Project Design

    • 发布日期:2017-12-03
    • 文件大小:28083
    • 提供者:asdaa
  1. assign3

    0下载:
  2. Implement a class that represents a phone number in std::string type. The class should inherit the given Abstract- Phone class. You are not allowed to change the prototypes in AbstractPhone.h. The AbstractPhone class is an abstract class since ge
  3. 所属分类:Project Manage

    • 发布日期:2017-11-24
    • 文件大小:27019
    • 提供者:asdaa
  1. assign4

    0下载:
  2. Implement a class that represents a phone number in std::string type. The class should inherit the given Abstract- Phone class. You are not allowed to change the prototypes in AbstractPhone.h. The AbstractPhone class is an abstract class since ge
  3. 所属分类:Project Manage

    • 发布日期:2017-11-18
    • 文件大小:47246
    • 提供者:asdaa
  1. assign5

    0下载:
  2. Implement a class that represents a phone number in std::string type. The class should inherit the given Abstract- Phone class. You are not allowed to change the prototypes in AbstractPhone.h. The AbstractPhone class is an abstract class since ge
  3. 所属分类:Project Manage

    • 发布日期:2017-11-22
    • 文件大小:411650
    • 提供者:asdaa
  1. assign6

    0下载:
  2. Implement a class that represents a phone number in std::string type. The class should inherit the given Abstract- Phone class. You are not allowed to change the prototypes in AbstractPhone.h. The AbstractPhone class is an abstract class since ge
  3. 所属分类:Project Manage

    • 发布日期:2017-11-27
    • 文件大小:558395
    • 提供者:asdaa
  1. WO-GET_HTTP_ContentType_(mimelookup).ZIP

    0下载:
  2. Application to find MIME-Type of URL address. It s a console program, first and only parameter is URL address. Using WinAPI(console) and WinSock2. Parsed by c++ std::string methods.
  3. 所属分类:Console

    • 发布日期:2017-11-26
    • 文件大小:60830
    • 提供者:Wlezley
  1. GET_HTTP_ContentType_(mimelookup)

    0下载:
  2. Application to find MIME-Type of URL address. It s a console program, first and only parameter is URL address. Using WinAPI(console) and WinSock2. Parser is based on std::string.
  3. 所属分类:Console

    • 发布日期:2017-11-25
    • 文件大小:3751
    • 提供者:Wlezley
  1. string

    0下载:
  2. 包含c++ 文件流操作 std::string操作(Include c++ file stream and std::string)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2636800
    • 提供者:夏天Ada
« 12 3 »
搜珍网 www.dssz.com