From 5d6bd6f4fe8edb2514c6084074ea115b572b6754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E8=89=BA=E5=93=B2?= <446062334@qq.com> Date: Sat, 8 Jul 2023 21:59:46 +0800 Subject: [PATCH] printf --- images/chuangjian.svg | 192 ++++++++++++++++++++++++++++++++++++++++++ images/printf.svg | 132 +++++++++++++++++++++++++++++ 2 files changed, 324 insertions(+) create mode 100644 images/chuangjian.svg create mode 100644 images/printf.svg diff --git a/images/chuangjian.svg b/images/chuangjian.svg new file mode 100644 index 0000000..07f2ed0 --- /dev/null +++ b/images/chuangjian.svg @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + 开始 + + + + + + 结束 + + + + + + + + + + + + + + + + + + + + + creatjz() + + + + + + + + 逻辑值 edgenode *p + + + + + + + + aaa() + + + + + + + + 整数值 i + + + + + + + + + + + i = 0 到 nm + + + + 下一个 + + + 完成 + + + + + + p = nm.adjust[i].firstnode + + + + + + + + + + + + + + + + p! = NULL + + + + + + + + 整数值 h + + + + + + + + + + + + + + + + + + + + + !strcmp(p->a,nm.adjust[h]. + name + + + + + + + + + + + + + + + + + + cont[i][h] = 1 + + + + + + p = p->next + + + + + + + h = 0 到 nm + + + + 下一个 + + + 完成 + + + + + + + While循环 + + + + + + + + + + + + diff --git a/images/printf.svg b/images/printf.svg new file mode 100644 index 0000000..84b613d --- /dev/null +++ b/images/printf.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + 开始 + + + + + + 结束 + + + + + + + + + + + + + + + + + + + + + + + print() + + + + + + 输入 edgenode* p + + + + + + + + 整数值 i + + + + + + + + + + + i = 0 到 nm + + + + 下一个 + + + 完成 + + + + + + 输出 nm.adjust[i].name + + + + + + p = nm.adjust[i].firstnode + + + + + + + + + + + + + + 输出 p->a + + + + + + p = p->next + + + + + + + p!=NULL + + + + + + + + + + + + + 输出 \n + + + + +