搜索资源列表
ex2.rar
- 数据结构的实验,银行排队程序,帮助理解队列内容,Experimental data structures, the banks lined up procedures to help understand the queue content
parkingmanagement
- 数据结构课程设计,用顺序栈和链式队列实现的,程序很容易理解,编程风格很好-it is a data structure program design work , using sequence stack and link queue ,it is simple and easy understood. very good work
Parkingmanagementsystem
- 设计一个停车场管理系统,模拟停车场的运作,通过此程序具备以下功能: 1、要求以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理; 2、要求处理的数据元素包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码及到达或离去的时刻; 3、该系统完成以下功能:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时间不收费); 4、要求栈以顺序结构实现,队列以链表实现。-Design
park
- 利用栈和队列完成停车场的管理,数据结构的实习题目,并完成选做内容-Practice using the stack and queue subject completed parking management, data structures, and to complete the election content
zhanyuduilie
- 这是学习数据结构中的栈与队列的两个小程序。使用的是C++的编程语言。-This is a learning data structures stack and queue two small programs. Using C++ programming language.