搜索资源列表
-
0下载:
对深度优先(Depth first) 、宽度优先(Breath first) 、爬山法(Hill Climbing) 、
最佳优先(Best first) 以及A*搜索算法进行分析比较,要求: 给出这几种算法的描述;
根据SearchDemonstration程序中给出的示例,给出各算法的执行过程-priority right depth (Depth first), the width of priority (Breath first), mountaineering (Hill C
-
-
0下载:
在VC界面上实现深度优先搜索、广度优先搜索的功能,操作简单方便-in VC interface to achieve depth-first search, breadth - first search function is easy and simple
-
-
0下载:
试运用深度优先搜索算法寻找过河问题的一个解决方案,题目叙述如下:猎人、狗、男人带着男孩1、男孩2,女人带着女孩1、女孩2,一共8个个体。一艘小船,一次只能过两个个体,狗和四个小孩不会划船。注意:(1)猎人不在,狗咬任何人;(2)男人不在,女人打男孩;(3)女人不在,男人打女孩。-Test the use of depth-first search algorithm to find a solution to cross the river problem, topics are describ
-
-
1下载:
编写一个算法程序实现:
1、 用邻接表存储下图:
2、完成对以上图的深度优先搜索,设出发顶点是V1。
-Procedures for the preparation of an algorithm to achieve: 1, with adjacent storage under the map table: 2, completion of the above graph depth-first search, set the start
-
-
0下载:
简单的c#实现的图像去噪声软件,利用深度优先搜索算法-a simple c# software of image denoising using the depth first search algorithm
-
-
0下载:
用相邻矩阵存储图,完成图的深度优先搜索和广度优先搜索。
算法适用于无向图(网)和有向图(网)。-Complete the diagram with adjacent matrix storage diagram, depth-first search and breadth-first search.
Algorithm is suitable for the undirected graph (network) and directed graph (network).
-