CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 深度优先搜索

搜索资源列表

  1. jsj

    0下载:
  2. 1 创建给定图的存储结构,从邻接表和邻接矩阵两种存储方式中选择一种。 2 对所创建的图进行深度和广度优先搜索遍历,给出遍历过程中的顶点序列。 3 求图的最小生成树,按构造顺序输出边的序列。(两种方法都要求!) -Create a storage structure of a given graph from the adjacency list and adjacency matrix are two ways to choose a store. Two pairs of maps
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1690
    • 提供者:金伟
  1. tu

    0下载:
  2. 、实验目的 1 熟练掌握各种内排序方法,深刻理解排序算法及其执行过程; 2 学会分析各种内排序算法的性能; 3 了解各种排序方法的优缺点,对于实际问题能够选择一种较好的排序方案; 4 熟练掌握图的存储结构; 5 掌握图的邻接矩阵和邻接表表示分别进行深度和广度优先搜索遍历的算法。 6 了解图的最小生成树算法。-Proficiency in the order of search, binary search and index searc
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:2640
    • 提供者:zhangge
  1. Graph

    0下载:
  2. 1.建立无向网的邻接矩阵。 要求:从键盘输入无向网的顶点数和边数;然后以“顶点1,顶点2,权值”的方式输入图的各边,建立邻接矩阵存储,并输出各顶点和邻接矩阵。 2.对无向网进行深度优先遍历,输出遍历序列。 3.判断给定的无向网是否是连通的? 要求:从键盘上输入出发点进行搜索遍历,输出遍历序列。 -1. The establishment of the network adjacency matrix. Requirements: No input from the ke
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1762
    • 提供者:张敏
  1. MapCreation

    1下载:
  2. 图的创建,深度优先和广度优先搜索,有实验报告-Map creation, depth-first and breadth-first search, there are experimental reports
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:30171
    • 提供者:xiafan
  1. FiveGame6_1

    0下载:
  2. 具有人工智能的五子棋游戏,采用流行的深度优先算法,外加Alpha-Beta剪枝,再加历史启发优化,可搜索到第4步-Backgammon game with artificial intelligence, using the popular depth-first algorithm, plus Alpha-Beta pruning, combined with historical inspiration optimized search to Step 4
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1643075
    • 提供者:韩远坤
  1. A star

    0下载:
  2. 这是A*算法,一种评估函数算法,广度优先搜索其实是A*算法的特例,它的评估函数只有深度-Search
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:257091
    • 提供者:杨敏
  1. DFSTest

    0下载:
  2. 深度有限搜索,数据结构中,深度优先算法的代码实现-Limited depth searching, data structures, depth-first algorithm code
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:28338
    • 提供者:corny
  1. 0

    0下载:
  2. c写的二叉树 包括二叉树的建立并用深度优先算法进行搜索-I hope it will help you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1123
    • 提供者:成杰
  1. XGraph2

    2下载:
  2. 能够建立有向图无向图的邻接矩阵和邻接表表示法,深度优先和广度优先搜索,能够存储和显示相应的搜索结果(深度优先或广度优先生成森林(或生成树)、深度优先或广度优先序列和编号)。以文件形式输入图的顶点和边,并显示相应的结果。-To build a directed graph undirected adjacency matrix and adjacency list representation, depth-first and breadth-first search, to store and
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-12-25
    • 文件大小:30219
    • 提供者:zhangjing
  1. sousuosuanfajiangzuoziliao

    0下载:
  2. 对于ACM赛题中关于搜索算法的讲解,对深度优先算法进行了详细的介绍-ACM contest problems for the explanations on the search algorithm, depth-first algorithm for a detailed descr iption
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:2031183
    • 提供者:李书壹
  1. graph

    0下载:
  2. 用邻接表的方式建立一个图,可以对这个图进行删除边,增加边,删除增加节点,和深度广度优先搜索-With the adjacency list of ways to build a map, you can delete the edges of this graph, increasing side, remove the added nodes, and depth of breadth-first search
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:178841
    • 提供者:jaychou
  1. huffman

    0下载:
  2. 构造哈夫曼树,应用深度优先与广度优先搜索……测试无误,欢迎交流-Huffman tree construction, application of depth first and breadth first search ... ... the test is correct, welcomed the exchange of
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1138
    • 提供者:陆云
  1. huisufa

    0下载:
  2. 回溯法是一个既带有系统性又带有跳跃性的搜索算法,它在问题的解空间树中按深度优先策略,从根节点出发搜索解空间树。回溯法求问题的所有解时,要回溯到根,且根节点的所有子树都已被搜索遍才结束。回溯法求问题的一个解时,只要搜索到问题的一个解就可以结束。使用回溯法解决n皇后问题时,用完全二叉树表示解空间,用n元组x[1:n]表示,其中x[i]表示皇后i放在棋盘的第i行的第x[i]列,根据规则任何2个皇后不放在同一行或同一列或同一斜线上,则可以得到等式关系,由此可以进行解决问题。-Backtracking
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:558
    • 提供者:ss
  1. EightPuzzle

    0下载:
  2. 基于MFC的八数码寻径问题,包括经典的人工智能算法:深度优先算法,广度优先算法及A*算法 动态显示搜索结果。-Eight digital MFC-based routing issues, including the classic artificial intelligence algorithms: depth-first algorithm, breadth-first algorithm and A* algorithm dynamic display of search result
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2175079
    • 提供者:李沐
  1. The-graph-traversing-algorithm

    0下载:
  2. 以邻接矩阵或邻接表为存储结构,以用户指定的顶点为起始点,实现无向连通图的深度优先及广度优先搜索遍历,并输出遍历的结点序列-The adjacency matrix or adjacency list for the storage structure to user-specified vertex as a starting point to achieve a connected undirected graph of the depth-first and breadth-first se
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:25253
    • 提供者:huaidiwu
  1. StateSpaceSearch

    0下载:
  2. 状态空间搜索算法 深度优先跟广度优先两个demo-space search althgnor
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:164226
    • 提供者:哦皮肤
  1. good

    0下载:
  2. 深度优先和广度优先搜索序列,并画出所得到的深度优先生成树以及广度优先生成树。假设选择原则是按字母从小到大排列-Depth first and breadth first search sequence, and draw the depth of the get priority spanning tree and breadth first spanning tree. According to the principle of choice is that since the arrange
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:4325669
    • 提供者:phoebe
  1. linjiejuzhen

    0下载:
  2. 能够输入输出一个图的邻接矩阵,能够对相应的边和顶点进行插入删除操作,能够进行深度和广度优先搜索遍历-The adjacency matrix of a graph can be input and output, insertion and deletion operations to the corresponding edges and vertices, depth and breadth-first search traversal
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:3278
    • 提供者:吴莹
  1. migong

    0下载:
  2. 数据结构大作业“迷宫搜索”的MFC程序。含深度优先和宽度优先两种演示,可以鼠标编辑地图。界面良好,代码清晰。-Data structure operations " Labyrinth search" MFC program. Containing two kinds of depth-first and breadth-first presentation, you can edit the map mouse. Good interface, clear code.
  3. 所属分类:Data structs

    • 发布日期:2017-06-10
    • 文件大小:17492620
    • 提供者:费定宇
  1. graph

    0下载:
  2. 数据结构,建立图,实现图的深度和广度优先搜索,最小生成树,最短路径-Data structure, the establishment figure, to achieve the depth and breadth-first search, minimum spanning tree, shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1173
    • 提供者:周双
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com