搜索资源列表
parkb
- 停车场管理系统,可计数,计时,计费等功能,是栈与队列的集合-car park management system can count, time, billing and other functions, and the stack is a collection of queue
Multiplexing-server
- 掌握基于select的多路复用程序基本流程 掌握套接字队列的管理方法 掌握基本的套接字状态处理方法 -Based on the master select multiplexed program basic process Master socket queue management methods Have basic knowledge of the socket state processing method
duilie
- 队列完整程序。创建一个学生信息管理队列,实现队列的创建、插入、删除。-Queue full program. Create a student information management queue, queue create, insert, delete.
parking-lot
- 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入数据的序列进行模拟管理。每一组输入数据包括三个数据项:汽车的“到达”(‘A’表示)或“离去”(‘D’表示)信息、汽车标识(牌照号)以及到达或离去的时刻。对每一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或者便道上的停车位置;若是车辆离去,则输出汽车在停车场停留的时间和应缴纳的费用(便道上停留的时间不收费)。栈以顺序结构实现,队列以链表结构实现。-Parking in the stack simulation to si