#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 193
// 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
下载说明:请别用迅雷下载,失败请重下,重下不扣分!
Siano' s DAB chip Wince5.0 under all driving source. Data communication part...
Siano的DAB芯片在Wince5.0下的全部驱动源码。数据通信部分用微软的NDIS库编写。-Siano" s DAB chip Wince5.0 under all driving source. Data communication part of the preparation with Microsoft" s NDIS library.
2022-03-23 07:18:25下载
积分:1
DSP programming functions commonly used double uniform (a double, double b, long...
DSP编程常用函数 double uniform(double a,double b,long int* seed) double gauss(double mean,double sigma,long int *seed) double exponent(double beta,long int *seed) double laplace(double beta,long int* seed) double rayleigh(double sigma,long int *seed) double weibull(double a,double b,long int*seed) int bn(double p,long int*seed) int bin(int n,double p,long int*seed) int poisson(double lambda,long int *seed) void dft(double x[],double y[],double a[],double b[],int n,int sign) void fft(double x[],double y[],int n,int sign)-DSP programming functions commonly used double uniform (a double, double b, long int* seed) double Gauss (double mean, double sigma, long int* seed) double exponent (double beta, long int* seed) double Laplace (double beta,* long int seed) double Rayleigh (double sigma, long int* seed) double Weibull (a double, double b, long int* seed) int bn (double p, long int* seed) int bin (int n, p double, seed long int*) int poisson (double lambda, long int* seed) void dft index (doubl
2023-03-21 07:35:03下载
积分:1
有关Evc的代码;
该代码出自付林林 的书籍的代码的一部分!
相对比较基础的一些代码。
适应于初学者!...
有关Evc的代码;
该代码出自付林林 的书籍的代码的一部分!
相对比较基础的一些代码。
适应于初学者!-EVC-related code 付林林the code from the book as part of the code! Basis of comparison of the relative number of code. Adapted to beginners!
2023-03-25 14:00:03下载
积分:1
CButtonST类源码
CButtonST类源代码-CButtonST source category
2022-02-06 09:31:07下载
积分:1
一个小的闹钟程序,支持10个闹响时间,并有防止叫醒手指的功能。...
一个小的闹钟程序,支持10个闹响时间,并有防止叫醒手指的功能。-A clock program, Support 10 alarm setting and avoid only wakeup you finger.
2022-01-25 16:56:44下载
积分:1
Tarak
Tarak-Tarak是一个移动机器人模拟器。它允许用户从一个经典类型和传感器集合来设计一个移动机器人平台,编程处理机器人的行为,打接着在一个用户定义的环境中模拟机器人。这个程序是用C++编写的-Tarak- Tarak is a mobile robot simulator. It allows users to a classic type and sensors designed to set a mobile robot platform, Robot Programming, then play in a user-defined environment simulated robot. The procedure is used to prepare the C
2022-06-30 19:23:07下载
积分:1
des algo The DES (Data Encryption Standard) algorithm is the most widely used encryption algorithm i
DES(数据加密标准)算法是世界上使用最广泛的加密算法。多年来,在许多人中间
2022-02-26 07:20:25下载
积分:1
在线地址簿,能够增加,删除个人地址信息,能够直接导入EXCEL文件。...
在线地址簿,能够增加,删除个人地址信息,能够直接导入EXCEL文件。-Online address book, to add, delete personal address information directly into EXCEL files.
2023-03-04 14:00:03下载
积分:1
caracteres池CON
pilas con caracteres
2022-03-24 14:24:48下载
积分:1
directx 9 的delphi驱动程序,如果能看懂会给你带来很大的好处,学习的好资料....
directx 9 的delphi驱动程序,如果能看懂会给你带来很大的好处,学习的好资料.-The driver of directX 9 in delphi, it will bring you very big benfit if you will read it, it is very nice.
2022-07-14 15:00:04下载
积分:1