Browse Source

update lab4 process-concept-homework.md

main
yuchen 9 years ago
parent
commit
ab237ddb70
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      related_info/lab4/process-concept-homework.md

+ 4
- 1
related_info/lab4/process-concept-homework.md View File

@ -23,7 +23,10 @@
```
- 进程切换行为:系统决定何时(when)切换进程:进程结束或进程发出yield请求
### 进程执行
```
instruction_to_execute = self.proc_info[self.curr_proc][PROC_CODE].pop(0)
```
### 执行实例
#### 例1

Loading…
Cancel
Save