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

搜索资源列表

  1. 111

    0下载:
  2. 将一个无向图的邻接表转换为邻接矩阵 已手动运行 100 可行-An undirected graph adjacency list adjacency matrix have been converted to run 100 feasible to manually
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1007
    • 提供者:江泽民
  1. tree

    0下载:
  2. 用无向图表示n个城市之间的交通网络建设规划,顶点表示城市,边上的权表示该线路的造价,试设计一个方案,使得这个交通网的总造价最小,即求最小生成树问题。-Undirected graph with n cities that traffic between the network construction plan, the vertices represent the city, right next to that the cost of the line, try to design a pr
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:13476
    • 提供者:wangbo
  1. UGM

    0下载:
  2. 一个关于无向图推理模型的代码,可用于图像处理-An undirected graph inference on the model code
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:367757
    • 提供者:杨华春
  1. CourseSystem1

    0下载:
  2. 教学计划,可自动排列课程并显示课程表,且可以画出无向图-Teaching programs, can automatically arrange and display the curriculum courses, and can draw an undirected graph
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:38296
    • 提供者:吴嵩
  1. hold

    0下载:
  2. 用邻接表的方式建立有向,无向图,有向,无向网-Used to establish adjacency list, undirected graph, directed, undirected network
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1300
    • 提供者:侯阳
  1. connected

    0下载:
  2. 判断无向图是否连通,如果连通则输出“连通”,否则输出“不连通”-whether the undirected graph is connected
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:582
    • 提供者:zoumiao
  1. database-Graph

    0下载:
  2. 一:实验目的: (1)掌握图的存储思想及其存储实现。 (2)掌握图的深度、广度优先遍历算法思想及其程序实现。 (3)掌握图的常见应用算法的思想及其程序实现。 (4)理解有向无环图、最短路径等算法 二:实验内容: 以下实验内容,1和2为必做内容,3为选做内容。 1.有向图 (1)键盘输入数据,建立一个有向图的邻接表,并输出该邻接表。 (2)在有向图的邻接表的基础上计算各顶点的度,并输出。 (3)以有向图的邻接表为基础实现并输出它的拓扑排序序
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:121148
    • 提供者:oky
  1. linjiejuzhen

    0下载:
  2. 对任意给定的图(顶点数不小于20,边数不少于30,图的类型可以是有向图、无向图、有向网、无向网),能够输入图的顶点和边(或弧)的信息,并存储到相应存储结构(邻接矩阵、邻接表、十字链表、邻接多重表,任选其中两种类型)-For any given figure (vertices not less than 20, the side for not less than 30, graph the type can be directed graph, no to figure, was the ne
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:16309
    • 提供者:王延达
  1. adjListGraph

    0下载:
  2. 本程序基于C++利用邻接链表实现了图的基本数据结构,有向图和无向图均适用,包含了图的存储,图的插入,图的删除等基本操作,可供数据结构学习之用。-This program realizes the class of graph using adjacent list. The fundamental function includes the storage of graph, inserting and removing edges from the graph, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1674
    • 提供者:梁清凯
  1. floyd

    0下载:
  2. 弗洛伊德算法,输入无向图中的任意两点的编号,可以得出两点间最短距离。解决最优化问题。-Floyd algorithm, the input undirected graph any two points in the number, the shortest distance between two points can be drawn. Solve the optimization problem.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:9690
    • 提供者:lee
  1. c_71

    0下载:
  2. 数据结构,无向图的创建,输入边数和顶点数,以及权值,-Data structure, the creation of an undirected graph, enter the number of edges and vertices, and the weights
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:5700
    • 提供者:xienaxin
  1. tutor_graph

    0下载:
  2. 一个用邻接矩阵实现的带权无向图类,体现了类的构造思想-Adjacency matrix to achieve a weighted undirected graphs
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1825
    • 提供者:蔡庆芃
  1. Gra1

    0下载:
  2. 有向图、有向网、无向图、无向网的创建与邻接矩阵的输出-Have to figure, was the nets, no to figure, no to create and adjacency matrix of the network of output
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1715
    • 提供者:moyan
  1. yiyuanxuanzhi

    0下载:
  2. n个村庄之间的无向图,边上的权值w(i,j)表示村庄i和j之间道路长度。现要从这n个村庄中选择一个村庄新建一所医院,使离医院最远的村庄到医院的路程最短。-N village of no to chart between, on the edge of the right value w (I, j) said village between I and j road length. Now from this n village to choose a village a new hospit
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:3499
    • 提供者:Jack
  1. MinTree

    0下载:
  2. 对一个无向图求其最小生成树,图用邻接矩阵表示-Find the minimum spanning tree
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:632
    • 提供者:樊双喜
  1. bianlitu

    0下载:
  2. 试写一个利用遍历图的方法输出一条无向图G中从顶点Vi到Vj长度为L的简单路径的程序。-Traverse the graph to write a test method using a undirected graph G output from vertex Vi to Vj simple path of length L of the program.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3967
    • 提供者:孙婕
  1. source_code

    0下载:
  2. 1.排序算法:快排,插入排序,选择排序,冒泡排序,堆排,归并排序 2.无向图:建立邻接表,并深度遍历 3.二叉树:建树,插入叶子节点并删除,计算深度及高度,前序中序后序遍历,以及用栈实现的非递归遍历 4.二叉排序树:建树并插入、删除结点 5.通讯录:有主界面,能添加,删除查找相应的数据-1.sort:quicksort select sort,insert sort,heap sort.etc. 2.graph:create with the adjacent list,an
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:15453
    • 提供者:zyw
  1. wuxiangtu

    0下载:
  2. 无向图的邻接矩阵实现,及广度遍历,生成最小树。-Undirected graph adjacency matrix to achieve, and the breadth traversal, generating minimum spanning tree.
  3. 所属分类:Data structs

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

    0下载:
  2. Prim算法求连通加权无向图的最小生成树,在VS2010下编写并测试通过-Prim algorithm for connected weighted undirected graph, minimum spanning tree.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:671012
    • 提供者:
  1. wuxiangtu

    0下载:
  2. 无向图的邻接矩阵表示法验证程序的源代码比较初级便于练习-wuxiangtu linjie juzhen yanzheng chengxu yuandaima chuji
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:737
    • 提供者:王奇炎
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 28 »
搜珍网 www.dssz.com