Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有工具或库可以在 C 或 C++ 上绘制图形的顶点和边缘,例如 R 中的“绘图”?
GraphViz是一个流行的命令行图形绘制工具包,理论上可以用作C 库——尽管我从未尝试过。