搜索资源列表
HorseTravelDemo
- 一个解决国际象棋的马周游问题的算法.本程序使用改善后的回溯算法来加速问题的解决.
骑士问题
- 著名的马周游问题的代码,可选择6×6,8×8,10×10大小的棋盘,找到结果后动态运行-on famous knight code. The chessboard with size 6*6,8*8,10*10 can be chosen.It will run automaticly after finding the result.
回溯法
- 用回溯法求马周游问题,马在棋盘上走字步,从马开始的位置开始周游棋盘,遍历全棋盘后回到起点,是否可行,可行的就输出路径,路径并输入尝试过的路径数,跳过的路径数-law with retrospective travel for Ma, Ma on the chessboard characters step away from the start position Ma started to travel around the chessboard, traverse the whole ches
马的Hamilton周游路线问题
- 马的Hamilton周游路线问题,---对于给定的偶数m,n≥6,且|m-n|≤2,编程计算m*n 的国际象棋棋盘一条马的Hamilton周游路线,Hamilton
ma.rar
- 本程序解决了关于国际象棋中马的周游路线问题,根据给出的初始点可以求出满足条件的所有路径。,This procedure resolved on chess in the horse traveled route, under the given conditions, the initial points can be derived to satisfy all the paths.
sy61
- 回朔算法,马的周游问题:在n x n棋盘(有n x n个格点的棋盘)的某个格点上有一个中国象棋马,马走日字。求一条周游棋盘的路径,使得马能够从起始位置起沿着该路径每个格点恰好走一次最后回到出发位置。-Retrospective algorithm, horse around the problem: in the checkerboard are like (there are like a checkerboard grid points) of a grid, there is a Chin
knight
- 马的Hamilton周游路线问题,8*8  的国际象棋棋盘上的一只马,恰好走过除起点外的其它63  个位置各一次,最后回到起点。这条路线称为一条马的Hamilton  周游路线。对于给定的m*n  的国际象棋棋盘,m和n均为大于5  的偶数,且|m-n|≤2,该算法找出一条马的Hamilton周游路线。-Hamilton horse travel route problem, the 8* 8 chess board on a horse, just w
TwoSolutionOfHoureTour
- 马周游问题的两种解法 对于小规模的作回溯,大规模的进行A算法-Two horses travel problem solution for the small-scale retrospective, the conduct of large-scale algorithm A
Hamilton
- 马的Hamilton周游线路问题,帮助有些有这些课程设计的同学!-Zhe problem of traveling around!
horse10.8
- 国际棋盘上马的周游问题,该问题描述了国际象棋棋盘上的一只马,恰好走过除起点外的其它位置各一次,最后回到起点。这条路线称为一条马的Hamilton 周游路线-Launched an international board of the travel issue that describes the chess board on a horse, just walked outside the other locations except the starting point of all time
ma
- 本程序解决了关于国际象棋中马的周游路线问题,根据给出的初始点可以求出满足条件的所有路径。-This procedure resolved on chess in the horse traveled route, under the given conditions, the initial points can be derived to satisfy all the paths.
1152
- 马周游问题代码,走日字形的马在 一个棋盘-Ma tour problem code
HORSE
- 回溯法的马周游问题 回溯法的马周游问题-Backtracking problem horse travel horse travel problems backtracking backtracking horse travel problems
horse.round.travel
- 本程序基于对称的思想,在8*8的棋盘上寻找一条马的周游路线,用同样的方法可以扩展到其他尺寸的棋盘问题-The program is based on symmetry ideas, 8* 8 board to find a horse travel route, use the same method can be extended to other dimensions of the chessboard problem
backtrace_src
- 国际象棋中马的周游问题 给定一个8×8的棋盘,给定某一位置。求马从该位置出发,经过棋盘中的每一个方格恰好一次,最后回到它出发位置的路线图。 要求:用图形化动态演示马的行走路线、回溯过程。 -Travel chess problems in horses given a 8 × 8 chessboard, given a particular location. Horse from the starting seek position, after the board of each
1
- 一个n*n的棋盘,任意一个位置,不重复走过的路线,实现马的周游问题-A n* n board, any place, not repeat traveled route of travel, horse
1153
- 马的周游问题,在8*8的棋盘上,输入初始位置,遍历所有格子回到初始位置-Horse travel problems in the 8* 8 board, enter the initial position, through all of the grid to the initial position
zhouyou
- 一个简单的马的周游问题,使用c语言编程,代码保证能运行-A simple question to travel around the horse, using c programming language, code guaranteed to run ~
马的周游
- 用分治法解决马的周游问题,输入棋盘的大小,自动输出马的行经路线(Solving the problem of horse travel by means of divide and cure)
马的周游
- 实现寻找马的周游问题n*n规模的分治法解(Find solution of the Knight tour problem in size of n*n by means of divide and conquer)