?? overall.h
字號:
// Overall.h: interface for the Overall class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_OVERALL_H__5AB8BE54_13D9_4705_A701_978D94B71083__INCLUDED_)
#define AFX_OVERALL_H__5AB8BE54_13D9_4705_A701_978D94B71083__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
//棋盤所擁有的類
class Overall
{
public:
Overall();
virtual ~Overall();
int allqipan[18][18];//正規企盼的數據
int qipantemp[18][18];//試走的數據
int tempjustxy;//see .cpp blow
void cleartemp();
void clear();
int winchanglian(int x,int y);
int huosi(int x,int y);
int shuangsan(int x,int y);
int shuangsi(int x,int y);
};
#endif // !defined(AFX_OVERALL_H__5AB8BE54_13D9_4705_A701_978D94B71083__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -