Python
可以用python的一个包networkx,在这里下载安装后,在python shell 里可以编写如下代码:import networkx as nxG=nx.Graph() G.add_node(...