資源簡介
基于MFC的五子棋,具備人機對戰和網絡對戰,完善了AI以及具備一般的功能!讓你輕松學會MFC!內有詳細介紹

代碼片段和文件信息
//?AboutDlg.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“five.h“
#include?“AboutDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CAboutDlg?dialog
CAboutDlg::CAboutDlg(CWnd*?pParent?/*=NULL*/)
:?CDialog(CAboutDlg::IDD?pParent)
{
//{{AFX_DATA_INIT(CAboutDlg)
//?NOTE:?the?ClassWizard?will?add?member?initialization?here
//}}AFX_DATA_INIT
}
void?CAboutDlg::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAboutDlg)
//?NOTE:?the?ClassWizard?will?add?DDX?and?DDV?calls?here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CAboutDlg?CDialog)
//{{AFX_MSG_MAP(CAboutDlg)
//?NOTE:?the?ClassWizard?will?add?message?map?macros?here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CAboutDlg?message?handlers
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1007??2005-05-16?14:22??五子棋\AboutDlg.cpp
?????文件???????1241??2005-05-16?14:22??五子棋\AboutDlg.h
?????文件???????1377??2005-05-11?13:05??五子棋\ChatEdit.cpp
?????文件???????1133??2005-05-11?12:46??五子棋\ChatEdit.h
?????文件???????3759??2005-05-12?14:28??五子棋\ClientDlg.cpp
?????文件???????1428??2005-05-11?10:24??五子棋\ClientDlg.h
?????文件??????10311??2009-09-27?16:46??五子棋\Debug\AboutDlg.obj
?????文件??????????0??2009-09-27?16:47??五子棋\Debug\AboutDlg.sbr
?????文件??????22671??2009-09-27?18:04??五子棋\Debug\ClientDlg.obj
?????文件??????????0??2009-09-27?18:04??五子棋\Debug\ClientDlg.sbr
?????文件?????479336??2009-10-13?21:42??五子棋\Debug\Five.exe
?????文件?????????58??2010-09-28?00:26??五子棋\Debug\Five.ini
?????文件??????19685??2009-09-27?18:04??五子棋\Debug\Five.obj
?????文件?????582656??2009-10-13?21:42??五子棋\Debug\Five.pdb
?????文件?????273656??2009-09-29?08:30??五子棋\Debug\Five.res
?????文件??????????0??2009-09-27?18:04??五子棋\Debug\Five.sbr
?????文件??????44571??2009-09-29?08:30??五子棋\Debug\FiveDlg.obj
?????文件??????????0??2009-09-29?08:31??五子棋\Debug\FiveDlg.sbr
?????文件??????13370??2009-09-27?18:04??五子棋\Debug\FiveSocket.obj
?????文件??????????0??2009-09-27?18:04??五子棋\Debug\FiveSocket.sbr
?????文件??????44884??2009-09-29?08:40??五子棋\Debug\Game.obj
?????文件??????????0??2009-09-29?08:40??五子棋\Debug\Game.sbr
?????文件??????18530??2009-09-29?08:31??五子棋\Debug\NameDlg.obj
?????文件??????????0??2009-09-29?08:31??五子棋\Debug\NameDlg.sbr
?????文件??????17509??2009-09-27?18:04??五子棋\Debug\ServerDlg.obj
?????文件??????????0??2009-09-27?18:04??五子棋\Debug\ServerDlg.sbr
?????文件??????19787??2009-09-27?18:04??五子棋\Debug\StatDlg.obj
?????文件??????????0??2009-09-27?18:04??五子棋\Debug\StatDlg.sbr
?????文件?????119230??2009-09-27?16:46??五子棋\Debug\StdAfx.obj
?????文件????1451957??2009-09-27?16:46??五子棋\Debug\StdAfx.sbr
............此處省略49個文件信息
評論
共有 條評論