资 源 简 介
// 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
文 件 列 表
test1split1str1OK能计算轨道长度1
Debug
mi1d1 - 副本.txt
mi1d1.txt
ReadMe.txt
StdAfx.cpp
StdAfx.h
test1split1str1.cpp
test1split1str1.dsp
test1split1str1.dsw
test1split1str1.ncb
test1split1str1.opt
test1split1str1.plg