# 多线程实现银行家算法Pthread实现 **Repository Path**: yijunc/banker_pthread ## Basic Information - **Project Name**: 多线程实现银行家算法Pthread实现 - **Description**: 北邮作业 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-19 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 多线程实现银行家算法-Pthread实现 #### 介绍 北邮作业 #### 软件架构 看注释,看不懂拉倒 #### 使用说明 1. `git clone https://gitee.com/cyjason2000/banker_pthread` 2. `cd banker_pthread` 3. `gcc -o bk -pthread banker.c` 4. `./bk` #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request