Skip to content

Commit

Permalink
加入了实验三银行家算法的内容
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangkai0425 authored Jun 4, 2022
1 parent 63d3d52 commit 59362c1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -39,3 +39,20 @@ g++ -std=c++11 main_B.cpp -o mainn_B -lpthread
./mainn_B
```



### 操作系统大作业 实验3 处理机调度

银行家算法的模拟与实现

Linux/Mac/Windows均可正常编译

Linux 下编译命令

```bash
cd exp3
ls
g++ -std=c++11 main.cpp -o mainn
./mainn
```

0 comments on commit 59362c1

Please sign in to comment.