资源列表
A-simple-backgammon-game
- 一个简单的五子棋游戏,利用C++编写,算法比较简单。-A simple backgammon game, written using C++, the algorithm is simple.
wuziqi
- 五子棋问题,是一个典型的递归调用的问题。该程序实现了五子棋的对弈过程,缺陷是不能实现图像处理-Gobang problem is a typical recursive call problems. The program implements the chess backgammon process, defects can not be achieved image processing
Gobangprocedures
- 五子棋程序,c语言描述,可以扩展,也可以直接使用-Gobang procedures, c language descr iption can be extended, can also be used directly
bootloader
- my bootfiles of flash NAND files
player2
- 简单的黑白棋程序,不过并没有提供界面,而且有些地方并没有用到。
NQeen
- N-Queen Problem solution
经典拼图游戏的C语言源代码
- 经典拼图游戏的C语言源代码,里面附有详细的程序注释,初学者很好的参考代码-Classic puzzle game C source code, inside a detailed program notes, beginners very good reference code
24
- 操作者任意输入4个牌张数字(1-9,A算1,花牌不算),程序要给出将这4个数字计算出24 的表达式,如果不能计算出这个结果,显示“no answer” -Operator arbitrary input 4 card' s numbers (1-9, A count one, wreath is not), the program should give these four figures calculated 24 expression, if you can not
wuziqi
- 五子棋 极其简洁的代码 运行无错 安全可靠-Gobang extremely simple code to run safe and reliable error-free
16
- 游戏规则:假设有一个像棋盘一样的方格网,每个方格中放置一个生命细胞,生命细胞只有两种状态:“生”或“死”。-Rules: if there is a like a chessboard like grid, each square place a life in the cell, life cell only two states: " Health" or " dead."
eight-queensl
- 这是一个关于国际象棋中八皇后问题的具体算法。这个代码能够输出所有可能的排列-This is one of the eight queens problem in chess algorithm. This code can output all the possible permutations
GameSearch
- 井字棋的有关java的alphabeta搜索