搜索资源列表

  1. Prim

    0下载:
  2. 用prim算法实验最小生成树 本程序中用到函数adjg( ),此函数作用是通过接受输入的点数和边数,建立无向图。函数prg( )用于计算并输出无向图的邻接矩阵。函数prim( )则用PRIM算法来寻找无向图的最小生成树 定义了两个数组lowcost[max],closest[max],若顶点k加入U中,则令lowcost[k]=0。 定义二维数组g[ ][ ]来建立无向图的邻接矩阵。 -Prim algorithm us
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:94208
    • 提供者:Tina612
  1. fenzhi

    0下载:
  2. 通过分支限界的方法,求解1到n的最短路径。设数组a保存图的邻接矩阵,0-9号,共10个节点。节点1为源点,n为目标点.-Through the branch and bound approach for solving 1 to n shortest path. A preservation plan for an array of adjacency matrix ,0-9, a total of 10 nodes. Node 1 i
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:
  1. get_clustering_coefficient

    0下载:
  2. 通过邻接矩阵,计算网络的聚类系数。聚类系数是复杂网络中一个重要参量。 -Through the adjacency matrix, computing networks, clustering coefficient. Clustering coefficient is a complex network, an important parameter.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:tigercan
  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 无
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:518144
    • 提供者:北风
  1. create_graphic

    0下载:
  2. 图的建立,有多种的图可以选择,也可以选择图的遍历方法,里面的图的存储结构是以顶点数组和邻接矩阵的方式存储的。-Map-building, there are several plans to choose, you can choose to graph traversal method, which the storage structure of the plan is based on vertex adjacency matri
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:韩寒
  1. 11

    0下载:
  2. 随机给出n*n的邻接矩阵,并打印出邻接矩阵,边的个数,回路的个数和每个顶点的度,并判断该图中是否存在Euler回路。-Random given the n* n adjacency matrix and adjacency matrix print, while the number, loop number and the degree of each vertex, and determine the existence of th
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:230400
    • 提供者:steven
  1. Information

    0下载:
  2. 计算给定矩阵的互信息,这时的相关性是利用互信息来判断,矩阵的形式为邻接矩阵-compute the mutual information of the given matrix such as the matrix the elements in it are 0 or 1.
  3. 所属分类:文档资料

    • 发布日期:2024-05-19
    • 文件大小:140288
    • 提供者:苏延森
  1. Prim

    0下载:
  2. 用普里姆(Prim)算法求用邻接矩阵存储结构表示的图或网的最小生成树-With the prim algorithm is seeking to use adjacency matrix storage structure, said the plan or network, minimum spanning tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:wuruijin
  1. smalltree

    0下载:
  2. 图的最小生成树 【需求分析】 若要在n个城市之间建设通信网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。 (1)建立一个图,其存储方式可以采用邻接矩阵形式,需要定义两个数组,一个存储顶点,一个存储边,存储边的数组表明节点间的连通关系和边的权值; (2)利用普里姆算法和克鲁斯卡尔算法求网的最小生成树; (3)按顺序输出生成树中各条边以及它们的
  3. 所属分类:文档资料

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:冯伟
  1. Graph

    0下载:
  2. 1.建立无向网的邻接矩阵。 要求:从键盘输入无向网的顶点数和边数;然后以“顶点1,顶点2,权值”的方式输入图的各边,建立邻接矩阵存储,并输出各顶点和邻接矩阵。 2.对无向网进行深度优先遍历,输出遍历序列。 3.判断给定的无向网是否是连通的? 要求:从键盘上输入出发点进行搜索遍历,输出遍历序列。 -1. The establishment of the network adjacency matrix. Requ
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:张敏
  1. 2

    0下载:
  2. 一种求邻接矩阵的普通算法,这是通用程序,要注意变量的更改。-A Method for the adjacency matrix of the general algorithm, which is common procedure, to pay attention to the variable changes.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:zhai
  1. file

    0下载:
  2. 将图的数据写入文件并构造邻接矩阵,求出单源点到其他顶点的最短路径(The data of the graph is written into the file and the adjacency matrix is constructed, and the shortest path from the single source point to the other vertex is found)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:111黎黎
  1. linjiejuzheng

    0下载:
  2. 此程序用于将点与点的数据,转化为邻接矩阵形式,需要修改有关参数。(This procedure is used to transform the data of points and points into adjacency matrix form, and the relevant parameters need to be modified.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:马钰斌
  1. net2matrix

    0下载:
  2. 通过Excel将关联关系通过透视表转换为邻接矩阵(Transform the relational relationship by the perspective table into the adjacency matrix)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:18432
    • 提供者:Fullman
  1. CREAT_LINJIE_MATRIX

    0下载:
  2. 根据线路参数里的起始节点和终止节点编号确定无向图的邻接矩阵及测试案例(The adjacency matrix of the undirected graph is determined according to the start node and the termination node number in the line parameter)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:ZZZ1992
  1. liantong_numofblocks

    0下载:
  2. 根据图的邻接矩阵判断图的连通性并计算图的分块数(To determine the connectivity of the graph and computing graph blocks according to the adjacency matrix)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:ZZX1999
  1. shuangcengwangluo

    0下载:
  2. 可以生成一个随机的邻接矩阵哦哦哦哦哦哦哦哦哦哦哦(A random adjacency matrix can be generated)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:2146304
    • 提供者:回复对方
  1. G2D

    0下载:
  2. 逻辑结构分为两部分:V和E集合。因此,用一个一维数组存放图中所有顶点数据;用一个二维数组存放顶点间关系(边或弧)的数据,这个二维数组称为邻接矩阵。邻接矩阵又分为有向图邻接矩阵和无向图邻接矩阵(The logical structure is divided into two parts: the V and the E set. Therefore, a one-dimensional array is used to store al
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:tianma360427
  1. 迪杰斯特拉求最优路径

    0下载:
  2. 根据邻接矩阵,使用迪杰斯特拉法找出两点的最优路径节点和总距离(According to the adjacency matrix, Dijkstra method is used to find the optimal path node and total distance of two points)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:魂之挽歌
  1. 邻接矩阵与邻接表相互转化

    0下载:
  2. 数据结构图论部分,邻接矩阵转邻接表,用C语言实现,再加几个字才够20字(The data structure graph, adjacency matrix to the adjacency list, using C language, plus a few words to 20 words)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:waine
« 1 2 34 5 6 7 8 9 10 ... 39 »

源码中国 www.ymcn.org