生產者與消費者

代碼: #include <iostream> using namespace std; const int maxn = 10; //緩衝區的最尺寸 int buf[maxn]; //緩衝區 int counter; //緩衝區計數器 int mutex; //互斥信號量,1代表臨界區內沒有進程,0代表應有一個
相關文章
相關標籤/搜索