资源简介
一拼图小游戏的原代码

代码片段和文件信息
// PingTuGame.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “PingTuGame.h“
#include “PingTuGameDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CPingTuGameApp
BEGIN_MESSAGE_MAP(CPingTuGameApp CWinApp)
//{{AFX_MSG_MAP(CPingTuGameApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CPingTuGameApp construction
CPingTuGameApp::CPingTuGameApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CPingTuGameApp object
CPingTuGameApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CPingTuGameApp initialization
BOOL CPingTuGameApp::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
CPingTuGameDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 43256 2008-05-14 20:46 PingTuGame\PingTuGame\bmp\3cqu\1.bmp
文件 43256 2008-05-14 20:36 PingTuGame\PingTuGame\bmp\3cqu\2.bmp
文件 43256 2008-05-14 20:36 PingTuGame\PingTuGame\bmp\3cqu\3.bmp
文件 43256 2008-05-14 20:36 PingTuGame\PingTuGame\bmp\3cqu\4.bmp
文件 43256 2008-05-14 20:36 PingTuGame\PingTuGame\bmp\3cqu\5.bmp
文件 43256 2008-05-14 20:36 PingTuGame\PingTuGame\bmp\3cqu\6.bmp
文件 43256 2008-05-14 20:36 PingTuGame\PingTuGame\bmp\3cqu\7.bmp
文件 43256 2008-05-14 20:36 PingTuGame\PingTuGame\bmp\3cqu\8.bmp
文件 43256 2008-05-15 20:09 PingTuGame\PingTuGame\bmp\3cqu\9.bmp
文件 43256 2008-05-14 20:36 PingTuGame\PingTuGame\bmp\3cqu\cquall.bmp
..A.SH. 68096 2008-05-15 20:28 PingTuGame\PingTuGame\bmp\3cqu\Thumbs.db
文件 13096 1998-08-12 09:36 PingTuGame\PingTuGame\Hyperli
文件 3323 1998-08-12 09:36 PingTuGame\PingTuGame\Hyperli
文件 2121 2008-05-16 12:24 PingTuGame\PingTuGame\PingTuGame.cpp
文件 5573 2008-05-16 16:54 PingTuGame\PingTuGame\PingTuGame.dsp
文件 545 2008-05-14 17:23 PingTuGame\PingTuGame\PingTuGame.dsw
文件 667648 2008-05-16 17:24 PingTuGame\PingTuGame\PingTuGame.exe
文件 1368 2008-05-14 17:23 PingTuGame\PingTuGame\PingTuGame.h
文件 1944 2008-06-29 10:18 PingTuGame\PingTuGame\PingTuGame.plg
文件 9746 2008-05-16 17:24 PingTuGame\PingTuGame\PingTuGame.rc
文件 19360 2008-05-16 17:12 PingTuGame\PingTuGame\PingTuGameDlg.cpp
文件 2445 2008-05-16 14:38 PingTuGame\PingTuGame\PingTuGameDlg.h
文件 3651 2008-05-14 17:23 PingTuGame\PingTuGame\ReadMe.txt
文件 4534 2008-05-16 17:04 PingTuGame\PingTuGame\res\icon1.ico
文件 402 2008-05-14 17:23 PingTuGame\PingTuGame\res\PingTuGame.rc2
文件 7358 2008-05-16 11:03 PingTuGame\PingTuGame\res\pt1.ico
..A.SH. 19456 2008-05-16 17:04 PingTuGame\PingTuGame\res\Thumbs.db
文件 2476 2008-05-16 16:46 PingTuGame\PingTuGame\Resource.h
文件 212 2008-05-14 17:23 PingTuGame\PingTuGame\StdAfx.cpp
文件 1087 2008-05-16 11:16 PingTuGame\PingTuGame\StdAfx.h
............此处省略31个文件信息
- 上一篇:opencv运动目标检测帧差法
- 下一篇:拉丁美洲地图 shp格式
相关资源
- flash3.0小游戏
- Scrach 欢乐狙击手.sb2
- linux应用层的华容道游戏源代码
- 小鸡快跑游戏.
- [易语言]游戏多开例程
- 贪吃蛇游戏设计(汇编语言)
- VC 游戏编程—附源代码
- C 纸牌游戏——21点
- 分享 mud 文字游戏 源码
- c 制作的RPG小游戏
- 五子棋游戏实现悔棋功能
- 找不同FLASH游戏源码
- planeGame飞机游戏
- 拼图游戏源代码 powerbuilder 9.0实例
- 解决WPE进不了游戏的最佳方法(闭屏
- linux扫雷游戏代码
- 多线程实例:桌面智能弹球小游戏
- “猜数字”游戏 算法破解
- OpenGL-3D坦克模拟
- 联机版井字棋源码
- 拼图游戏(可自由选择难度)
- 扫雷(MVC架构)
- 解封SHOW 51VV 9158 封机器码类游戏机
- 智联网结构化信息拼图处理方法及其
- scratch穿越迷宫.sb2
- 小鱼捉迷藏Scratch小游戏
- GlowtoolsA-wdf网易游戏wdf查看及解包
- 游戏音频图像提取工具GARbro
- OPENGL实现世界上最小的3D游戏
- Scrach3.0 跳一跳小游戏
评论
共有 条评论