Welcome![Sign In][Sign Up]
Location:
Search - Knight Java

Search list

[JSP/Javaknight

Description: java遍历8*8棋盘源代码 运用哈密顿回路遍历,速度很快
Platform: | Size: 6075 | Author: 王洪 | Hits:

[JSP/Java50844450C

Description: JAVA原代码 JAVA原代码-Java source code, Java source code
Platform: | Size: 3615744 | Author: | Hits:

[JSP/Javaknight

Description: java遍历8*8棋盘源代码 运用哈密顿回路遍历,速度很快-java Traversal 8* 8 chessboard source code for the use of ergodic Hamiltonian circuit, fast
Platform: | Size: 6144 | Author: 王洪 | Hits:

[Game Programknight-mobile

Description: 上海手游公司開發RPG大作-破虜傳完整代碼,註解與資源包和地圖編輯器,經JBX編譯成功-Shanghai Hand Tour developed RPG masterpiece-瘆?Chuan complete code, annotation and resource packet and map editor, compiled by the success of JBX
Platform: | Size: 2235392 | Author: 蔡复任 | Hits:

[Other Riddle gamesKnightParade

Description: 骑士巡游(knight s tour)问题,自从十八世纪初以来,这个问题吸引了数学家们的兴趣,也使热心者们感到困惑。简而言之,这个问题要求从棋盘上任意给定的方格开始移动骑士,相继地到达所有的64个方格,进入每个方格一次且仅进入一次。-Cavalier Parade (knight s tour) problem, since the since the beginning of the eighteenth century, this issue has attracted the interest of mathematicians, but also enthusiasts who feel puzzled. In short, the problem from the chessboard of any given grid Cavalier began to move, one after another to reach all the 64 box, enter in each box to enter the first and only time.
Platform: | Size: 33792 | Author: 覃义茗 | Hits:

[OtherKnight

Description: 黑白棋问题 计算机博弈是一种对策性游戏,是人工智能的主要研究领域之一,它涉及人工智能中的搜索方法、推理技术和决策规划等.目前广泛研究的是确定的、二人、零和、完备信息的博弈搜索.-Reversi game is a problem of computer games countermeasures is artificial intelligence, one of the main areas of research, which involves artificial intelligence search methods, reasoning and decision-making planning. At present, extensive research is identified, two, zero and, incomplete information game search.
Platform: | Size: 1024 | Author: 刘鸣鸣 | Hits:

[JSP/Javajava_arithmetic

Description: 用JAVA写的个种算法:排序,迷宫,巴斯卡(Pascal), ThreeColorFlags ,Knight tour-Written by JAVA species algorithms: sorting, maze, Pascal (Pascal), ThreeColorFlags, Knight tour
Platform: | Size: 45056 | Author: sp | Hits:

[JSP/Javadk

Description: 骑士游历程序 可以游历棋盘的每一个空格 这是一款小游戏,骑士游历。适合JAVA初学者-Knight traveled chessboard can be traveled in every space that is a game, Knight traveled. JAVA for beginners
Platform: | Size: 114688 | Author: | Hits:

[Game ProgramKnight-Tour

Description: 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 tour problem. Knight does not start from any one box, but from one corner of the start of the four squares. The source code with detailed and explained.
Platform: | Size: 23552 | Author: 孟涛 | Hits:

[JSP/JavaKT

Description: 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
Platform: | Size: 4096 | Author: Chen xiao fei | Hits:

[JSP/JavaJavaKnighttourproblem

Description: 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 version of the knight tour problem. Knight is not from any one box, but from the corner of one of the four squares start
Platform: | Size: 5120 | Author: 阿生 | Hits:

[Chess Poker gamesjava

Description: 骑士飞行棋 一款java小游戏源代码,可以帮助初学java的同志练习 -Knight flight chess source code a java game, java comrades can help beginners practice
Platform: | Size: 9216 | Author: 和呈现出 | Hits:

[JSP/Javajava_knight_flight

Description: 用java制作骑士飞行棋,GUI界面,好玩有趣-Knight made the flight chess with java, GUI interface
Platform: | Size: 9216 | Author: 韦诺 | Hits:

[Chess Poker gamessource-chess-game-Knight-Flight

Description: JAVA小游戏骑士飞行棋源码,希望有帮助-Knight flying chess game JAVA source code, hope that helps
Platform: | Size: 274432 | Author: windy | Hits:

[Crack Hackkt

Description: 实现骑士游历问题。 骑士游历问题是一个经典的数学问题。其思想在电路图的设计及图像加密等方面都有帮助,如果能将骑士游历问题算法通过计算机语言程序化将对其在其他领域中的应用有极大帮助。通过研究骑士游历的规则对问题进行数学模型抽象,通过研究骑士游历的方向与可到达情况,将骑士的空间移动抽象成数学表达式,进而映射到程序中所需对应的数据结构形式,最后通过利用JAVA语言得以实现骑士游历问题中骑士游历过程的动态图形演示。 -Knight traveled to achieve the problem. Knights tour problem is a classical mathematical problem. Their thoughts on the schematic design and image encryption and other aspects to help, if the knight can travel through a computer algorithm for the problem of the language program in its application in other areas of great help. Knight traveled by studying the rules of abstract mathematical models of problems, Knight traveled by studying the direction and the situation can be reached, the Knights of room to move into the abstract mathematical expressions, and then mapped to the corresponding program data structures required in the form of final adoption can be achieved using JAVA language issues knight knights traveled traveled the process of dynamic graphical presentation.
Platform: | Size: 4096 | Author: 蒋立 | Hits:

[Mathimatics-Numerical algorithmsJava

Description: 骑士走棋盘、八个皇后、八枚银币、生命游戏、字串核对、双色、三色河内塔、背包问题-Knight walking the board, eight queens, eight silver, Game of Life, string matching, two-, three-color Hanoi Tower, knapsack problem, etc.
Platform: | Size: 709632 | Author: congcong55 | Hits:

[JSP/Javaknight-travel

Description: 这是一个用java实现骑士旅游的经典算法,里面有实现的详细解释说明。-This is a java Knights travel classic algorithm, which has to achieve a detailed explanation.
Platform: | Size: 93184 | Author: 罗宾 | Hits:

[JSP/JavaKnight-chess

Description: 《骑士飞行棋》是一个用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
Platform: | Size: 6144 | Author: 亚亚 | Hits:

[Game Programknight

Description: 基于Java,使用GUI界面完成的国际象棋骑士遍历棋盘的问题。深度优先和广度优先皆有使用!-Completed using the GUI interface based on Java, chess knight traverse chessboard. The depth-first and breadth-first are both used!
Platform: | Size: 63488 | Author: 谢力 | Hits:

[EditBoxKNIGHT

Description: 本程序是骑士巡游的游戏程序代码,供Java初学者使用。-This program is a knight' s tour game program code for Java beginners.
Platform: | Size: 4282368 | Author: 启航 | Hits:
« 12 3 »

CodeBus www.codebus.net