1 Star 0 Fork 0

lindorx/train

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Struct_self.h 478 Bytes
一键复制 编辑 原始数据 按行查看 历史
lindorx 提交于 2018-04-24 13:17 . Compiler
#include<string>
#ifndef RET_H
#define RET_H
typedef struct ReT{
std::string str;
int num;//储存写入的值number
int s;//储存位置AllNum
}ReTitle;
#endif
#ifndef STRUCT_H
#define STRUCT_H
typedef struct STRINF{
std::string explain;//将说明储存在这里(byte,word等)
std::string str;//将字符串中括号内的字符保存在这里
bool w;//字符串中是否有中括号
int lk;//如果w=true,字符串中左中括号的位置
int rk;//如果w=true,字符串中右中括号的位置
}STRINF;
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/lindorx/train.git
git@gitee.com:lindorx/train.git
lindorx
train
train
master

搜索帮助