⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 strings.hpp

📁 orange源码 数据挖掘技术
💻 HPP
字号:
#ifndef __STRINGS_HPP
#define __STRINGS_HPP

#include <string>
#include <vector>

using namespace std;

string trim(const string &s);
void trim(char *s);

typedef vector<pair<string::const_iterator, string::const_iterator> > TSplits;

void split(const string &s, TSplits &atoms);

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -