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

搜索资源列表

  1. DS3

    0下载:
  2. 基本图算法的实现,包括深度优先搜索、广度优先搜索、最短路搜索-graph algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:91169
    • 提供者:姬鹏飞
  1. main

    0下载:
  2. 1.掌握图的基本存储方法:邻接矩阵和邻接表(本程序中使用邻接矩阵); 2.掌握有关图的基本操作算法并能使用高级语言实现(本程序使用C语言); 3.掌握图的深度优先搜索遍历和广度优先搜索遍历算法; 4.掌握图的最小生成树的两种算法:prim算法和kruskal算法。 5.掌握图的最短路径的两种算法:DIJ算法和floyd算法。 -1 The basic storage methods mastered graph: adjacency matrix and adjacency
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:3894
    • 提供者:奋斗菠萝
  1. matgraph

    2下载:
  2. matlab中的图论工具箱源代码。可以做深度优先搜索、DMP算法等等。-Matgraph which can be used on Matlab. A good tool to solve problem on graph theory.
  3. 所属分类:File Formats

    • 发布日期:2017-04-10
    • 文件大小:1167737
    • 提供者:张博文
  1. code

    0下载:
  2. 深度优先遍历算法 深度优先搜索算法 DFS算法 图论的一个算法-Depth-first traversal algorithm depth-first search algorithm DFS algorithm is an algorithm in graph theory
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3877
    • 提供者:Rocky Lee
  1. TraveseMap

    0下载:
  2. 用深度优先搜索和广度优先搜索算法遍历一个图-travel map by DFS and BFS algrithm
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:603911
    • 提供者:孙川
  1. eightqueen

    0下载:
  2. 经典问题 8皇后,使用深度优先搜索算法。-8 Queen classic problem, using a depth-first search algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:147495
    • 提供者:ccitlb
  1. 2006

    0下载:
  2. 国家集训队2006论文集 陈启峰:《“约制、放宽”方法在解题中的应用》 陈首元:《维护森林连通性——动态树》 冯威:《数与图的完美结合——浅析差分约束系统》 高逸涵:《对于一道题目的深入分析》 胡伟栋:《演讲的若干建议》 黄劲松:《贪婪的动态规划》 黄晓愉:《深度优先搜索问题的优化技巧》 贾由:《由图论算法浅析算法优化》 李天翼:《从特殊情况考虑》 龙凡:《一类猜数问题的研究》 汤泽:《浅析队列在一类单调性问题中的应用》 唐文斌:《“调整”
  3. 所属分类:Data structs

    • 发布日期:2017-05-26
    • 文件大小:9092180
    • 提供者:sxy
  1. acm

    0下载:
  2. acm算法,包含排序到图论,到树,深度优先搜索等,不知道会不会重复,还是上传了-acm algorithms, including sorting to graph theory, to the tree, depth-first search, which does not know will not repeat, or uploaded
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:829500
    • 提供者:金阳
  1. Eight

    0下载:
  2. 可以计算九宫格的走法。使用了深度优先搜索、宽度优先搜索和A算法这三种算法。-It can calculate the squares of the law. Using a depth first search, breadth first search and the A algorithm for these three.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:26393
    • 提供者:George
  1. tu

    0下载:
  2. 图结构的操作,包括广度优先搜索、深度优先搜索等基本图结构的操作!-Showing the structure of the operation, including operating breadth first search, depth first search of the basic structure of FIG!
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:26647
    • 提供者:
  1. maze

    0下载:
  2. 用c语言 随机生成一个迷宫 并且搜寻最短路径。本程序采用深度优先搜索的方法-Language with a randomly generated maze and search for the shortest path c. This program uses a depth-first search method
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1256127
    • 提供者:yawei
  1. AndroidLock

    0下载:
  2. Android锁屏最长距离自动判断程序,用于判断Android自绘解锁图案的最大长度,使用深度优先搜索-Android lock screen automatically determine the best long-range program for judging Android unlock pattern drawn the maximum length, using a depth-first search
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:3691574
    • 提供者:李运筹
  1. Denoising

    0下载:
  2. 简单的c#实现的图像去噪声软件,利用深度优先搜索算法-a simple c# software of image denoising using the depth first search algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-05-14
    • 文件大小:3326300
    • 提供者:
  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. 图论算法的matlab程序实现

    1下载:
  2. 本资源涵盖了几乎所有matlab图论领域里的算法代码,最短路问题、TSP、最大流、深度优先搜索、广度优先、蚁群算法等等,可为功能强大。
  3. 所属分类:matlab例程

  1. fsbl

    0下载:
  2. 通过深度优先搜索完成对粉碎玻璃游戏(可以在WP8、安卓等平台找到这款游戏)进行自动求解,只要输入相应数据就会打印出求解的步骤-Depth-first search through the completion of crushed glass game (in WP8, Android and other platforms to find the game) automatically solved, simply enter the appropriate data will print o
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-24
    • 文件大小:188876
    • 提供者:王查
  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 2 ... 8 9 10 11 12 1314 15 16 17 18 19 »
搜珍网 www.dssz.com