?? 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 + -