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

搜索资源列表

  1. ALGraph

    0下载:
  2. 无向图的邻接表存储。包括具体操作,如建立、销毁、插入、删除等。-Undirected adjacency table storage. Including specific operations, such as the creation, destruction, insert, delete and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:947
    • 提供者:
  1. algorithms-hw

    0下载:
  2. 算法上机作业 1城市轮廓线 3无向图双连通分支 4第一行为(n-1),n=2^k 第二行为第一个多项式系数序列 第三行为第二个多项式系数序列 系数序列的格式为:an,an-1,an-2 ,…, a1,a0 输出文件:result4.dat 格式为结果多项式的系数序列。 序列格式为:an,an-1,an-2 ,…, a1,a0(此n与输入中的n不同) 5第一行为线段数n 第二行起每一行x1 y1 x2 y2表示一条线段,端点为(x1,y1)和(x2,y2)
  3. 所属分类:Java Develop

    • 发布日期:2017-05-12
    • 文件大小:2960489
    • 提供者:yangxc
  1. GreatGraphite

    0下载:
  2. 利用邻接多重表进行无向图的存储并在此基础上实现有关于图的基本操作。-Multiple tables using non-adjacent to the store and on this graph based on the basic operations on the graph.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:18552
    • 提供者:凡卡
  1. 4-2

    0下载:
  2. 判别无向图中任意给定的两个顶点之间是否存在一条长度为k的简单路径 数据结构 遍历 -Without discrimination to any given graph between two vertices if there exists a simple path of length k of the data structure traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2705
    • 提供者:aliluya
  1. 1-103

    0下载:
  2. 有向图,有向网,无向图,无向网的邻接表存储、增删顶点和边。-Directed graph, directed networks, undirected graph without adjacent to the network table to store, add and delete vertices and edges.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:4518
    • 提供者:张翔
  1. tudebianli

    0下载:
  2. 建立图的存储结构(图的类型可以是有向图、无向图、有向网、无向网,学生可以任选两种类型),能够输入图的顶点和边的信息,并存储到相应存储结构中,而后输出图的邻接矩阵。-Establishment of the storage structure map (map type can be a directed graph, undirected graph, directed networks, undirected networks, students may choose one of two
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:116692
    • 提供者:罗峰
  1. Without-the-adjlink-to-map

    0下载:
  2. 从键盘输入无向图G的顶点个数v及边的个数e。建立有v个顶点、e条边构成的无向图G,采用邻接矩阵表示。V个顶点的值由键盘输入,元素类型为字符型。e条边的信息也由键盘输入。分别调用图的深度优先搜索、广度优先搜索图并输出相应的遍历序列。-Input from the keyboard without the number of vertices to the graph G v and the number of edges e. Establishment of a v vertices, e ed
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:23064
    • 提供者:钱行
  1. DNF

    0下载:
  2. 实现无向图的深度优先遍历,同时输出遍历结果--Free graph of depth-first traversal, while the output traversal results
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1401
    • 提供者:sunying
  1. wxtjl

    0下载:
  2. 无向图的建立以及无向图的遍历操作,采用vc++开发环境-The establishment of an undirected graph and undirected graph traversal operation
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:167651
    • 提供者:王诺成
  1. www.glzy8.com_doc211710963390

    0下载:
  2. 遗传算法的编码方式 基于无向图理论的计算机网络k-划分优化遗传算法-Encoding algorithm based on undirected graph theory optimization of computer networks, genetic algorithms k-partition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:32230
    • 提供者:于乐
  1. 1

    0下载:
  2. 数据结构中对吐得一些基本操作的源代码,包括有向和无向图的建立-Graph building
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1829
    • 提供者:hunjianglong
  1. bigTuan

    0下载:
  2. 算法分析与设计 最大团问题 G的最大团是指G中所含顶点数最多的团。 无向图的最大团和最大独立集问题都可以看作是图G的顶点集V的 子集选取问题可以用回溯法在O(n*(2^n))时间内解决。-Algorithm analysis and design problem G, the biggest group the biggest group is the maximum number of vertices of G contained in the group. Undirect
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1241
    • 提供者:草拟嘛
  1. yingbiyouxichengxu

    0下载:
  2. 硬币游戏 在游戏开始之前,在桌上将三个硬币放置成一条直线。游戏开始的时候,中间一个硬币是背面朝上,其他两个硬币是正面朝上。游戏目标是改变硬币的摆放形式,让中间一个硬币正面朝上,其他两个硬币背面朝上。具体规则如下: (1) 任何时候都能翻转中间的硬币(从正面翻成背面或相反) (2) 当另外两个硬币都是正面或都是背面的时候能够翻转一端的硬币(从正面翻成背面或相反); 不能通过任何其他方式翻转硬币,如平移它们。但是,只要满足这些规则,你就能够翻转硬币。 (提示:使用无向图,图中每
  3. 所属分类:Other Games

    • 发布日期:2017-04-01
    • 文件大小:619
    • 提供者:孙婷婷
  1. path

    0下载:
  2. c++语言,用分指定结算发计算有向图或无向图中任意两点的距离-c++ language, specify the settlement made with the calculation of sub-digraph or undirected graph, the distance between any two points
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:2043970
    • 提供者:陈华
  1. tudecaozuo

    0下载:
  2. 有向图,无向图基本操作,包括: 1、邻接矩阵 2、邻接表 3、深度优先遍历 4、广度优先遍历 5、最小生成树 6、拓扑排序 7、每一对顶点之间的最短路径(Dijkstra,Floyd两种算法)-Directed graph, undirected graph, basic operations, including: 1, 2 adjacency matrix, adjacency table 3, 4 depth-first traversal, breadth-f
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:5154
    • 提供者:learn
  1. Prim

    0下载:
  2. 最小生成树源代码,了解无向图最小生成树有用。-projective Maximum Spanning Tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1432
    • 提供者:华却才让
  1. Euler-diagram

    0下载:
  2. 欧拉图判定 有向图和无向图都可以实现,有操作文档说明。-to determine Euler diagram directed graph and undirected graph can be achieved, also there is an operational documentation .
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:257733
    • 提供者:
  1. Tarjan

    0下载:
  2. 求无向图最少加多少条边才能变成双联通图,输入顶点数和变数,然后读入图,利用无向图的Tarjan算法。-At least they try to figure how much to become a double edge Unicom plans, and variable input vertices, and then read into the figure, the use of undirected Tarjan algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1818
    • 提供者:lkjsdf
  1. prim

    0下载:
  2. 算法简介:Prim算法用于求无向图的最小生成树  设图G =(V,E),其生成树的顶点集合为U。    ①、把v0放入U。    ②、在所有u∈U,v∈V-U的边(u,v)∈E中找一条最小权值的边,加入生成树。    ③、把②找到的边的v加入U集合。如果U集合已有n个元素,则结束,否则继续执行②。    其算法的时间复杂度为O(|E|log|V|)-Introduction to Algorithms: Prim algorithm used to find the undire
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:628
    • 提供者:黄京
  1. matlab

    0下载:
  2. 图论 连通图的中心和加权中心算法 连通无向图的一般中心的算法-The center of graph theory and weighted connected graph algorithm Center general undirected graph connectivity algorithms Center
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:948
    • 提供者:李丽
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 28 »
搜珍网 www.dssz.com