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

搜索资源列表

  1. Graph

    0下载:
  2. 图的大部分实现 图的深度优先周游 图的广度优先周游 由队列方式实现的拓扑排序 由深度优先搜索方式实现的拓扑排序 单源最短路径(Dijkstra算法) 每对顶点之间的最短路径(Floyd算法) 最小支撑树(Prim算法) 最小支撑树(Kruskal算法)-Figure most of the implementation diagram of the depth-first breadth-first tour travel map be achieved by the topological s
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:10476
    • 提供者:fzkj
  1. TIN_Voronoi

    1下载:
  2. 构建离散点集的Voronoi图,算法大致流程:先构建Delaunay TIN,然后连接相邻三角形的重心记得Voronoi图,然后基于TIN的拓扑,构建Voronoi多边形的拓扑关系。-Construction of discrete point set Voronoi diagram algorithm for general processes: first, to build Delaunay TIN, then remember that the focus of a triangle c
  3. 所属分类:CSharp

    • 发布日期:2015-11-26
    • 文件大小:94164
    • 提供者:skyfrog
  1. 4

    0下载:
  2. 用邻接表表示图的拓扑排序算法-failed to translate
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1396
    • 提供者:hrx
  1. AOTianRong

    0下载:
  2. 使用ArcObjects实现了shapefile文件、影像文件的加载,图层控制,添加点线面,地图符号化,查询,拓扑运算及空间分析等功能。-The use of ArcObjects realized shapefile file, image file loading, layer control, add the point, line and plane, maps symbolize, query, topological computing and spatial analysis fu
  3. 所属分类:GIS program

    • 发布日期:2017-05-04
    • 文件大小:1490569
    • 提供者:田蓉
  1. TopoLogical

    0下载:
  2. 检测一个有向图是否含有回路,并进行拓扑排序-Detection of a directed graph if it contains the loop and carry out topological sort
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:1828
    • 提供者:weihao
  1. TopoSort

    0下载:
  2. 有向图 编写程序判断该图是否含有环 如没有则输出其拓扑序列-Digraph write a program to determine whether it contains any part of the plan if there is no sequence of the output of its topological
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1605
    • 提供者:莫影痕
  1. Topo_logical_Order_7_12D

    0下载:
  2. 拓扑排序,并求关键路径.按UDG图的格式输入,程序创建UDG图,然后求关键活动,进行拓扑排序,最后将拓扑排序的结果输出。-Topological sort, and seek the critical path. By UDG graph format input, the program creates UDG chart, key activities and then seek to carry out topological sort, and finally output the re
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1734
    • 提供者:董金勇
  1. tutuopupaixu

    0下载:
  2. C语言版的数据结构,利用图的拓扑排序,实现C语言的拓扑排序。-C language version of the data structure, the use of graph topological sort to achieve C language, topological sort.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:10935
    • 提供者:李飞跃
  1. delphi_sample_bailey

    0下载:
  2. 是一个优秀的GIS软件,可以进行空间分析,拓扑分析,图层操作 -Is an excellent GIS software, can spatial analysis, topology analysis, layer operations
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2221885
    • 提供者:梁小双
  1. TTU

    4下载:
  2. 《数据结构》课程设计 建立并显示出有向图的邻接链表; 对该图进行拓扑排序,显示拓扑排序的结果,并随时显示入度域的变化情况; 给出它的关键路径(要求:显示出VE,VL,E,L,L-E的结果)。-" Data Structure" Course Design has established and demonstrated to the adjacency list the topological sort graph shows the results of top
  3. 所属分类:Data structs

    • 发布日期:2015-09-05
    • 文件大小:2101121
    • 提供者:S
  1. Topology

    0下载:
  2. 1用邻接表作为图的存储结构; 2用非递归的方法实现拓扑排序;-A map with the adjacency table as the storage structure two ways to achieve a non-recursive topological sorting
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:162265
    • 提供者:谭胆
  1. som(Jal.You)

    1下载:
  2. SOM神经网络(自组织特征映射神经网络)是一种无导师神经网路。网络的拓扑结构是由一个输入层与一个输出层构成。输入层的节点数即为输入样本的维数,其中每一节点代表输入样本中的一个分量。输出层节点排列结构是二维阵列。输入层X中的每个节点均与输出层Y每个神经元节点通过一权值(权矢量为W)相连接,这样每个输出层节点均对应于一个连接权矢量。 自组织特征映射的基本原理是,当某类模式输入时,其输出层某一节点得到最大刺激而获胜,获胜节点周围的一些节点因侧向作用也受到较大刺激。这时网络进行一次学习操作,获胜节点
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:46789
    • 提供者:leidan
  1. gtxsheji

    0下载:
  2. 本论文在简要阐述了各种光纤数字传输系统技术及其原理的基础上,通过比选确定出了符合钦州至崇左路段的较先进的光纤数字传输系统方案,确定其光纤通信系统采用SDH传输方案。在SDH传送网分层模型的基础上,对SDH传送网各层功能、信号流程、网络配置作了详细的阐述,同时说明了SDH传送网特有的复用映射原理。根据钦州至崇左路段的实际情况计算确定了系统中的重要参数,选择出了网络拓扑结构,按最坏值设计法进行了中继段长度的计算,编制了网络组织图、通道组织图及通信系统总体框图等。所设计的的高速公路光纤数字传输系统达到
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:852095
    • 提供者:lsj
  1. File22

    0下载:
  2. 基于关键词的Web文档自动分类算法研究,文档关键词,语义相似度,聚类算法,知网,拓扑网络图,中文分词-Keyword-based Web Document Classification Algorithm, document keywords, semantic similarity, clustering algorithm, HowNet, topological network diagrams, Chinese word segmentation
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2123798
    • 提供者:王三
  1. TopSort

    0下载:
  2. java语言实现图的拓扑排序,图利用vector来存储-java language map of topological sorting, graph used to store vector
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:7296
    • 提供者:nishiting
  1. tuopupaixu

    0下载:
  2. 拓扑排序,随机的给出一个图,通过此算法可以获得该图的拓扑排序的结果-Topological sorting, random given a map, get through this algorithm to sort the results of the topological map
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1183
    • 提供者:xixi
  1. 1

    0下载:
  2. 给定一个有向图,实现图的深度优先, 广度优先遍历算法,拓扑有序序列,并输出相关结果。 功能要求:输入图的基本信息,并建立图存储结构(有相应提示),输出遍历序列,然后进行拓扑排序,并测试该图是否为有向无环图,并输出拓扑序列-Given a directed graph, realize the depth chart first, breadth-first traversal algorithm, topology and orderly sequence, and outputs the
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2167
    • 提供者:朱慧明
  1. chenyang

    0下载:
  2. 度分布的形态与随机网络图相似。当<k>=K时,它有一个显著的顶点且对于大k,呈指数规律衰减。因此,网络的拓扑结构相对单一,所有节点有大约相同数量的边。-Patterns of distribution of random networks with similar plans. When <k> = K, it has a significant peak and for large k, decay exponentially. Therefore, the relat
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1867435
    • 提供者:陈立伟
  1. tudeyingyong

    0下载:
  2. (1)根据选课表建立对应的图 (2)求出至少一种拓扑有序序列 (3)如果能实现求出所有拓扑有序序列,则加分 -(1) According to the enrollment form to establish the corresponding graph (2) find the ordered sequence of at least one topology (3) If all the topology to achieve an orderly sequence obtai
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:122735
    • 提供者:谢浩
  1. BBB

    0下载:
  2. 设有一个有向图存储在邻接表中。试设计一个算法,按深度优先搜索策略对其进行拓扑排序。并以右图为例检验你的算法的正确性。-There is a directed graph stored in the adjacent table. Trial design an algorithm, depth-first search strategy by the topology of its sort. And to test your example picture on the right algor
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:7229
    • 提供者:冯灿灿
« 1 2 3 4 56 7 8 9 10 11 12 »
搜珍网 www.dssz.com