搜索资源列表
-
0下载:
用图形用户界面表示的图,数据结构基本应用,最小生成树算法,最短路径,广度、深度优先搜索-graphical user interface with the plan said, the basic data structure application, the minimum spanning tree algorithm, the shortest path, breadth, depth-first search
-
-
0下载:
java的DFS(Depth-first search )和BFS(Breadth-first search)的实现-the DFS (Depth-first search) and BFS (Breadth-first search) Implementation
-
-
0下载:
神奇的迷宫小游戏,包含有迷宫自动生成的算法,实现了“左手摸墙”算法,深度优先,广度优先搜索算法,以自动寻路。-Magic maze game maze includes automatic generation algorithm, to achieve a " left hand touching the wall" algorithm, depth first, breadth-first search algorithm to automatically find its
-
-
0下载:
爬山算法是一种局部择优的方法,采用启发式方法,是对深度优先搜索的一种改进,它利用反馈信息帮助生成解的决策。 属于人工智能算法的一种。-Climbing algorithm is a partial merit-based approach, using heuristic methods, is a depth-first search of an improvement, which uses feedback information to generate solutions to help
-
-
0下载:
(1)、深度优先搜索。
(2)、可以点击面板上的按钮设置七种默认的初始状态。
(3)、点击“自定义”按钮可以自行设定初始状态。
(4)、设定初始状态后点击“搜索”按钮,启动搜索算法,若找到走法,则弹出对话框提示“已找到解”,接着点击“下一步”按钮,将走法一步步呈现出来,点击一下走一步;若找不到走法,则弹出对话框提示“未找到解”。
集成开发环境(IDE) Eclipse 3.3.
JDK 5.0.1
注:系统安装的JDK必须是5.0以上的版本。-(1), depth-fir
-
-
0下载:
depth first search algorithm
-
-
0下载:
A java scr ipt that is a depth first search example.
-
-
0下载:
基于java的八数码,深度优先搜索,gui-Eight java-based digital, depth-first search, gui
-
-
0下载:
Breadth first search and Depth first search
-
-
0下载:
2. 设计一个程序,实现文件查找。文件查找操作是一项非常基本的操作,一般的文件查找操作采用递归算法,实际上是采用“深度优先”的策略。请设计一个基于“广度优先”算法的文件查找程序。
提示:由于要找的文件往往距离待查文件夹最近的文件加中。因此,基于“广度优先”算法的文件查找的效率会优于“深度优先”算法。可以将待搜索的文件夹放入一个队列,然后列出该文件夹下所有成员:如果是文件,则与查找条件进行匹配;如果是文件夹,则将其放入队列。在次从队列头取文件夹,执行同样逻辑,直到队列为空。
- De
-
-
0下载:
使用Javascr ipt和Applet实现网页版的插入算法、归并算法、堆排序、快速排序、多项式加减(用链实现)、十进制转化为二进制(用队+栈实现)、开放地址法(线性探测)、一次探测法(平方探测)、二次探测法(双HASH)实现快速查找、利用二叉排序树进行排序与查找以及删除一个节点、实现宽度优先或深度优先排序算法、实现Kruskal算法或Prime算法-Insertion algorithm, merging algorithm, heap sort, quick sort, polynomial
-
-
0下载:
使用有界深度优先搜索方法实现任意初始和终止状态的重排九宫格-Bounded depth-first search to achieve Style Box
-
-
1下载:
基于java语言实现的树的深度优先搜索和广度优先搜索-Based on java language tree depth-first search and breadth-first search
-
-
1下载:
功能包括自动创建迷宫、显示迷宫路径,还有两种迷宫路径搜索方法:栈深度搜索和迷宫广度搜索两种方法。果断时间在研究下其他搜索方法。第一版本,之后优化下代码,添加其他的搜索方法.-Features include auto-create a maze, to show the maze path, there are two maze path search method: stack depth search and maze breadth of search are two ways. The
-
-
0下载:
breadth first search and depth first search
-
-
0下载:
是一个游戏路径选择搜索的android demo,有广度优先和深度优先-Is a game android demo search path selection, there is a breadth-first and depth-first
-
-
0下载:
java实现构建图的过程,以及深优先度搜索和广度优先搜索,有详细注释-Java implementation process for constructing a map, as well as depth priority search and breadth-first search, detailed notes
-
-
0下载:
载入txt文件迷宫,含几种搜索方法,例如depth first search, breadth first search等(TXT file loaded maze, including several search methods, such as the depth first search and breadth first search, etc)
-
-
0下载:
载入txt文件迷宫,含几种搜索方法,例如depth first search, breadth first search等()
-