显示 C 代码图形表示的工具

发布于 2024-08-30 07:04:51 字数 1536 浏览 7 评论 0原文

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

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

发布评论

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

评论(5

若能看破又如何 2024-09-06 07:04:51

对于执行此操作的开源工作流程,请使用 GNU cflow 生成文本格式的调用图。然后 Cflow2vcg 可以将输出转换为 Graphviz 可以用来为您生成图像。

For an open source workflow to do this, use GNU cflow to generate a call graph in text format. Then Cflow2vcg can convert the output into an intermediate graph format that Graphviz can use to generate an image for you.

幸福丶如此 2024-09-06 07:04:51

我过去曾使用过 Visustin

I have used Visustin in the past

原谅我要高飞 2024-09-06 07:04:51

http://code2flow.com 允许您从类似 C 的伪代码创建流程图。它可能有点类似于 Visustin,但尝试创建更美观的流程图,其方法是允许使用自然语言,尽管大多数代码也可能无需修改即可工作。单击图像即可查看编辑器。请注意,我参与了这个解决方案。

在此处输入图像描述

http://code2flow.com allows you to create flowcharts from C-like pseudo code. It may be a bit similiar to Visustin but tries to create more good looking flowcharts and its approach is to allow to use natural language, although most of code will probably work unmodified as well. Click on the image to see the editor. Please note that I am involved in this solution.

enter image description here

若水微香 2024-09-06 07:04:51

如果它不必严格是图形流程图,GNU cflow表示 C 源文件的整个调用树。

If it doesn't have to strictly be a graphical flow chart, GNU cflow indicates the entire call tree for C source files.

金橙橙 2024-09-06 07:04:51

Software Blacksmiths 长期以来一直在商业上销售一款产品。不过,我目前不能对此说太多——可以合理猜测我使用的 OS/2 版本现在已经停产了。不过,Software Blacksmiths 似乎仍在营业——无论如何,快速检查一下就会发现一个网站。

浏览一下该网站,自从我使用它以来,它看起来变化相对较小(甚至 OS/2 版本似乎仍然可用)。既然如此,我想说它属于“相当无害”的类别,这是任何流程图工具可以实现的最佳效果。

Software Blacksmiths has sold one commercially for a long time. I can't say much about it currently though -- it's probably a fair guess that the OS/2 version I used has been discontinued by now. Software Blacksmiths still appears to be in business though -- a quick check turns up a web site anyway.

Glancing at the web site, it looks like relatively little has changed since I used it (even the OS/2 version still seems to be available). That being the case, I'd say it falls into the "fairly harmless" category, which is the best any flow charting tool can achieve.

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