📄 uni_00.cc
字号:
// file: $isip/class/stat/UniformModel/uni_00.cc// version: $Id: uni_00.cc,v 1.2 2000/12/23 00:31:00 picone Exp $//// isip include files//#include "UniformModel.h"// there is no source code in this file////-----------------------------------------------------------------------------//// we define non-integral constants in the default constructor////-----------------------------------------------------------------------------// constants: required constants such as the class name//const String UniformModel::CLASS_NAME(L"UniformModel");// constants: i/o related constants//const String UniformModel::DEF_PARAM(L"");const String UniformModel::PARAM_MIN(L"min");const String UniformModel::PARAM_MAX(L"max");// static instantiations: memory manager//MemoryManager UniformModel::mgr_d(sizeof(UniformModel), UniformModel::CLASS_NAME);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -