搜索资源列表
20059246800641
- 三子棋游戏(成龙棋) 在很多游戏网站上,都没有发现‘三子棋’游戏。这是我的家乡人们经常玩的游戏。 规则如下: 1)下子阶段:在这个阶段,只能下棋子而不能移动棋子。像五子棋一样,尽量使自己的子能凑成‘三’,当你的棋子凑成‘三’了以后,你可以把对方任一个子废掉(该子将会变灰色,下子完了以后,它将会被去掉)。 2)行棋阶段:下完子了,就进入行棋阶段。在这个阶段,不能下棋子而只能移动棋子,也是尽量使自己的子凑成‘三’,当你的棋子凑成‘三’了以后,你可以把对方任一个子去掉。
200582513513535
- vb 编写的 五子棋 小游戏 源代码-vb prepared by the 331 small game source code
classicgamecode
- 一些经典游戏源代码包括超级玛丽、俄罗斯方块、拼图、搬箱子、整人精灵、五子棋等-some classic games including Super source code Mary, the Russian chunks and puzzles, Cops, the entire people of triazolam, renju etc.
xz2
- 五子棋的源代码,希望大家多多指点 ,多提建议 -331 of the source code, I hope Members can instruct them, with more suggestions
5ivb_582946
- 最好的 五子棋编程源代码,详细的说明.大家多提意见,谢谢 -best 331 programming source code, detailed explanations. We speak up, thank you
wuziqiyuandaima
- 五子棋源代码 学者可以研究研究没有压缩密码-Gobang source code
FiveChess
- 基于剪枝法的人机对战五子棋源代码,C++MFC平台运行-Based on pruning method of man-machine against gobang source
c-fivechess
- 详尽的c编写的五子棋源代码!!!欢迎分享
javas五子棋源程序代码
- 五子棋程序 自己用javascr ipt编了个五子棋算法,问题多多,谁能按照我的思路给出修改算法吗?谢谢了(源代码如下:)-331 procedures own use javascr ipt Bianlegan renju algorithm, a lot of problems, who can with my line of thought is given to amend the algorithm? Thank you, the (source code as follows :)
c-fivechess
- 详尽的c编写的五子棋源代码!!!欢迎分享
javas五子棋源程序代码
- 五子棋程序 自己用javascr ipt编了个五子棋算法,问题多多,谁能按照我的思路给出修改算法吗?谢谢了(源代码如下:)-331 procedures own use javascr ipt Bianlegan renju algorithm, a lot of problems, who can with my line of thought is given to amend the algorithm? Thank you, the (source code as follows :)
wuzi
- 五子棋源代码,专为初学者,使用。非常好用,欢迎大家下载使用。-wuzi qi,for new one
Android五子棋附源码
- android课程设计,五子棋小游戏,附有源代码,可以帮助有兴趣的同学学习(a little game by java,it can help some students to learn android,so if you want it ,you can download from it)
C# 五子棋游戏源代码
- c#平台写的五子棋游戏,仅供参考,谢谢合作(C# platform prepared backgammon game source code, for reference only)
weapp-wuziqi-master
- 微信小程序游戏五子棋,微信小程序源代码案例自己下载(WeChat small program games backgammon, WeChat applet source code, download their own cases)
chess -v1.1.0
- 五子棋系统 2017.8.30 一、开发环境 五子棋系统是由Eclipse IDE for C/C++ Developers(Version: Kepler Service Release 2)在Windows系统下创建而成。源代码储存地址为D:\workspace\chess\main.c。 二、算法 搜索类型是采取“米”字型搜索,搜索顺序为横竖斜左斜右,A为横,B为竖,C为总左往右斜,D为从右往左斜,最后为按照顺序选择可下位置;在搜索个数上是优先搜索连续成4的再搜索
试验
- 网络五子棋代码和画图软件源代码,基于java语言编写的两个简单示例,各模块框架都搭好了,方便扩充(simple projects of fivechess and painting)
五子棋人工智能搜索算法源代码
- 人工智能搜索算法五子棋采用α-β搜索算法,其力强,算法速度快,是目前公开源代码最强的五子棋程序,含VCF算法,编程语言VC。