资源简介
基于VC++6.0 MFC俄罗斯方块的游戏设计代码,且内含课程设计报告.
代码片段和文件信息
// ELSblock.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “ELSblock.h“
#include “MainFrm.h“
#include “ELSblockDoc.h“
#include “ELSblockView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CELSblockApp
BEGIN_MESSAGE_MAP(CELSblockApp CWinApp)
//{{AFX_MSG_MAP(CELSblockApp)
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()
/////////////////////////////////////////////////////////////////////////////
// CELSblockApp construction
CELSblockApp::CELSblockApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CELSblockApp object
CELSblockApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CELSblockApp initialization
BOOL CELSblockApp::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(CELSblockDoc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CELSblockView));
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->ShowWindow(SW_SHOW);
m_pMainWnd->UpdateWindow();
return TRUE;
}
////////////////////////////////////////////////////////
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 453 2009-11-26 19:21 俄罗斯方块(内含课程设计报告)\ELSblock\Block.h
文件 884839 2017-12-05 18:40 俄罗斯方块(内含课程设计报告)\ELSblock\Debug\ELSblock.exe
文件 331192 2017-12-05 18:40 俄罗斯方块(内含课程设计报告)\ELSblock\Debug\ELSblock.ilk
文件 22879 2009-11-28 11:05 俄罗斯方块(内含课程设计报告)\ELSblock\Debug\ELSblock.obj
文件 5494688 2009-11-26 19:21 俄罗斯方块(内含课程设计报告)\ELSblock\Debug\ELSblock.pch
文件 517120 2017-12-05 18:40 俄罗斯方块(内含课程设计报告)\ELSblock\Debug\ELSblock.pdb
文件 635848 2017-12-05 18:40 俄罗斯方块(内含课程设计报告)\ELSblock\Debug\ELSblock.res
文件 15255 2009-11-26 23:12 俄罗斯方块(内含课程设计报告)\ELSblock\Debug\ELSblockDoc.obj
文件 45960 2017-12-05 13:11 俄罗斯方块(内含课程设计报告)\ELSblock\Debug\ELSblockView.obj
文件 19974 2009-11-28 11:24 俄罗斯方块(内含课程设计报告)\ELSblock\Debug\MainFrm.obj
文件 105508 2009-11-26 19:21 俄罗斯方块(内含课程设计报告)\ELSblock\Debug\StdAfx.obj
文件 222208 2017-12-05 18:40 俄罗斯方块(内含课程设计报告)\ELSblock\Debug\vc60.idb
文件 389120 2017-12-05 13:10 俄罗斯方块(内含课程设计报告)\ELSblock\Debug\vc60.pdb
文件 673464 2017-12-05 18:40 俄罗斯方块(内含课程设计报告)\ELSblock\ELSblock.aps
文件 2327 2017-12-05 18:39 俄罗斯方块(内含课程设计报告)\ELSblock\ELSblock.clw
文件 4150 2009-11-26 18:08 俄罗斯方块(内含课程设计报告)\ELSblock\ELSblock.cpp
文件 4719 2009-11-28 18:37 俄罗斯方块(内含课程设计报告)\ELSblock\ELSblock.dsp
文件 524 2009-11-26 18:08 俄罗斯方块(内含课程设计报告)\ELSblock\ELSblock.dsw
文件 1378 2009-11-26 18:08 俄罗斯方块(内含课程设计报告)\ELSblock\ELSblock.h
文件 123904 2017-12-05 18:40 俄罗斯方块(内含课程设计报告)\ELSblock\ELSblock.ncb
文件 50688 2017-12-05 18:40 俄罗斯方块(内含课程设计报告)\ELSblock\ELSblock.opt
文件 940 2017-12-05 18:40 俄罗斯方块(内含课程设计报告)\ELSblock\ELSblock.plg
文件 11784 2017-12-05 18:40 俄罗斯方块(内含课程设计报告)\ELSblock\ELSblock.rc
文件 1770 2009-11-26 22:57 俄罗斯方块(内含课程设计报告)\ELSblock\ELSblockDoc.cpp
文件 1383 2009-11-26 22:57 俄罗斯方块(内含课程设计报告)\ELSblock\ELSblockDoc.h
文件 15107 2009-12-01 13:20 俄罗斯方块(内含课程设计报告)\ELSblock\ELSblockView.cpp
文件 3110 2009-12-01 13:05 俄罗斯方块(内含课程设计报告)\ELSblock\ELSblockView.h
文件 2641 2009-11-28 11:24 俄罗斯方块(内含课程设计报告)\ELSblock\MainFrm.cpp
文件 1440 2009-11-26 23:13 俄罗斯方块(内含课程设计报告)\ELSblock\MainFrm.h
文件 4359 2009-11-26 18:08 俄罗斯方块(内含课程设计报告)\ELSblock\ReadMe.txt
............此处省略25个文件信息
- 上一篇:psins导航算法源码C语言、matlab
- 下一篇:宠物领养c++ 控制台界面
相关资源
- 基于MFC的图像融合程序
- MFC异形按钮
- MFC之CSerialPort类双串口发送接收
- VS2017-MFC串口通信(基于CSerialPort类)
- 遥感图像处理系统MFC
- vs2019 + MFC 销售管理系统
- opencv+MFC实现图像拼接
- 车牌识别的mfc加opencv
- 记事本之文本编辑器MFC/C++
- 计算机图形学(MFC)-直线段裁剪
- MFC学生成绩管理系统功能全面版
- 计算机图形学MFC-双缓冲二维图形几何
- VS2015MFC+Opencv2 打开图片及简单的图像
- MFC学生信息管理系统
- VS2013写的MFC多线程多串口编程,多串
- MFC处理Excel文件
- VC++MFC封装的圆形按钮类
- mfc 串口数据绘曲线图
- MFC编程自己的简单记事本教学视频和
- MFCApplication1.zip
- MFC实现获取Edit控件内容写入本地TXT文
- 利用mfc实现的udp通信,包括,客户端
- 车牌识别系统源代码
- 非常完整的ffmpeg+mfc播放器
- MFC 编写的文本编辑器
- 北邮程序实践--基于VS2010MFC的简单聊天
- 基于mfc和opengl的6R机械臂仿真程序
- MFC 美化界面代码
- 制作带MFC界面的DLL以及调用
- 基于mfc十段均衡器的设计
评论
共有 条评论