📄 cmp_00.cc
字号:
// file: $isip/class/sp/Component/cmp_00.cc// version: $Id: cmp_00.cc,v 1.3 2002/07/12 13:07:31 picone Exp $//// isip include files//#include "Component.h"// there is no source code in this file////-----------------------------------------------------------------------------//// we define non-integral constants in the default constructor// //-----------------------------------------------------------------------------// constants: class name//const String Component::CLASS_NAME(L"Component");// constants: i/o related constants//const String Component::DEF_PARAM(L"");const String Component::PARAM_INPUT_NAMES(L"input");const String Component::PARAM_OUTPUT_NAME(L"output");const String Component::PARAM_COMPONENT(L"algo");// constants: default values of class parameters//const Char Component::DELIM(L'+');// static instantiations: debug level and memory manager//Integral::DEBUG Component::debug_level_d = Integral::DEF_DEBUG;MemoryManager Component::mgr_d(sizeof(Component), Component::name());
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -