📄 lvoc.cpp.svn-base
字号:
#include<limits>#include "LVoc.h"//rather pointless file because LVoc is template all wee need here is the definitions of constsconst LabelId InvalidLabelId = std::numeric_limits<LabelId>::max();const LabelId Epsilon = InvalidLabelId-1;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -