#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 81
// 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
下载说明:请别用迅雷下载,失败请重下,重下不扣分!
第一次的软件,对程序的管理控制。主要是禁止或允许莫一个软件的运行...
第一次的软件,对程序的管理控制。主要是禁止或允许莫一个软件的运行-Process Control, Forbid or allow some application to run.
2022-03-23 22:33:27下载
积分:1
扫描局域网电脑的情况.
扫描局域网电脑的情况.-LAN scanning of the computer.
2023-04-07 04:20:04下载
积分:1
ASP动感购物系列拍卖程序
ASP动感购物系列拍卖程序 -Dynamic ASP to ASP dynamic series of the auction process to the auction process series
2023-03-02 06:35:03下载
积分:1
HyperLink, is a simple link to the URL of a network of small procedures it
HyperLink,就是一个简单的联结网络URL的一个小程序吧-HyperLink, is a simple link to the URL of a network of small procedures it
2022-02-15 09:20:35下载
积分:1
Three Ways to Inject Your Code into Another Proce
Three Ways to Inject Your Code into Another Proce
2022-02-26 01:30:46下载
积分:1
一个模仿windows 的计算器。
只包含普通型计算器。未包含科学性...
一个模仿windows的计算器。
只包含普通型计算器。未包含科学性-A mimic windows calculator. Contains only general-type calculator. Does not contain scientific
2023-01-26 04:10:04下载
积分:1
Written by c++ calculator, expanded computing power calculator with brackets
用c++写的计算器,扩展了计算器带括号的计算功能-Written by c++ calculator, expanded computing power calculator with brackets
2022-03-02 19:25:14下载
积分:1
C++一级实践课上完成的实践作业,异质树的实现
C++一级实践课上完成的实践作业,异质树的实现-a practical lesson on the practice of completion of operations, the realization of heterogeneity tree
2022-02-03 06:41:32下载
积分:1
分水岭分割算法初步实现
应用分水岭算法初步实现对图像的处理。所需处理的出现仅可放在工程文件中。开发平台:win8.1 + vs2015 +opencv 3.2.0。数字图像处理课程中的一个小作业,仅拿来练手,若有不尽人意之处,请多包涵。
2022-03-07 00:34:16下载
积分:1
在Visual C++ 2005环境下,利用OpenCV函数库来开 发 人脸检测程序的方法,简单、方便,并具有较强的实用价值。...
在Visual C++ 2005环境下,利用OpenCV函数库来开发人脸检测程序的方法,简单、方便,并具有较强的实用价值。-In Visual C++ 2005 environment, using OpenCV library to develop procedures for human face detection method, a simple and convenient, and has a strong practical value.
2022-04-15 03:22:07下载
积分:1