-
-
GraphViewer.zip
GraphViewer will help you drawing the full graph and sub graph that are stored in full.txt and sub.txt. Using the TestGraph.exe to control it.
-
-
jgraphx-1_10_0_3.zip
Jgraph http://www.jgraph.com/ 是一个开源的,兼容Swing的基于MVC体系结构图形组件,具有以下特点: 1) 完全Swing兼容; 2) 简单、高效的设计;
-
-
draw.rar
PB 绘图插件
1、vg.exe是集成开发环境,运行它就可以图形绘制,设计图库,编写脚本,甚至调试运行。
2、vgctrl.dll是核心控件,需要运行"注册.bat"注册到计算机里面,该控件对dat目录存在依赖。
3、consts.bas是系统启动时执行的脚本程序。
4、lib目录里面是一些元件库的例子(请自行设计开发其他元件库)。
5、demo目录下是Visual Graph各种图形例子。
6、dat目录下的文件是vg.exe的界面,请切勿修改!!!
-
-
-
-
GD2013部分论文
Streamed Graph Drawing and the File Maintenance Problem.pdf
Minimum Length Embedding of Planar Graphs.pdf
Graphviz and Dynagraph — Static and Dynamic Graph Drawing Tools.pdf
-
三连通算法和自动布局算法
三连通算法参考论文:DIVIDING A GRAPH INTO TRICONNECTED COMPONENTS, J.E. Hopcroft and R.E. Tarjan TR 74-197
自动布局算法参考论文:Graph Drawing by Force-directed Placement, THOMAS M.J. FRUCHTERMAN AND EDWARD M. REINGOLD
-