类的数据流程图;数据流图级别0、级别1;上下文图
如何绘制
- 类
- a 网站的数据流图和上下文图 0级、1级
How can I draw a data flow diagram and a context diagram for
- class
- a website
level 0, level 1
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试使用 dia 编辑器 ( http://projects.gnome.org/dia/ )。可在 Windows 或 Linux 下工作。在某些 Linux 发行版上,应该可以通过其包管理工具来使用它。
Try the dia editor ( http://projects.gnome.org/dia/ ). Will work under windows or Linux. On some linux distros it should be available through their package management tool.
doxygen 根据您的代码执行类似的操作,使用 graphviz(可能仅是 *nix)。如果您没有虚拟机,也许是时候让虚拟机运行了:)
doxygen does things like this based on your code, using graphviz which might be *nix only. maybe its time to get a vm machine going if you dont have it :)