ALL > Computer and Education > courses > university courses > undergraduate courses > Operating System > CLASS (2016-2017-1)-62903-06102-1 > 2014329620049_冯骏 >
Answer to 6.11 Version 0
👤 Author: by fmissy 2017-01-08 11:37:39
(1) BarberShop.java
public class BarberShop
{
private int chairNum;
private int barber;
private int chairState[];
static final int FULL = -1;
static final int EMPTY = 0;
static final int OCUPIED = 1;
static final int SLEEPING = 2;
static final int DONE = 3;
static final int WAITED = 4;


Login

Reversion History

Loading...
No reversions found.