使用堆栈和列表创建节点图 [英] Using stack and list to create a node graph

查看:106
本文介绍了使用堆栈和列表创建节点图的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以帮助我如何使用Java Netbeans生成图形控制流图(CFG)吗?

Can anyone help me on how to generate a graph control flow graph (CFG) using Java Netbeans?

推荐答案

CFG并不简单.你困在哪里?您是否有启动这样一个项目所需的正确理解?

Netbeans是一个IDE,可帮助您编写和调试代码的工具,仅此而已.使用textpad还是vim都没关系;它不会为您做".

如果您坚持使用CFG的理论,请尝试以下操作作为起点:

CFGs are not simple. Where are you stuck? Do you have the proper understanding needed to start such a project?

Netbeans is an IDE, a tool to help you write and debug your code, nothing more. It wouldn''t matter if you used textpad or vim; it will not "do it for you".

If you are stuck with the theory of CFGs, then try this as a starting point:


  • http://en.wikipedia.org/wiki/Control_flow_graph[^]


实际上,我认为使用堆栈和列表可应用于CFG,但是我没有如何在Java中创建节点和路径的基本概念.我的意思是如何在Java中生成该路径和节点.我认为我的理论已经很清楚了.
actually i''ve think using stack and list to apply in CFG but i''ve no basic concept how to create node and path in java. I means how to generate that path and node in java. The theory i think im clear already.


这篇关于使用堆栈和列表创建节点图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆