lvoc.cpp.svn-base
来自「moses开源的机器翻译系统」· SVN-BASE 代码 · 共 8 行
SVN-BASE
8 行
#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 + =
减小字号Ctrl + -
显示快捷键?