We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c332c commit d327719Copy full SHA for d327719
2 files changed
notes/assets/concurrent_and_parallel.png
38.2 KB
notes/操作系统.md
@@ -146,7 +146,7 @@
146
147
操作系统通过引入进程和线程,使得程序能够并发运行。
148
149
-<div align="center"><img src="assets/093339_F6Sa_1158288.png" width="450"></div>
+<div align="center"><img src="assets/concurrent_and_parallel.png" width=""></div>
150
151
### 2. 共享
152
@@ -282,10 +282,6 @@ int* a = (int *)malloc(sizeof(int) * N); // go on a heap
282
283
284
285
-
286
287
288
289
#二、进程管理
290
291
## 1. 进程与线程
0 commit comments