用于拓扑图编程渲染的资源

发布于 2024-08-15 13:06:32 字数 1537 浏览 5 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

话少心凉 2024-08-22 13:06:32

您可以查看“力定向图”,这是图放置算法的通用术语,该算法使用连接节点的吸引力模型和未连接节点的排斥力模型。

如果您搜索任何主流语言和“图形布局”,您一定会找到实现此算法的工具包。 Java 有很多,包括 Infovis Toolkit。之前有一个关于 javascript 实现的问题此处,甚至 Boost 也在其图形库中包含了功能。

You could look into "force directed graphs", which is the general term for graph placement algorithms which use a model of attraction for connected nodes and repulsion for unconnected nodes.

If you search for any mainstream language and "graph layout" you're sure to find toolkits that implement this algorithm. Java has many including the Infovis Toolkit. There's a previous question about javascript implementations here, and even Boost includes functionality in their graph library.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文