資源簡介
內(nèi)含五個小游戲包括俄羅斯方塊推箱子等,用vs可以打開,適合交期末作業(yè)?。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。?
代碼片段和文件信息
/*++
Copyright?(c)?2004-2005??Micro-soft
Module?Name:
????DlgCustom.cpp
Abstract:
???????the?class?of?Dialog?for?setting?user‘s?favor-config
Author:
Microsoft‘s?Engineer?-?Unknown?Name
????improved?by?Weijian?Luo?(Arthur?Luo)???15-Jun-2005
E-mail:?skybluehacker@yahoo.com.cn
Revision?History:??????1.0
--*/
#include?“stdafx.h“
#include?“mine.h“
#include?“DlgCustom.h“
#include?“MineWnd.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CDlgCustom?dialog
CDlgCustom::CDlgCustom(CWnd*?pParent?/*=NULL*/)
:?CDialog(CDlgCustom::IDD?pParent)
{
//{{AFX_DATA_INIT(CDlgCustom)
m_uHeight?=?0;
m_uNumber?=?0;
m_uWidth?=?0;
//}}AFX_DATA_INIT
}
void?CDlgCustom::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CDlgCustom)
DDX_Text(pDX?IDC_HEIGHT?m_uHeight);
DDX_Text(pDX?IDC_NUMBER?m_uNumber);
DDX_Text(pDX?IDC_WIDTH?m_uWidth);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CDlgCustom?CDialog)
//{{AFX_MSG_MAP(CDlgCustom)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
void?CDlgCustom::OnOK()?
{
UpdateData();
if?(m_uWidth?9)?m_uWidth?=?9;
if?(m_uWidth?>?30)?m_uWidth?=?30;
if?(m_uHeight?9)?m_uHeight?=?9;
if?(m_uHeight?>?24)?m_uHeight?=?24;
if?(m_uNumber?10)?m_uNumber?=?10;
if?(m_uNumber?>?m_uWidth?*?m_uHeight)?m_uNumber?=?m_uWidth?*?m_uHeight?-?1;
CMineWnd?*pMine?=?(CMineWnd*)AfxGetMainWnd();
pMine->SetCustom(m_uWidth?m_uHeight?m_uNumber);
CDialog::OnOK();
}
void?CDlgCustom::InitData(UINT?xNum?UINT?yNum?UINT?mNum)
{
m_uWidth?=?xNum;
m_uHeight?=?yNum;
m_uNumber?=?mNum;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-01-04?17:01??游戲程序\
?????目錄???????????0??2018-01-04?17:01??游戲程序\第2章?掃雷\
?????目錄???????????0??2018-01-04?17:01??游戲程序\第2章?掃雷\Skyblue_Mine\
?????目錄???????????0??2018-01-04?17:01??游戲程序\第2章?掃雷\Skyblue_Mine\Debug\
?????文件???????12029??2008-09-26?22:05??游戲程序\第2章?掃雷\Skyblue_Mine\Debug\DlgCustom.obj
?????文件????????7375??2008-09-26?22:05??游戲程序\第2章?掃雷\Skyblue_Mine\Debug\DlgCustom.sbr
?????文件???????22511??2008-09-26?22:05??游戲程序\第2章?掃雷\Skyblue_Mine\Debug\DlgHero.obj
?????文件???????10328??2008-09-26?22:05??游戲程序\第2章?掃雷\Skyblue_Mine\Debug\DlgHero.sbr
?????文件???????16234??2008-09-26?22:05??游戲程序\第2章?掃雷\Skyblue_Mine\Debug\DlgNewRecord.obj
?????文件????????9385??2008-09-26?22:05??游戲程序\第2章?掃雷\Skyblue_Mine\Debug\DlgNewRecord.sbr
?????文件??????258111??2008-09-26?22:05??游戲程序\第2章?掃雷\Skyblue_Mine\Debug\Mine.exe
?????文件??????291212??2008-09-26?22:05??游戲程序\第2章?掃雷\Skyblue_Mine\Debug\Mine.ilk
?????文件???????17909??2008-09-26?22:05??游戲程序\第2章?掃雷\Skyblue_Mine\Debug\Mine.obj
?????文件??????345088??2008-09-26?22:05??游戲程序\第2章?掃雷\Skyblue_Mine\Debug\Mine.pdb
?????文件??????100092??2007-04-06?17:47??游戲程序\第2章?掃雷\Skyblue_Mine\Debug\Mine.res
?????文件????????8838??2008-09-26?22:05??游戲程序\第2章?掃雷\Skyblue_Mine\Debug\Mine.sbr
?????文件??????106650??2008-09-26?22:05??游戲程序\第2章?掃雷\Skyblue_Mine\Debug\MineWnd.obj
?????文件???????85643??2008-09-26?22:05??游戲程序\第2章?掃雷\Skyblue_Mine\Debug\MineWnd.sbr
?????文件???????15176??2007-04-05?22:12??游戲程序\第2章?掃雷\Skyblue_Mine\Debug\RCa01104
?????文件???????15176??2007-04-04?22:05??游戲程序\第2章?掃雷\Skyblue_Mine\Debug\RCa02936
?????文件???????15176??2007-04-04?22:53??游戲程序\第2章?掃雷\Skyblue_Mine\Debug\RCa03060
?????文件??????105648??2008-09-26?22:05??游戲程序\第2章?掃雷\Skyblue_Mine\Debug\StdAfx.obj
?????文件?????1374965??2008-09-26?22:05??游戲程序\第2章?掃雷\Skyblue_Mine\Debug\StdAfx.sbr
?????文件?????????217??2017-10-30?12:25??游戲程序\第2章?掃雷\Skyblue_Mine\Debug\config.ini
?????文件??????222208??2008-09-26?22:05??游戲程序\第2章?掃雷\Skyblue_Mine\Debug\vc60.idb
?????文件??????380928??2008-09-26?22:05??游戲程序\第2章?掃雷\Skyblue_Mine\Debug\vc60.pdb
?????文件????????1842??2006-01-05?14:54??游戲程序\第2章?掃雷\Skyblue_Mine\DlgCustom.cpp
?????文件????????1275??2006-01-05?14:54??游戲程序\第2章?掃雷\Skyblue_Mine\DlgCustom.h
?????文件????????2362??2006-01-05?14:54??游戲程序\第2章?掃雷\Skyblue_Mine\DlgHero.cpp
?????文件????????1455??2006-01-05?14:54??游戲程序\第2章?掃雷\Skyblue_Mine\DlgHero.h
?????文件????????1623??2006-01-05?14:54??游戲程序\第2章?掃雷\Skyblue_Mine\DlgNewRecord.cpp
............此處省略401個文件信息
評論
共有 條評論