📄 hist_00.cc
字号:
// file: $isip/class/stat/Histogram/hist_00.cc// version: $Id: hist_00.cc,v 1.2 2002/08/08 03:19:36 zheng Exp $//// there is no source code in this file//// isip include files//#include "Histogram.h"//-----------------------------------------------------------------------------//// we define non-integral constants in the default constructor////-----------------------------------------------------------------------------// constants: required constants such as the class name//const String Histogram::CLASS_NAME(L"Histogram");// constants: i/o related constants//const String Histogram::DEF_PARAM(L"");const String Histogram::PARAM_MODE(L"mode");const String Histogram::PARAM_BINS(L"bins");const String Histogram::PARAM_COUNTS(L"counts");// static instantiations: memory manager and a permanent scratch space//Integral::DEBUG Histogram::debug_level_d = Integral::NONE;MemoryManager Histogram::mgr_d(sizeof(Histogram), Histogram::CLASS_NAME);const NameMap Histogram::MODE_MAP(L"CENTERS, EDGES");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -