搜索资源列表
ERRandomGraph
- ER随机图算法,matlab程序,复杂网络仿真-ER random graph algorithms, Matlab procedures, complex network simulation
ERRandomGraph
- ER随机图算法,matlab程序,复杂网络仿真-ER random graph algorithms, Matlab procedures, complex network simulation
ER-SW-BA
- 此程序是关于随机图、小世界网络、无标度网络的仿真程序,很有用的-This program is about the random graph, small world network, scale-free network simulation program, very useful
matrix4ER
- 生成ER随机图模型,并返回参数和度分布图-Generate ER random graph model, and return parameters and degree distribution
ER随机图构造算法
- ER随机图构造算法思路: (1)初始化:给定N个节点以及连边概率p~[0,1] (2)随机连边: 1.选择一对没有边相连的不同的节点。 2.生成一个随机数 r~(0,1)。 3.如果r < p,那么在这对节点之间添加一条边,否则就不添加。 4.重复1,2,3,直到所有的节点对都被选择。(The idea of ER random graph construction algorithm:
RandomGraphCreation
- 用于计算ER随机图,可随机生成一定节点数量的无向连通图。(Randomly generate undirected graph)