From ba6ecb5a013ee0b033ecc2ceb58822cccf88213e Mon Sep 17 00:00:00 2001 From: zhouyufan <2467848647@qq.com> Date: Sun, 21 May 2023 15:56:58 +0800 Subject: [PATCH] =?UTF-8?q?c12=E6=B5=81=E7=A8=8B=E5=9B=BE=E5=92=8C?= =?UTF-8?q?=E4=BC=AA=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- c12.drawio.svg | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++ c12伪代码 | 5 +++ 2 files changed, 95 insertions(+) create mode 100644 c12.drawio.svg create mode 100644 c12伪代码 diff --git a/c12.drawio.svg b/c12.drawio.svg new file mode 100644 index 0000000..ab09d86 --- /dev/null +++ b/c12.drawio.svg @@ -0,0 +1,90 @@ + + + + + + + + + +
+
+
+ main +
+
+
+
+ + main + +
+
+ + + + + + +
+
+
+ 查找文件 +
+
+
+
+ + 查找文件 + +
+
+ + + + + + +
+
+
+ 读取学生的信息 +
+
+
+
+ + 读取学生的信息 + +
+
+ + + + + + +
+
+
+ 存入数组stu中 +
+
+
+
+ + 存入数组stu中 + +
+
+ +
+ + + + + Text is not SVG - cannot display + + + +
\ No newline at end of file diff --git a/c12伪代码 b/c12伪代码 new file mode 100644 index 0000000..da9fe60 --- /dev/null +++ b/c12伪代码 @@ -0,0 +1,5 @@ +12·从文件中读取学生的学号、姓名及成绩等信息写入到结构体数组stu中 +ReadfromFile +step1:查找文件 +step2:从文件中读取学生的学号姓名成绩 +step3:将信息写入到数组stu中 \ No newline at end of file