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

搜索资源列表

  1. 求解路径.rar

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

    • 发布日期:
    • 文件大小:4024
    • 提供者:
  1. BFSandDFS

    0下载:
  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 the adjacent Chain preservatio
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3097
    • 提供者:光光
  1. 5班8号周前平

    0下载:
  2. 输入一个有向图,用深度优先搜索,判断该图是否为一有圈的图。-importation of a directed graph, with the depth-first search to determine whether the plan is a map of the circle.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12768
    • 提供者:周子藤
  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. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10027
    • 提供者:丁丁
  1. GraphCC

    0下载:
  2. 有向图的强连通分量算法的java语言实现,-directed graph algorithms strongly connected component of java language.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1610
    • 提供者:黄牛
  1. tppx

    0下载:
  2. 拓扑排序,以前做的,可以实现6个顶点8条弧的任意有向图的拓扑排序-topological sorting, previously done, can achieve a six point eight arbitrary arc to a map of topological sorting
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1178
    • 提供者:碰字见
  1. euler.cpp

    0下载:
  2. 有时仅对赋权有向图上从任意一个顶点到另外任意一个顶点之间有没有路感兴趣。试修改Floyd算法,计算出图的道路矩阵P,使得从顶点i到顶点j有路时P[i,j]= 1,否则P[i,j]= 0。-sometimes only to empower a map from any one vertex to another arbitrary point between a road not interested. Try to amend Floyd algorithm calculated the ro
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-12
    • 文件大小:1649
    • 提供者:Nouth
  1. graphicsalgorithmy

    0下载:
  2. 一套很好的图论算法源码,包括图的遍历,最短路径的实现,有向图计算、拓扑排序等多个算法的源码。-a good graph algorithm source code, including the traverse map, the shortest path, and it is to map, many other topological sorting algorithm source code.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9136
    • 提供者:xiaofeng
  1. graphsc

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

    • 发布日期:2008-10-13
    • 文件大小:1840
    • 提供者:weide
  1. topu

    0下载:
  2. 输入有向图的顶点,又有优先级的要求,通过此程序可以得到一个合理的排序-importation plan to the apex, another priority of the request, through this procedure can be a reasonable sort of
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1309
    • 提供者:王想红
  1. BoxDual

    0下载:
  2. 是一个有自动求解功能的推箱子游戏,本人的旧作品。使用了从起点和终点两个方向同时进行有向图搜索的方法,是学习博弈算法的极佳参考。闲来玩玩这个游戏可锻炼思维,精选了网上流行的很多高难度地图,如果全部都可不使用AI求解,那就很厉害了。-is an automatic function of viewing solving games, my old works. Use the starting and finishing points from two directions simultaneous
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:782578
    • 提供者:苏朝晖
  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#编程

    • 发布日期:2008-10-13
    • 文件大小:29773
    • 提供者:苏杰
  1. CrossPointNo

    0下载:
  2. CrossPointNo=53 %%%输入图中节点的总数目 对已知的边进行赋值,注意:有向图的Cost(i,j)=Cost(j,i)-CrossPointNo = 53%%% imported map nodes to the total number of known side Fu value, attention : to map Cost (i, j) = Cost (j, i)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1307
    • 提供者:王海霞
  1. excellentwaysofshortpath

    1下载:
  2. 程序的主要功能是实现有向图最短路径的搜索,采用的数据是txt格式的邻接矩阵,采用的算法为改进的狄氏算法。内附调试和文件说明。-procedures main function is to achieve the shortest path to the map search, The data format is txt adjacent matrix, the algorithm to improve the dieldrin algorithm. Debugging and document
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:42796
    • 提供者:asia
  1. youxiangtulianshijiegoulinjiebiao

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

    • 发布日期:2008-10-13
    • 文件大小:4967
    • 提供者:sky
  1. aaa

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

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

    0下载:
  2. 多种图论算法的matlab实现 例如:% ntest=1 - grBase求有向图的基 % ntest=2 - grCoBase求有向图的逆基 % ntest=3 - grCoCycleBasis求连通图的基本割集 % ntest=4 - grColEdge图的边着色(边染色) % ntest=5 - grColVer图的点着色(节点染色)(% grBase - find all bases of digraph; % grCoBase - find all contrabases
  3. 所属分类:数据结构

  1. dijkstra

    0下载:
  2. 求有向图中的一点到任意一点之间的最短路径,用dijkstra算法实现。(The shortest path between one point and any point in the directed graph is realized by the Dijkstra algorithm.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-19
    • 文件大小:828416
    • 提供者:CS专家
  1. fyneoa4

    0下载:
  2. 该问题为单元最短路经问题,求出一个有向图中两点之间权值最小的路径, Dijkstra算法要求有向图中没有权值为负的边()
  3. 所属分类:图形图象

    • 发布日期:2018-04-29
    • 文件大小:5120
    • 提供者:marswxr
  1. sy10(1)

    0下载:
  2. 图的存储结构与遍历 (1)画出如图(1)所示无向图的邻接矩阵和邻接表,列出该图的广度优先遍历和深度优先遍历结果(选定A为出发点进行遍历)。 (2)画出如图(2)所示有向图的邻接矩阵和邻接表,列出该图的广度优先遍历和深度优先遍历结果(选定A为出发点进行遍历)(The storage structure of the graph and traversal (1) draw the adjacency matrix and adjacency list of the und
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:114688
    • 提供者:找HDOP
« 1 2 34 5 6 7 8 9 10 ... 33 »
搜珍网 www.dssz.com