• 大小: 35KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-05
  • 标签: 2048  mfc  

资源简介

2048mfc版,提供源码 提供空格键自动移动,g键快速自动移动,算法不完善见谅 代码仅供参考,切勿学习,后果自负 开发环境 VC6.0

资源截图

代码片段和文件信息

// 2.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “2.h“
#include “2Dlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMy2App

BEGIN_MESSAGE_MAP(CMy2App CWinApp)
//{{AFX_MSG_MAP(CMy2App)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CMy2App construction

CMy2App::CMy2App()
{
// TODO: add construction code here
// Place all significant initiali

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       49152  2014-05-22 22:24  2048.exe
     目录           0  2014-05-22 22:28  2048代码\
     文件       23708  2014-05-22 22:24  2048代码\2.aps
     文件         682  2014-05-22 22:25  2048代码\2.clw
     文件        1982  2014-05-15 10:09  2048代码\2.cpp
     文件        4391  2014-05-17 13:53  2048代码\2.dsp
     文件         525  2014-05-15 10:09  2048代码\2.dsw
     文件        1279  2014-05-15 10:09  2048代码\2.h
     文件       48640  2014-05-22 22:25  2048代码\2.opt
     文件        2737  2014-05-22 22:24  2048代码\2.plg
     文件        4643  2014-05-17 15:00  2048代码\2.rc
     文件       13491  2014-05-18 12:37  2048代码\2Dlg.cpp
     文件        1978  2014-05-17 15:06  2048代码\2Dlg.h
     文件        3495  2014-05-15 10:09  2048代码\ReadMe.txt
     目录           0  2014-05-20 15:16  2048代码\res\
     文件         587  2014-05-17 15:00  2048代码\resource.h
     文件        4286  2014-05-17 14:03  2048代码\res\2.ico
     文件         393  2014-05-15 10:09  2048代码\res\2.rc2
     文件         569  2014-05-15 11:01  2048代码\res\style.manifest
     文件         203  2014-05-15 10:09  2048代码\StdAfx.cpp
     文件         999  2014-05-15 10:09  2048代码\StdAfx.h

评论

共有 条评论