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