91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.01M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2021-02-01
  • 標簽:

資源簡介


資源截圖

代碼片段和文件信息

/*?【自學去】網站收集?http://www.zixue7.com?*/
#include?
//?棋盤類
class?CPlate
{
int?m_ndx; //?棋盤格寬
int?m_ndy; //?棋盤格高
int?m_nLeft; //?棋盤位置
int?m_nTop;
int?m_nRight;
int?m_nBottom;
public:
CPlate();
void ShowPlate(CDC?*pDC);
void DrawConer(CDC?*pDC?int?row?int?col?int?type);
CPoint GetPosition(int?col?int?row);
};
//?棋盤類的成員函數
//?構造函數:?初始化
CPlate::CPlate()
{
m_ndx =?50;
m_ndy =?45;
m_nLeft =?198;
m_nTop =?30;
m_nRight =?m_nLeft+m_ndx*8;
m_nBottom =?m_nTop+m_ndy*9;
}
//?顯示棋盤
void?CPlate::ShowPlate(CDC?*pDC)
{
//?畫棋盤方格
CPen?penRed2(PS_SOLID2RGB(25500));
CPen?*pOldPen?=?pDC->Selectobject(&penRed2);
for(int?i=0;?i<10;?i++)
{
pDC->MoveTo(m_nLeft?m_nTop+i*m_ndy);
pDC->LineTo(m_nRight?m_nTop+i*m_ndy);
}
for(i=0;

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-03-31?17:51??c語言實現的象棋源碼\
?????文件???????12724??2015-05-17?06:55??c語言實現的象棋源碼\Chess.cpp
?????文件????????3829??2015-03-31?17:51??c語言實現的象棋源碼\Chess.dsp
?????文件?????????518??2015-03-31?17:51??c語言實現的象棋源碼\Chess.dsw
?????文件???????50176??2015-03-31?17:51??c語言實現的象棋源碼\Chess.ncb
?????文件???????48640??2015-03-31?17:51??c語言實現的象棋源碼\Chess.opt
?????文件?????????461??2015-03-31?17:51??c語言實現的象棋源碼\Chess.plg
?????文件??????????18??2015-03-31?17:51??c語言實現的象棋源碼\head.h
?????文件?????????121??2015-05-17?06:52??c語言實現的象棋源碼\it學習網.url

評論

共有 條評論