美文网首页
2020-01-03

2020-01-03

作者: 0df42f5bb4e2 | 来源:发表于2020-01-03 09:06 被阅读0次

flow

st=>start: 开始

e=>end: 结束

op=>operation: 操作

sub1=>subroutine: 子程序

cond=>condition: Yes or No?

io=>inputoutput: 输入/输出

st->op->cond

cond(yes)->io->e

cond(no)->sub1(right)->op

相关文章

网友评论

      本文标题:2020-01-03

      本文链接:https://www.haomeiwen.com/subject/nhzaoctx.html