搜索资源列表
小世界网络社团划分代码
- 小世界网络社团划分源代码。
shiyuan
- 小世界网络的试验程序!可以观察小世界网络的生成过程和结果!-small world network testing procedures. Can observe small world network formation process and results!
smallWorldNetwork
- 生成beta-小世界网络 % Authors: LuoNa, ECUST % v1.0 Created 30-May-2007-generation beta-small-world networks% Authors : LuoNa. ECUST% v1.0 Created 30-May-2007
B-A-smallworld-java-code
- 生成BA 小世界网络java 源程序,里面涉及到结点类RipplePeer可以另行自己实现,主要就是几个成员变量id,neighbors数组(与之连接的结点)和degree度数-BA small-world networks generated java source code, which relates to node can be its own category RipplePeer realize, the main vari
smallworld
- 一个用于生成小世界网络,并对其进行模拟的程序。-One used to generate small-world networks, and simulation procedures.
main1
- 实现了小世界网络模型和BA网络模型,并对节点都进行了研究。-The realization of the small-world network model and the BA network model, and nodes were studied.
smallworld
- 复杂网络中的小世界网络模型 用于实现小世界网络的模拟使用-Vermont
smallworld
- 复杂网络的基础,小世界网络的生成代码,包括平均路径和聚类系数-Complex network of basic, small-world networks generated code, including the average path and clustering coefficient
complexnetwork
- 复杂网络中有一些常见的基本模型,如随机图,WS小世界网络,NW小世界网络及BA无标度网络等,本程序从这些网络的产生机理,生成了这些复杂网络模型,并且分析了其基本性质如平均路径长度,聚类系数及度分布等。-Complex networks have some common basic model, such as random graph, WS small-world networks, NW small-world networks a
f1
- 这个源代码是小世界网络模型MATLAB仿真源代码。-small-world network
Diffusion_Dynamics
- 介绍了小世界网络的动态演化特性,如今复杂网络的研究已不再停留在静态统计参数的研究,而是进一步的研究其动态演化特性-Introduced the small-world network properties of the dynamics of evolution, the study of complex networks today is no longer remain in the static study of statisti
ch130.tsp
- 小世界网络的matlab实现,源代码。希望对大家有用。-MAtlab real sw.
small_world
- 构建小世界网络来表示学校学生的人际关系网络,在此基础之上研究学风的演化过程,考虑因素有学生的坚持程度、学生间的亲密程度、老师和家长的影响作用-Construction of small-world network to represent the networks of relationships between school students in this study based on the evolution of the st
scalefree
- 无标度网络与小世界网络,用matlab写了这两种网络的matlab程序-需要用到无标度网络与小世界网络,用matlab写了这两种网络的matlab程序
CA
- matlab关于小世界网络模型的程序 各位高手多多帮忙,以下是我写的关于WS小世界网络模型的代码,图形老是显示不出来,好像还有几处错误,因为是菜鸟,希望各位帮我指点一下。-The main goal of this work is to introduce a theoretical model, based on cellular automata, to simulate epidemic spreading.
matlab
- 小世界模型 近日需要用到无标度网络与小世界网络,早上用matlab写了这两种网络的matlab程序,放在这,有用者可以拿去用,请自己验证正确性后使用。 -Small-world model
WS小世界稳定性研究(附程序)
- WS 小世界网络简介、构造方法算法、稳定性分析,附程序(WS small world network profiles, construction methods, algorithms, stability analysis, including program)
一百行写小世界网络和无标度网络
- 一百行写小世界网络和无标度网络,可以用matlab实现(One hundred lines write small world networks and scale-free networks)
程序3 小世界网络上具有行为一致性的博弈模型
- 模拟小世界网络上具有行为一致性的博弈模型(A game model with behavior consistency on a simulated small world network)
小世界网络绘制
- 小世界网络绘制程序,通过生成最近邻耦合网络后按照概率取代每条连线来生成小世界网络。