产品详情
说明: 一个使用a*算法解决8 puzzle游戏的程序。随机产生一个0到8数字的布局,然后按顺序排列,并且显示每步的运行。
(One using the a* algorithm to solve 8 puzlle the game program. Randomly generate a 0-8 figure layout, and then in sequence, and shows each step of the operation.)
(One using the a* algorithm to solve 8 puzlle the game program. Randomly generate a 0-8 figure layout, and then in sequence, and shows each step of the operation.)
文件列表:
8puzzle_a_star
..............\build
..............\.....\classes
..............\.....\.......\LinkedList
..............\.....\.......\..........\ElementNotFoundException.class
..............\.....\.......\..........\EmptyCollectionException.class
..............\.....\.......\..........\LinearNode.class
..............\.....\.......\..........\LinkedList.class
..............\.....\.......\..........\ListADT.class
..............\.....\.......\puzzle_a_star
..............\.....\.......\.............\Game.class
..............\.....\.......\.............\Main.class
..............\build.xml
..............\manifest.mf
..............\nbproject
..............\.........\build-impl.xml
..............\.........\genfiles.properties
..............\.........\private
..............\.........\.......\private.properties
..............\.........\.......\private.xml
..............\.........\project.properties
..............\.........\project.xml
..............\src
..............\...\LinkedList
..............\...\..........\ElementNotFoundException.java
..............\...\..........\EmptyCollectionException.java
..............\...\..........\LinearNode.java
..............\...\..........\LinkedList.java
..............\...\..........\ListADT.java
..............\...\puzzle_a_star
..............\...\.............\Game.java
..............\...\.............\Main.java
..............\test
..............\build
..............\.....\classes
..............\.....\.......\LinkedList
..............\.....\.......\..........\ElementNotFoundException.class
..............\.....\.......\..........\EmptyCollectionException.class
..............\.....\.......\..........\LinearNode.class
..............\.....\.......\..........\LinkedList.class
..............\.....\.......\..........\ListADT.class
..............\.....\.......\puzzle_a_star
..............\.....\.......\.............\Game.class
..............\.....\.......\.............\Main.class
..............\build.xml
..............\manifest.mf
..............\nbproject
..............\.........\build-impl.xml
..............\.........\genfiles.properties
..............\.........\private
..............\.........\.......\private.properties
..............\.........\.......\private.xml
..............\.........\project.properties
..............\.........\project.xml
..............\src
..............\...\LinkedList
..............\...\..........\ElementNotFoundException.java
..............\...\..........\EmptyCollectionException.java
..............\...\..........\LinearNode.java
..............\...\..........\LinkedList.java
..............\...\..........\ListADT.java
..............\...\puzzle_a_star
..............\...\.............\Game.java
..............\...\.............\Main.java
..............\test
