更改

跳到导航 跳到搜索
第56行: 第56行:  
参考:[https://en.wikipedia.org/wiki/Diffusion-limited_aggregation 扩散限制凝聚],[https://en.wikipedia.org/wiki/Pattern_formation 模式构成]。
 
参考:[https://en.wikipedia.org/wiki/Diffusion-limited_aggregation 扩散限制凝聚],[https://en.wikipedia.org/wiki/Pattern_formation 模式构成]。
   −
==构建小世界网络代码实现==
+
=== 代码实现 ===
 
+
==== 使用networkx生成小世界网络 ====
=== 使用networkx生成小世界网络 ===
   
<syntaxhighlight lang="python">
 
<syntaxhighlight lang="python">
   第78行: 第77行:  
[[File:图1.png|400px]]
 
[[File:图1.png|400px]]
   −
=== 使用原生方法x生成小世界网络 ===
+
 
 +
====使用原生方法x生成小世界网络====
 
<syntaxhighlight lang="python">
 
<syntaxhighlight lang="python">
 
G = nx.Graph()
 
G = nx.Graph()
330

个编辑

导航菜单