📄 hyp_00.cc
字号:
// file: $isip/class/search/Hypothesis/hyp_00.cc// version: $Id: hyp_00.cc,v 1.2 2002/09/05 14:03:01 jelinek Exp $//// there is no source code in this file//// isip include files//#include "Hypothesis.h"// constants: required constants such as class name//const String Hypothesis::CLASS_NAME(L"Hypothesis");// static instantiations: memory manager and debug level//MemoryManager Hypothesis::mgr_d(sizeof(Hypothesis), name());Integral::DEBUG Hypothesis::debug_level_d = Integral::NONE;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -