tryrand.h
来自「D-ITG2.4源代码」· C头文件 代码 · 共 26 行
H
26 行
// tryrand.h
// print time between construction and destruction
class time_lapse
{
double start_time;
public:
time_lapse();
~time_lapse();
};
void test1(int);
void test2(int);
void test3(int);
void test4(int);
void test5(int);
void Histogram(Random*, int); // draw histogram with n obsv
// body file: tryrand1.cpp
// body file: tryrand2.cpp
// body file: tryrand3.cpp
// body file: tryrand4.cpp
// body file: tryrand5.cpp
// body file: hist.cpp
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?