Welcome![Sign In][Sign Up]
Location:
Search - eight puzzle A

Search list

[JSP/Java人工智能(课程)

Description: 其中readme是整个程序的要求,1.txt是测试程序,hw3.java是编写的程序。主要是为了实现8-puzzle问题(手机上都有的那个小游戏,9个格子,8个数字,让你移动到一种终止状态)。-readme which is the entire process, 1.txt test procedures hw3.java preparation procedures. Major is to achieve 8-puzzle (the phone is the small game, nine lattice, the eight figures, you moved to the termination of a state).
Platform: | Size: 106496 | Author: 顾小军 | Hits:

[AI-NN-PR57130.45916033

Description: 人工智能八数码源代码 启发式搜索解决八数码问题的源代码 8数码难题算法,界面比较漂亮。操作简单-eight digital artificial intelligence heuristic search the source code to solve the problem eight digital source code 8 puzzle algorithm, interface more beautiful. Simple operation
Platform: | Size: 2485248 | Author: 小风 | Hits:

[JSP/Javapintu

Description: 拼图游戏,八张小图片分别放在九个方各内,移动小图片最终拼成为一张大图-Jigsaw puzzle, Zhang eight of nine square images, respectively, on the inside, move the small picture the ultimate fight to become a large map
Platform: | Size: 293888 | Author: 李双 | Hits:

[Data structs8puzzle

Description: 求解八数码难题,用广度优先得最优解。用Visual c++6.0编译运行。-Solving eight digital problem, with a breadth-first optimal solution. Using Visual c++ 6.0 compiler to run.
Platform: | Size: 2048 | Author: 蒋海苏 | Hits:

[JSP/JavaPuzzle

Description: 八数码 * 大体思路:主要思想为插入排序。 * 特殊词语解释: * 墙:在最外层的中间位置,总共有四个,如[1][0]。 * 注意:这四个位置有一个共同性质,即:以任何方式记录数字为,他们与其他五个位置的奇偶性互异 * 角:数组的四个角 * 空格:数字0-Eight digital* generally thought: the main ideas for the insertion sort.* Special terms to explain:* the wall: In the middle of the outermost layer, a total of four, such as [1] [0].* Note: These four locations have a common nature, namely: the number of records in any way for them with five other locations parity differ* angle: the four corners of the array* space: Digital 0
Platform: | Size: 2048 | Author: duwei | Hits:

[AI-NN-PREight-puzzle

Description: 这个程序是A*算法的简单实现,来解决八数码问题-It just simply applys the A* algorithm to solve the Eghit-puzzle problem
Platform: | Size: 2048 | Author: 高金华 | Hits:

[JSP/Javapuzzle

Description: 在一个n*n 矩阵中找到 沿着八个方向搜索,找长度大于4并且字典中包含的单词。-N* n in a matrix along the eight found in the direction of search, to find the length of more than 4 and the word dictionary is included.
Platform: | Size: 2048 | Author: 杨超 | Hits:

[Data structs8

Description: 用A*启发式算法解决八数码问题,用纯C实现-using A* algorithm to solve Eight-puzzle
Platform: | Size: 1024 | Author: phil | Hits:

[AI-NN-PREightPuzzle

Description: 使用了A*算法,双广度和带启发的双广度实现八数码问题求解。-Eight Puzzle
Platform: | Size: 1454080 | Author: willnow | Hits:

[CSharpMagicalSquares

Description: 基于A-Star算法实现的重排九宫图即八数码问题-The solution of Eight-puzzle Problem
Platform: | Size: 60416 | Author: cohenfeng | Hits:

[AI-NN-PReight

Description: 采用A*算法解决九宫格谜题,代码附有注释-Using A* algorithm to solve the puzzle TICTACTOEMIDLET
Platform: | Size: 8192 | Author: lzx | Hits:

[JSP/Javaeightpuzzle

Description: eight puzzle using RBFS and A* search and manhattan distance heuristic function
Platform: | Size: 19456 | Author: sam | Hits:

[Other8_puzzle

Description: 8数码问题 八数码问题 A*算法 Hash结构-eight puzzle problem
Platform: | Size: 3072 | Author: abacaba | Hits:

[Data structsAI

Description: 八数码求解问题,八数码问题是人工智能经典难题之一。 主要运用A*算法求解,代码完整,清晰-eight puzzle
Platform: | Size: 1072128 | Author: Sun | Hits:

[AI-NN-PR8number

Description: 使用 人工智能里面的 A算法 解决八数码问题 使用C语言进行编写的-A method using artificial intelligence inside the eight-puzzle problem solving using the C language written in
Platform: | Size: 3072 | Author: 朱玄 | Hits:

[AI-NN-PRAI_Eight_number

Description: 本程序用来实现八数码难题。采用A星算法,设计程序,求出从初始状态到目标状态的最优路径,并给出问题的状态表示、编码规则、搜索算法分析、简单程序说明和求得的最优路径。编程方法新颖,思路清晰明了。-This procedure used to achieve the eight puzzle. A star algorithm used, the design process, from initial state to find the optimal path to goal state, and gives the state the problem that the encoding rules, the search algorithm analysis, a simple description of the procedures and obtain the optimal path. Programming approach is novel, thinking clear.
Platform: | Size: 266240 | Author: abler | Hits:

[AI-NN-PRA-star

Description: 八数码问题---用A*算法来解决八数码问题-Digital problems--- with eight A* algorithm to solve the Eight Puzzle Problem
Platform: | Size: 15360 | Author: | Hits:

[Data structseight-puzzle

Description: 人工智能八数码的A*算法实现。 编译运行说明: 1.若编译成功却不能运行,请修改工程的设置 (Project\Setttings\Debug子项) 2.改变程序中MaxItem的值(本程序中MaxItem等于3) 和相关的输入用对话框,则可以计算MaxItem*MaxItem-1 数码问题-AI A* Eight digital algorithm. Compile and run: 1. If the compiler can not run successfully, modify the project settings (Project \ Setttings \ Debug child) 2. MaxItem change the value of the program (this program MaxItem equal to 3) and the related input with a dialog box , you can calculate MaxItem* MaxItem-1 digital issues
Platform: | Size: 209920 | Author: | Hits:

[Mathimatics-Numerical algorithmsJava_Eight-Puzzle

Description: 基于A星算法的8数码问题Java程序源代码-Java source code based on the A star algorithm Eight Puzzle
Platform: | Size: 12288 | Author: Ian_Wong | Hits:

[Othereight-puzzle

Description: . The 8-puzzle problem is a puzzle invented and popularized by Noyes Palmer Chapman in the 1870s. It is played on a 3-by-3 grid with 8 square blocks labeled 1 through 8 and a blank square. Your goal is to rearrange the blocks so that they are in order. You are permitted to slide blocks horizontally or vertically into the blank square. The following shows a sequence of legal moves from an initial board position (left) to the goal position (right).
Platform: | Size: 224256 | Author: ramin | Hits:
« 12 3 »

CodeBus www.codebus.net