判断循环队列q为空的条件是( )
·q->front == q->rear
·q->front != q->rear
·q->front == (q->rear + 1)%MAXNUM
·q->front != (q->rear + 1)%MAXNUM
出自:佳木斯大学语言治疗学