?? counter.h
字號:
/*
*file: Counter.h
*date: 2004.12.9
*author:
*description:
* This is the defination of Counter for the
* self-balanced tree with balance-factorial.
*/
#ifndef __Counter_h__
#define __Counter_h__
class Counter
{
public:
int r,l;
};
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -