搜索资源列表
超级五子棋
- 用MFC编写的超级五子棋源代码-with MFC prepared by the Super 331 source code
五子棋2
- 用mfc制作的小程序-mfc produced with the small programs
五子棋游戏C++源码
- 个人开发五子棋游戏的源代码,利用MFC实现,仅供参考!-personal development renju game's source code, using MFC for reference!
基于MFC界面的人机对战五子棋
- 用C++语言编写,界面使用mfc编写,应用α-β剪枝算法实现的人机对战五子棋
chess.rar 五子棋源代码
- 五子棋源代码,是在VS2003 使用MFC下开发的,电脑棋力不错,Gobang source code, the use of MFC in VS2003 under development, computer棋力good
gobang.rar
- 五子棋游戏,学习网络编程时编写,基于MFC,使用TCP连接,非常稳定。,Gobang game, the preparation of learning network programming, based on the MFC, use the TCP connection is very stable.
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
ai_omok
- MFC 五子棋-MFC game made in korea...............
wuziqi
- 五子棋,MFC C++源码,可以实现两个人玩五子棋-Gobang, MFC C++ source code, can achieve two people to play backgammon
wzq_src
- 带智能算法的五子棋,MFC界面,简约高速!精彩不用多说!-asdhiaudhoasdasd
750q
- MFC开发的基于的对话框的五子棋源代码及程序-Five chess inmortant code
five
- 我使用以前的五子棋VC游戏的架构和资源,用了一个副线程将我的通讯与框架代码写在里面,MFC与副线程间是用内核对象和全局变量通讯的。 1.主线程: a负责创建MFC单文档 b,等待副线程开启鼠标移动和左击事件的许可,是bool g_mouseMoveAble和bool g_lButtonDownAble两个变量来控制的。 c,单击事件发生后,如果单击的合法(在棋盘上不与其它的棋子冲突),就可以将通知(HANDLE hEvent)给副线程,通知它来处理。
Gobang
- MFC编的五子棋的游戏,是我的课程设计,功能比较齐全。-MFC compiled Gobang game is my curriculum design, wide array of functions.
MFC五子棋
- 利用MFC实现五子棋游戏,有电脑对战功能,可选难度。(Gobang game using MFC, a computer battle function, optional difficulty.)
五子棋
- mfc制作的单机五子棋小游戏实践编程,使人们身心愉悦(MFC produced a single Gobang game, practical programming, so that people's physical and mental pleasure)
MFC五子棋
- MFC实现的小游戏,实现基本的五子棋功能(MFC implementation of the game, to achieve the basic Gobang function)
五子棋游戏和源码
- 小的五子棋程序,支持英雄榜(A small Gobang program that supports the list of Heroes)
超级五子棋
- 一款五子棋游戏,可以人机下棋的游戏,十分益智,用MFC完成的(Five chess game,it is easy to play.Using MFC to finish.)
五子棋VC
- 五子棋人人对弈,人机对弈,用MFC实现的(All players play chess, man machine game, use MFC)
基于VS2010平台的C++五子棋游戏
- 一个简单的五子棋游戏小程序。本游戏程序,主要有开始、判断输赢、玩家自行认输、悔棋几个功能,并且具有清晰的用户操作区、区分明显的棋盘局、明确详细的游戏规则介绍,能正确实现目前游戏界面已有的功能,程序稳定。