#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 211
// 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
下载说明:请别用迅雷下载,失败请重下,重下不扣分!
-
基于opencv的视频背景分离(vs2010平台)
基于opencv开源计算机视频库对视频进行解析处理,并将其背景分离。本设计使用vs2010作为开发平台,使用C++语言进行程序的编写。
- 2023-03-22 15:10:07下载
- 积分:1
-
用c编写的羊齿叶
用c编写的羊齿叶-prepared with the leaves reaching back
- 2022-07-04 10:04:20下载
- 积分:1
-
sudoku calculator
数独求解题:
该程序, 初始条件可用键盘直接在界面上输入, 求解结果显示在界面上。
很好玩的-sudoku calculator
- 2023-08-09 23:20:02下载
- 积分:1
-
ordenamientos
方法 ;方法排序。排序。 ; ;方法排序方法排序。
- 2022-03-23 23:54:14下载
- 积分:1
-
Rouga-Kutta substepping Von Mises model
UMAT file: Rouga-Kutta substepping Von Mises model
UMAT文件:隆格库塔子步迭代的Von Mises 模型,计算速度快。适合教学以及研究。
- 2023-01-15 21:35:04下载
- 积分:1
-
98下记录api并保存
98下记录api并保存-98 api and preserve records
- 2022-03-10 20:37:26下载
- 积分:1
-
实现两个进程之间通信
实现两个进程之间通信-achieve communication between the two processes
- 2022-01-25 15:23:30下载
- 积分:1
-
淘宝店铺 仓库管理系统
应用背景用于淘宝店家对商品进货出货物品管理,账务统计,库存管理,报表统计分析,数据存储在mysql数据库中,数据结构包含在文件中,直接在mysql中执行建表,vs2013开发的关键技术淘宝店铺卖家针对销售的物品进出货进行管理,小型仓库管理,有出库入库统计,财务分析,报表分析
- 2022-01-26 01:52:19下载
- 积分:1
-
服从正态分布序列,一个很小的一个算法,需要具体修改才能使用...
服从正态分布序列,一个很小的一个算法,需要具体修改才能使用-Obey normal distribution sequence, an algorithm for a small, specific changes need to use
- 2023-02-16 06:10:04下载
- 积分:1
-
简单的主窗口程序主要是用来讲述新入门的
简单的主窗口程序,主要是用于告诉新手怎么入门-Simple main window procedure is used mainly to tell how new entry-
- 2022-04-01 03:00:48下载
- 积分:1