Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangkai0425 authored Jun 5, 2022
1 parent 49a2188 commit 33d6885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ g++ -std=c++11 main_B.cpp -o mainn_B -lpthread



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

银行家算法的模拟与实现

Expand All @@ -50,7 +50,7 @@ Linux/Mac/Windows均可正常编译
Linux 下编译命令

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

0 comments on commit 33d6885

Please sign in to comment.