搜索资源列表
EightQueens
- 数据结构课程设计-八皇后算法的实现。 使用链表堆栈来实现的,涉及到一些界面编程的内容。具体也不太记得了,因为这是一年前做的了。希望广大朋友能支持一下,提供一些游戏源码参考一下。本人这学期的项目实践是开发斗兽棋这个小游戏。-curriculum design data structure-eight of the Queen's algorithm to achieve. Use Chain stack to achieve,
eightqueens
- 动态演示八皇后的回溯,而且可以推广到任意多的皇后问题。
eightQueens
- 经典八皇后问题——数据结构课程设计报告,虽然好多地方都有,我这个是按老师要求做好的,加个封面就可以直接上交。
EightQueens
- 一个比较完整的八皇后Java求解问题,值得一看呀
EightQueens
- 八皇后问题,在国际象棋的8*8棋盘上每行摆一个皇后棋子,要求每行、每列、每斜行都最多只能有一个皇后棋子,本程序在用户设定任意第一个棋子位置后即可自动安排其他棋子位置
eightqueens
- 经典回溯算法,可以移植到其他任意规格的棋盘上,实现N皇后的问题。
eightqueens
- 自己编的一种可行的求解八皇后问题的程序的源代码。因为刚学完数据结构。。。还是超级菜鸟一只。。。慢慢来
EightQueens
- 本人自编的解八皇后问题的程序,用了大量的指针实现。
EightQueens
- 数据结构课程设计-八皇后算法的实现。 使用链表堆栈来实现的,涉及到一些界面编程的内容。具体也不太记得了,因为这是一年前做的了。希望广大朋友能支持一下,提供一些游戏源码参考一下。本人这学期的项目实践是开发斗兽棋这个小游戏。-curriculum design data structure-eight of the Queen's algorithm to achieve. Use Chain stack to achieve,
eightqueens
- 动态演示八皇后的回溯,而且可以推广到任意多的皇后问题。-Dynamic presentation of the eight Queen s back, but can be extended to any number of Queen s problem.
eightQueens
- 经典八皇后问题——数据结构课程设计报告,虽然好多地方都有,我这个是按老师要求做好的,加个封面就可以直接上交。-Queen s classic eight questions- data structure of the curriculum design report, although a lot of places, I this is based on the teacher asked to do a good job, and
EightQueens
- 一个比较完整的八皇后Java求解问题,值得一看呀-A relatively complete eight Queen
EightQueens
- 八皇后问题,在国际象棋的8*8棋盘上每行摆一个皇后棋子,要求每行、每列、每斜行都最多只能有一个皇后棋子,本程序在用户设定任意第一个棋子位置后即可自动安排其他棋子位置-8 Queen
eightqueens
- 经典回溯算法,可以移植到其他任意规格的棋盘上,实现N皇后的问题。-Classic backtracking algorithm, can be transplanted to any other standard chessboard, realize N Queen
eightqueens
- 自己编的一种可行的求解八皇后问题的程序的源代码。因为刚学完数据结构。。。还是超级菜鸟一只。。。慢慢来
EightQueens
- 本人自编的解八皇后问题的程序,用了大量的指针实现。-I own eight-Queen
eightqueens
- 八皇后问题 任何两个皇后都满足:1、不在同行, 2、不在同列, 3、不在同一对角线-Eight Queen' s any question the Queen' s are both met: one, not peer, 2, not in the same column, 3, is not the same diagonal
eightqueens
- 自己编写的八皇后问题的各种随机算法:包括了随机算法,回溯法,随机+回溯求解八皇后-I have written eight issues of a variety of Queen' s random algorithm: including a random algorithm, backtracking random+ back to solve the eight Queen' s
EightQueens
- EightQueens exercise
eightqueens
- 算法中的经典问题:八皇后问题,回溯法的重要应用-eightqueens in C language