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

資源簡介

絕對好用的掃雷源代碼,想以前我到處找一些源代碼,費好大勁找到的一般都不好使。這個代碼有完整的visual c++6.0工作區,打開直接編譯就能執行了,可以讓滿足編程初學者的好奇心,所改即所見。

資源截圖

代碼片段和文件信息

/*++

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? if?(m_uWidth?>?30)?m_uWidth?=?30;
if?(m_uHeight? if?(m_uHeight?>?24)?m_uHeight?=?24;
if?(m_uNumber? 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;
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????217??2008-12-11?21:08??第2章?掃雷\Skyblue_Mine\Debug\config.ini

?????文件??????12339??2006-05-07?19:36??第2章?掃雷\Skyblue_Mine\Debug\DlgCustom.obj

?????文件??????????0??2006-05-07?19:36??第2章?掃雷\Skyblue_Mine\Debug\DlgCustom.sbr

?????文件??????22821??2006-05-07?19:36??第2章?掃雷\Skyblue_Mine\Debug\DlgHero.obj

?????文件??????????0??2006-05-07?19:36??第2章?掃雷\Skyblue_Mine\Debug\DlgHero.sbr

?????文件??????16544??2006-05-07?19:36??第2章?掃雷\Skyblue_Mine\Debug\DlgNewRecord.obj

?????文件??????????0??2006-05-07?19:36??第2章?掃雷\Skyblue_Mine\Debug\DlgNewRecord.sbr

?????文件?????258141??2006-05-07?19:36??第2章?掃雷\Skyblue_Mine\Debug\Mine.exe

?????文件??????18341??2006-05-07?19:34??第2章?掃雷\Skyblue_Mine\Debug\Mine.obj

?????文件?????353280??2006-05-07?19:34??第2章?掃雷\Skyblue_Mine\Debug\Mine.pdb

?????文件?????100092??2006-05-07?19:34??第2章?掃雷\Skyblue_Mine\Debug\Mine.res

?????文件??????????0??2006-05-07?19:36??第2章?掃雷\Skyblue_Mine\Debug\Mine.sbr

?????文件?????106960??2006-05-07?19:34??第2章?掃雷\Skyblue_Mine\Debug\MineWnd.obj

?????文件??????????0??2006-05-07?19:36??第2章?掃雷\Skyblue_Mine\Debug\MineWnd.sbr

?????文件?????105987??2006-05-07?19:34??第2章?掃雷\Skyblue_Mine\Debug\StdAfx.obj

?????文件????1376654??2006-05-07?19:34??第2章?掃雷\Skyblue_Mine\Debug\StdAfx.sbr

?????文件?????380928??2006-05-07?19:34??第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

?????文件???????1302??2006-01-05?14:54??第2章?掃雷\Skyblue_Mine\DlgNewRecord.h

?????文件?????121052??2006-01-05?14:54??第2章?掃雷\Skyblue_Mine\Mine.aps

?????文件???????2401??2006-05-13?21:29??第2章?掃雷\Skyblue_Mine\Mine.clw

?????文件???????2263??2006-01-05?14:54??第2章?掃雷\Skyblue_Mine\Mine.cpp

?????文件???????5268??2006-01-05?14:54??第2章?掃雷\Skyblue_Mine\Mine.dsp

?????文件????????531??2006-01-05?14:54??第2章?掃雷\Skyblue_Mine\Mine.dsw

?????文件????????878??2006-01-05?14:54??第2章?掃雷\Skyblue_Mine\Mine.h

?????文件?????148480??2006-01-05?14:54??第2章?掃雷\Skyblue_Mine\Mine.ncb

............此處省略30個文件信息

評論

共有 條評論