Skip to content

Commit 3c12806

Browse files
authored
lec04-p2 updating
1 parent faa5677 commit 3c12806

1 file changed

Lines changed: 78 additions & 0 deletions

File tree

lec4/p2-labs.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ backgroundColor: white
2525

2626
---
2727

28+
<style scoped>
29+
/* 当前幻灯片的字体变大 */
30+
section {
31+
font-size: 34px;
32+
}
33+
</style>
34+
2835
**提纲**
2936
<style>
3037
.container{
@@ -118,7 +125,16 @@ J. Lyons & Co.是一家成立于1884年的英国连锁餐厅,食品制造业
118125

119126
---
120127

128+
<style scoped>
129+
/* 当前幻灯片的字体变大 */
130+
section {
131+
font-size: 33px;
132+
}
133+
</style>
134+
135+
121136
**提纲**
137+
122138
<style>
123139
.container{
124140
display: flex;
@@ -200,8 +216,17 @@ CCCCCCCCCC [3/3]
200216

201217
---
202218

219+
<style scoped>
220+
/* 当前幻灯片的字体变大 */
221+
section {
222+
font-size: 33px;
223+
}
224+
</style>
225+
226+
203227
**提纲**
204228

229+
205230
1. 实验目标和步骤
206231
### 2. 多道批处理操作系统设计
207232
3. 应用程序设计
@@ -259,8 +284,17 @@ CCCCCCCCCC [3/3]
259284

260285
---
261286

287+
<style scoped>
288+
/* 当前幻灯片的字体变大 */
289+
section {
290+
font-size: 33px;
291+
}
292+
</style>
293+
294+
262295
**提纲**
263296

297+
264298
1. 实验目标和步骤
265299
2. 多道批处理操作系统设计
266300
### 3. 应用程序设计
@@ -333,8 +367,17 @@ pub fn yield_() -> isize {
333367

334368
---
335369

370+
<style scoped>
371+
/* 当前幻灯片的字体变大 */
372+
section {
373+
font-size: 33px;
374+
}
375+
</style>
376+
377+
336378
**提纲**
337379

380+
338381
1. 实验目标和步骤
339382
2. 多道批处理操作系统设计
340383
3. 应用程序设计
@@ -413,7 +456,16 @@ dst.copy_from_slice(src);
413456

414457
---
415458

459+
<style scoped>
460+
/* 当前幻灯片的字体变大 */
461+
section {
462+
font-size: 33px;
463+
}
464+
</style>
465+
466+
416467
**提纲**
468+
417469
<style>
418470
.container{
419471
display: flex;
@@ -612,7 +664,16 @@ pub struct TrapContext {
612664

613665
---
614666

667+
<style scoped>
668+
/* 当前幻灯片的字体变大 */
669+
section {
670+
font-size: 33px;
671+
}
672+
</style>
673+
674+
615675
**提纲**
676+
616677
<style>
617678
.container{
618679
display: flex;
@@ -782,6 +843,14 @@ a Möbius strip has only one surface.
782843

783844
---
784845

846+
<style scoped>
847+
/* 当前幻灯片的字体变大 */
848+
section {
849+
font-size: 33px;
850+
}
851+
</style>
852+
853+
785854
**提纲**
786855
<style>
787856
.container{
@@ -896,8 +965,17 @@ pub fn exit_current_and_run_next() {
896965

897966
---
898967

968+
<style scoped>
969+
/* 当前幻灯片的字体变大 */
970+
section {
971+
font-size: 33px;
972+
}
973+
</style>
974+
975+
899976
**提纲**
900977

978+
901979
1. 实验目标和步骤
902980
2. 多道批处理操作系统设计
903981
3. 应用程序设计

0 commit comments

Comments
 (0)