Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 2aa9c8d

Browse files
committed
Rename a gif and add a mention of coroutine QA
1 parent ef8393f commit 2aa9c8d

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

docs/lab/lab3.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
3131
### 实验要求
3232

33+
0. (复读)前排温馨提醒:本实验任务量可能较大,请尽早开始;
3334
1. Problem 需要在实验报告中作答,如有要求需附上截图;
3435
2. Task 需要在实验报告中附上代码,结果截图和**简要**的实验过程;
3536
3. **不应**修改不含 TODO 标记的代码,或添加额外的函数;
@@ -256,7 +257,13 @@ gcc -fno-pie -no-pie -o dark-calc-my dark-calc.c
256257
257258
## 四、栈帧的更多应用——协程
258259

260+
>[!tip]
261+
>
259262
> 改编自 2024 StackLab 的第三部分(源于 2022 年 Kieray Lab),减少协程部分的代码工作量,替换为阅读思考题。
263+
>
264+
> 往届 TA 在 `coroutine` 文件夹中留下了 `QA.md` 作为常见问题 QA。
265+
>
266+
> (此次不用亲自实现如此多的功能,不过对理解有帮助)
260267
261268
在前两项任务中,我们已经加深了对程序运行时的栈帧的认识,接下来,我们使用栈帧和一定的汇编语言,来给 C 语言实现一些更加现代的功能吧。
262269

@@ -618,7 +625,7 @@ def game():
618625
>
619626
> 基于上面的讨论,请你完善 `main.c` 中的 `progress_bar` 函数,实现一个自定义的进度条动画。发挥你的想象力即可。
620627
621-
![进度条](flowlab/task3_result.gif)
628+
![进度条](flowlab/coroutine_result.gif)
622629

623630
## 五、控制流和栈帧的进一步思考
624631

0 commit comments

Comments
 (0)