搜索资源列表
FiveChess
- “网络五子棋”程序。使用MFC和VC++6。0编写的2D游戏。(点对点的非C/S模式程序,即一个程序可做服务器又可做客户端)
五子棋游戏C++源码
- 个人开发五子棋游戏的源代码,利用MFC实现,仅供参考!-personal development renju game's source code, using MFC for reference!
基于MFC界面的人机对战五子棋
- 用C++语言编写,界面使用mfc编写,应用α-β剪枝算法实现的人机对战五子棋
fiveInALine
- 五子棋游戏,MFC,C++实现界面和面向对象函数的编写,人机对战,电脑AI比较高-Backgammon game, MFC, C++ and object-oriented interface functions to achieve the preparation, man-machine gaming, the computer AI is relatively high
wuziqi
- 五子棋,MFC C++源码,可以实现两个人玩五子棋-Gobang, MFC C++ source code, can achieve two people to play backgammon
DeviceApplication2
- windows mobile平台的ppc程序,五子棋源码,使用C#语言!-windows mobile platform ppc procedures, Gobang source, the use of C# language!
wuzi
- 很不错的MFC五子棋小游戏,很适合学习C++可视化编程的朋友-MFC Gobang very good game, it is suitable for learning C++ Visual Programming friend
five
- 我使用以前的五子棋VC游戏的架构和资源,用了一个副线程将我的通讯与框架代码写在里面,MFC与副线程间是用内核对象和全局变量通讯的。 1.主线程: a负责创建MFC单文档 b,等待副线程开启鼠标移动和左击事件的许可,是bool g_mouseMoveAble和bool g_lButtonDownAble两个变量来控制的。 c,单击事件发生后,如果单击的合法(在棋盘上不与其它的棋子冲突),就可以将通知(HANDLE hEvent)给副线程,通知它来处理。
FiveinaRow
- 五子棋,用c++编写的,对刚接触mfc学习的同学有很大帮助-Five in a Row, prepared using c++, mfc learning on students new to be of great help
MFC
- c++课程设计,五子棋算法,可供查看下载,-c++ program design, backgammon algorithm, available for view download
niubm
- c++ ,mfc实现的五子棋,带禁手,有AI,有声音和背景-c++, mfc implemented backgammon, with a cut hand, there are AI, sound and background
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
vc++编程之五子棋小游戏
- 有源码
FiveChess
- 利用C++MFC进行界面编程,设计实现五子棋小游戏的整个操作,便于理解MFC设计和编程-this code is the game code,it was done by the C++ MFC .
pbrain-negamax
- 基于C++的MFC框架的五子棋小程序,可以实现禁手规则,代码简单明了-MFC framework based on c++ gobang small procedures, can realize the rules of the hand, code simple and clear
wuziqi
- 简单的五子棋游戏,c++编程,mfc制作界面,可联网对战,缺点是没有智能电脑设计模块-Simple game of backgammon, c++ programming, mfc production interface, network play, the disadvantage is no intelligent computer design module
Gobang
- 人机对战的五子棋,MFC界面游戏,还支持人人对战-Object-oriented programming, console-based C++ Gobang procedures, including the man-machine, and man-man Battle, the forbidden hand, undo, archiving function. AI algorithms quickly.
cPP-MFC-wuziqi
- 用c++ MFC设计一个小游戏,五子棋,里面详细步骤-C++ MFC design with a small game, backgammon, which detailed steps
Gobang
- 小游戏,简单的五子棋双人对战程序,使用MFC制作,C++语言编写。-Small game, simple double play backgammon program, using MFC, C++ language.
基于VS2010平台的C++五子棋游戏
- 一个简单的五子棋游戏小程序。本游戏程序,主要有开始、判断输赢、玩家自行认输、悔棋几个功能,并且具有清晰的用户操作区、区分明显的棋盘局、明确详细的游戏规则介绍,能正确实现目前游戏界面已有的功能,程序稳定。