搜索资源列表
KnightsTour
- 骑士游历问题,实现了算法和图形,程序相当的完整-Cavaliers traveled issue and the realization of the algorithm and graphics, procedures considerable integrity
knignt
- 求解骑士游历问题的程序。骑士游历问题是在8X8格的国际象棋棋盘上随意放置一个马,按照马走“日”字的规则对马进行操作,问是否能够不重复的走遍棋盘的每个格。-Cavaliers traveled problem solving process. Cleveland traveled problem is the 8x8 grid of international chess pieces on dumped a horse, accordi
nhuanghou
- 八皇后问题是大数学家高斯于1850年提出来的。该问题是在8×8的国际象棋棋盘上放置8个皇后,使得没有一个皇后能\"吃掉\"任何其他一个皇后,即没有任何两个皇后被放置在棋盘的同一行、同一列或同一斜线上。要求编一个程序求出该问题的所有解。骑士游历问题是放在8×8的国际象棋棋盘上的一个马,按照马走\"日\"字的规则是否能够不重复地走遍棋盘的每个格。要求编一个程序求出该问题的一个解。
qishiyouli
- 这是一款小游戏,骑士游历。适合JAVA初学者。
qishiyouli
- 这是一个骑士游历问题的c语言的简单实现,代码精简
games
- 数据结构算法中一些经典的小游戏的算法,如魔法矩阵,八皇后问题,骑士游历问题,环游世界问题,一笔画问题,非递归的汉诺塔问题等
KnightsTour
- 骑士游历问题,实现了算法和图形,程序相当的完整-Cavaliers traveled issue and the realization of the algorithm and graphics, procedures considerable integrity
knignt
- 求解骑士游历问题的程序。骑士游历问题是在8X8格的国际象棋棋盘上随意放置一个马,按照马走“日”字的规则对马进行操作,问是否能够不重复的走遍棋盘的每个格。-Cavaliers traveled problem solving process. Cleveland traveled problem is the 8x8 grid of international chess pieces on dumped a horse, accordi
nhuanghou
- 八皇后问题是大数学家高斯于1850年提出来的。该问题是在8×8的国际象棋棋盘上放置8个皇后,使得没有一个皇后能"吃掉"任何其他一个皇后,即没有任何两个皇后被放置在棋盘的同一行、同一列或同一斜线上。要求编一个程序求出该问题的所有解。骑士游历问题是放在8×8的国际象棋棋盘上的一个马,按照马走"日"字的规则是否能够不重复地走遍棋盘的每个格。要求编一个程序求出该问题的一个解。-Eight Queen s question is the main
qishiyouli
- 这是一款小游戏,骑士游历。适合JAVA初学者。-This is a small game, Cavalier traveled. JAVA for beginners.
qishiyouli
- 这是一个骑士游历问题的c语言的简单实现,代码精简 -This is a Cavalier traveled issues realize simple c language, code streamlining
games
- 数据结构算法中一些经典的小游戏的算法,如魔法矩阵,八皇后问题,骑士游历问题,环游世界问题,一笔画问题,非递归的汉诺塔问题等-Data structure algorithm some classic game of algorithms, such as magic matrix, 8 Queen s problem, the issue of Cavalier traveled, round-the-world problem, th
cavalier
- 骑士游历,骑士经过每一个点,且每个点只经过一次-Cavalier traveled, Cavalier, after each point, and each point after only one
qishiyouli
- 预见算法解骑士游历问题,希望对大家有帮助,-Knight traveled algorithm foreseeable problem, you would like to help
dk
- 骑士游历程序 可以游历棋盘的每一个空格 这是一款小游戏,骑士游历。适合JAVA初学者-Knight traveled chessboard can be traveled in every space that is a game, Knight traveled. JAVA for beginners
qishi
- 一种使用c++,利用回溯算法解决基于棋盘的骑士游历问题的源码,主要用于c++和数据结构教学。-C++ based on shortest path to do the source method. Mainly used in c++, or teaching the use of data structures.
Knighttravele
- 骑士游历问题 【问题描述】 给出一块具有n2个格子的n×n棋盘(如图3-14所示),一位骑士从初始位置(x0, y0)开始,按照“马跳日”规则在棋盘上移动。问:能否在n2 1步内遍历棋盘上的所有位置,即每个格子刚好游历一次,如果能,请找出这样的游历方案来 -Knight traveled the problem gives a descr iption of the problem with n2 a latti
huisup
- 我的回溯算法学习资料,里边包含n皇后、骑士游历等pascal源程序。-My backtracking algorithm for learning materials, inside contains the n queen, knights traveled so pascal source.
qishiyouli
- 比较经典的用预见算法解骑士游历问题,是学习数据结构必备的源码-Comparison of the classical algorithm for solving knights traveled with predictable problem is learning the source of the data structures necessary
HorseTravel
- 用预见算法解骑士游历问题,JAVA数据结构的课后实例,希望对大家有所帮助-Knight traveled with predictable algorithm for solving the problem, JAVA instance of the data structure after school, we want to help