CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 邻接矩阵

搜索资源列表

  1. 邻接矩阵求解最短路径(数组)

    0下载:
  2. 邻接矩阵求解最短路径(数组).rar 邻接矩阵求解最短路径(数组).rar-adjacency matrix for the Shortest Path (arrays). Rar adjacency matrix for the Shortest Path (arrays). Rar
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:24471
    • 提供者:lsx
  1. 有向图从邻接矩阵转换为邻接表后的dfs

    0下载:
  2. 有向图从邻接矩阵转换为邻接表后再深度优先遍历-a graph from the adjacency matrix conversion of the adjacent#$#!142996#!#$read IntelCPU serial number. Rar!#$#read Intel CPU serial number. Rar read Intel CPU serial number. Read rar Intel CPU serial number. rar
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1298
    • 提供者:面包
  1. 邻接矩阵求最短路径

    1下载:
  2. 邻接矩阵的最短距离-adjacency matrix is the shortest distance
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18078
    • 提供者:照茜
  1. 用邻接矩阵实现图的数据结构问题

    0下载:
  2. 一个有关用邻接矩阵实现图的数据结构问题,以语言实现!-an adjacency matrix with the realization of the map data structure, in language!
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1319
    • 提供者:陈峰
  1. 复杂网络邻接矩阵直接转化为Pajek

    3下载:
  2. 一个可以把Matlab复杂网络邻接矩阵直接转化为Pajek可以识别的网络文件(.net)很实用,学习复杂网络的可以下载-a programme that can transform the adj_matrix in matlab into .net file that pajek can recognize
  3. 所属分类:matlab例程

    • 发布日期:2011-07-26
    • 文件大小:620
    • 提供者:Simonz
  1. 数据结构图的邻接矩阵,邻接表存储表示,图的深度优先搜索遍历,广度优先搜索遍历

    1下载:
  2. 数据结构图的邻接矩阵,邻接表存储表示,图的深度优先搜索遍历,广度优先搜索遍历
  3. 所属分类:源码下载

  1. BA 求其邻接矩阵和聚类系数

    1下载:
  2. 复杂网络BA无标度网络的C++代码,可求其邻接矩阵和聚类系数。-Complex network of BA scale-free network of C++ code, rectifiable its adjacency matrix and the clustering coefficient.
  3. 所属分类:Internet/网络编程

    • 发布日期:2012-11-13
    • 文件大小:276175
    • 提供者:韩腾跃
  1. 用邻接矩阵解决四色问题

    0下载:
  2. C语言写的,用邻接矩阵解决四色问题,输入国家的个数和相邻情况,输出每个国家的颜色代号。-Adjacency matrix solution with four-color problem, enter the number and neighboring countries the situation, the output color codes for each country.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2016-12-23
    • 文件大小:224334
    • 提供者:黄斌
  1. Prim.rar

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

    • 发布日期:2017-03-29
    • 文件大小:1086
    • 提供者:wuruijin
  1. get_clustering_coefficient

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

    • 发布日期:2015-12-09
    • 文件大小:1247
    • 提供者:tigercan
  1. smalltree

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

    • 发布日期:2016-06-13
    • 文件大小:1976
    • 提供者:冯伟
  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

    • 发布日期:2017-03-31
    • 文件大小:1663
    • 提供者:zhai
  1. 邻接矩阵表示图

    0下载:
  2. 用邻接矩阵存储表示图的结构,采用的是深度优先算法
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-01
    • 文件大小:1027
    • 提供者:rsxxw09
  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 is the source, n for the target
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2672
    • 提供者:
  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 无向图的邻接多重表存储表示 344 范例1-105 无向图
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:518614
    • 提供者:北风
  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 matrix of the array and stored the.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1754
    • 提供者:韩寒
  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 the map Euler circuit.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:230489
    • 提供者: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. 所属分类:Document

    • 发布日期:2017-03-24
    • 文件大小:140558
    • 提供者:苏延森
  1. Graph

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

    • 发布日期:2017-03-31
    • 文件大小:1762
    • 提供者:张敏
  1. 邻接矩阵

    0下载:
  2. 邻接矩阵,描述多个节点之间的相邻关系,最多16个(Adjacency matrix, describing the adjacent relations between multiple nodes, up to 16)
  3. 所属分类:数学计算

    • 发布日期:2018-01-07
    • 文件大小:11264
    • 提供者:lizhongyi
« 12 3 4 5 6 7 8 9 10 ... 34 »
搜珍网 www.dssz.com