论坛网站策划,抖音seo优化系统招商,常州住房和城乡建设局网站,wordpress文章列表不同样式流程图#xff08;Flowchart#xff09;#xff1a;使用图形表示算法的思路是一种极好的方法#xff0c;因为千言万语不如一张图。流程图在汇编语言和早期的BASIC语言环境中得到应用。相关的还有一种PAD图#xff0c;对PASCAL或C语言都极适用。Flowchart 是一种通过文本方… 流程图Flowchart使用图形表示算法的思路是一种极好的方法因为千言万语不如一张图。流程图在汇编语言和早期的BASIC语言环境中得到应用。相关的还有一种PAD图对PASCAL或C语言都极适用。Flowchart 是一种通过文本方式描述的流程图通过它你仅需几行代码即可在文档中绘制流程图。语法简介Flowchart 的语法来源于 js-sequence-diagrams 定义流程图分为下边两步。定义流程图元素nametype: content:urlname: 元素的名称type类型包括如下类别• start• end• operation• subroutine• condition• inputoutput• parallelcontent文本内容url连接示例ststart: Start
eend
op1operation: My Operation
sub1subroutine: My Subroutine
condcondition: Yes
or No?:http://www.google.com
ioinputoutput: catch something
st-op1-cond
cond(yes)-io-e
cond(no)-sub1(right)-op1连接元素使用 - 符号即可cond(yes)-io-e
cond(no)-op1-e操作入口插入卡片 - 选择文本绘图 - Flowchart示例示例 1 效果ststart: Start:http://www.google.com[blank]
eend:http://www.google.com
op1operation: My Operation
sub1subroutine: My Subroutine
condcondition: Yes
or No?:http://www.google.com
ioinputoutput: catch something...
paraparallel: parallel tasksst-op1-cond
cond(yes)-io-e
cond(no)-para
para(path1, bottom)-sub1(right)-op1
para(path2, top)-op1参考资料https://flowchart.js.org/ https://bramp.github.io/js-sequence-diagrams/ https://blog.csdn.net/ethmery/article/details/50670294在线地址https://flowchart.fun/