文件名称:chess -v1.1.0
- 所属分类:
- 其他小程序
- 资源属性:
- [C/C++]
- 上传时间:
- 2018-01-08
- 文件大小:
- 662kb
- 下载次数:
- 0次
- 提 供 者:
- starg******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
五子棋系统
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的再搜索成3的以此类推。(Gobang system
2017.8.30
A development environment
Gobang Eclipse IDE for system is composed of C/C++ Developers (Version: Kepler Service Release 2) created in the Windows system. The source code for D:\workspace\chess\main.c storage.
Two, algorithm
The type of search is to take the "m" type of search, the search order for horizontal and vertical oblique oblique left right, A is horizontal, vertical B, C is the total left oblique, D from right to left oblique, finally in accordance with the order of choice under the position; in the search on the number of priority search is continuous 4 again in order to search into the 3 analogy.)
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的再搜索成3的以此类推。(Gobang system
2017.8.30
A development environment
Gobang Eclipse IDE for system is composed of C/C++ Developers (Version: Kepler Service Release 2) created in the Windows system. The source code for D:\workspace\chess\main.c storage.
Two, algorithm
The type of search is to take the "m" type of search, the search order for horizontal and vertical oblique oblique left right, A is horizontal, vertical B, C is the total left oblique, D from right to left oblique, finally in accordance with the order of choice under the position; in the search on the number of priority search is continuous 4 again in order to search into the 3 analogy.)
相关搜索: 五子棋启蒙系统
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
chess -v1.1.0 | 0 | 2017-08-30 |
chess -v1.1.0\.cproject | 10902 | 2017-08-19 |
chess -v1.1.0\.project | 783 | 2017-08-19 |
chess -v1.1.0\.settings | 0 | 2017-08-30 |
chess -v1.1.0\.settings\org.eclipse.cdt.managedbuilder.core.prefs | 2321 | 2017-08-20 |
chess -v1.1.0\chess.c | 5607 | 2017-08-28 |
chess -v1.1.0\chess.h | 512 | 2017-08-28 |
chess -v1.1.0\Debug | 0 | 2017-08-30 |
chess -v1.1.0\Debug\chess.exe | 1327191 | 2017-08-28 |
chess -v1.1.0\Debug\chess.o | 1150775 | 2017-08-28 |
chess -v1.1.0\Debug\main.o | 12915 | 2017-08-28 |
chess -v1.1.0\Debug\test.o | 29453 | 2017-08-25 |
chess -v1.1.0\Debug\testB.o | 29429 | 2017-08-28 |
chess -v1.1.0\Debug\testC.o | 31233 | 2017-08-28 |
chess -v1.1.0\Debug\testD.o | 30944 | 2017-08-28 |
chess -v1.1.0\Debug\testWork.o | 27359 | 2017-08-28 |
chess -v1.1.0\main.c | 151 | 2017-08-25 |
chess -v1.1.0\Release | 0 | 2017-08-30 |
chess -v1.1.0\Release\chess.exe | 56839 | 2017-08-20 |
chess -v1.1.0\Release\test.o | 3735 | 2017-08-20 |
chess -v1.1.0\testB.c | 1019 | 2017-08-28 |
chess -v1.1.0\testC.c | 1843 | 2017-08-28 |
chess -v1.1.0\testD.c | 1654 | 2017-08-28 |
chess -v1.1.0\testWork.c | 169 | 2017-08-28 |
chess -v1.1.0\五子棋系统.docx | 12833 | 2017-08-30 |