在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → graphviz-2.24.0.tar.gz

graphviz-2.24.0.tar.gz

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:15.97M
  • 下载次数:0
  • 浏览次数:73
  • 发布时间:2020-08-11
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.gz
  • 所需积分:2
 

实例介绍

【实例简介】
graphviz-2.24.0.tar.gz
【实例截图】
【核心代码】
graphviz-2.24.0.tar
└── graphviz-2.24.0
├── aclocal.m4
├── ast_common.h
├── ast_common.h.in
├── AUTHORS
├── autogen.sh
├── awk
│   ├── brewer.awk
│   ├── colortbl.awk
│   ├── stringize.awk
│   ├── svgcolor.awk
│   └── typegraph.awk
├── builddate.h
├── ChangeLog
├── cmd
│   ├── dot
│   │   ├── dot.1
│   │   ├── dot.1.pdf
│   │   ├── dot_builtins.c
│   │   ├── dot.c
│   │   ├── dot.vcproj
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── no_builtins.c
│   │   ├── osage.1
│   │   └── osage.1.pdf
│   ├── dotty
│   │   ├── dotty.1
│   │   ├── dotty.1.pdf
│   │   ├── dotty.bsh
│   │   ├── dotty_draw.lefty
│   │   ├── dotty_edit.lefty
│   │   ├── dotty.ksh
│   │   ├── dotty_layout.lefty
│   │   ├── dotty.lefty
│   │   ├── dotty.sh
│   │   ├── dotty_ui.lefty
│   │   ├── dotty.vcproj
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── mswin32
│   │   │   ├── doinst
│   │   │   ├── dotty.c
│   │   │   └── dotty.mak
│   │   └── notes
│   ├── gvpr
│   │   ├── actions.c
│   │   ├── actions.h
│   │   ├── compile.c
│   │   ├── compile.h
│   │   ├── gdefs.h
│   │   ├── gprdata
│   │   ├── gprstate.c
│   │   ├── gprstate.h
│   │   ├── gvpr.1
│   │   ├── gvpr.1.pdf
│   │   ├── gvpr.c
│   │   ├── gvpr.vcproj
│   │   ├── lib
│   │   │   ├── collapse.g
│   │   │   ├── dechain.g
│   │   │   ├── deghist.g
│   │   │   ├── delmulti.g
│   │   │   ├── depath.g
│   │   │   ├── flatten.g
│   │   │   ├── group.g
│   │   │   ├── knbhd.g
│   │   │   ├── maxdeg.g
│   │   │   └── span.g
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── mkdefs.c
│   │   ├── parse.c
│   │   ├── parse.h
│   │   ├── queue.c
│   │   └── queue.h
│   ├── lefty
│   │   ├── aix_mods
│   │   │   ├── common.h
│   │   │   ├── exec.c
│   │   │   └── tbl.c
│   │   ├── code.c
│   │   ├── code.h
│   │   ├── colors.txt
│   │   ├── common.c
│   │   ├── common.h
│   │   ├── cs2l
│   │   │   ├── cs2l.c
│   │   │   └── cs2l.h
│   │   ├── display.c
│   │   ├── display.h
│   │   ├── dot2l
│   │   │   ├── dot2l.c
│   │   │   ├── dot2l.h
│   │   │   ├── dotlex.c
│   │   │   ├── dotparse.c
│   │   │   ├── dotparse.h
│   │   │   ├── dotparse.y
│   │   │   ├── dottrie.c
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── triefa.c
│   │   │   ├── triefa.h
│   │   │   ├── y.output
│   │   │   ├── y.tab.c
│   │   │   └── y.tab.h
│   │   ├── examples
│   │   │   ├── box.lefty
│   │   │   ├── def.lefty
│   │   │   ├── fractal2.lefty
│   │   │   ├── fractal.lefty
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── slides.lefty
│   │   │   └── tree.lefty
│   │   ├── exec.c
│   │   ├── exec.h
│   │   ├── g.c
│   │   ├── gfxview.c
│   │   ├── gfxview.h
│   │   ├── g.h
│   │   ├── internal.c
│   │   ├── internal.h
│   │   ├── io.h
│   │   ├── lefty.1
│   │   ├── lefty.1.pdf
│   │   ├── lefty.c
│   │   ├── lefty.psp
│   │   ├── lefty.vcproj
│   │   ├── lex.c
│   │   ├── lex.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── mem.c
│   │   ├── mem.h
│   │   ├── os
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── mswin32
│   │   │   │   ├── io.c
│   │   │   │   ├── Makefile.am
│   │   │   │   └── Makefile.in
│   │   │   └── unix
│   │   │   ├── io.c
│   │   │   ├── Makefile.am
│   │   │   └── Makefile.in
│   │   ├── parse.c
│   │   ├── parse.h
│   │   ├── str.c
│   │   ├── str.h
│   │   ├── tbl.c
│   │   ├── tbl.h
│   │   ├── txtview.c
│   │   ├── txtview.h
│   │   └── ws
│   │   ├── gtk
│   │   │   ├── garray.c
│   │   │   ├── gbutton.c
│   │   │   ├── gcanvas.c
│   │   │   ├── gcommon.c
│   │   │   ├── gcommon.h
│   │   │   ├── glabel.c
│   │   │   ├── gmenu.c
│   │   │   ├── gpcanvas.c
│   │   │   ├── gquery.c
│   │   │   ├── gscroll.c
│   │   │   ├── gtext.c
│   │   │   └── gview.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── mswin32
│   │   │   ├── garray.c
│   │   │   ├── gbutton.c
│   │   │   ├── gcanvas.c
│   │   │   ├── gcommon.c
│   │   │   ├── gcommon.h
│   │   │   ├── glabel.c
│   │   │   ├── gmenu.c
│   │   │   ├── gpcanvas.c
│   │   │   ├── gquery.c
│   │   │   ├── gscroll.c
│   │   │   ├── gtext.c
│   │   │   ├── gview.c
│   │   │   ├── lefty.rc
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   └── resource.h
│   │   ├── none
│   │   │   ├── garray.c
│   │   │   ├── gbutton.c
│   │   │   ├── gcanvas.c
│   │   │   ├── gcommon.c
│   │   │   ├── gcommon.h
│   │   │   ├── glabel.c
│   │   │   ├── gmenu.c
│   │   │   ├── gpcanvas.c
│   │   │   ├── gquery.c
│   │   │   ├── gscroll.c
│   │   │   ├── gtext.c
│   │   │   └── gview.c
│   │   └── x11
│   │   ├── garray.c
│   │   ├── gbutton.c
│   │   ├── gcanvas.c
│   │   ├── gcommon.c
│   │   ├── gcommon.h
│   │   ├── glabel.c
│   │   ├── gmenu.c
│   │   ├── gpcanvas.c
│   │   ├── gquery.c
│   │   ├── gscroll.c
│   │   ├── gtext.c
│   │   ├── gview.c
│   │   ├── libfilereq
│   │   │   ├── Dir.c
│   │   │   ├── Draw.c
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── Path.c
│   │   │   ├── README.selfile
│   │   │   ├── SelFile.c
│   │   │   ├── SFDecls.h
│   │   │   ├── SF.h
│   │   │   ├── SFinternal.h
│   │   │   └── xstat.h
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── lneato
│   │   ├── lneato.1
│   │   ├── lneato.1.pdf
│   │   ├── lneato.bsh
│   │   ├── lneato.ksh
│   │   ├── lneato.sh
│   │   ├── lneato.vcproj
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   └── mswin32
│   │   ├── doinst
│   │   ├── lneato.c
│   │   └── lneato.mak
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── Makefile.old
│   ├── smyrna
│   │   ├── btree.c
│   │   ├── btree.h
│   │   ├── draw.c
│   │   ├── draw.h
│   │   ├── filter.c
│   │   ├── filter.h
│   │   ├── glexpose.c
│   │   ├── glexpose.h
│   │   ├── glmotion.c
│   │   ├── glmotion.h
│   │   ├── gltemplate.c
│   │   ├── gltemplate.h
│   │   ├── gui
│   │   │   ├── beacon.c
│   │   │   ├── beacon.h
│   │   │   ├── callbacks.c
│   │   │   ├── callbacks.h
│   │   │   ├── datalistcallbacks.c
│   │   │   ├── datalistcallbacks.h
│   │   │   ├── filterscallbacks.c
│   │   │   ├── filterscallbacks.h
│   │   │   ├── glmenu.c
│   │   │   ├── glmenu.h
│   │   │   ├── gui.c
│   │   │   ├── gui.h
│   │   │   ├── menucallbacks.c
│   │   │   ├── menucallbacks.h
│   │   │   ├── toolboxcallbacks.c
│   │   │   ├── toolboxcallbacks.h
│   │   │   ├── topviewsettings.c
│   │   │   └── topviewsettings.h
│   │   ├── gvprpipe.c
│   │   ├── gvprpipe.h
│   │   ├── hier.c
│   │   ├── hier.h
│   │   ├── main.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── materials.h
│   │   ├── md5.c
│   │   ├── md5.h
│   │   ├── selection.c
│   │   ├── selection.h
│   │   ├── smyrnadefs.h
│   │   ├── smyrna.vcproj
│   │   ├── support.c
│   │   ├── support.h
│   │   ├── template.c
│   │   ├── topfisheyeview.c
│   │   ├── topfisheyeview.h
│   │   ├── topview.c
│   │   ├── topviewdata.c
│   │   ├── topviewdata.h
│   │   ├── topviewdefs.h
│   │   ├── topview.h
│   │   ├── trackball.c
│   │   ├── trackball.h
│   │   ├── tvnodes.c
│   │   ├── tvnodes.h
│   │   ├── viewport.c
│   │   ├── viewportcamera.c
│   │   ├── viewportcamera.h
│   │   └── viewport.h
│   └── tools
│   ├── acyclic.1
│   ├── acyclic.1.pdf
│   ├── acyclic.c
│   ├── acyclic.vcproj
│   ├── bcomps.1
│   ├── bcomps.1.pdf
│   ├── bcomps.c
│   ├── bcomps.vcproj
│   ├── ccomps.1
│   ├── ccomps.1.pdf
│   ├── ccomps.c
│   ├── ccomps.vcproj
│   ├── colortbl.h
│   ├── colxlate.c
│   ├── convert.h
│   ├── cvtgxl.c
│   ├── dijkstra.1
│   ├── dijkstra.1.pdf
│   ├── dijkstra.c
│   ├── dijkstra.vcproj
│   ├── gc.1
│   ├── gc.1.pdf
│   ├── gc.c
│   ├── gc.vcproj
│   ├── graph_generator.c
│   ├── graph_generator.h
│   ├── gv2gxl.c
│   ├── gv2gxl.vcproj
│   ├── gvcolor.1
│   ├── gvcolor.1.pdf
│   ├── gvcolor.c
│   ├── gvcolor.vcproj
│   ├── gvgen.1
│   ├── gvgen.1.pdf
│   ├── gvgen.c
│   ├── gvgen.vcproj
│   ├── gvpack.1
│   ├── gvpack.1.pdf
│   ├── gvpack_builtins.c
│   ├── gvpack.c
│   ├── gvpack.vcproj
│   ├── gxl2gv.1
│   ├── gxl2gv.1.pdf
│   ├── gxl2gv.c
│   ├── gxl2gv.vcproj
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── Makefile.old
│   ├── matrix_market.c
│   ├── matrix_market.h
│   ├── mm2gv.1
│   ├── mm2gv.1.pdf
│   ├── mm2gv.c
│   ├── mm2gv.vcproj
│   ├── mmio.c
│   ├── mmio.h
│   ├── nop.1
│   ├── nop.1.pdf
│   ├── nop.c
│   ├── nop.vcproj
│   ├── sccmap.1
│   ├── sccmap.1.pdf
│   ├── sccmap.c
│   ├── sccmap.vcproj
│   ├── tred.1
│   ├── tred.1.pdf
│   ├── tred.c
│   ├── tred.vcproj
│   ├── unflatten.1
│   ├── unflatten.1.pdf
│   ├── unflatten.c
│   └── unflatten.vcproj
├── compat_getopt.h
├── compat.h
├── config
│   ├── compile
│   ├── config.guess
│   ├── config_perl.pl
│   ├── config_python.py
│   ├── config.rpath
│   ├── config_ruby.rb
│   ├── config.sub
│   ├── config_tcl.tcl
│   ├── depcomp
│   ├── install-sh
│   ├── ltmain.sh
│   ├── missing
│   └── ylwrap
├── config.h.in
├── config.h.old
├── config.iffe
├── Config.mk.old
├── configure
├── configure.ac
├── configure.old
├── contrib
│   ├── diffimg
│   │   ├── diffimg.c
│   │   ├── diffimg.vcproj
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── dirgraph
│   │   ├── apache.dot
│   │   ├── bsdarch.dot
│   │   ├── bsdkernel.dot
│   │   ├── dirgraph.pl
│   │   ├── linux.dot
│   │   ├── Makefile.old
│   │   ├── named.dot
│   │   └── README
│   ├── dotmcl.pl
│   ├── gprof2dot.awk
│   ├── INDEX
│   ├── lefty-grace
│   │   ├── dotty_draw.lefty
│   │   ├── dotty_edit.lefty
│   │   ├── dotty.lefty
│   │   ├── dotty_ui.lefty
│   │   ├── Makefile.old
│   │   └── README
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── Makefile.old
│   ├── prune
│   │   ├── generic_list.c
│   │   ├── generic_list.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── Makefile.orig
│   │   ├── prune.1
│   │   ├── prune.c
│   │   ├── prune.pdf
│   │   ├── prune.vcproj
│   │   ├── README
│   │   └── test.dot
│   ├── sdlshapes
│   │   ├── README
│   │   ├── sdl.ps
│   │   └── sdlshapes.dot
│   ├── webdot.cgi
│   └── xdot
│   ├── libxdot.pc.in
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── Makefile.old
│   ├── xdot.c
│   └── xdot.h
├── COPYING
├── cpl1.0.txt
├── debian
│   ├── changelog
│   ├── changelog.in
│   ├── compat
│   ├── control
│   ├── copyright
│   ├── graphviz-doc.doc-base
│   ├── graphviz-doc.install
│   ├── graphviz.install
│   ├── graphviz.menu
│   ├── libgraphviz4.install
│   ├── libgraphviz4.lintian-overrides
│   ├── libgraphviz4.postinst
│   ├── libgraphviz4.postrm
│   ├── libgraphviz-config-update.pod.in
│   ├── libgraphviz-dev.install
│   ├── libgv-guile.install
│   ├── libgv-lua.install
│   ├── libgv-ocaml.install
│   ├── libgv-perl.install
│   ├── libgv-php5.install
│   ├── libgv-python.install
│   ├── libgv-ruby.install
│   ├── libgv-tcl.install
│   ├── patches
│   │   └── series
│   ├── pyversions
│   ├── README.Debian
│   ├── README.Debian-packaging
│   ├── rules
│   ├── TODO
│   └── watch.in
├── doc
│   ├── addingLayout.txt
│   ├── build.html
│   ├── char.html
│   ├── dotguide.pdf
│   ├── Dot.ref
│   ├── dottyguide.pdf
│   ├── FAQ.html
│   ├── fontfaq.txt
│   ├── Gdtclft2.2.5.example.png
│   ├── index.html
│   ├── info
│   │   ├── aa_box.gif
│   │   ├── aa_crow.gif
│   │   ├── aa_diamond.gif
│   │   ├── aa_dot.gif
│   │   ├── aa_inv.gif
│   │   ├── aa_lbox.gif
│   │   ├── aa_lcrow.gif
│   │   ├── aa_ldiamond.gif
│   │   ├── aa_linv.gif
│   │   ├── aa_lnormal.gif
│   │   ├── aa_ltee.gif
│   │   ├── aa_lvee.gif
│   │   ├── aa_none.gif
│   │   ├── aa_normal.gif
│   │   ├── aa_obox.gif
│   │   ├── aa_odiamond.gif
│   │   ├── aa_odot.gif
│   │   ├── aa_oinv.gif
│   │   ├── aa_olbox.gif
│   │   ├── aa_oldiamond.gif
│   │   ├── aa_olinv.gif
│   │   ├── aa_olnormal.gif
│   │   ├── aa_onormal.gif
│   │   ├── aa_orbox.gif
│   │   ├── aa_ordiamond.gif
│   │   ├── aa_orinv.gif
│   │   ├── aa_ornormal.gif
│   │   ├── aa_rbox.gif
│   │   ├── aa_rcrow.gif
│   │   ├── aa_rdiamond.gif
│   │   ├── aa_rinv.gif
│   │   ├── aa_rnormal.gif
│   │   ├── aa_rtee.gif
│   │   ├── aa_rvee.gif
│   │   ├── aa_tee.gif
│   │   ├── aa_vee.gif
│   │   ├── a_box.gif
│   │   ├── a_crow.gif
│   │   ├── a_diamond.gif
│   │   ├── a_dot.gif
│   │   ├── a_ediamond.gif
│   │   ├── a_empty.gif
│   │   ├── a_forward.gif
│   │   ├── a_halfopen.gif
│   │   ├── a_invdot.gif
│   │   ├── a_invempty.gif
│   │   ├── a_inv.gif
│   │   ├── a_invodot.gif
│   │   ├── a_lteeoldiamond.gif
│   │   ├── a_nohead.gif
│   │   ├── a_none.gif
│   │   ├── a_normal.gif
│   │   ├── a_obox.gif
│   │   ├── a_odiamond.gif
│   │   ├── a_odot.gif
│   │   ├── a_open.gif
│   │   ├── arrows.html
│   │   ├── a_tee.gif
│   │   ├── attrs.html
│   │   ├── back.gif
│   │   ├── both.gif
│   │   ├── box3d.gif
│   │   ├── box.gif
│   │   ├── circle.gif
│   │   ├── colorlist.gif
│   │   ├── colors.html
│   │   ├── command.html
│   │   ├── component.gif
│   │   ├── constraint.gif
│   │   ├── diamond.gif
│   │   ├── doublecircle.gif
│   │   ├── doubleoctagon.gif
│   │   ├── egg.gif
│   │   ├── ellipse.gif
│   │   ├── fill.gif
│   │   ├── folder.gif
│   │   ├── forward.gif
│   │   ├── hexagon.gif
│   │   ├── house.gif
│   │   ├── html1.gif
│   │   ├── html2.dot
│   │   ├── html2.gif
│   │   ├── html3.dot
│   │   ├── html3.gif
│   │   ├── html4.dot
│   │   ├── html4.gif
│   │   ├── index.html
│   │   ├── invhouse.gif
│   │   ├── invtrapezium.gif
│   │   ├── invtriangle.gif
│   │   ├── lang.html
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Mcircle.gif
│   │   ├── Mdiamond.gif
│   │   ├── mrecord.gif
│   │   ├── Msquare.gif
│   │   ├── nohead.gif
│   │   ├── none.gif
│   │   ├── note.gif
│   │   ├── octagon.gif
│   │   ├── output.html
│   │   ├── parallelogram.gif
│   │   ├── pentagon.gif
│   │   ├── plaintext.gif
│   │   ├── plugins.png
│   │   ├── point.gif
│   │   ├── polygon.gif
│   │   ├── record2.gif
│   │   ├── record.gif
│   │   ├── rectangle.gif
│   │   ├── rect.gif
│   │   ├── round.gif
│   │   ├── sdlshapes.png
│   │   ├── septagon.gif
│   │   ├── shapes.html
│   │   ├── tab.gif
│   │   ├── trapezium.gif
│   │   ├── triangle.gif
│   │   └── tripleoctagon.gif
│   ├── latex_suggestions.txt
│   ├── leftyguide.pdf
│   ├── libguide
│   │   └── libguide.pdf
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── neatoguide.pdf
│   ├── pspdf.png
│   ├── schema
│   │   ├── arguments.xml
│   │   ├── attributes.xml
│   │   ├── attributes.xslt
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── todo.html
│   └── winbuild.html
├── dot.demo
│   ├── demo.c
│   ├── dot.c
│   ├── dot_demo.vcproj
│   ├── example.c
│   ├── gv_test.py
│   ├── Makefile
│   ├── Makefile.builtins
│   ├── Makefile.python_wrapper
│   ├── Makefile.python_wrapper_builtins
│   ├── neatopack.c
│   └── simple.c
├── Doxyfile
├── Doxyfile.in
├── features
│   └── common
├── graphs
│   ├── directed
│   │   ├── abstract.gv
│   │   ├── alf.gv
│   │   ├── arrows.gv
│   │   ├── awilliams.gv
│   │   ├── clust1.gv
│   │   ├── clust2.gv
│   │   ├── clust3.gv
│   │   ├── clust4.gv
│   │   ├── clust5.gv
│   │   ├── clust.gv
│   │   ├── crazy.gv
│   │   ├── ctext.gv
│   │   ├── dfa.gv
│   │   ├── fig6.gv
│   │   ├── fsm.gv
│   │   ├── grammar.gv
│   │   ├── hashtable.gv
│   │   ├── honda-tokoro.gv
│   │   ├── jcctree.gv
│   │   ├── jsort.gv
│   │   ├── KW91.gv
│   │   ├── Latin1.gv
│   │   ├── ldbxtried.gv
│   │   ├── longflat.gv
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── mike.gv
│   │   ├── NaN.gv
│   │   ├── nhg.gv
│   │   ├── oldarrows.gv
│   │   ├── pgram.gv
│   │   ├── pm2way.gv
│   │   ├── pmpipe.gv
│   │   ├── polypoly.gv
│   │   ├── proc3d.gv
│   │   ├── psfonttest.gv
│   │   ├── record2.gv
│   │   ├── records.gv
│   │   ├── rowe.gv
│   │   ├── russian.gv
│   │   ├── sdh.gv
│   │   ├── shells.gv
│   │   ├── states.gv
│   │   ├── structs.gv
│   │   ├── switch.gv
│   │   ├── table.gv
│   │   ├── train11.gv
│   │   ├── trapeziumlr.gv
│   │   ├── tree.gv
│   │   ├── triedds.gv
│   │   ├── try.gv
│   │   ├── unix2.gv
│   │   ├── unix.gv
│   │   ├── viewfile.gv
│   │   └── world.gv
│   ├── Makefile.am
│   ├── Makefile.in
│   └── undirected
│   ├── ER.gv
│   ├── Heawood.gv
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── ngk10_4.gv
│   ├── Petersen.gv
│   └── process.gv
├── graphviz.7
├── graphviz.sln
├── graphviz.spec
├── graphviz.spec.in
├── graphviz.vcproj
├── graphviz_version.h
├── iffe
├── INSTALL
├── INSTALL.old
├── lib
│   ├── ast
│   │   ├── align.h
│   │   ├── ast.h
│   │   ├── ast.vcproj
│   │   ├── chresc.c
│   │   ├── chrtoi.c
│   │   ├── compat_unistd.h
│   │   ├── error.c
│   │   ├── error.h
│   │   ├── fmtbuf.c
│   │   ├── fmtesc.c
│   │   ├── hashkey.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── pathaccess.c
│   │   ├── pathbin.c
│   │   ├── pathcanon.c
│   │   ├── pathcat.c
│   │   ├── pathexists.c
│   │   ├── pathfind.c
│   │   ├── pathgetlink.c
│   │   ├── pathpath.c
│   │   ├── sfstr.h
│   │   ├── strcopy.c
│   │   ├── strerror.c
│   │   ├── stresc.c
│   │   ├── strmatch.c
│   │   └── strton.c
│   ├── cdt
│   │   ├── cdt.3
│   │   ├── cdt.3.pdf
│   │   ├── cdt.def
│   │   ├── cdt.h
│   │   ├── cdt.vcproj
│   │   ├── dtclose.c
│   │   ├── dtdisc.c
│   │   ├── dtextract.c
│   │   ├── dtflatten.c
│   │   ├── dthash.c
│   │   ├── dthdr.h
│   │   ├── dtlist.c
│   │   ├── dtmethod.c
│   │   ├── dtopen.c
│   │   ├── dtrenew.c
│   │   ├── dtrestore.c
│   │   ├── dtsize.c
│   │   ├── dtstat.c
│   │   ├── dtstrhash.c
│   │   ├── dttree.c
│   │   ├── dtview.c
│   │   ├── dtwalk.c
│   │   ├── features
│   │   │   └── common
│   │   ├── libcdt.pc.in
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   └── README
│   ├── cgraph
│   │   ├── agerror.c
│   │   ├── agxbuf.c
│   │   ├── agxbuf.h
│   │   ├── apply.c
│   │   ├── attr.c
│   │   ├── cghdr.h
│   │   ├── cgraph.3
│   │   ├── cgraph.3.pdf
│   │   ├── cgraph.def
│   │   ├── cgraph.h
│   │   ├── cgraph.vcproj
│   │   ├── cmpnd.c
│   │   ├── edge.c
│   │   ├── flatten.c
│   │   ├── grammar.c
│   │   ├── grammar.h
│   │   ├── grammar.y
│   │   ├── graph.c
│   │   ├── id.c
│   │   ├── imap.c
│   │   ├── io.c
│   │   ├── libcgraph.pc.in
│   │   ├── main.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── malloc.h
│   │   ├── mem.c
│   │   ├── node.c
│   │   ├── obj.c
│   │   ├── pend.c
│   │   ├── rec.c
│   │   ├── refstr.c
│   │   ├── scan.c
│   │   ├── scan.l
│   │   ├── subg.c
│   │   ├── tester.c
│   │   ├── utils.c
│   │   ├── vmstub.h
│   │   ├── write.c
│   │   ├── y.output
│   │   ├── y.tab.c
│   │   └── y.tab.h
│   ├── circogen
│   │   ├── block.c
│   │   ├── block.h
│   │   ├── blockpath.c
│   │   ├── blockpath.h
│   │   ├── blocktree.c
│   │   ├── blocktree.h
│   │   ├── circo.h
│   │   ├── circpos.c
│   │   ├── circpos.h
│   │   ├── circular.c
│   │   ├── circular.h
│   │   ├── circularinit.c
│   │   ├── deglist.c
│   │   ├── deglist.h
│   │   ├── edgelist.c
│   │   ├── edgelist.h
│   │   ├── gvcircogen.vcproj
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── nodelist.c
│   │   ├── nodelist.h
│   │   ├── nodeset.c
│   │   ├── nodeset.h
│   │   ├── stack.c
│   │   └── stack.h
│   ├── common
│   │   ├── args.c
│   │   ├── arith.h
│   │   ├── arrows.c
│   │   ├── brewer_colors
│   │   ├── brewer_lib
│   │   ├── chars.tcl
│   │   ├── color.h
│   │   ├── color_lib
│   │   ├── color_names
│   │   ├── colorprocs.h
│   │   ├── colortbl.h
│   │   ├── colxlate.c
│   │   ├── const.h
│   │   ├── diagen.c
│   │   ├── emit.c
│   │   ├── entities.h
│   │   ├── entities.html
│   │   ├── entities.tcl
│   │   ├── fontmap.cfg
│   │   ├── fontmetrics.c
│   │   ├── geom.c
│   │   ├── geom.h
│   │   ├── geomprocs.h
│   │   ├── globals.c
│   │   ├── globals.h
│   │   ├── hpglgen.c
│   │   ├── htmllex.c
│   │   ├── htmllex.h
│   │   ├── htmlparse.c
│   │   ├── htmlparse.h
│   │   ├── htmlparse.y
│   │   ├── htmltable.c
│   │   ├── htmltable.h
│   │   ├── input.c
│   │   ├── labels.c
│   │   ├── logic.h
│   │   ├── macros.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── memory.c
│   │   ├── memory.h
│   │   ├── mifgen.c
│   │   ├── mpgen.c
│   │   ├── ns.c
│   │   ├── output.c
│   │   ├── picgen.c
│   │   ├── pointset.c
│   │   ├── pointset.h
│   │   ├── postproc.c
│   │   ├── ps_font_equiv.h
│   │   ├── ps_font_equiv.txt
│   │   ├── ps_fontmap.txt
│   │   ├── psusershape.c
│   │   ├── README.imap
│   │   ├── render.h
│   │   ├── routespl.c
│   │   ├── shapes.c
│   │   ├── splines.c
│   │   ├── strcasecmp.c
│   │   ├── strncasecmp.c
│   │   ├── svgcolor_lib
│   │   ├── svgcolor_names
│   │   ├── textpara.h
│   │   ├── timing.c
│   │   ├── types.h
│   │   ├── usershape.h
│   │   ├── utils.c
│   │   ├── utils.h
│   │   ├── vtxgen.c
│   │   ├── y.output
│   │   ├── y.tab.c
│   │   └── y.tab.h
│   ├── dotgen
│   │   ├── acyclic.c
│   │   ├── aspect.c
│   │   ├── aspect.h
│   │   ├── class1.c
│   │   ├── class2.c
│   │   ├── cluster.c
│   │   ├── compound.c
│   │   ├── conc.c
│   │   ├── decomp.c
│   │   ├── dot.h
│   │   ├── dotinit.c
│   │   ├── dotprocs.h
│   │   ├── dotsplines.c
│   │   ├── fastgr.c
│   │   ├── flat.c
│   │   ├── gvdotgen.vcproj
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── mincross.c
│   │   ├── position.c
│   │   ├── rank.c
│   │   └── sameport.c
│   ├── expr
│   │   ├── excc.c
│   │   ├── excontext.c
│   │   ├── exdata.c
│   │   ├── exerror.c
│   │   ├── exeval.c
│   │   ├── exexpr.c
│   │   ├── exgram.h
│   │   ├── exlexname.c
│   │   ├── exlib.h
│   │   ├── exopen.c
│   │   ├── exop.h
│   │   ├── exparse.c
│   │   ├── exparse.h
│   │   ├── exparse.y
│   │   ├── expr.h
│   │   ├── expr.vcproj
│   │   ├── exrewind.c
│   │   ├── extoken.c
│   │   ├── extype.c
│   │   ├── exzero.c
│   │   ├── libexpr.pc.in
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.nmake
│   │   ├── Makefile.old
│   │   ├── Makefile.orig
│   │   ├── y.output
│   │   ├── y.tab.c
│   │   └── y.tab.h
│   ├── fdpgen
│   │   ├── clusteredges.c
│   │   ├── clusteredges.h
│   │   ├── comp.c
│   │   ├── comp.h
│   │   ├── dbg.c
│   │   ├── dbg.h
│   │   ├── fdp.h
│   │   ├── fdpinit.c
│   │   ├── grid.c
│   │   ├── grid.h
│   │   ├── gvfdpgen.vcproj
│   │   ├── layout.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── tlayout.c
│   │   ├── tlayout.h
│   │   ├── xlayout.c
│   │   └── xlayout.h
│   ├── gd
│   │   ├── annotate.c
│   │   ├── bdftogd
│   │   ├── circletexttest.c
│   │   ├── config
│   │   │   ├── config.guess
│   │   │   ├── config.rpath
│   │   │   ├── config.sub
│   │   │   ├── depcomp
│   │   │   ├── gdlib-config.in
│   │   │   ├── install-sh
│   │   │   ├── ltmain.sh
│   │   │   ├── Makefile.am
│   │   │   ├── missing
│   │   │   └── mkinstalldirs
│   │   ├── config.hin
│   │   ├── configure.ac
│   │   ├── configure.pl
│   │   ├── COPYING
│   │   ├── demoin.png
│   │   ├── depcomp
│   │   ├── entities.h
│   │   ├── entities.html
│   │   ├── entities.tcl
│   │   ├── fontconfigtest.c
│   │   ├── fontsizetest.c
│   │   ├── fontwheeltest.c
│   │   ├── gd2copypal.c
│   │   ├── gd2time.c
│   │   ├── gd2togif.c
│   │   ├── gd2topng.c
│   │   ├── gd.c
│   │   ├── gdcache.c
│   │   ├── gdcache.h
│   │   ├── gdcmpgif.c
│   │   ├── gddemo.c
│   │   ├── gdfontg.c
│   │   ├── gdfontg.h
│   │   ├── gdfontl.c
│   │   ├── gdfontl.h
│   │   ├── gdfontmb.c
│   │   ├── gdfontmb.h
│   │   ├── gdfonts.c
│   │   ├── gdfonts.h
│   │   ├── gdfontt.c
│   │   ├── gdfontt.h
│   │   ├── gdft.c
│   │   ├── gdfx.c
│   │   ├── gdfx.h
│   │   ├── gd_gd2.c
│   │   ├── gd_gd.c
│   │   ├── gd_gif_in.c
│   │   ├── gd_gif_out.c
│   │   ├── gd.h
│   │   ├── gdhelpers.c
│   │   ├── gdhelpers.h
│   │   ├── gd.html
│   │   ├── gd_io.c
│   │   ├── gd_io_dp.c
│   │   ├── gd_io_file.c
│   │   ├── gd_io.h
│   │   ├── gd_io_ss.c
│   │   ├── gd_jpeg.c
│   │   ├── gdkanji.c
│   │   ├── gdparttopng.c
│   │   ├── gd_png.c
│   │   ├── gd_security.c
│   │   ├── gd_ss.c
│   │   ├── gdtables.c
│   │   ├── gdtest.c
│   │   ├── gdtestft.c
│   │   ├── gd_topal.c
│   │   ├── gdtopng.c
│   │   ├── gd.vcproj
│   │   ├── gd_wbmp.c
│   │   ├── gdxpm.c
│   │   ├── gifanimtest.c
│   │   ├── giftogd2.c
│   │   ├── index.html
│   │   ├── INSTALL
│   │   ├── install-item
│   │   ├── install-sh
│   │   ├── jisx0208.h
│   │   ├── Makefile.am
│   │   ├── Makefile.am.orig
│   │   ├── Makefile.in
│   │   ├── Makefile.in.orig
│   │   ├── Makefile.old
│   │   ├── makefile.sample
│   │   ├── missing
│   │   ├── mkinstalldirs
│   │   ├── pngtogd2.c
│   │   ├── pngtogd.c
│   │   ├── README-JPEG.TXT
│   │   ├── readme.jpn
│   │   ├── README.TXT
│   │   ├── test
│   │   │   ├── gdtest_200_300_150_100.png
│   │   │   ├── gdtest.gd2
│   │   │   ├── gdtest_merge.png
│   │   │   ├── gdtest.png
│   │   │   ├── gdtest_wbmp_to_png.png
│   │   │   └── Makefile.am
│   │   ├── testac.c
│   │   ├── testtr.c
│   │   ├── wbmp.c
│   │   ├── wbmp.h
│   │   └── webpng.c
│   ├── glcomp
│   │   ├── glcompbutton.c
│   │   ├── glcompbutton.h
│   │   ├── glcompdefs.h
│   │   ├── glcomplabel.c
│   │   ├── glcomplabel.h
│   │   ├── glcomppanel.c
│   │   ├── glcomppanel.h
│   │   ├── glcompset.c
│   │   ├── glcompset.h
│   │   ├── glcomptext.c
│   │   ├── glcomptext.h
│   │   ├── glcomptextpng.c
│   │   ├── glcomptextpng.h
│   │   ├── glcomptexture.c
│   │   ├── glcomptexture.h
│   │   ├── glCompTrackBar.c
│   │   ├── glCompTrackBar.h
│   │   ├── glcomp.vcproj
│   │   ├── glpangofont.c
│   │   ├── glpangofont.h
│   │   ├── glutils.c
│   │   ├── glutils.h
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── graph
│   │   ├── agxbuf.c
│   │   ├── agxbuf.h
│   │   ├── attribs.c
│   │   ├── edge.c
│   │   ├── graph.3
│   │   ├── graph.3.pdf
│   │   ├── graph.c
│   │   ├── graph.def
│   │   ├── graph.h
│   │   ├── graphio.c
│   │   ├── graph.vcproj
│   │   ├── lexer.c
│   │   ├── libgraph.h
│   │   ├── libgraph.pc.in
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── node.c
│   │   ├── parser.c
│   │   ├── parser.h
│   │   ├── parser.y
│   │   ├── refstr.c
│   │   ├── trie.c
│   │   ├── triefa.cP
│   │   ├── triefa.h
│   │   ├── y.output
│   │   ├── y.tab.c
│   │   └── y.tab.h
│   ├── gvc
│   │   ├── gvc.3
│   │   ├── gvc.3.pdf
│   │   ├── gvc.c
│   │   ├── gvcext.h
│   │   ├── gvc.h
│   │   ├── gvcint.h
│   │   ├── gvcjob.h
│   │   ├── gvcommon.h
│   │   ├── gvconfig.c
│   │   ├── gvconfig.h
│   │   ├── gvcontext.c
│   │   ├── gvcproc.h
│   │   ├── gvc.vcproj
│   │   ├── gvdevice.c
│   │   ├── gvevent.c
│   │   ├── gvio.h
│   │   ├── gvjobs.c
│   │   ├── gvlayout.c
│   │   ├── gvloadimage.c
│   │   ├── gvplugin.c
│   │   ├── gvplugin_device.h
│   │   ├── gvplugin.h
│   │   ├── gvplugin_layout.h
│   │   ├── gvplugin_loadimage.h
│   │   ├── gvplugin_render.h
│   │   ├── gvplugin_textlayout.h
│   │   ├── gvrender.c
│   │   ├── gvtextlayout.c
│   │   ├── gvusershape.c
│   │   ├── libgvc.pc.in
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── regex_win32.c
│   │   └── regex_win32.h
│   ├── gvc.def
│   ├── gvc.vcproj
│   ├── ingraphs
│   │   ├── ingraphs.c
│   │   ├── ingraphs.h
│   │   ├── ingraphs.vcproj
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── Makefile.old
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── Makefile.old
│   ├── neatogen
│   │   ├── adjust.c
│   │   ├── adjust.h
│   │   ├── bfs.c
│   │   ├── bfs.h
│   │   ├── call_tri.c
│   │   ├── call_tri.h
│   │   ├── circuit.c
│   │   ├── closest.c
│   │   ├── closest.h
│   │   ├── compute_hierarchy.c
│   │   ├── conjgrad.c
│   │   ├── conjgrad.h
│   │   ├── constrained_majorization.c
│   │   ├── constrained_majorization_ipsep.c
│   │   ├── constraint.c
│   │   ├── defs.h
│   │   ├── delaunay.c
│   │   ├── delaunay.h
│   │   ├── digcola.h
│   │   ├── dijkstra.c
│   │   ├── dijkstra.h
│   │   ├── edges.c
│   │   ├── edges.h
│   │   ├── embed_graph.c
│   │   ├── embed_graph.h
│   │   ├── fPQ.h
│   │   ├── geometry.c
│   │   ├── geometry.h
│   │   ├── gvneatogen.vcproj
│   │   ├── heap.c
│   │   ├── heap.h
│   │   ├── hedges.c
│   │   ├── hedges.h
│   │   ├── info.c
│   │   ├── info.h
│   │   ├── kkutils.c
│   │   ├── kkutils.h
│   │   ├── legal.c
│   │   ├── lu.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── matinv.c
│   │   ├── matrix_ops.c
│   │   ├── matrix_ops.h
│   │   ├── mem.h
│   │   ├── memory.c
│   │   ├── mosek_quad_solve.c
│   │   ├── mosek_quad_solve.h
│   │   ├── multispline.c
│   │   ├── multispline.h
│   │   ├── neato.h
│   │   ├── neatoinit.c
│   │   ├── neatoprocs.h
│   │   ├── neatosplines.c
│   │   ├── opt_arrangement.c
│   │   ├── overlap.c
│   │   ├── overlap.h
│   │   ├── pca.c
│   │   ├── pca.h
│   │   ├── poly.c
│   │   ├── poly.h
│   │   ├── printvis.c
│   │   ├── quad_prog_solve.c
│   │   ├── quad_prog_solver.h
│   │   ├── quad_prog_vpsc.c
│   │   ├── quad_prog_vpsc.h
│   │   ├── site.c
│   │   ├── site.h
│   │   ├── smart_ini_x.c
│   │   ├── solve.c
│   │   ├── sparsegraph.h
│   │   ├── stress.c
│   │   ├── stress.h
│   │   ├── stuff.c
│   │   ├── voronoi.c
│   │   └── voronoi.h
│   ├── ortho
│   │   ├── fPQ.c
│   │   ├── fPQ.h
│   │   ├── gvortho.vcproj
│   │   ├── intset.c
│   │   ├── intset.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── maze.c
│   │   ├── maze.h
│   │   ├── ortho.c
│   │   ├── ortho.h
│   │   ├── partition.c
│   │   ├── partition.h
│   │   ├── rawgraph.c
│   │   ├── rawgraph.h
│   │   ├── sgraph.c
│   │   ├── sgraph.h
│   │   ├── structures.h
│   │   ├── trapezoid.c
│   │   └── trap.h
│   ├── osage
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── osage.h
│   │   ├── osageinit.c
│   │   └── osage.vcproj
│   ├── pack
│   │   ├── ccomps.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── pack.3
│   │   ├── pack.c
│   │   ├── pack.h
│   │   └── ptest.c
│   ├── patchwork
│   │   ├── gvpatchwork.vcproj
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── patchwork.c
│   │   ├── patchwork.h
│   │   └── patchworkinit.c
│   ├── pathplan
│   │   ├── cvt.c
│   │   ├── inpoly.c
│   │   ├── libpathplan.pc.in
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── pathgeom.h
│   │   ├── path.lefty
│   │   ├── pathplan.3
│   │   ├── pathplan.3.pdf
│   │   ├── pathplan.def
│   │   ├── pathplan.h
│   │   ├── Pathplan.vcproj
│   │   ├── pathutil.h
│   │   ├── README
│   │   ├── route.c
│   │   ├── shortest.c
│   │   ├── shortestpth.c
│   │   ├── solvers.c
│   │   ├── solvers.h
│   │   ├── triang.c
│   │   ├── tri.h
│   │   ├── util.c
│   │   ├── vis.h
│   │   ├── visibility.c
│   │   └── vispath.h
│   ├── rbtree
│   │   ├── CHANGES
│   │   ├── LICENSE
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── makefile.txt
│   │   ├── misc.c
│   │   ├── misc.h
│   │   ├── red_black_tree.c
│   │   ├── red_black_tree.h
│   │   ├── simple_test.sh
│   │   ├── stack.c
│   │   ├── stack.h
│   │   ├── test_rb
│   │   └── test_red_black_tree.c
│   ├── sfdpgen
│   │   ├── LinkedList.c
│   │   ├── LinkedList.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── Multilevel.c
│   │   ├── Multilevel.h
│   │   ├── post_process.c
│   │   ├── post_process.h
│   │   ├── PriorityQueue.c
│   │   ├── PriorityQueue.h
│   │   ├── QuadTree.c
│   │   ├── QuadTree.h
│   │   ├── sfdp.h
│   │   ├── sfdpinit.c
│   │   ├── sfdpinternal.h
│   │   ├── sfdp.vcproj
│   │   ├── sparse_solve.c
│   │   ├── sparse_solve.h
│   │   ├── spring_electrical.c
│   │   └── spring_electrical.h
│   ├── sfio
│   │   ├── features
│   │   │   ├── common
│   │   │   ├── sfio
│   │   │   └── stdio
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── Makefile.orig
│   │   ├── README
│   │   ├── sfclose.c
│   │   ├── sfclrlock.c
│   │   ├── sfcvt.c
│   │   ├── sfdisc.c
│   │   ├── sfdlen.c
│   │   ├── sfexcept.c
│   │   ├── sfexit.c
│   │   ├── sfextern.c
│   │   ├── sffcvt.c
│   │   ├── sffilbuf.c
│   │   ├── sfflsbuf.c
│   │   ├── sfgetd.c
│   │   ├── sfgetl.c
│   │   ├── sfgetm.c
│   │   ├── sfgetr.c
│   │   ├── sfgetu.c
│   │   ├── sfhdr.h
│   │   ├── Sfio_f
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── Makefile.old
│   │   │   ├── _sfclrerr.c
│   │   │   ├── _sfdlen.c
│   │   │   ├── _sfeof.c
│   │   │   ├── _sferror.c
│   │   │   ├── _sffileno.c
│   │   │   ├── _sfgetc.c
│   │   │   ├── _sfllen.c
│   │   │   ├── _sfputc.c
│   │   │   ├── _sfputd.c
│   │   │   ├── _sfputl.c
│   │   │   ├── _sfputm.c
│   │   │   ├── _sfputu.c
│   │   │   ├── _sfslen.c
│   │   │   ├── _sfstacked.c
│   │   │   ├── _sfulen.c
│   │   │   └── _sfvalue.c
│   │   ├── sfio.h
│   │   ├── sfio_t.h
│   │   ├── sfio.vcproj
│   │   ├── sfllen.c
│   │   ├── sfmode.c
│   │   ├── sfmove.c
│   │   ├── sfmutex.c
│   │   ├── sfnew.c
│   │   ├── sfnotify.c
│   │   ├── sfnputc.c
│   │   ├── sfopen.c
│   │   ├── sfpkrd.c
│   │   ├── sfpoll.c
│   │   ├── sfpool.c
│   │   ├── sfpopen.c
│   │   ├── sfprintf.c
│   │   ├── sfprints.c
│   │   ├── sfpurge.c
│   │   ├── sfputd.c
│   │   ├── sfputl.c
│   │   ├── sfputm.c
│   │   ├── sfputr.c
│   │   ├── sfputu.c
│   │   ├── sfraise.c
│   │   ├── sfrd.c
│   │   ├── sfread.c
│   │   ├── sfreserve.c
│   │   ├── sfresize.c
│   │   ├── sfscanf.c
│   │   ├── sfseek.c
│   │   ├── sfsetbuf.c
│   │   ├── sfset.c
│   │   ├── sfsetfd.c
│   │   ├── sfsize.c
│   │   ├── sfsk.c
│   │   ├── sfstack.c
│   │   ├── sfstrtod.c
│   │   ├── sfswap.c
│   │   ├── sfsync.c
│   │   ├── sftable.c
│   │   ├── sftell.c
│   │   ├── sftmp.c
│   │   ├── sfungetc.c
│   │   ├── sfvprintf.c
│   │   ├── sfvscanf.c
│   │   ├── sfwr.c
│   │   ├── sfwrite.c
│   │   └── vthread.h
│   ├── sparse
│   │   ├── gvsparse.vcproj
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── SparseMatrix.c
│   │   └── SparseMatrix.h
│   ├── topfish
│   │   ├── hierarchy.c
│   │   ├── hierarchy.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── rescale_layout.c
│   │   └── topfish.vcproj
│   ├── twopigen
│   │   ├── circle.c
│   │   ├── circle.h
│   │   ├── gvtwopigen.vcproj
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   └── twopiinit.c
│   ├── vmalloc
│   │   ├── features
│   │   │   ├── common
│   │   │   └── vmalloc
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── malloc.c
│   │   ├── README
│   │   ├── vmalloc.h
│   │   ├── vmalloc.vcproj
│   │   ├── vmbest.c
│   │   ├── vmclear.c
│   │   ├── vmclose.c
│   │   ├── vmdcheap.c
│   │   ├── vmdebug.c
│   │   ├── vmdisc.c
│   │   ├── vmexit.c
│   │   ├── vmhdr.h
│   │   ├── vmlast.c
│   │   ├── vmopen.c
│   │   ├── vmpool.c
│   │   ├── vmprivate.c
│   │   ├── vmprofile.c
│   │   ├── vmregion.c
│   │   ├── vmsegment.c
│   │   ├── vmset.c
│   │   ├── vmstat.c
│   │   ├── vmstrdup.c
│   │   ├── vmtrace.c
│   │   └── vmwalk.c
│   ├── vpsc
│   │   ├── block.cpp
│   │   ├── block.h
│   │   ├── blocks.cpp
│   │   ├── blocks.h
│   │   ├── constraint.cpp
│   │   ├── constraint.h
│   │   ├── csolve_VPSC.cpp
│   │   ├── csolve_VPSC.h
│   │   ├── generate-constraints.cpp
│   │   ├── generate-constraints.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── pairingheap
│   │   │   ├── dsexceptions.h
│   │   │   ├── PairingHeap.cpp
│   │   │   └── PairingHeap.h
│   │   ├── remove_rectangle_overlap.cpp
│   │   ├── remove_rectangle_overlap.h
│   │   ├── solve_VPSC.cpp
│   │   ├── solve_VPSC.h
│   │   ├── variable.cpp
│   │   ├── variable.h
│   │   └── vpsc.vcproj
│   └── xdot
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── xdot.c
│   ├── xdot.h
│   └── xdot.vcproj
├── libltdl
│   ├── acinclude.m4
│   ├── aclocal.m4
│   ├── config.guess
│   ├── config-h.in
│   ├── config.sub
│   ├── configure
│   ├── configure.ac
│   ├── COPYING.LIB
│   ├── install-sh
│   ├── ltdl.c
│   ├── ltdl.h
│   ├── ltmain.sh
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── missing
│   └── README
├── m4
│   ├── iconv.m4
│   ├── lib-ld.m4
│   ├── lib-link.m4
│   ├── lib-prefix.m4
│   └── README
├── macosx
│   ├── ActualSizeToolbarImage.tiff
│   ├── build
│   │   ├── English.lproj
│   │   │   └── License.rtf
│   │   ├── graphviz.pmdoc
│   │   │   ├── 01local.xml
│   │   │   ├── 01local.xml.in
│   │   │   ├── 02graphviz.xml
│   │   │   ├── 02graphviz.xml.in
│   │   │   └── index.xml
│   │   ├── Makefile
│   │   ├── Makefile.tiger
│   │   └── pmsurvey
│   ├── EdgeAttributes.png
│   ├── English.lproj
│   │   ├── Attributes.xib
│   │   ├── Document.xib
│   │   ├── Export.xib
│   │   ├── InfoPlist.strings
│   │   └── MainMenu.xib
│   ├── Graph.ai
│   ├── GraphAttributes.png
│   ├── GraphDot.icns
│   ├── GraphGv.icns
│   ├── Graphviz.ai
│   ├── Graphviz.icns
│   ├── graphviz_prefix.pch
│   ├── Graphviz.psd
│   ├── graphviz.xcodeproj
│   │   ├── default.pbxuser
│   │   └── project.pbxproj
│   ├── GVApplicationDelegate.h
│   ├── GVApplicationDelegate.m
│   ├── GVAttributeInspectorController.h
│   ├── GVAttributeInspectorController.m
│   ├── GVAttributeSchema.h
│   ├── GVAttributeSchema.m
│   ├── GVDocument.h
│   ├── GVDocument.m
│   ├── GVExportViewController.h
│   ├── GVExportViewController.m
│   ├── GVFileNotificationCenter.h
│   ├── GVFileNotificationCenter.m
│   ├── GVGraphArguments.h
│   ├── GVGraphArguments.m
│   ├── GVGraphDefaultAttributes.h
│   ├── GVGraphDefaultAttributes.m
│   ├── GVGraph.h
│   ├── GVGraph.m
│   ├── GVWindowController.h
│   ├── GVWindowController.m
│   ├── Info.plist
│   ├── Info.plist.in
│   ├── InspectorToolbarImage.tif
│   ├── main.m
│   ├── NodeAttributes.png
│   ├── prebuild
│   │   ├── cairo.patch
│   │   ├── fontconfig.patch
│   │   ├── gettext.patch
│   │   ├── glib.patch
│   │   ├── Makefile.leopard
│   │   ├── Makefile.tiger
│   │   ├── pango.patch
│   │   └── pixman.patch
│   ├── ZoomInToolbarImage.tiff
│   ├── ZoomOutToolbarImage.tiff
│   └── ZoomToFitToolbarImage.tiff
├── makearch
│   ├── aix41
│   ├── hp.pa
│   ├── linux.i386
│   ├── linux.x86_64
│   ├── netbsd.i386
│   ├── osf.alpha
│   ├── osx
│   ├── sgi.mips2
│   ├── sgi.mips3
│   ├── sol6.sun4
│   ├── sol.i386
│   ├── sol.sun4
│   └── sun4
├── Makeargs
├── Makefile.am
├── Makefile.in
├── Makefile.old
├── NEWS
├── plugin
│   ├── core
│   │   ├── gvloadimage_core.c
│   │   ├── gvplugin_core.c
│   │   ├── gvplugin_core.def
│   │   ├── gvplugin_core.vcproj
│   │   ├── gvrender_core_dot.c
│   │   ├── gvrender_core_fig.c
│   │   ├── gvrender_core_map.c
│   │   ├── gvrender_core_ps.c
│   │   ├── gvrender_core_svg.c
│   │   ├── gvrender_core_tk.c
│   │   ├── gvrender_core_vml.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── plugincore.vcproj
│   │   ├── ps.h
│   │   └── ps.txt
│   ├── devil
│   │   ├── gvdevice_devil.c
│   │   ├── gvplugin_devil.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── Makefile.old
│   ├── dot_layout
│   │   ├── gvlayout_dot_layout.c
│   │   ├── gvplugin_dot_layout.c
│   │   ├── gvplugin_dot_layout.def
│   │   ├── gvplugin_dot_layout.vcproj
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── Makefile.old
│   ├── gd
│   │   ├── gvdevice_gd.c
│   │   ├── gvloadimage_gd.c
│   │   ├── gvplugin_gd.c
│   │   ├── gvplugin_gd.def
│   │   ├── gvplugin_gd.vcproj
│   │   ├── gvrender_gd.c
│   │   ├── gvrender_gd_vrml.c
│   │   ├── gvtextlayout_gd.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── Makefile.old
│   ├── gdiplus
│   │   ├── FileStream.cpp
│   │   ├── FileStream.h
│   │   ├── GdiPlusEnums.h.patch
│   │   ├── GdiPlusHeaders.h.patch
│   │   ├── GdiPlusimageAttributes.h.patch
│   │   ├── GdiPlusImaging.h.patch
│   │   ├── gvdevice_gdiplus.cpp
│   │   ├── gvloadimage_gdiplus.cpp
│   │   ├── gvplugin_gdiplus.cpp
│   │   ├── gvplugin_gdiplus.def
│   │   ├── gvplugin_gdiplus.h
│   │   ├── gvplugin_gdiplus.vcproj
│   │   ├── gvrender_gdiplus.cpp
│   │   ├── gvtextlayout_gdiplus.cpp
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── gdk_pixbuf
│   │   ├── gvdevice_gdk_pixbuf.c
│   │   ├── gvplugin_gdk_pixbuf.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── Makefile.old
│   ├── glitz
│   │   ├── gvdevice_glitz.c
│   │   ├── gvplugin_glitz.c
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── gs
│   │   ├── gvloadimage_gs.c
│   │   ├── gvplugin_gs.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── Makefile.old
│   ├── gtk
│   │   ├── callbacks.c
│   │   ├── callbacks.h
│   │   ├── gtk.glade
│   │   ├── gtk.gladep
│   │   ├── gvdevice_gtk.c
│   │   ├── gvplugin_gtk.c
│   │   ├── interface.c
│   │   ├── interface.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── support.c
│   │   └── support.h
│   ├── lasi
│   │   ├── gvplugin_lasi.c
│   │   ├── gvrender_lasi.cpp
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── ps.h
│   │   └── ps.txt
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── Makefile.old
│   ├── ming
│   │   ├── Bitstream_Vera_Sans.fdb
│   │   ├── Bitstream_Vera_Serif.fdb
│   │   ├── gvplugin_ming.c
│   │   ├── gvrender_ming.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── Makefile.old
│   ├── neato_layout
│   │   ├── gvlayout_neato_layout.c
│   │   ├── gvplugin_neato_layout.c
│   │   ├── gvplugin_neato_layout.def
│   │   ├── gvplugin_neato_layout.vcproj
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── Makefile.old
│   ├── pango
│   │   ├── gvloadimage_pango.c
│   │   ├── gvplugin_pango.c
│   │   ├── gvplugin_pango.vcproj
│   │   ├── gvrender_pango.c
│   │   ├── gvtextlayout_pango.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── Makefile.old
│   ├── quartz
│   │   ├── gvdevice_quartz.c
│   │   ├── gvloadimage_quartz.c
│   │   ├── gvplugin_quartz.c
│   │   ├── gvplugin_quartz.h
│   │   ├── gvrender_quartz.c
│   │   ├── GVTextLayout.h
│   │   ├── GVTextLayout.m
│   │   ├── gvtextlayout_quartz.c
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── rsvg
│   │   ├── gvloadimage_rsvg.c
│   │   ├── gvplugin_rsvg.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── Makefile.old
│   ├── visio
│   │   ├── gvplugin_visio.c
│   │   ├── gvrender_visio_vdx.cpp
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── VisioGraphic.cpp
│   │   ├── VisioGraphic.h
│   │   ├── VisioRender.cpp
│   │   ├── VisioRender.h
│   │   ├── VisioText.cpp
│   │   └── VisioText.h
│   └── xlib
│   ├── gvdevice_xlib.c
│   ├── gvplugin_xlib.c
│   ├── Makefile.am
│   ├── Makefile.in
│   └── vimdot.sh
├── README
├── rtest
│   ├── graphs
│   │   ├── abstract.gv
│   │   ├── a.gv
│   │   ├── alf.gv
│   │   ├── arrows.gv
│   │   ├── arrowsize.gv
│   │   ├── awilliams.gv
│   │   ├── b100.gv
│   │   ├── b102.gv
│   │   ├── b103.gv
│   │   ├── b104.gv
│   │   ├── b106.gv
│   │   ├── b117.gv
│   │   ├── b123.gv
│   │   ├── b124.gv
│   │   ├── b135.gv
│   │   ├── b143.gv
│   │   ├── b145.gv
│   │   ├── b146.gv
│   │   ├── b155.gv
│   │   ├── b15.gv
│   │   ├── b22.gv
│   │   ├── b29.gv
│   │   ├── b33.gv
│   │   ├── b34.gv
│   │   ├── b36.gv
│   │   ├── b3.gv
│   │   ├── b491.gv
│   │   ├── b51.gv
│   │   ├── b53.gv
│   │   ├── b545.gv
│   │   ├── b56.gv
│   │   ├── b57.gv
│   │   ├── b58.gv
│   │   ├── b60.gv
│   │   ├── b62.gv
│   │   ├── b68.gv
│   │   ├── b69.gv
│   │   ├── b71.gv
│   │   ├── b73a.gv
│   │   ├── b73.gv
│   │   ├── b76.gv
│   │   ├── b77.gv
│   │   ├── b786.gv
│   │   ├── b79.gv
│   │   ├── b7.gv
│   │   ├── b80a.gv
│   │   ├── b80.gv
│   │   ├── b81.gv
│   │   ├── b85.gv
│   │   ├── b94.gv
│   │   ├── b993.gv
│   │   ├── bad.gv
│   │   ├── badvoro.gv
│   │   ├── b.gv
│   │   ├── big.gv
│   │   ├── biglabel.gv
│   │   ├── cairo.gv
│   │   ├── center.gv
│   │   ├── clover.gv
│   │   ├── clust1.gv
│   │   ├── clust2.gv
│   │   ├── clust3.gv
│   │   ├── clust4.gv
│   │   ├── clust5.gv
│   │   ├── clust.gv
│   │   ├── clustlabel.gv
│   │   ├── color.gv
│   │   ├── colorscheme.gv
│   │   ├── colors.gv
│   │   ├── compound.gv
│   │   ├── crazy.gv
│   │   ├── ctext.gv
│   │   ├── dd.gv
│   │   ├── decorate.gv
│   │   ├── dfa.gv
│   │   ├── dfd.ps
│   │   ├── d.gv
│   │   ├── dir.gv
│   │   ├── dpd.gv
│   │   ├── edgeclip.gv
│   │   ├── ER.gv
│   │   ├── fig6.gv
│   │   ├── flatedge.gv
│   │   ├── fsm.gv
│   │   ├── grammar.gv
│   │   ├── hashtable.gv
│   │   ├── Heawood.gv
│   │   ├── honda-tokoro.gv
│   │   ├── html2.gv
│   │   ├── html.gv
│   │   ├── in.gv
│   │   ├── jcctree.gv
│   │   ├── jsort.gv
│   │   ├── KW91.gv
│   │   ├── labelclust-fbc.gv
│   │   ├── labelclust-fbd.gv
│   │   ├── labelclust-fbl.gv
│   │   ├── labelclust-fbr.gv
│   │   ├── labelclust-fdc.gv
│   │   ├── labelclust-fdd.gv
│   │   ├── labelclust-fdl.gv
│   │   ├── labelclust-fdr.gv
│   │   ├── labelclust-ftc.gv
│   │   ├── labelclust-ftd.gv
│   │   ├── labelclust-ftl.gv
│   │   ├── labelclust-ftr.gv
│   │   ├── labelclust-nbc.gv
│   │   ├── labelclust-nbd.gv
│   │   ├── labelclust-nbl.gv
│   │   ├── labelclust-nbr.gv
│   │   ├── labelclust-ndc.gv
│   │   ├── labelclust-ndd.gv
│   │   ├── labelclust-ndl.gv
│   │   ├── labelclust-ndr.gv
│   │   ├── labelclust-ntc.gv
│   │   ├── labelclust-ntd.gv
│   │   ├── labelclust-ntl.gv
│   │   ├── labelclust-ntr.gv
│   │   ├── labelroot-fbc.gv
│   │   ├── labelroot-fbd.gv
│   │   ├── labelroot-fbl.gv
│   │   ├── labelroot-fbr.gv
│   │   ├── labelroot-fdc.gv
│   │   ├── labelroot-fdd.gv
│   │   ├── labelroot-fdl.gv
│   │   ├── labelroot-fdr.gv
│   │   ├── labelroot-ftc.gv
│   │   ├── labelroot-ftd.gv
│   │   ├── labelroot-ftl.gv
│   │   ├── labelroot-ftr.gv
│   │   ├── labelroot-nbc.gv
│   │   ├── labelroot-nbd.gv
│   │   ├── labelroot-nbl.gv
│   │   ├── labelroot-nbr.gv
│   │   ├── labelroot-ndc.gv
│   │   ├── labelroot-ndd.gv
│   │   ├── labelroot-ndl.gv
│   │   ├── labelroot-ndr.gv
│   │   ├── labelroot-ntc.gv
│   │   ├── labelroot-ntd.gv
│   │   ├── labelroot-ntl.gv
│   │   ├── labelroot-ntr.gv
│   │   ├── Latin1.gv
│   │   ├── layer2.gv
│   │   ├── layer.gv
│   │   ├── layers.gv
│   │   ├── ldbxtried.gv
│   │   ├── longflat.gv
│   │   ├── lsunix1.gv
│   │   ├── lsunix2.gv
│   │   ├── lsunix3.gv
│   │   ├── mike.gv
│   │   ├── mode.gv
│   │   ├── multi.gv
│   │   ├── NaN.gv
│   │   ├── nestedclust.gv
│   │   ├── newarrows.gv
│   │   ├── ngk10_4.gv
│   │   ├── nhg.gv
│   │   ├── nojustify.gv
│   │   ├── ordering.gv
│   │   ├── overlap.gv
│   │   ├── p2.gv
│   │   ├── p3.gv
│   │   ├── p4.gv
│   │   ├── pack.gv
│   │   ├── Petersen.gv
│   │   ├── pgram.gv
│   │   ├── p.gv
│   │   ├── pm2way.gv
│   │   ├── pmpipe.gv
│   │   ├── polypoly.gv
│   │   ├── ports.gv
│   │   ├── proc3d.gv
│   │   ├── process.gv
│   │   ├── ps.gv
│   │   ├── pslib.gv
│   │   ├── ps_user_shapes.gv
│   │   ├── record2.gv
│   │   ├── record.gv
│   │   ├── records.gv
│   │   ├── root.gv
│   │   ├── rootlabel.gv
│   │   ├── rowcolsep.gv
│   │   ├── rowe.gv
│   │   ├── russian.gv
│   │   ├── sdl.ps
│   │   ├── shapes.gv
│   │   ├── shells.gv
│   │   ├── size.gv
│   │   ├── states.gv
│   │   ├── structs.gv
│   │   ├── style.gv
│   │   ├── train11.gv
│   │   ├── trapeziumlr.gv
│   │   ├── tree.gv
│   │   ├── triedds.gv
│   │   ├── try.gv
│   │   ├── unix2.gv
│   │   ├── unix2k.gv
│   │   ├── unix.gv
│   │   ├── url.gv
│   │   ├── user_shapes.gv
│   │   ├── viewfile.gv
│   │   ├── viewport.gv
│   │   ├── weight.gv
│   │   ├── world.gv
│   │   └── xx.gv
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── nshare
│   │   ├── arrows_dot.gv
│   │   ├── arrows_dot.ps
│   │   ├── arrowsize_dot.png
│   │   ├── cairo_dot_cairo.png
│   │   ├── cairo_dot_cairo.ps
│   │   ├── cairo_dot_cairo.svg
│   │   ├── center_dot.png
│   │   ├── center_dot.ps
│   │   ├── clustlabel_dot1.ps
│   │   ├── clustlabel_dot2.ps
│   │   ├── clustlabel_dot3.ps
│   │   ├── clustlabel_dot4.ps
│   │   ├── clustlabel_dot5.ps
│   │   ├── clustlabel_dot6.ps
│   │   ├── clustlabel_dot7.ps
│   │   ├── clustlabel_dot.ps
│   │   ├── color_dot1.png
│   │   ├── color_dot.png
│   │   ├── colorscheme_dot.png
│   │   ├── colorscheme_dot.ps
│   │   ├── colors_dot.ps
│   │   ├── compound_dot.gv
│   │   ├── crazy_dot.png
│   │   ├── crazy_dot.ps
│   │   ├── decorate_dot.png
│   │   ├── dir_dot.ps
│   │   ├── dotsplines_dot1.gv
│   │   ├── dotsplines_dot.gv
│   │   ├── edgeclip_dot.gv
│   │   ├── flatedge_dot.gv
│   │   ├── html2_dot.gv
│   │   ├── html2_dot.ps
│   │   ├── html_dot.gv
│   │   ├── html_dot.ps
│   │   ├── layers_dot.ps
│   │   ├── model_neato1.ps
│   │   ├── model_neato.ps
│   │   ├── mode_neato1.ps
│   │   ├── mode_neato2.ps
│   │   ├── mode_neato.ps
│   │   ├── neatosplines_neato1.gv
│   │   ├── neatosplines_neato.gv
│   │   ├── nestedclust_dot.gv
│   │   ├── nojustify_dot_cairo.ps
│   │   ├── nojustify_dot_gd.png
│   │   ├── nojustify_dot.png
│   │   ├── nojustify_dot.ps
│   │   ├── ordering_dot1.gv
│   │   ├── ordering_dot.gv
│   │   ├── overlap_neato1.gv
│   │   ├── overlap_neato.gv
│   │   ├── pack_neato1.gv
│   │   ├── pack_neato2.gv
│   │   ├── pack_neato.gv
│   │   ├── page_neato1.ps
│   │   ├── page_neato2.ps
│   │   ├── page_neato.ps
│   │   ├── polypoly_dot.png
│   │   ├── polypoly_dot.ps
│   │   ├── ports_dot.gv
│   │   ├── pslib_dot.ps
│   │   ├── ps_user_shapes_dot.ps
│   │   ├── rankdir_dot1.gv
│   │   ├── rankdir_dot2.gv
│   │   ├── rankdir_dot.gv
│   │   ├── record_dot.gv
│   │   ├── record_dot.ps
│   │   ├── root_circo.gv
│   │   ├── rootlabel_dot1.ps
│   │   ├── rootlabel_dot2.ps
│   │   ├── rootlabel_dot3.ps
│   │   ├── rootlabel_dot4.ps
│   │   ├── rootlabel_dot5.ps
│   │   ├── rootlabel_dot6.ps
│   │   ├── rootlabel_dot7.ps
│   │   ├── rootlabel_dot.ps
│   │   ├── root_twopi.gv
│   │   ├── rotate_dot1.png
│   │   ├── rotate_dot1.ps
│   │   ├── rotate_dot.png
│   │   ├── rotate_dot.ps
│   │   ├── rowcolsep_dot1.gv
│   │   ├── rowcolsep_dot.gv
│   │   ├── shapes_dot.gv
│   │   ├── shapes_dot.ps
│   │   ├── size_ex_dot.png
│   │   ├── size_ex_dot.ps
│   │   ├── size_neato.png
│   │   ├── size_neato.ps
│   │   ├── style_dot.png
│   │   ├── style_dot.ps
│   │   ├── url_dot.cmapx
│   │   ├── url_dot.cmapx_np
│   │   ├── url_dot.imap
│   │   ├── url_dot.imap_np
│   │   ├── url_dot.ps2
│   │   ├── url_dot.svg
│   │   ├── user_shapes_dot_gd.png
│   │   ├── user_shapes_dot.ps
│   │   ├── viewport_neato1.png
│   │   ├── viewport_neato1.ps
│   │   ├── viewport_neato2.png
│   │   ├── viewport_neato2.ps
│   │   ├── viewport_neato.png
│   │   ├── viewport_neato.ps
│   │   └── weight_dot.gv
│   ├── rtest.sh
│   ├── strps.awk
│   └── tests.txt
├── share
│   ├── examples
│   │   ├── 4elt.dot
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── world.dot
│   ├── gui
│   │   ├── add_edge.png
│   │   ├── AntiselectRect.png
│   │   ├── AntiselectRectX.png
│   │   ├── arial.tga
│   │   ├── attrs.txt
│   │   ├── cursor.png
│   │   ├── deletE_edge.png
│   │   ├── delete_node.png
│   │   ├── dot.PNG
│   │   ├── find_edge.png
│   │   ├── find_node.png
│   │   ├── fisheye.raw
│   │   ├── fit_to_screen.png
│   │   ├── glade-3.png
│   │   ├── hourglass.png
│   │   ├── lcirco.png
│   │   ├── ldot.png
│   │   ├── lfdp.png
│   │   ├── lneato.png
│   │   ├── ltwopi.png
│   │   ├── magifier_zoom_out.png
│   │   ├── magnifier.png
│   │   ├── magnifier_zoom_in.png
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── move.png
│   │   ├── new_delete.png
│   │   ├── new_node.png
│   │   ├── newzoom.png
│   │   ├── ok2.raw
│   │   ├── ok3.raw
│   │   ├── ok.raw
│   │   ├── pan.png
│   │   ├── pan.raw
│   │   ├── rotate.raw
│   │   ├── select.png
│   │   ├── selectr.png
│   │   ├── selectx.png
│   │   ├── single_select.png
│   │   ├── smyrna.glade
│   │   ├── template.dot
│   │   ├── zoom_in.png
│   │   ├── zoomminus.raw
│   │   ├── zoom_out.png
│   │   ├── zoomplus.raw
│   │   ├── zoom.png
│   │   └── zoom.raw
│   ├── Makefile.am
│   └── Makefile.in
├── tclpkg
│   ├── gdtclft
│   │   ├── demo
│   │   │   ├── entities.tcl
│   │   │   ├── entities.tcl.html
│   │   │   ├── entities.tcl.README
│   │   │   ├── Makefile.am
│   │   │   └── Makefile.in
│   │   ├── gdtclft.3tcl
│   │   ├── gdtclft.3tcl.pdf
│   │   ├── gdtclft.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── Makefile.old
│   ├── gv
│   │   ├── demo
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── modgraph.lua
│   │   │   ├── modgraph.php
│   │   │   ├── modgraph.pl
│   │   │   ├── modgraph.py
│   │   │   ├── modgraph.rb
│   │   │   └── modgraph.tcl
│   │   ├── gv.3guile
│   │   ├── gv.3guile.pdf
│   │   ├── gv.3io
│   │   ├── gv.3io.pdf
│   │   ├── gv.3java
│   │   ├── gv.3java.pdf
│   │   ├── gv.3lua
│   │   ├── gv.3lua.pdf
│   │   ├── gv.3ocaml
│   │   ├── gv.3ocaml.pdf
│   │   ├── gv.3perl
│   │   ├── gv.3perl.pdf
│   │   ├── gv.3php
│   │   ├── gv.3php.pdf
│   │   ├── gv.3python
│   │   ├── gv.3python.pdf
│   │   ├── gv.3r
│   │   ├── gv.3r.pdf
│   │   ├── gv.3ruby
│   │   ├── gv.3ruby.pdf
│   │   ├── gv.3sharp
│   │   ├── gv.3sharp.pdf
│   │   ├── gv.3tcl
│   │   ├── gv.3tcl.pdf
│   │   ├── gv_builtins.c
│   │   ├── gv.cpp
│   │   ├── gv_doc_langs.tcl
│   │   ├── gv_doc_template.tcl
│   │   ├── gv_doc_writer.tcl
│   │   ├── gv_dummy_init.c
│   │   ├── gv.i
│   │   ├── gv_php_init.c
│   │   ├── gv_tcl_init.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── META.gv.in
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── Makefile.old
│   ├── mkpkgindex.sh
│   ├── tcldot
│   │   ├── demo
│   │   │   ├── doted.tcl
│   │   │   ├── doted.tcl.README
│   │   │   ├── gcat.tcl
│   │   │   ├── gcat.tcl.README
│   │   │   ├── Makefile.am
│   │   │   └── Makefile.in
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── no_builtins.c
│   │   ├── README
│   │   ├── README.Tkspline
│   │   ├── tcldot.3tcl
│   │   ├── tcldot.3tcl.pdf
│   │   ├── tcldot_builtins.c
│   │   ├── tcldot.c
│   │   └── tcldot.html
│   ├── tclhandle
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── tclhandle.c
│   │   └── tclhandle.h
│   ├── tclpathplan
│   │   ├── demo
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── pathplan_data
│   │   │   │   ├── boxes.dat
│   │   │   │   ├── dpd.dat
│   │   │   │   ├── funny.dat
│   │   │   │   ├── Makefile.am
│   │   │   │   ├── Makefile.in
│   │   │   │   ├── maze.dat
│   │   │   │   ├── nested.dat
│   │   │   │   ├── northo.dat
│   │   │   │   ├── obs.dat
│   │   │   │   ├── other.dat
│   │   │   │   ├── paths.dat
│   │   │   │   ├── rotor.dat
│   │   │   │   ├── u.dat
│   │   │   │   └── unknown.dat
│   │   │   ├── pathplan.tcl
│   │   │   └── pathplan.tcl.README
│   │   ├── find_ints.c
│   │   ├── intersect.c
│   │   ├── makecw.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── simple.h
│   │   ├── tclpathplan.c
│   │   └── wrapper.c
│   ├── tclstubs
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.old
│   │   ├── README
│   │   ├── tclInt.h
│   │   └── tclStubLib.c
│   ├── tkspline
│   │   ├── demo
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── spline.tcl
│   │   │   └── spline.tcl.README
│   │   ├── dllEntry.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── README
│   │   ├── tkspline.3tk
│   │   ├── tkspline.3tk.pdf
│   │   └── tkspline.c
│   └── tkstubs
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── README
│   ├── tkInt.h
│   ├── tkStubImg.c
│   └── tkStubLib.c
└── windows
├── ast_common.h
├── AttributeInspectorForm.cs
├── AttributeInspectorForm.Designer.cs
├── AttributeInspectorForm.resx
├── bin
│   ├── build.sh
│   ├── graphviz.wse
│   ├── gsetup.sh
│   ├── runconf.sh
│   └── win.sh
├── build
│   ├── Graphviz.ico
│   ├── graphviz.wxs
│   ├── graphviz.wxs.in
│   └── Makefile
├── build.bat
├── builddate.h
├── cmd
│   ├── dot
│   │   └── makefile
│   ├── dotty
│   │   └── makefile
│   ├── fc-fix
│   │   ├── fc-fix.cpp
│   │   ├── fc-fix.sln
│   │   └── fc-fix.vcproj
│   ├── gvedit
│   │   ├── GVedit.exe
│   │   └── GVedit.html
│   ├── gvpr
│   │   └── gdefs.h
│   ├── gvui
│   │   ├── frmLayoutControl.frm
│   │   ├── frmLayoutControl.frx
│   │   ├── GVUI.exe
│   │   ├── GVUI.vbp
│   │   ├── GVUI.vbw
│   │   ├── LayoutProperty.cls
│   │   ├── LayoutPropertyInfo.cls
│   │   ├── LayoutPropertyInfoSet.cls
│   │   ├── LayoutPropertySet.cls
│   │   ├── Main.bas
│   │   ├── makefile
│   │   ├── Other.bas
│   │   ├── Process.bas
│   │   └── Registry.bas
│   ├── lefty
│   │   ├── dot2l
│   │   │   ├── dotparse.c
│   │   │   └── dotparse.h
│   │   └── makefile
│   ├── lneato
│   │   └── makefile
│   ├── makefile
│   └── tools
│   └── makefile
├── config.h
├── ExternalPropertyTab.cs
├── FEATURE
│   ├── sfio
│   └── vmalloc
├── FormController.cs
├── getopt.h
├── GraphArguments.cs
├── Graph.cs
├── GraphDefaultAttributes.cs
├── GraphForm.cs
├── GraphForm.Designer.cs
├── GraphForm.resx
├── GraphPropertyDescriptor.cs
├── graphviz.csproj
├── Graphviz.res
├── graphviz.sln
├── install.bat
├── makefile
├── PathWatcher.cs
├── prebuild
│   ├── fontconfig.patch
│   ├── gd.patch
│   ├── gettext.patch
│   ├── iconv.patch
│   ├── Makefile
│   ├── pango.patch
│   ├── pixman.patch
│   └── zlib.patch
├── Program.cs
├── Properties
│   ├── AssemblyInfo.cs
│   ├── AssemblyInfo.cs.in
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── Resources
│   ├── ActualSize.bmp
│   ├── EdgeAttributes.png
│   ├── GraphAttributes.png
│   ├── Information.bmp
│   ├── NodeAttributes.png
│   ├── ZoomIn.bmp
│   └── ZoomOut.bmp
├── ScrollableImageControl.cs
├── ScrollableImageControl.Designer.cs
├── StandardValuesTypeConverter.cs
├── TileableImagePrinter.cs
├── UTF8Marshaler.cs
├── wmake.sh
└── ws
├── graphviz.dsw
└── tools.dsw

150 directories, 2348 files

标签:

实例下载地址

graphviz-2.24.0.tar.gz

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警