搜索资源列表
knight
- 骑士遍历问题,在一个n*n个方格的国际象棋棋盘上,马(骑士)从任意指定方格出发,按照横1 步竖2 步,或横2 步竖1步的跳马规则,走遍棋盘的每一个格子,且每个格子只走1次。-Knight, in an n * n box at the international chess board, Ma (Knight) from the arbitrary designation box and, in accordance with a further horizontal two-step vert
求解Knight Tour Problem
- 求解Knight Tour Problem,马的走法是“日”字形路线,例如当马在位置15的时候,它可以到达2、4、7、11、19、23、26和28。但是规定马是不能跳出棋盘外的,例如从位置1只能到达9和14
串口接收和发送的电脑软件
- 串口助手, 串口接收和发送的电脑软件,delphi7+SPComm源代码 作者:knight,Serial Debug
qishi
- 递归算法的实例--以骑士巡游为例做的控制台程序。主要设计到了递归回溯算法-Examples of recursive algorithms- to Knight-tour of the console to do the procedure as an example. The main design to a recursive backtracking algorithm
Knight
- 黑白棋问题 计算机博弈是一种对策性游戏,是人工智能的主要研究领域之一,它涉及人工智能中的搜索方法、推理技术和决策规划等.目前广泛研究的是确定的、二人、零和、完备信息的博弈搜索.-Reversi game is a problem of computer games countermeasures is artificial intelligence, one of the main areas of research, which involves artificial intelligen
knight
- 骑士周游世界问题 , 一个称为骑士的棋子,能否在64个放个的棋盘上都走一次且只走一次?在国际象棋中骑士的移动路线是L型的(在一个方向上走两格,在垂直方向上走一格)-Cavalier travel around the world is an issue known as the Cavalier pawn can take 64 months left of the chessboard once and only go once? Cavalier in the international c
java_arithmetic
- 用JAVA写的个种算法:排序,迷宫,巴斯卡(Pascal), ThreeColorFlags ,Knight tour-Written by JAVA species algorithms: sorting, maze, Pascal (Pascal), ThreeColorFlags, Knight tour
FIXFIXFIX
- Knight Online v1299 HackShield fixed non virus version
mystver
- Knight Online Login Exe mystver.exe-Knight Online Login Exemystver.exe
KNIGHT-TOUR
- 本代码是实现了马的周游路线,对于所有的初始点都可以找出所有不同的周游路线。-This code is to achieve a horse around the line, for all the initial points can be found in all the different routes of travel.
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
GGHack
- this knight online trainer source code-this is knight online trainer source code
knight
- 这是一个用c++编写的骑士漫游也叫做骑士漫游世界问题。-This is a c++ to prepare with the Knight Rider, also known as roaming roaming the world' s problems.
Knight
- 解决骑士巡游(在国际象棋里,骑士能遍历所有格子的方法)的问题-Solve the knight parade (in chess, the knight can traverse all the lattice method) the problem of
knight
- 骑士巡游问题的源代码,做算法课作业必备资料。-Knight tour problem' s source code, doing class work necessary information algorithm.
Knight-Tour
- Java源代码案例--骑士巡游问题 展示了一个KT(Knight’s Tour)小程序, 用来演示一个限制版的骑士巡游问题。 骑士并不是从任何一个方格开始, 而是从角落上的四个方格之一开始。 附有详细的源码及讲解。-Java Source Code Case- knight tour problem shows a KT (Knight' s Tour) a small program used to demonstrate a restricted version of the
knight
- 骑士漫游的改进算法,回溯算法加贪心选择策略,n最大可以到128-Knight improved roaming algorithms, backtracking algorithms greedy selection strategy increases, n the greatest can go to 128
knight
- 在一个n*n个方格的国际象棋棋盘上,马(骑士)从任意指定方格出发,按照横1 步竖2 步,或横2 步竖1步的跳马规则,走遍棋盘的每一个格子,且每个格子只走1次。这样的跳马步骤称为1 个成功的骑士征途。例如,当n=5 时的1 个成功的骑士征途如下图所示。 1 2 3 4 5 1 25 14 1 8 19 2 4 9 18 13 2 3 15 24 3 20 7 4 10 5 22 17 12 5 23 16 11 6 21 算法设计: 对于给定的n和n*n方格的起始位
Knight-Parade
- 骑士巡游问题:从国际象棋棋盘上任意给定的方格开始移动骑士,相继地到达所有的64个方格,进入每个方格一次且仅进入一次。回溯法实现-Knight Parade problem: the chess board from any given knight box began to move, have to reach all the 64 squares, each square once and only entered into once. Backtracking to achieve
Knight-Online
- source code knight online ,information: the cpp file server and client