Skip to content

Commit d327719

Browse files
committed
更新图片
1 parent 47c332c commit d327719

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

38.2 KB
Loading

notes/操作系统.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146

147147
操作系统通过引入进程和线程,使得程序能够并发运行。
148148

149-
<div align="center"><img src="assets/093339_F6Sa_1158288.png" width="450"></div>
149+
<div align="center"><img src="assets/concurrent_and_parallel.png" width=""></div>
150150

151151
### 2. 共享
152152

@@ -282,10 +282,6 @@ int* a = (int *)malloc(sizeof(int) * N); // go on a heap
282282

283283

284284

285-
286-
287-
288-
289285
#二、进程管理
290286

291287
## 1. 进程与线程

0 commit comments

Comments
 (0)