网络分析算法in GTL初探

 

                                     网络分析算法in GTL初探

                                        By wangsh 2011-11-23

 

       GTL全名是Graph Template Library,是C++语言实现的开源图算法库,其主要功能包含无向图、有向图的算法,包含图生成、最短路径等等经典算法(参考1、2)。

   GTL最新版本是1.2.4。
   编译GTL,中间有些小问题,还在想办法逐个解决等编译完成上传过程。
   如果你编译好之后,可以参考现有的例子使用GTL, 
 
    Enjoy GTL!
 

 

参考资料

1.     GTL主页  http://www.fim.uni-passau.de/en/fim/faculty/chairs/theoretische-informatik/projects.html     

2.     GTL介绍 http://www.cs.sunysb.edu/~algorith/implement/gtl/implement.shtml   

3.     简介 http://www.sai.msu.su/sal/E/0/GTL.html

4.     编译GTL1.2.2版本 http://nacmos.sourceforge.net/installingGTL.html

5.     源码下载:http://www.fim.uni-passau.de/fileadmin/files/lehrstuhl/brandenburg/projekte/gtl/GTL-1.2.4-lgpl.tar.gz

你可能感兴趣的:(c,算法,网络,Graph,语言,library)