搜索资源列表
complexnetwork
- 复杂网络中有一些常见的基本模型,如随机图,WS小世界网络,NW小世界网络及BA无标度网络等,本程序从这些网络的产生机理,生成了这些复杂网络模型,并且分析了其基本性质如平均路径长度,聚类系数及度分布等。-Complex networks have some common basic model, such as random graph, WS small-world networks, NW small-world networks a
ws
- 复杂网络中小世界网的生成算法,用FORTRAN语言编写-small-world network
CA
- matlab关于小世界网络模型的程序 各位高手多多帮忙,以下是我写的关于WS小世界网络模型的代码,图形老是显示不出来,好像还有几处错误,因为是菜鸟,希望各位帮我指点一下。-The main goal of this work is to introduce a theoretical model, based on cellular automata, to simulate epidemic spreading.
WSNWnetworkmatlabvariable
- 复杂网络的MATLAB仿真,有AB和BA模型,WS和NW小世界模型,并对他们的统计特征进行分析比较-MATLAB simulation of complex networks, with AB and BA model, WS and NW small-world model, and their statistical analysis and comparison of features
WS
- WS小世界模型,对于复杂网络来说是最重要的。-WS small word
ws
- 复杂网络小世界算法MATLAB实现,学习复杂网络的朋友可以以此为开始学习算法-MATLAB complex network to achieve small world algorithm, learning this complex network of friends can start learning algorithm for the
cheng-xu
- 关于WS小世界的仿真,对于初学者来说可能比较有用·~· 大家可以看看 是用matlab编写的-WS small world on the simulation, might be useful for beginners ~* we can see is written in matlab
small-world
- 程序以WS小世界模型及其改进版(by Newman and Watts (1999a).)为基础建立网络模型,计算网络平均距离,验证“六度分割”理论-Procedures to WS small world model and its improved version (by Newman and Watts (1999a).)-Based networking model to calculate the average distan
some-basic-model-in-complex-network
- 该压缩包中包含:BA无标度网络、随机图、WS小世界网络、NW小世界网络、最近邻耦合网络、平均路径长度、度分布、聚类系数的matlab源代码。-The compressed packages that include: BA scale-free network, random map, WS small world network, network, the small world NW neighbour coupling netwo
ws
- 在网络理论中,小世界网络是一类特殊的复杂网络结构,在这种网络中大部份的节点彼此并不相连,但绝大部份节点之间经过少数几步就可到达-small world model
complex-net
- 复杂网络中有如随机图,WS小世界网络,NW小世界网络及BA无标度网络等一些常见的基本模型,,本程序从这些网络的产生机理,生成了这些复杂网络模型,并且分析了其基本性质如平均路径长度,聚类系数及度分布等。-Complex networks like the random graph, WS small world network, NW small-world network and BA scale-free network and so
WS_net
- WS_net WS小世界网络,运行无错误,推荐下载!-WS_net WS small-world networks, error-free operation, it is recommended to download!
littleworld
- NW小世界网络的构成原则为:从一个环状的规则网络开始,网络含有N个结点,每个结点向与它最近邻的K个结点连出K条边,并满足N>>K>>In(N)>>1。随后进行随机化加边,以概率p在随机选取的一对节点之间加上一条边。其中,任意两个不同的节点之间至多只能有一条边,并且每一个节点都不能有边与自身相连。改变p值可以实现从最近邻耦合网络(p=0)向全局耦合网络(p=1)转变。在p足够小和N足够大时,NW小世界模
small-world-networks
- 1998年, Watts和Strogatz 提出了小世界网络这一概念,并建立了WS模型。 实证结果表明,大多数的真实网络都具有小世界特性(较小的最短路径) 和聚类特性(较大的聚类系数) 。 WS小世界模型构造算法 1、从规则图开始:考虑一个含有N个点的最近邻耦合网络,它们围成一个环,其中每个节点都与它左右相邻的各K/2节点相连,K是偶数。 2、随机化重连:以概率p随机地从新连接网络中的每个边,即将边的一个端点保持不变,而另一
edwsnet
- 该例程描述了WS小世界网络的构建生长过程,体现出六度分割理论。-This example describes the construction of small-world networks WS growth process, reflecting the theory of six degrees of separation.
WS-MOD
- 用于生成一个WS小世界模型并且计算其平均路径长度-Used to generate a WS small world model and calculate its average path length
WS-MOD2
- 用于生成一个WS小世界模型,并且计算其度分布-It is used to generate a WS small world model, and calculate its degree distribution
WS小世界稳定性研究(附程序)
- WS 小世界网络简介、构造方法算法、稳定性分析,附程序(WS small world network profiles, construction methods, algorithms, stability analysis, including program)
main.c
- 使用c语言的WS小世界生成算法,同时计算了网络的最短距离、度分布、聚集系数(WS SMALL WORLD NETWORK GENERATE ALGORITHM BY USING C)
Net_fun
- matlab NW与WS小世界网络的生成算法以及可视化(The generation algorithm of NW-smallworld network and WS-smallworld network.)