资源简介
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\st
文件 203 2014-05-15 10:09 2048代码\StdAfx.cpp
文件 999 2014-05-15 10:09 2048代码\StdAfx.h
- 上一篇:VC6字体列表不全和默认字体修改的补丁
- 下一篇:C语言转C#语言工具
相关资源
- 关于MFC的 基本用法及实例的源代码
- 计算机图形学MFC
- VC 学习笔记
- Visual_C++MFC入门教程
- VC6写的Socket API封装类非MFC
- mfc 自绘控件实现 竖排TAB sheet控件
- visual C++ 实现文件共享
- MFC 学生通讯录系统
- 基于MFC的学生通讯薄管理系统
- MFC下MSChart柱状图、折线图、饼状图
- C++ MFC 教师工资管理系统
- MFCResourceID v2.0.rar
- 学生机和老师机
- MFC 菜单 树视图控件 界面切换
- DES加密解密 MFC C++
- 用mfc编写的示波器动态显示程序
- 利用MFC的Csocket类实现C/S网络通信
- MFC多线程文件搜索器
- Bezier曲线,三次B样条曲线
- C++版2048游戏
- MFC串口通讯组件
- 一个用MFC制作的把DICOM图像转换成BM
- MFC绘制直线矩形文本框
- OpenGL填充等值线MFC源代码
- 猎豹网校MFC视频教程全套百度云.rar
- MFC基于对话框的图书管理系统
- MFC 挖金子代码
- mfc 二维图形的平移、旋转、比例变换
- MFC时钟小程序
- 立方体函数纹理映射算法
评论
共有 条评论