📄 tryrand.h
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -