CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - std string

搜索资源列表

  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
    • 文件大小:3.52kb
    • 提供者:方启
  1. goods

    0下载:
  2. #include <iostream> #include <string> using namespace std class Goods {public: Goods(char *GoodsNum,string n,double p,int a) { strcpy(GoodsNumber,GoodsNum) GoodsName=n GoodsPrice=p GoodsAmount=a }
  3. 所属分类:Other systems

    • 发布日期:2017-03-21
    • 文件大小:1.08kb
    • 提供者:熊舒予
  1. CSTRING

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

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

    0下载:
  2. 进行自负的匹配,- #include<iostream.h> #include <string> using namespace std class String { private: int size char *chr public: String(char* temp) { size=strlen(temp)
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1.88kb
    • 提供者:刘欢
  1. ch5

    0下载:
  2. • Windows API errors are converted to exceptions • Maps COM HRESULT to exceptions when appropriate • Direct2D wrapper classes • DirectWrite wrapper classes • Windows Imaging Component wrapper classes • Win
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:6.27mb
    • 提供者:付良甲
  1. vsFakeLeakTest

    0下载:
  2. 使用vc开发mfc程序时,在调用了win32 dll(即不使用mfc的dll)时,mfc90.dll后于win32dll加载,在退出程序时mfc90.dll先释放,这时它会将win32dll中的全局变量,函数static变量视为内存泄露,而实际上随后win32dll卸载时会正常释放,导致内存泄露误报。 本程序演示了win32dll中的std::string的全局变量和函数内static变量的内存泄露误报-Using vc development mfc program, the call t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:159.38kb
    • 提供者:nwao
  1. md5

    0下载:
  2. MD5加密,用法 /* #include "md5.h" #include <iostream> using namespace std void PrintMD5(const string& str, MD5& md5) { cout << "MD5(\"" << str << "\") = " << md5.toString() << endl } int ma
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.75kb
    • 提供者:brainjean
  1. Hexstr

    0下载:
  2. hexstr,一个基于std::string的十六进制字符串互转的程序-Hexstr, one based on std:: String sixteen binary string to cross the program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:824byte
    • 提供者:lvyoucong
  1. ep2

    10下载:
  2. 北京理工大学面向对象程序设计第二次上机习题答案-1. Here is the codes: #include <iostream> using namespace std void main() { cout << Hello World!\n } Add some codes and get the results as follows: Initialize Hello, World! C
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.38kb
    • 提供者:刘晶晶
  1. easypr

    0下载:
  2. 中文车牌识别系统: 它基于openCV这个开源库。这意味着你可以获取全部源代码,并且移植到opencv支持的所有平台。 它能够识别中文。例如车牌为苏EUK722的图片,它可以准确地输出std:string类型的"苏EUK722"的结果。 它的识别率较高。图片清晰情况下,车牌检测与字符识别可以达到80%以上的精度。(Chinese car license plate recognition system: It is based on ope
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:1.58mb
    • 提供者:jiangqi
  1. public

    0下载:
  2. 关于std::string的一些常用但std不提供的一些功能汇总。(A summary of some of the functions of std:: string, which are commonly used but not provided by STD.)
  3. 所属分类:其他小程序

    • 发布日期:2018-01-06
    • 文件大小:1kb
    • 提供者:liee96
  1. string

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

    • 发布日期:2018-04-29
    • 文件大小:2.51mb
    • 提供者:夏天Ada
搜珍网 www.dssz.com