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

搜索资源列表

  1. NineGrid

    0下载:
  2. 使用A*算法解决九宫问题,优于单一的深度优先或者广度优先算法-Jiugong using A* algorithm to solve the problem, than a single depth-first or breadth-first algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-26
    • 文件大小:8709638
    • 提供者:刘扬
  1. language12-17casesofactual

    0下载:
  2. 实例12  简单的计算器 实例13  时钟程序  实例14  华氏温度和摄氏温度的相互转换 实例15  SimpleDebug函数应用  第2部分  数值计算与数据结构篇 实例16  常用的几种排序方法  实例17  广度优先搜索及深度优先搜索-Instance 12 Simple calculator Instance 13 Clock program Instance 14 Fahrenhe
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:7117
    • 提供者:SB
  1. cc

    0下载:
  2. 编写一个程序输出从顶点0开始的深度优先遍历序列(递归算法)和广度优先遍历序列(非递归算法)。-Write a program output from the vertex at 0 depth first traversal sequence (recursive algorithm) and breadth-first traversal sequence (non-recursive algorithm).
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1411
    • 提供者:小强
  1. bianli

    0下载:
  2. 图的遍历,对有向图进行广度和深度优先遍历。-Graph traversal, directed graph on the breadth and depth-first traversal.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1600
    • 提供者:殷龙
  1. aaa

    0下载:
  2. 对任意给定的图(顶点数不小于20,边数不少于30,图的类型可以是有向图、无向图、有向网、无向网),能够输入图的顶点和边(或弧)的信息,并存储到相应存储结构(邻接矩阵、邻接表、十字链表、邻接多重表,任选其中两种类型),对自己所创建的图完成以下操作: 对无向图求每个顶点的度,或对有向图求每个顶点的入度和出度(5分) 完成插入顶点和边(或弧)的功能(5分) 完成删除顶点和边(或弧)的功能(5分) 两种存储结构的转换(5分),如果其中一种存储结构为十字链表或邻接多重表则增加5分。
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:7099
    • 提供者:狂孙
  1. rrrrrrr

    0下载:
  2. 以邻接多重表为存储结构,实现连通无向图的深度优先和广度优先遍历。以用户指定的结点为起点,分别输出每种遍历下的结点访问序列和相应生成树的边集。-To the adjacent multi-table storage structure, connectivity undirected graph depth first and breadth-first traversal. User-specified node as a starting point, respectively, under
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:2351
    • 提供者:liuxuqi
  1. tubianliyanshi

    0下载:
  2. 以邻接多重表为存储结构,实现连通无向图的深度优先和广度优先遍历。以用户指定的结点为起点,分别输出每种遍历下的结点访问序列和相应生成树的边集。-To the adjacent multi-table storage structure, connectivity undirected graph depth first and breadth-first traversal. User-specified node as a starting point, respectively, under
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:6778
    • 提供者:liuxuqi
  1. 1

    0下载:
  2. 深度优先搜索 汇编语言 汇编数据结构 算法-Depth-first search algorithm for assembly language compilation of data structures
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:853
    • 提供者:张岩
  1. bashuma-shenduyouxian

    0下载:
  2. 采用深度优先算法求解八数码问题,绝对可以用-Algorithm using depth-first eight-puzzle problem can surely be
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:9145
    • 提供者:紫藤
  1. sr

    0下载:
  2. 商人过河问题是数学建模中的一个经典问题,程序利用链表存储渡河状态,使用穷举的算法实现。该算法会找出N个商人/随从渡河的一个可行方案,但并不保证是最佳方案。写完这个程序后让我想到的居然是图的深度优先搜索,二者在查找的思想上是类似的。-Mathematical modeling business across the river in question is a classic problem, the program memory to cross the river using the stat
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1707
    • 提供者:周华漫
  1. Depth_FirstSearth

    0下载:
  2. 实现图的深度遍历 是一个深度优先算法 基于树的先跟遍历-Realize the depth chart is a depth-first traversal algorithm is based on the tree to begin with traversal
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:551
    • 提供者:oyyl
  1. flow_trade

    0下载:
  2. 对一电力网络实现顺流跟踪,计算分流比例因子,深度优先搜索供电路径,计算发电机在负荷中的分配比例等。-Downstream of a power network tracking, triage scale factor calculation, depth-first search powered path, calculating the distribution of generators in the load ratio.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2503
    • 提供者:李明
  1. 93939393939

    0下载:
  2. 数据结构中二叉树、堆栈、队列以及深度优先与广度优先算法实现-Binary tree data structure, stack, queue and the depth first and breadth-first algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:93139
    • 提供者:木暮团
  1. 8_num

    0下载:
  2. 人工智能中通过深度优先搜索用C/C++实现八数码问题-Depth-first search to achieve 8 digital issues
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2152
    • 提供者:丁丁
  1. tudeshenduyouxiansousuo

    0下载:
  2. 用图的遍历,邻接矩阵实现图的深度优先搜索,-Graph with adjacency matrix to achieve the depth-first search,
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:247416
    • 提供者:刘月
  1. shenduyouxiansousuo(linjiebiao)

    0下载:
  2. 图的遍历,用邻接表实现图的深度优先搜索建的工程实现-Graph traversal, with the adjacency list graph depth-first search to achieve the construction of the project implementation
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:320500
    • 提供者:刘月
  1. eclat.tar

    0下载:
  2. 很好的实现eclat算法的程序。A program to find frequent item sets (also closed and maximal) with the eclat algorithm (Zaki et al. 1997), which carries out a depth first search on the subset lattice and determines the support of item sets by intersecting transacti
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:109767
    • 提供者:steve
  1. tu121312

    0下载:
  2. 实现图的深度优先, 广度优先遍历算法,并输出原图结构及遍历结果。 初步完成总体设计,搭好框架; 最低要求:两种遍历都要实现,写出画图的思路; -Implementation of Depth-first, breadth-first traversal algorithm, and outputs the original image structure and the traversal result. Completed the initial design, and setting
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:15226
    • 提供者:zhangjunyan
  1. tudebianli

    0下载:
  2. 实现图的深度优先, 广度优先遍历算法,并输出原图结构及遍历结果。 初步完成总体设计,搭好框架; 最低要求:两种遍历都要实现,写出画图的思路; 进一步要求:画出图的结构,有兴趣的同学可以进一步改进图的效果。 -Implementation of Depth-first, breadth-first traversal algorithm, and outputs the original image structure and the traversal result. Complet
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:114555
    • 提供者:zhangjunyan
  1. fgwgg

    0下载:
  2. 关于图的深度优先遍历和广度优先遍历 方便易懂 很容易入手-Depth-first traversal on the graph and the breadth-first traversal is easy to start with easy to understand
  3. 所属分类:Other Databases

    • 发布日期:2017-03-21
    • 文件大小:2554
    • 提供者:高宏力
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 43 »
搜珍网 www.dssz.com