源码简介: |
1. 用一个包含大小为MAX+1的数组结构体RoomArray来表示客房列表,其数组元素为表示车辆停车信息的结构体GuestNode,用链表队列LinkQueueGuest表示等待队列,其节点元素为表示车辆停车信息的结构体QueueGuest;-1. With a size of MAX contains an array of the structure RoomArray said Rooms to list its array elements to said vehicle parking structure of the information GuestNode with Queue List LinkQueueGuest wait for Queue, said node elements for vehicle parking structure of the information QueueGuest;
|