OS經典問題Python實現----工人搬水

問題: 搬運工人向卡車中裝純淨水,每車最多10箱。卡車裝滿即開走,需裝n輛車。   import random import threading import time water= threading.Semaphore(0); go= threading.Semaphore(0); mutex=threading.Event() wmutex=threading.Event()
相關文章
相關標籤/搜索