快速画流程图

使用在线工具:PlantUML

PlantUML

官网:https://plantuml.com/

中文官网:https://plantuml.com/zh/

使用步骤如下:

1、拷贝一个完成函数:

cpp 复制代码
int func_init(const char *tag) {
    if (tag != NULL) {
        printf("set TAG :%s", tag);
    }

    print_test();
    return 0;
}

2、使用chatGPT把代码转换成标准的plantuml语言输出流程图,具体输入如下:

用标准plantuml语言输出流程图

int func_init(const char *tag) {

if (tag != NULL) {

printf("set TAG :%s", tag);

}

print_test();

return 0;

}

3、chatGPT输出如下:

@startuml

start

if (tag != NULL) then (yes)

:printf("set TAG :%s", tag);

else (no)

endif

:print_test();

stop

@enduml

4、登录https://plantuml.com/zh/ 选择 活动图,输出流程图如下:

相关推荐
小阮的学习笔记11 小时前
Vue3中使用LogicFlow实现简单流程图
javascript·vue.js·流程图
爱分享的淘金达人3 天前
2025年山东省考报名流程图解
java·考研·spring·eclipse·tomcat·流程图
烟雨国度6 天前
Spring MVC 完整生命周期和异常处理流程图
spring·mvc·流程图
冰淇淋噢!7 天前
一般公司流程图详情版
流程图
半块菠萝11 天前
html简易流程图
css·html·流程图
寰梦15 天前
上传Gitee仓库流程图
gitee·流程图
技术路上的苦行僧15 天前
Spring源码解析(35)之Spring全体系源码流程图
java·spring·流程图·1024程序员节
烟雨国度15 天前
阿里云用STS上传oss的完整程序执行流程图 和前端需要哪些参数uniapp
javascript·阿里云·uni-app·流程图·1024程序员节
懒大王952715 天前
vue使用 jsplumb 生成流程图
java·前端·流程图
emperinter17 天前
sankey.top - 桑基图/桑吉图/流程图/能量流/物料流/能量分析
macos·ios·音视频·流程图·能源·apple vision pro·web app