#include#include#include#includeusingnamespacestd;//字符串分割函数std::vectorsplit(std::stringstr,std::stringpattern){ std::string::size_typepos; std::vectorresult; str+=pattern;//扩展字符串以方便操作 intsize=str.size(); for(inti=0;i
#include#include#include#includeusingnamespacestd;//字符串分割函数std::vectorsplit(std::stringstr,std::stringpattern){ std::string::size_typepos; std::vectorresult; str+=pattern;//扩展字符串以方便操作 intsize=str.size(); for(inti=0;i
于 2022-03-22 发布
文件大小:641.42 kB
0 160
// test1split1str1.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
/*
File : split1.cpp
Author : Mike
E-Mail : Mike_Zhang@live.com
*/
#include
#include
#include
#include
#include
using namespace std;
//字符串分割函数
std::vector split(std::string str,std::string pattern)
{
std::string::size_type pos;
std::vector result;
str+=pattern;//扩展字符串以方便操作
int size=str.size();
for(int i=0; i
下载说明:请别用迅雷下载,失败请重下,重下不扣分!
使用EVC4.0开 发 所用数据库编程,一个实例供大家参考
使用EVC4.0开发所用数据库编程,一个实例供大家参考-The use of EVC4.0 used in the development database programming, an example for your reference
2022-01-21 23:57:15下载
积分:1
这个是用汇编做的一个小球碰撞的游戏,操作不错,有空下下吧!...
这个是用汇编做的一个小球碰撞的游戏,操作不错,有空下下吧!-this is a compilation of a collision of the ball game, operation Yes, under the next time!
2022-02-01 19:33:22下载
积分:1
键盘读键程序,采用扫描得方法来判断是否有按键被按下
键盘读键程序,采用扫描得方法来判断是否有按键被按下-Reading keyboard key procedures, the use of scanning methods to determine whether a button has been pressed
2022-04-16 05:15:19下载
积分:1
ie缓存删除程序
是源代码,可以正常编译并且使用,包括清除ie缓存、cookie、历史记录等等。。。。
2022-03-24 00:06:26下载
积分:1
WPF C# Windows
WPF 特效 常用的C#特效,是开发WPF 学习WPF的好的教程 例子
2023-01-30 19:30:03下载
积分:1
Each line will be large files into a folder for the extraction is separated into...
将大文件每一行分成一个文件夹,用于分割成提取各种所需结构-Each line will be large files into a folder for the extraction is separated into all the necessary structure
2022-10-13 20:20:03下载
积分:1
很好的信息消除 很好的信息消除
很好的信息消除 很好的信息消除-Very good information on the elimination of good information to eliminate
2022-12-31 04:30:04下载
积分:1
能够自动生成准考证或员工证,并且能够自动添加照片的VBA程序,很实用...
能够自动生成准考证或员工证,并且能够自动添加照片的VBA程序,很实用-Admission ticket can be automatically generated or staff card, and can automatically add photos of VBA procedures, it is practical
2022-01-25 22:32:54下载
积分:1
VC++编写的扫雪游戏,欢迎交流学习~!
VC++编写的扫雪游戏,欢迎交流学习~!-VC++ Prepared snow games, welcomed the exchange of learning ~!
2022-08-10 05:08:29下载
积分:1
vc写的智能滚动条代码,有一定的参考价值,有一定的参考价值...
vc写的智能滚动条代码,有一定的参考价值,有一定的参考价值-vc write smart scroll code, a certain reference value, a certain reference value
2022-03-15 09:02:20下载
积分:1