搜索资源列表
Poker
- 我们老师写的扑克牌游戏,是基于MFC框架写的,很适合新手
MFC框架实现一个五子棋游戏
- 使用VC开发平台,MFC框架实现一个五子棋游戏,有人人对战、人机对战,The use of VC development platform, MFC framework for the realization of a backgammon game, it was one battle, man-machine war
wuziqi
- 实现网络五子棋。。能进行网络对战!利用VC++ MFC框架实现-Gobang network. . Network to the war! Using VC++ MFC framework to achieve
five
- 我使用以前的五子棋VC游戏的架构和资源,用了一个副线程将我的通讯与框架代码写在里面,MFC与副线程间是用内核对象和全局变量通讯的。 1.主线程: a负责创建MFC单文档 b,等待副线程开启鼠标移动和左击事件的许可,是bool g_mouseMoveAble和bool g_lButtonDownAble两个变量来控制的。 c,单击事件发生后,如果单击的合法(在棋盘上不与其它的棋子冲突),就可以将通知(HANDLE hEvent)给副线程,通知它来处理。
Five
- 使用MFC框架编写界面,C++语言实现.本程序包含人机对战与人和人对战,最后附有详细开发文档,算法实现清楚明了,对于编写五子棋游戏大有帮助-Interface written using MFC framework, C++ language. This program contains one machine and play against and play against, and finally developed with detailed documentation, algorit
isPomyker
- 一个扑克牌游戏源码,是一种基于MFC框架 ,完整源代码。-A poker game source code, is based on MFC framework, complete source code.
majiang
- 在Visual C++的MFC框架基础上,模仿QQ游戏中的麻将游戏,基本实现了其各种功能!-Imitate QQ game mahjong game, the basic realization of its various functions on the basis of the Visual C++ MFC framework.
CHESS.zip
- 中国象棋用MFC框架,要的可以下仅供学习,Chinese chess with the MFC framework to be able to under for educational purposes only
MFCMine
- 模仿WindowsXp中的扫雷,使用MFC框架下写的一款扫雷小游戏,很适合新手练练手哦。-WindowsXp imitate the mine, written using MFC framework of a mine game, it is suitable for beginners to practice.
pbrain-negamax
- 基于C++的MFC框架的五子棋小程序,可以实现禁手规则,代码简单明了-MFC framework based on c++ gobang small procedures, can realize the rules of the hand, code simple and clear
弹球游戏
- 一款弹球游戏,比较经典。 采用MFC框架式编程,结构清晰,便于阅读。