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

搜索资源列表

  1. 图的操作界面

    0下载:
  2. 图邻接表的建立,深度优先遍历,.广度优先遍历,最小生成树,拓扑排序,单源点到其余各个顶点的最短路径等对图的操作!VC界面!-plans to establish the adjacent table, depth-first traversal. Breadth priority traversal, the minimum spanning tree, topological sorting, single-source all of the rest of the vertices such
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:65237
    • 提供者:陈青侠
  1. 图的应用

    0下载:
  2. 创建无向图,求每个顶点的度,有向网的创建。拓扑排序。-not to create maps for each of the vertex, is to create the network. Topological sorting.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2538
    • 提供者:hy
  1. 拓扑法排序

    0下载:
  2. 用邻接表法建立图 并用拓扑法排序
  3. 所属分类:其它

    • 发布日期:2009-08-04
    • 文件大小:1132
    • 提供者:lxcacm
  1. HopeRunTopo

    0下载:
  2. HopeRunTopo是flex方面的实现客户端的网络拓扑发现的设备关联图-HopeRunTopo flex area is to achieve the client' s network topology discovery incidence graph of the equipment
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:970948
    • 提供者:dhc
  1. SVG

    2下载:
  2. 本程序是基于SVG实现的电力系统主接线图模动态拓扑,实现了主接线的动态拓扑,在线重合闸等操作。-This procedure is based on the SVG of the power system to achieve the main wiring diagram of the dynamic mode topology, the main cable to achieve the dynamic topology, and so on-line reclosing operation
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:22147
    • 提供者:ZHAOJIE
  1. topologicalorder

    0下载:
  2. 用C++语言实现建立拓扑结构图并输出拓扑有序序列-With C++ Language to achieve the establishment of topology and output topology map in an orderly sequence
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-21
    • 文件大小:9769
    • 提供者:谭明艳
  1. graph_

    2下载:
  2. //有向图:有向图,无向图基本操作 //运行环境:VC //有向图,无向图基本操作,包括: //1、邻接矩阵 //2、邻接表 //3、深度优先遍历 //4、广度优先遍历 //5、最小生成树 //6、拓扑排序 //7、每一对顶点之间的最短路径(Dijkstra,Floyd两种算法)-//Directed graph: directed graph, undirected graph basic operation// Operating Environme
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2853
    • 提供者:atom
  1. wangluo

    0下载:
  2. 某学校网络拓扑模拟图,接入层设备采用S2126G交换机,在接入交换机上划分了办公网VLAN20和学生网VLAN30。为了保证网络的稳定性,接入层和汇聚层通过两条链路相连,-Simulation of a school network topology map, access layer switches S2126G equipment used in the access switch on the office network division VLAN20 and students Net
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:79095
    • 提供者:刘军
  1. chain_DIME

    0下载:
  2. 实现文件的数据结构,从矢量图中得到拓扑信息-Realize the document data structure, received from the vector topology information
  3. 所属分类:GIS program

    • 发布日期:2017-04-16
    • 文件大小:100607
    • 提供者:lee
  1. DataStruture-Graph

    0下载:
  2. 1.7.1 图的邻接矩阵存储表示 311 范例1-102 图的邻接矩阵存储表示 ∷相关函数:CreateFAG函数 CreateDG函数 1.7.2 图的邻接表存储表示 324 范例1-103 图的邻接表存储表示 324 ∷相关函数:CreateFAG函数 1.7.3 有向图的十字链表存储表示 335 范例1-104 有向图的十字链表存储表示 335 ∷相关函数:CreateDG函数 1.7.4 无向图的邻接多重表存储表示 344 范例1-105 无向图
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:518614
    • 提供者:北风
  1. AOV

    0下载:
  2. 数据结构中关于拓扑排序的问题,比如一个课程的先后顺序AOV图的表示-Data structure on the topological sort of problems, such as a sequence of courses that map AOV
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:1563
    • 提供者:kyo
  1. TopologicalSort

    0下载:
  2. 采用递归调用的方法打印输出一个非循环图的所有拓扑排序-output all the topological sorts of an acyclic graph
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:389167
    • 提供者:yezi
  1. linkStateRouting

    0下载:
  2. 链路状态路由算法实现。链路状态算法又叫最短路径优先SPF(Short Path First)算法。按照SPF的要求,路由器中路由表依赖于一张能表示整个个网络拓扑结构的无向图G(V,E)。-Link state routing algorithm. Link State algorithm called the shortest path first SPF (Short Path First) algorithm. In accordance with the requirements of S
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2395
    • 提供者:yiyi
  1. topo

    1下载:
  2. JAVA实现拓扑排序,图中点的关系由邻接表实现
  3. 所属分类:JSP源码/Java

    • 发布日期:2012-12-07
    • 文件大小:4384
    • 提供者:李开
  1. 1-108

    0下载:
  2. 数据结构拓扑排序算法,有向图中产生一种拓扑排序序列。基于栈和邻接表的存储结构实现-Topological sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:35964
    • 提供者:qwermnbvx
  1. Shortest-path

    1下载:
  2. 数据结构中图的应用(最短路径以及拓扑排序)-The application in the data structure (shortest path and topological sorting)
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-24
    • 文件大小:524800
    • 提供者:永夜
  1. 02855128CSGC

    0下载:
  2. 关于一个拓扑问题的解决方案,附带有图有源码(On the solution of a topological problem, accompanied by a map, there are source code)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:4096
    • 提供者:xxxvvvop
  1. pudn_20140502184244

    0下载:
  2. 颜色敏感的图着色算法演示 拓扑相关等多个文件(Color dependent algorithm)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:1201152
    • 提供者:sycsbj
  1. 拓扑排序

    0下载:
  2. 进行无向图的拓扑排序算法,可以给正在学习C语言数据结构的朋友提供一点帮助(Topological sorting of undirected graphs)
  3. 所属分类:数据结构

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:toretto_sjf
  1. 有向图邻接表的建立,深度广度搜索及拓扑排序

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

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:晴栀菀歌°
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com