1 Star 0 Fork 0

lindorx/train

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
assistFun.h 456 Bytes
一键复制 编辑 原始数据 按行查看 历史
lindorx 提交于 2018-04-25 18:57 . Add files via upload
#include<string>
//截取字符串,str:源字符串;num:开始位置,自动在空格,跳格,换行,‘;’及其他非字符英文和数字字符处结束
std::string CutStr(const std::string& str, int num = 0);
//截取字符串,str:源字符串;num:开始位置,自动在空格,跳格,换行,‘;’及其他非字符英文和数字字符处结束
std::string CutStrDBWD(const std::string& str, int num = 0);
short isReg(unsigned char);//判断寄存器机器码
std::string *CS(const std::string& str, int k);
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/lindorx/train.git
git@gitee.com:lindorx/train.git
lindorx
train
train
master

搜索帮助