当前位置:
首页
资源下载

搜索资源 - 8puzzle Breadth first search
搜索资源列表
-
0下载:
C# code tha implements the Breadth-first-search (BFS) search algorithm.
The program solves the 8-puzzle game using the algorithm-C# code tha implements the Breadth-first-search (BFS) search algorithm.
The program solves the 8-puzzle game using t
-
-
0下载:
This project solve 8 puzzle with breadth first search. I wrote this program for Artificial Intelligence lesson.
-
-
0下载:
八数码问题的求解系统 利用广度优先搜索方法-8 Puzzle Problem Solving System using breadth-first search method
-
-
0下载:
利用深度优先搜索、广度优先搜索和启发式搜索解决8数码问题,效率各有不同-Use depth-first search, breadth-first search and heuristic search to solve 8 digital issues, different efficiency
-
-
0下载:
八数码实现程序。支持A*算法、广度优先算法、深度优先算法。可以实现任意初始状态下八数码问题的实现。人工智能搜索原理的入门例程-Eight digital realization of the program. Support A* algorithm, breadth-first algorithm, depth-first algorithm. Can achieve any initial state eight digital problem. Artificial Intelligenc
-