资源简介
有麻将游戏的相关资源及源代码,里边的相关算法比较好,有兴趣的朋友可以看下

代码片段和文件信息
// CMajiangGame.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “CMajiangGame.h“
#include “CMajiangGameDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CCMajiangGameApp
BEGIN_MESSAGE_MAP(CCMajiangGameApp CWinApp)
//{{AFX_MSG_MAP(CCMajiangGameApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CCMajiangGameApp construction
CCMajiangGameApp::CCMajiangGameApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CCMajiangGameApp object
CCMajiangGameApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CCMajiangGameApp initialization
BOOL CCMajiangGameApp::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
CCMajiangGameDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 105266 2005-11-02 10:20 样图.JPG
文件 328 2005-11-08 20:47 游戏说明.txt
文件 64942 2005-11-07 09:47 Images\BG.jpg
文件 9535 2005-11-07 09:47 Images\close.jpg
文件 11573 2005-11-07 09:48 Images\E_BUNAI.jpg
文件 11396 2005-09-26 00:22 Images\E_LE.jpg
文件 11438 2005-09-26 00:22 Images\E_NU.jpg
文件 11354 2005-09-26 00:22 Images\E_SAI.jpg
文件 11406 2005-09-26 00:22 Images\E_XI.jpg
文件 11272 2005-09-26 00:22 Images\E_YUYE.jpg
文件 137982 2005-11-07 09:48 Images\MJ.jpg
文件 8051 2005-09-26 00:22 Images\open1.jpg
文件 7969 2005-09-26 00:22 Images\OPen2.jpg
文件 8062 2005-09-26 00:22 Images\open3.jpg
文件 13865 2005-09-23 23:11 Images\STATE.jpg
文件 1145 2005-09-24 12:32 Images\tingpai.jpg
文件 136962 2005-11-07 09:47 Images\ti
文件 28379 2005-11-07 09:46 Images\ti
..A.SH. 46592 2005-11-07 09:48 Images\Thumbs.db
文件 9875 2005-11-07 09:48 Images\HupaiTable.JPG
文件 7001 2005-11-07 09:45 Images\Start2.jpg
文件 6807 2005-11-06 22:08 Images\Start1.JPG
目录 0 2005-09-27 15:58 Images
文件 71468 2002-11-05 19:30 Sound\b_Luju.wav
文件 39212 2002-11-05 19:30 Sound\b_One01.wav
文件 48428 2002-11-05 19:30 Sound\b_One02.wav
文件 62252 2002-11-05 19:30 Sound\b_One03.wav
文件 64556 2002-11-05 19:30 Sound\b_One04.wav
文件 48428 2002-11-05 19:30 Sound\b_One05.wav
文件 50732 2002-11-05 19:30 Sound\b_One06.wav
............此处省略158个文件信息
- 上一篇:基于opencv开发的谷歌小恐龙的小游戏
- 下一篇:基于MFC modbusTcp
相关资源
- 国际象棋的qt源代码
- C语言开发实战宝典
- C++中头文件与源文件的作用详解
- C++多线程网络编程Socket
- VC++ 多线程文件读写操作
- 利用C++哈希表的方法实现电话号码查
- 移木块游戏,可以自编自玩,vc6.0编写
- C++纯文字DOS超小RPG游戏
- 小甲鱼C语言课件 源代码
- VC++MFC小游戏实例教程(实例)+MFC类库
- c语言看发的网络协议 ,源代码
- C语言实现的DES对称加密算法
- 数据结构,迷宫问题C语言版源代码
- C语言 学生信息管理系统 源代码
- C语言版3D魔方游戏源代码
- 连铸温度场计算程序(C++)
- 6自由度机器人运动学正反解C++程序
- Em算法(使用C++编写)
- libstdc++-4.4.7-4.el6.i686.rpm
- VC++实现CMD命令执行与获得返回信息
- 白话C++(全)
- C++标准库第1、2
- 大数类c++大数类
- C++语言编写串口调试助手
- c++素数筛选法
- QT5开发及源代码
- C++ mqtt 用法
- 商品库存管理系统 C++ MFC
- c++ 多功能计算器
- C++17 In Detail
评论
共有 条评论