哪个流程图软件可以画出这种效果 很喜欢


图片描述

最好是上一张图卡看

软件

vikar 10 years, 9 months ago

XMind 可以试试

这是首页一个模板截取图

到大叔这里来 answered 10 years, 9 months ago

这是最基本的条条框框吧

umlet 跨平台,还能自定义,导出源文件或 pdf

岚sama answered 10 years, 9 months ago

https://www.mindmup.com/
在线流程图,支持导出为html,pdf等格式,

愤怒的麦兜 answered 10 years, 9 months ago

visio应该就可以吧

Ginzero answered 10 years, 9 months ago

markdown足矣

saerll answered 10 years, 9 months ago

一直用yEd,一个Java的画图工具,画流程图效果不错。

miaofun answered 10 years, 9 months ago

Lucidchart

天使D丨光丨 answered 10 years, 9 months ago

微软的viso

潮爆老奶奶 answered 10 years, 9 months ago

XMind虽然不错,但毕竟不是纯文本,不方便git

恰好在玩 PlantUML ,练习一把

uml


 @startuml

:PHP Script;
partition "Execute" {
    if(Check OpCode Cache?) then (not cached)
        :Parse;
        :Compile to OpCodes;
        :Save to Shared Memory;
    else(cached)
        :Read from Shared Memory;
    endif
    :Execute(Zend Engine);
}
:Output;
@enduml

源码可以直接粘贴到官网下面的textarea里面即时查看效果

单边马尾D控 answered 10 years, 9 months ago

https://www.processon.com/ 在线编辑,无需下载安装,还能多人协同合作

俯视世界的神 answered 10 years, 9 months ago

在用xmind

hmlhml answered 10 years, 9 months ago

守护我们的萝莉 answered 10 years, 9 months ago

Your Answer