搜索资源列表

  1. 在有向图中查找由v1到v2的所有路径

    0下载:
  2. 在有向图中查找由V1到V2的所有路径,很经典的。-in a map to find V1 to V2 from the path, very classic.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8575
    • 提供者:乐天
  1. 16.在有向图中查找由v1到v2的所有路径

    0下载:
  2. 建立一个有向图 给定任意2个顶点 求得两个顶点间的所有路径 然后打印 数据结构中有此例题-to establish a plan to set arbitrary vertex obtained two vertices between the two paths before all print data structure of this example
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:13820
    • 提供者:赵麟
  1. 有向图从邻接矩阵转换为邻接表后的dfs

    0下载:
  2. 有向图从邻接矩阵转换为邻接表后再深度优先遍历-a graph from the adjacency matrix conversion of the adjacent#$#!142996#!#$read IntelCPU serial number. Rar!#$#read Intel CPU serial number. Rar read Intel CPU serial number. Read rar Intel CPU seri
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1298
    • 提供者:面包
  1. 求解路径

    0下载:
  2. 求解有向图的路径-Solving the path digraph
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:4096
    • 提供者:李乐
  1. MaxStream

    0下载:
  2. 学习VC的时候写的,求解有向图的最大流和最小截集。-learning to write when the solution is to map the maximum flow and minimum cut-set.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:3965952
    • 提供者:水中雁
  1. grap

    0下载:
  2. —图数据类型的实现——问题描述:图是一种较线性表和树更为复杂的数据结构。在图形结构中,结点之间的关系是任意的,任意两个数据元素之间都可能相关,因此,图的应用非常广泛,已渗入到诸如语言学‘逻辑学、物理、化学、电讯工程、计算机科学及数学的其它分支中。因此,实现图这种数据类型也尤为重要,在该练习中即要实现图的抽象数据类型。基本要求:2、 定义出图的ADT;3、 采用邻接矩阵及邻接表的存储结构(有向图也可使用十字链表)实现以下操作:a. 构造图
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:水寒
  1. toposort

    0下载:
  2. 求一个有向图的拓扑序列,输出拓扑序列的顶点。-to seek a topological map of sequence, the sequence of output topology vertex.
  3. 所属分类:界面编程

    • 发布日期:2024-05-02
    • 文件大小:30720
    • 提供者:
  1. 图论

    0下载:
  2. BFS、DFS、有向图、无向图中的各种算法的实现,可以自动生成图形。-BFS, DFS, to the map, no map to the realization of the algorithm can be automatically generated graphics.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-02
    • 文件大小:119808
    • 提供者:李想
  1. BFSandDFS

    1下载:
  2. 用C写的源程序功能分别是1.用DFS算法判断有向图中是否有环2.从文件中读图,用邻接链表保存信息,寻找两个结点vi,vj间的最短路径-written in C source is a function respectively. DFS algorithm used to determine whether there are plans Central 2. Interpret drawings from the file, use
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-02
    • 文件大小:3072
    • 提供者:光光
  1. 在有向图中查找由v1到v2的所有路径

    1下载:
  2. 在有向图中查找由V1到V2的所有路径,很经典的。-in a map to find V1 to V2 from the path, very classic.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:167936
    • 提供者:乐天
  1. 16.在有向图中查找由v1到v2的所有路径

    0下载:
  2. 建立一个有向图 给定任意2个顶点 求得两个顶点间的所有路径 然后打印 数据结构中有此例题-to establish a plan to set arbitrary vertex obtained two vertices between the two paths before all print data structure of this example
  3. 所属分类:C#编程

    • 发布日期:2024-05-02
    • 文件大小:334848
    • 提供者:赵麟
  1. 有向图从邻接矩阵转换为邻接表后的dfs

    0下载:
  2. 有向图从邻接矩阵转换为邻接表后再深度优先遍历-a graph from the adjacency matrix conversion of the adjacent#$#!142996#!#$read IntelCPU serial number. Rar!#$#read Intel CPU serial number. Rar read Intel CPU serial number. Read rar Intel CPU seri
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:面包
  1. GetDegree

    0下载:
  2. 通过输入来控制是建立有向图还是无向图,输入节点数,边数,来计算每个节点的出度和如度-adopted to control importation is to establish a map or no map to the input nodes, edges, to calculate each node degrees out and if degrees
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:10240
    • 提供者:丁丁
  1. graphsc

    1下载:
  2. 有向图的强连通分支查找,使用java实现,代码经过调试,绝对高效率,正确和可靠-a map to digraphs to find, use java achieved through debugging code, the absolute high efficiency, the correct and reliable
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:weide
  1. up3

    0下载:
  2. 本程序为“有向图的遍历及运算”,非常方便使用,希望大家能够喜欢。-the procedures as "directed graph traversal and calculations," is very convenient to use and I hope we can like.
  3. 所属分类:C#编程

    • 发布日期:2024-05-02
    • 文件大小:29696
    • 提供者:苏杰
  1. youxiangtulianshijiegoulinjiebiao

    0下载:
  2. 有向图链式结构邻接表表示法,可以作为头文件使用,方便那些初学数据结构的同学!-directed graph chain structure adjoining table, can be used as the first document, facilitating data structure novice students!
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-02
    • 文件大小:5120
    • 提供者:sky
  1. picture123045

    0下载:
  2. 有向图的插入,删除,遍历。采用了相邻矩阵的存储方式。-a map to the insertion, deletion, traversal. Using a matrix of adjacent storage mode.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-02
    • 文件大小:41984
    • 提供者:
  1. 有向图

    0下载:
  2. 创建N个顶点的有向图,求每个顶点的入度、出度和度。(Create a graph of N vertices,and find the degree of entry,degree,and degree of each vertex.)
  3. 所属分类:数据结构常用算法

  1. 判断给定有向图是否存在回路

    0下载:
  2. 判定有向图是否存在回路 输入约定 第一行为图中顶点的个数n; 第二行为途中弧度条数e; 第二行为顶点信息;接着e行为e条弧依附的两个顶点。(Determine whether there is a loop in a directed graph Input Convention The number of the vertices in the first behavior graph is n; second the n
  3. 所属分类:C#编程

    • 发布日期:2024-05-02
    • 文件大小:3072
    • 提供者:DDAAA
  1. 有向图邻接表的建立,深度广度搜索及拓扑排序

    0下载:
  2. 拓扑排序 对一个有向无环图(Directed Acyclic Graph简称DAG)G进行拓扑排序,是将G中所有顶点排成一个线性序列,使得图中任意一对顶点u和v,若边(u,v)∈E(G),则u在线性序列中出现在v之前。通常,这样的线性序列称为满足拓扑次序(Topological Order)的序列,简称拓扑序列。简单的说,由某个集合上的一个偏序得到该集合上的一个全序,这个操作称之为拓扑排序(Topological sort A to
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:晴栀菀歌°
« 12 3 4 5 6 7 8 9 10 ... 39 »

源码中国 www.ymcn.org