搜索资源列表
knight
- java遍历8*8棋盘源代码 运用哈密顿回路遍历,速度很快
HorseTravel
- 用预见算法解骑士游历问题,JAVA数据结构的课后实例,希望对大家有所帮助-Knight traveled with predictable algorithm for solving the problem, JAVA instance of the data structure after school, we want to help
Knight
- 黑白棋问题 计算机博弈是一种对策性游戏,是人工智能的主要研究领域之一,它涉及人工智能中的搜索方法、推理技术和决策规划等.目前广泛研究的是确定的、二人、零和、完备信息的博弈搜索.-Reversi game is a problem of computer games countermeasures is artificial intelligence, one of the main areas of research, which involves artificial intelligen
java_arithmetic
- 用JAVA写的个种算法:排序,迷宫,巴斯卡(Pascal), ThreeColorFlags ,Knight tour-Written by JAVA species algorithms: sorting, maze, Pascal (Pascal), ThreeColorFlags, Knight tour
qishi
- 北大青鸟的一个JAVA小小小项目 骑士飞行棋 提供新手们研究-Beida Jade Bird a little small projects JAVA flight chess knight to study the provision of new
dk
- 骑士游历程序 可以游历棋盘的每一个空格 这是一款小游戏,骑士游历。适合JAVA初学者-Knight traveled chessboard can be traveled in every space that is a game, Knight traveled. JAVA for beginners
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
KT
- java实现骑士寻路,栈结构的典型应用,使用applet实现骑士的图形化表示-Knights find way java implementation, the stack structure of a typical application, use the applet to achieve a graphical representation of the Knight
JavaKnighttourproblem
- Java源代码案例-骑士巡游问题 本文展示了一个KT(Knight s Tour)小程序, 用来演示一个限制版的骑士巡游问题。 骑士并不是从任何一个方格开始, 而是从角落上的四个方格之一开始-Java Source Code Examples- Knight Parade problem This paper presents a KT (Knight' s Tour) small program used to demonstrate a restricted versio
java
- 骑士飞行棋 一款java小游戏源代码,可以帮助初学java的同志练习 -Knight flight chess source code a java game, java comrades can help beginners practice
java_knight_flight
- 用java制作骑士飞行棋,GUI界面,好玩有趣-Knight made the flight chess with java, GUI interface
source-chess-game-Knight-Flight
- JAVA小游戏骑士飞行棋源码,希望有帮助-Knight flying chess game JAVA source code, hope that helps
kt
- 实现骑士游历问题。 骑士游历问题是一个经典的数学问题。其思想在电路图的设计及图像加密等方面都有帮助,如果能将骑士游历问题算法通过计算机语言程序化将对其在其他领域中的应用有极大帮助。通过研究骑士游历的规则对问题进行数学模型抽象,通过研究骑士游历的方向与可到达情况,将骑士的空间移动抽象成数学表达式,进而映射到程序中所需对应的数据结构形式,最后通过利用JAVA语言得以实现骑士游历问题中骑士游历过程的动态图形演示。 -Knight traveled to achieve the problem. Kni
Java
- 骑士走棋盘、八个皇后、八枚银币、生命游戏、字串核对、双色、三色河内塔、背包问题-Knight walking the board, eight queens, eight silver, Game of Life, string matching, two-, three-color Hanoi Tower, knapsack problem, etc.
knight-travel
- 这是一个用java实现骑士旅游的经典算法,里面有实现的详细解释说明。-This is a java Knights travel classic algorithm, which has to achieve a detailed explanation.
Knight-chess
- 《骑士飞行棋》是一个用Java编制的控制台小游戏,支持人机对战和人人对战两种模式。-" Knight chess" is a Java with the preparation of a console game, in support of the war machine and all two models of the war
knight
- 基于Java,使用GUI界面完成的国际象棋骑士遍历棋盘的问题。深度优先和广度优先皆有使用!-Completed using the GUI interface based on Java, chess knight traverse chessboard. The depth-first and breadth-first are both used!
KNIGHT
- 本程序是骑士巡游的游戏程序代码,供Java初学者使用。-This program is a knight' s tour game program code for Java beginners.
knight2.java
- knight tour with applets
Knight-Travel-Problem
- Knight Travel Problem-Java