搜索资源列表
超级五子棋
- 用MFC编写的超级五子棋源代码-with MFC prepared by the Super 331 source code
五子棋2
- 用mfc制作的小程序-mfc produced with the small programs
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
MFCwiziqi
- MFC 五子棋 双人对战 人机对战双人对战 人机对战-MFC wuziqi renjiduizhan shuangrenduizhan
ai_omok
- MFC 五子棋-MFC game made in korea...............
wuziqi
- 五子棋,MFC C++源码,可以实现两个人玩五子棋-Gobang, MFC C++ source code, can achieve two people to play backgammon
wzq
- MFC实现的五子棋代码,实现双人对弈,由计算机判断胜负。-MFC realized Gobang code, to achieve double game, by a computer to determine the outcome.
wzq_src
- 带智能算法的五子棋,MFC界面,简约高速!精彩不用多说!-asdhiaudhoasdasd
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)给副线程,通知它来处理。
Gobang
- MFC编的五子棋的游戏,是我的课程设计,功能比较齐全。-MFC compiled Gobang game is my curriculum design, wide array of functions.
wuziqiyouxi
- mfc环境下写的五子棋游戏,可以直接运行。-mfc environment written Gobang game, can run.
five
- 五子棋 ai mfc vc 五子棋 ai mfc
mfc
- MFC五子棋游戏,有对弈算法,可人机、人人对弈,并有获胜数据记录。VC6.0开发。-MFC wuziqi game. with playing algorithm, have human-human mode and human-computer mode,save win&lose times data. vc6.0
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)
wu
- 五子棋是世界智力运动会竞技项目之一,是一种两人对弈的纯策略型棋类游戏,是世界智力运动会竞技项目之一,通常双方分别使用黑白两色的棋子,下在棋盘直线与横线的交叉点上,先形成5子连线者获胜。(Gobang is one of the sports world intellectual games, pure strategy is a chess game of two players, is one of the sports world intellectual games, the two si
超级五子棋
- 一款五子棋游戏,可以人机下棋的游戏,十分益智,用MFC完成的(Five chess game,it is easy to play.Using MFC to finish.)
基于VS2010平台的C++五子棋游戏
- 一个简单的五子棋游戏小程序。本游戏程序,主要有开始、判断输赢、玩家自行认输、悔棋几个功能,并且具有清晰的用户操作区、区分明显的棋盘局、明确详细的游戏规则介绍,能正确实现目前游戏界面已有的功能,程序稳定。