【发布时间】:2014-03-09 14:51:40
【问题描述】:
我正在寻找与此类似的内容:http://code2flow.com,但离线且可用于 Linux 或可在 Wine 上运行。
例如:
Call A;
if(A is not here) {
Call B;
} else {
while(A is here) {
print A;
}
}
这会生成一个漂亮的流程图:
【问题讨论】:
-
对于 UML 有 plantuml.com
标签: pseudocode flowchart