CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 复杂网络

搜索资源列表

  1. GN-algorithm-for-matlab

    5下载:
  2. 这是复杂网络社区划分的GN算法,希望对大家有帮助.-This community is divided on the GN algorithm source code, we hope to help
  3. 所属分类:matlab例程

    • 发布日期:2014-01-12
    • 文件大小:5248
    • 提供者:李越
  1. GN

    0下载:
  2. 复杂网络中的GN算法-Complex network of GN algorithm ...............
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:922
    • 提供者:kkz
  1. BA 无标度小世界模型生成程序

    2下载:
  2. BA无标度小世界模型生成程序,描述了复杂网络增长和优先连接的特性。-Code to get BA scale-free model.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-13
    • 文件大小:1111
    • 提供者:z
  1. complexnetworkandchaos

    0下载:
  2. 分别用于复杂网络的bbv和tde模型计算,此外在小世界上模拟计算混沌振子的同步行为。-Separately for the complex network of bbv and TDE model calculation, in addition to the small-world simulation on chaotic oscillator synchronous behavior.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:13681
    • 提供者:刘强
  1. simulation

    3下载:
  2. 对一个50个结点(更多的节点的网络只需要修改模块中的标量维数就行)的复杂非线性耦合网络进行同步化仿真。首先生成K矩阵,然后运行simulink,即可得到50个洛仑兹混沌节点复杂网络的同步化曲线。-Of a 50-node (more network nodes only need to modify module scalar dimension on the line) the complexity of nonlinear coupling network synchronization s
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:9136
    • 提供者:zhongsir
  1. 5pro

    0下载:
  2. 复杂网络计算相关,有c、vc两种环境的5个程序:1.筛选一列不重复记录2.集聚系数的计算(c语言,附有示例数据)3.含有节点信息的编号程序(vc,附有示例数据)4.独立性计算程序(附相关文献)5.网页过滤批处理程序(可处理无限文件)-Related to the complexity of network computing, there is c, vc two of the five procedures for the environment: 1. Screening of duplic
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-18
    • 文件大小:4997964
    • 提供者:石建军
  1. get_clustering_coefficient

    0下载:
  2. 计算复杂网络中节点的集聚系数。有详细注释。-Computational complexity of the network node clustering coefficient. There are detailed notes.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:854
    • 提供者:nyl
  1. radom

    1下载:
  2. 复杂网络建随机网模拟建网代码,生成一个在模拟网络的矩阵。.rm文件为matlab文件,处理矩阵数据得到最终结果。-Complex network to build a random network simulation networking code. . rm files for data processing matlab code.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:2652
    • 提供者:李雨德
  1. Pajek

    1下载:
  2. 在Matlab上实现Pajek的复杂网络源程序-Pajek for Complex Network based on Matlab
  3. 所属分类:matlab

    • 发布日期:2016-01-27
    • 文件大小:363690
    • 提供者:Li Lin
  1. ScaleFreeNetwork

    0下载:
  2. 无标度网络结构相对简单,实现算法与可视化并不困难。与其它语言相比,Matlab 语言具有丰富的数学 函数库,能够写出简约的源代码。对于非计算机专业的大学生来说,以此为基础,能够快速进入复杂网络前沿 研究课题,对其数学建模能力和科研能力的培养极为有益。-Scale-free network structure is relatively simple algorithm is not difficult and visualization. Compared with other lang
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:3465
    • 提供者:
  1. Clustering_Coefficient

    0下载:
  2. 根据邻接矩阵,计算复杂网络中模块的聚类系数。-According to the adjacency matrix, the computational complexity of the network module clustering coefficients.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:803
    • 提供者:lilijing
  1. Extractor.java

    0下载:
  2. 复杂网络抽取社区骨架的算法,对于理解复杂网路很哟帮助-Complex network of community-based skeleton extraction algorithm, for understanding the complexity of the network is to help yo
  3. 所属分类:Grid Computing

    • 发布日期:2017-03-30
    • 文件大小:971
    • 提供者:陈国章
  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. k-means

    3下载:
  2. 基于K-means聚类算法的社团发现方法 先定义了网络中节点关联度,并构建了节点关联度矩阵, 在此基础上给出了一种基于 K-means聚类算法的复杂网络社团发现方法。 以最小关联度原则选取新的聚类中心, 以最大关联度原则进行模式归类,直到所有的节点都划分完为止, 最后根据模块度来确定理想的社团数-K-means clustering algorithm based on the association discovery To define a network node cor
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-15
    • 文件大小:115714
    • 提供者:maverick
  1. txt2pajek_2009-02

    0下载:
  2. 复杂网络文本文件转换为pajek软件所支持的数据格式-Text file into a complex network pajek data format supported by software
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:336907
    • 提供者:赵岳
  1. Rec_BaseOnCN

    0下载:
  2. 使用复杂网络提取图像边缘特征并进行识别的源代码,采用PCA_LDA算法对特征进行降维分类识别,识别效率很高。鲁棒性好-Extracted using image edge characteristics of complex networks and to identify the source code, using PCA_LDA algorithm to reduce the dimensions feature classification, identification with hi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3018
    • 提供者:张宏欣
  1. Matlabfreescale

    0下载:
  2. 基于MATLAB的无标度网络仿真,对于学习复杂网络很很好的启迪-MATLAB-based simulation of scale-free network, complex network is very good for learning inspired
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:180058
    • 提供者:ttcumt
  1. complexnetwork

    8下载:
  2. 复杂网络中有一些常见的基本模型,如随机图,WS小世界网络,NW小世界网络及BA无标度网络等,本程序从这些网络的产生机理,生成了这些复杂网络模型,并且分析了其基本性质如平均路径长度,聚类系数及度分布等。-Complex networks have some common basic model, such as random graph, WS small-world networks, NW small-world networks and scale-free BA network, the
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:10243
    • 提供者:whuic
  1. igraph_Reference_Manual

    0下载:
  2. igraph是复杂网络分析中著名的C函数库,实现了大部分经典算法。这里上传的参考手册详细介绍了其安装和使用方法,非常全面,全书有500页之多。-igraph is a complex network analysis in the well-known C library to achieve most of the classical algorithm. From here, a reference manual for details of their installation and u
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1176142
    • 提供者:X.Liu
  1. ucinet

    1下载:
  2. 该软件是用于社会网络建模与分析的,对于进行复杂网络研究的初学者很有帮助,集成了PAJEK软件包。声明,该软件来源与网上-The software is used for social network modeling and analysis for the study of complex networks useful for beginners, integrated PAJEK package. A statement, the software and on-line sources
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-06-10
    • 文件大小:17640808
    • 提供者:lihong
« 1 2 34 5 6 7 8 9 10 ... 49 »
搜珍网 www.dssz.com