搜索资源列表
jgrapht-0.7.3
- 解压后,源码在org目录下,只需放到相应的路径下,双击jar可以观察结果。JGrapht对象画图的机制是:将图元定义为一个一个的cell,每个cell可以是一个顶点(vertex)、边(edge)或者节点(port)中的一种。顶点可以有邻接的顶点,他们通过边相联系,边联接的两个端点称为目标和源,每个目标或者源是一个节点。节点是顶点的孩子。每个cell都可以有自己的孩子。 -Decompression, the source directory in the org, just put the
Graphtest
- A demo applet that shows how to use JGraph to visualize JGraphT graphs.
jgrapht-0.8.3
- java library for efficient data structures for all graph algorithms