readme
来自「boost库提供标准的C++ API 配合dev c++使用,功能更加强大」· 代码 · 共 11 行
TXT
11 行
The files in this directory implement the read_graphviz() functions
declared in <boost/graph/graphviz.hpp>. There are both directed
and undirected graph versions of these functions. To use both, you
will need to compile the code generated from graphviz_parser.y twice,
once with -DGRAPHVIZ_GRAPH=boost::GraphvizDigraph and once with
-DGRAPHVIZ_GRAPH=boost::GraphvizGraph.
An example Makefile is included. When time permits the Makefile will
be replaced by a more portable build system.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?