CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 深度优先搜索

搜索资源列表

  1. hsdfhjshdj

    0下载:
  2. 对深度优先(Depth first) 、宽度优先(Breath first) 、爬山法(Hill Climbing) 、 最佳优先(Best first) 以及A*搜索算法进行分析比较,要求: 给出这几种算法的描述; 根据SearchDemonstration程序中给出的示例,给出各算法的执行过程-priority right depth (Depth first), the width of priority (Breath first), mountaineering (Hill C
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1749656
    • 提供者:yao
  1. DFS

    0下载:
  2. 1、用邻接表存储下图: 2、完成对以上图的深度优先搜索,设出发顶点是V1。 -1, with the adjacent table stores the following figure: 2, complete the above graph depth-first search, set the starting vertex is V1.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1247
    • 提供者:ding
  1. ddw

    2下载:
  2. 创建图G(任选邻接矩阵或邻接表) 2. 显示图 3. 深度优先搜索遍历图 4. 广度优先搜索遍历图 5. 在图中插入顶点 6. 在图中插入边 -Create a graph G (optional adjacency matrix or adjacency table) 2. The depth-first search traversal Figure 3. Figure 4. Figure 5. BFS traversal 6. Insert Vertex
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1928
    • 提供者:胡阳
  1. depth-first-search

    0下载:
  2. 基于C语言的数据结构与算法分析:深度优先搜索-Based on data structures and algorithms in C language analysis: depth-first search
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7204
    • 提供者:Austin Chou
  1. DFS

    1下载:
  2. 深度优先搜索属于图算法的一种,英文缩写为DFS即Depth First Search.其过程简要来说是对每一个可能的分支路径深入到不能再深入为止,而且每个节点只能访问一次.-DFS Depth First Search is a kind of graph algorithm, English abbreviation for DFS is the Depth First Search. The process is briefly branch of every possible path c
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1844
    • 提供者:张绘
  1. 1

    0下载:
  2. 一个简单理解深度优先搜索排序的小程序,在控制台显示-deep first search
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:176525
    • 提供者:是滴是
  1. Graph-traversal

    0下载:
  2. 采用图的邻接矩阵或邻接表实现最短路径问题中图的存储,采用递归程序实现图的深度优先搜索(DFS)-Using adjacency matrix or adjacency list shortest path problem in memory map, using a recursive program implements graph depth-first search
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1452
    • 提供者:秦丽婷
  1. Graph

    0下载:
  2. C语言建立图,图的广义优先搜索和深度优先搜索,领接表与邻接矩阵转换-Graph and Graph Application
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:16526
    • 提供者:tianjing
  1. DFS_findCity

    0下载:
  2. 数据结构深度优先搜索算法解决罗马尼亚问题 利用邻接矩阵-Data structure depth-first search algorithm to solve problems by means adjacency matrix Romania
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1657
    • 提供者:沈阳
  1. DFS100

    0下载:
  2. 标准的深度优先搜索算法,可实现节点遍历、产生随机路由、检测图中是否有回路等功能,-Standard depth-first search algorithm, the node traversal can be achieved, resulting in a random routing, testing whether there is any loop diagram functions
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:1766
    • 提供者:he977206
  1. dfs_route

    0下载:
  2. 深度优先搜索进行给定起点终点及必经节点的代码-Depth-first search of the given starting point and end point must pass through node code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2440
    • 提供者:chris liu
  1. shiyan55

    0下载:
  2. 用相邻矩阵存储图,完成图的深度优先搜索和广度优先搜索。 算法适用于无向图(网)和有向图(网)。-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).
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1291840
    • 提供者:于金亮
  1. Desktop

    0下载:
  2. POJ 泰国佛塔 (全局题号6048) AC代码 深度优先搜索 广度优先搜索(source code of POJ 6048)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:dwk2017
  1. 基于网络通信&多路径&死胡同的java迷宫

    0下载:
  2. 1.基于网络通信的走迷宫 2.算法为栈,深度优先搜索遍历 3.基于线程 4.多路径的寻找 5.死胡同的判别 6.基于GUI实现(1. the maze of maze based on network communication 2. algorithm is the stack, the depth first search traversal 3. based on threads 4. The search for themultipath 5. Discriminat
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:14982144
    • 提供者:清于乐
  1. Globalpath

    0下载:
  2. 通过深度优先遍历的图搜索方式,从邻接矩阵中搜索全局路径(Searching the global path from the adjacency matrix through the search method of depth first traversal of the graph)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:韩晓峰
  1. 数据结构哈哈哈

    0下载:
  2. 小程序,数据结构,深度优先搜索,广度优先搜索(data structure,course design)
  3. 所属分类:其他小程序

    • 发布日期:2018-05-02
    • 文件大小:52224
    • 提供者:christinaghj
  1. brotcpy06

    0下载:
  2. 可以批量对文件进行更名,深度优先搜索且更名后可以恢复()
  3. 所属分类:对话框与窗口

    • 发布日期:2018-05-06
    • 文件大小:1097728
    • 提供者:CTKR_756
  1. EightPuzzle

    1下载:
  2. 八数码 深度优先搜索 广度优先搜索 图搜索策略(eightpuzzle Eight digital depth first search, breadth first search graph search strategy)
  3. 所属分类:其他

    • 发布日期:2020-11-30
    • 文件大小:48128
    • 提供者:妲己秘境
  1. robot_sweeper

    2下载:
  2. 电子科技大学,数学学院,本科二年级,数学实验课程作业:扫地机器人的路径规划问题 实验是内容是规划并利用MATLAB模拟扫地机器人的清扫路径,并与随机游走的清扫方式做对比 编程思路: 规定扫地机器人的尺寸为1×1的网格,地图尺寸为20×15(参数可修改),在利用矩阵Tag储存障碍物信息(障碍物标1,非障碍物标0),barrier_generate函数随即生成障碍物 路径规划考虑采用深度优先搜索算法,根据标记矩阵Tag的信息,找到网格之间可达性关系,建立图的邻接压缩表,深度优先搜索求出路径(深度
  3. 所属分类:其他

    • 发布日期:2020-05-27
    • 文件大小:2048
    • 提供者:HoniiTro19
  1. 图的遍历。

    0下载:
  2. 7、无向图,根据任意一个初始顶点,输出图的深度优先搜索遍历路径和广度优先搜索遍历路径。
  3. 所属分类:C#编程

« 1 2 3 45 »
搜珍网 www.dssz.com