资源简介
基于MFC的俄罗斯方块小游戏,虽然漏洞也不少,但对于急于编写一个小游戏的童鞋还不错吧,算法简单一些……
代码片段和文件信息
// HelpDlg.cpp : implementation file
//
#include “stdafx.h“
#include “RussiaBox.h“
#include “HelpDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CHelpDlg dialog
CHelpDlg::CHelpDlg(CWnd* pParent /*=NULL*/)
: CDialog(CHelpDlg::IDD pParent)
{
//{{AFX_DATA_INIT(CHelpDlg)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}
void CHelpDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CHelpDlg)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CHelpDlg CDialog)
//{{AFX_MSG_MAP(CHelpDlg)
ON_BN_CLICKED(IDC_CLOSE OnClose)
ON_WM_LBUTTONDOWN()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CHelpDlg message handlers
void CHelpDlg::OnClose()
{
// TODO: Add your control notification handler code here
EndDialog(0);
}
void CHelpDlg::OnLButtonDown(UINT nFlags CPoint point)
{
// TODO: Add your message handler code here and/or call default
PostMessage(WM_NCLBUTTONDOWNHTCAPTION(LPARAM)(point.xpoint.y));
CDialog::OnLButtonDown(nFlags point);
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-08-31 10:39 RussiaBox\
目录 0 2011-08-31 10:39 RussiaBox\Debug\
文件 11461 2011-08-31 10:34 RussiaBox\Debug\HelpDlg.obj
文件 26915 2011-08-31 10:35 RussiaBox\Debug\MainFrm.obj
文件 14237 2006-01-05 14:55 RussiaBox\Debug\MUSIC.mid
文件 208962 2011-08-31 10:39 RussiaBox\Debug\RussiaBox.exe
文件 396672 2011-08-31 10:39 RussiaBox\Debug\RussiaBox.ilk
文件 15307 2011-08-31 09:59 RussiaBox\Debug\RussiaBox.obj
文件 5492816 2011-08-28 20:46 RussiaBox\Debug\RussiaBox.pch
文件 558080 2011-08-31 10:39 RussiaBox\Debug\RussiaBox.pdb
文件 57736 2011-08-31 10:30 RussiaBox\Debug\RussiaBox.res
文件 14901 2011-08-28 22:30 RussiaBox\Debug\RussiaBoxDoc.obj
文件 72922 2011-08-31 10:39 RussiaBox\Debug\RussiaBoxView.obj
文件 18374 2011-08-31 09:59 RussiaBox\Debug\SetDlg.obj
文件 105643 2011-08-28 20:46 RussiaBox\Debug\StdAfx.obj
文件 230400 2011-08-31 10:39 RussiaBox\Debug\vc60.idb
文件 438272 2011-08-31 10:39 RussiaBox\Debug\vc60.pdb
文件 35084 2005-09-09 21:14 RussiaBox\Debug\YES.WAV
文件 1349 2011-08-31 10:33 RussiaBox\HelpDlg.cpp
文件 1250 2011-08-31 10:31 RussiaBox\HelpDlg.h
文件 3519 2011-08-31 10:35 RussiaBox\MainFrm.cpp
文件 1497 2011-08-31 00:47 RussiaBox\MainFrm.h
文件 14237 2006-01-05 14:55 RussiaBox\MUSIC.mid
文件 4383 2011-08-28 20:45 RussiaBox\ReadMe.txt
目录 0 2011-08-31 10:30 RussiaBox\Release\
文件 8526 2011-08-31 10:34 RussiaBox\Release\HelpDlg.obj
文件 17292 2011-08-31 10:35 RussiaBox\Release\MainFrm.obj
文件 14237 2006-01-05 14:55 RussiaBox\Release\MUSIC.mid
文件 94208 2011-08-31 10:39 RussiaBox\Release\RussiaBox.exe
文件 10751 2011-08-31 10:01 RussiaBox\Release\RussiaBox.obj
文件 5695072 2011-08-28 21:00 RussiaBox\Release\RussiaBox.pch
............此处省略37个文件信息
相关资源
- 俄罗斯方块游戏exe程序和所有代码资
- 功能完善的俄罗斯方块程序(C语言编
- MFC俄罗斯方块源码
- 俄罗斯方块C语言实现,用到了C语言的
- 基于MFC的VC++俄罗斯方块程序源代码
- 自己用C语言写的俄罗斯方块游戏——
- STM32实现俄罗斯方块游戏C语言
- 手把手教你用vc6 c++ 做俄罗斯方块小游
- MFC 版俄罗斯方块
- 毕业设计-C++俄罗斯方块
- vc6.0的MFC实现简单的俄罗斯方块小游戏
- 俄罗斯方块(基于VC6.0单文档)
- MFC俄罗斯方块及源码
- 小程序 俄罗斯方块
- 最简单的C语言俄罗斯方块
- c语言实现俄罗斯方块
- VS2013写的简单小游戏俄罗斯方块
- 俄罗斯方块游戏设计C++课程设计报告
- 基于VC6.0 的MFC俄罗斯方块游戏设计含
- 俄罗斯方块(C语言实现,有注释
- C++ QT 俄罗斯方块源码
- mfc可视化程序设计大作业俄罗斯方块
- 采用C++、curses、多线程实现的俄罗斯
- C++版本俄罗斯方块代码
- 俄罗斯方块C语言报告
- linux下c语言写的俄罗斯方块
- MFC俄罗斯方块设计报告
- 俄罗斯方块-毕业设计开题报告
- 俄罗斯方块源代码(C++源代码)
- C语言课程设计 俄罗斯方块源程序
评论
共有 条评论