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

  • 大小: 640KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2021-06-09
  • 語言: C/C++
  • 標簽:

資源簡介

1.重置游戲:點擊笑臉; 2.設置雷區大小:在菜單欄中選擇“設置”,點擊“自定義大小”,輸入相應數據, 點擊“確定”后,要點擊笑臉才能生效,窗口的大小需要手動拉動

資源截圖

代碼片段和文件信息

//?luliang.cpp?:?Defines?the?class?behaviors?for?the?application.
//

#include?“stdafx.h“
#include?“luliang.h“

#include?“MainFrm.h“
#include?“luliangDoc.h“
#include?“luliangView.h“

#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
//?CLuliangApp

BEGIN_MESSAGE_MAP(CLuliangApp?CWinApp)
//{{AFX_MSG_MAP(CLuliangApp)
ON_COMMAND(ID_APP_ABOUT?OnAppAbout)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG_MAP
//?Standard?file?based?document?commands
ON_COMMAND(ID_FILE_NEW?CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN?CWinApp::OnFileOpen)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
//?CLuliangApp?construction

CLuliangApp::CLuliangApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}

/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CLuliangApp?object

CLuliangApp?theApp;

/////////////////////////////////////////////////////////////////////////////
//?CLuliangApp?initialization

BOOL?CLuliangApp::InitInstance()
{
AfxEnableControlContainer();

//?Standard?initialization
//?If?you?are?not?using?these?features?and?wish?to?reduce?the?size
//??of?your?final?executable?you?should?remove?from?the?following
//??the?specific?initialization?routines?you?do?not?need.

#ifdef?_AFXDLL
Enable3dControls(); //?Call?this?when?using?MFC?in?a?shared?DLL
#else
Enable3dControlsStatic(); //?Call?this?when?linking?to?MFC?statically
#endif

//?Change?the?registry?key?under?which?our?settings?are?stored.
//?TODO:?You?should?modify?this?string?to?be?something?appropriate
//?such?as?the?name?of?your?company?or?organization.
SetRegistryKey(_T(“Local?AppWizard-Generated?Applications“));

LoadStdProfileSettings();??//?Load?standard?INI?file?options?(including?MRU)

//?Register?the?application‘s?document?templates.??Document?templates
//??serve?as?the?connection?between?documents?frame?windows?and?views.

CSingleDocTemplate*?pDocTemplate;
pDocTemplate?=?new?CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CLuliangDoc)
RUNTIME_CLASS(CMainframe)???????//?main?SDI?frame?window
RUNTIME_CLASS(CLuliangView));
AddDocTemplate(pDocTemplate);

//?Parse?command?line?for?standard?shell?commands?DDE?file?open
CCommandLineInfo?cmdInfo;
ParseCommandLine(cmdInfo);

//?Dispatch?commands?specified?on?the?command?line
if?(!ProcessShellCommand(cmdInfo))
return?FALSE;

//?The?one?and?only?window?has?been?initialized?so?show?and?update?it.
m_pMainWnd->SetWindowPos(NULL?350100?312460?SWP_SHOWWINDOW|SWP_DRAWframe);
m_pMainWnd->ShowWindow(SW_SHOW);
m_pMainWnd->UpdateWindow();
return?TRUE;

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

?????文件??????13040??2008-02-29?20:03??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\可執行文件\liuji.rar

?????文件?????196608??2010-04-19?19:07??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\可執行文件\luliang.exe

?????文件?????393216??2007-09-08?17:38??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\報告書\課程設計報告.doc

?????文件?????159843??2008-01-26?17:23??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\Debug\luliang.exe

?????文件??????23315??2008-01-26?17:23??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\Debug\luliang.obj

?????文件?????443392??2008-01-26?17:23??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\Debug\luliang.pdb

?????文件??????38712??2007-09-08?20:09??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\Debug\luliang.res

?????文件??????15035??2008-01-26?17:23??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\Debug\luliangDoc.obj

?????文件??????38061??2008-01-26?17:23??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\Debug\luliangView.obj

?????文件??????18887??2008-01-26?17:23??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\Debug\MainFrm.obj

?????文件??????10653??2008-01-26?17:23??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\Debug\SetMineArea.obj

?????文件?????105869??2008-01-26?17:23??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\Debug\StdAfx.obj

?????文件?????372736??2008-01-26?17:23??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\Debug\vc60.pdb

?????文件??????60920??2005-07-13?10:09??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\luliang.aps

?????文件???????2583??2005-07-13?10:10??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\luliang.clw

?????文件???????4212??2008-01-26?17:23??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\luliang.cpp

?????文件???????4845??2007-09-06?18:28??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\luliang.dsp

?????文件????????539??2007-09-02?09:44??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\luliang.dsw

?????文件???????1367??2007-09-02?09:44??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\luliang.h

?????文件?????222208??2005-07-13?10:13??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\luliang.ncb

?????文件??????51712??2005-07-13?10:13??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\luliang.opt

?????文件???????2050??2008-01-26?17:23??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\luliang.plg

?????文件??????11308??2007-09-08?16:24??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\luliang.rc

?????文件???????1762??2007-09-02?09:44??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\luliangDoc.cpp

?????文件???????1486??2007-09-02?09:44??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\luliangDoc.h

?????文件??????10440??2007-09-08?20:28??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\luliangView.cpp

?????文件???????3318??2007-09-06?20:58??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\luliangView.h

?????文件???????1989??2007-09-08?20:28??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\MainFrm.cpp

?????文件???????1427??2007-09-08?20:28??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\MainFrm.h

?????文件???????4019??2007-09-02?09:44??C+++課程設計+掃雷系統+報告+源代碼\陸亮掃雷\源代碼\ReadMe.txt

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

評論

共有 條評論

相關資源