搜索资源列表
jin
- 要求程序输出每辆车到达后的停车位置(停车场或便道),以及某辆车离开停车场时应该交纳的费用和它在停车场内停留的时间。 汽车的模拟输入信息格式可以为:(到达/离开,汽车牌照号码,到达/离开的时间)。用栈和队列来模拟停车场和便道 -Request procedures after the arrival of output per vehicle parking spaces (parking lot or sidewalk), as well as a vehicle to leave
shujujiegoushiyan
- 数据结果课程设计关于停车场问题:栈1表示车场,栈2用来存放从栈1中退出来的车-Curriculum design, data results on the parking issue:Stack said that a yard used to store the stack 2 stack 1 from the withdraw of the car
tingche
- 1 问题描述 设有一个可以停放n辆汽车的狭长停车场,它只有一个大门可以供车辆进出。车辆按到达停车场时间的早晚,依次从停车场最里面向大门口处停放。如果停车场已放满n辆车,则后来的车辆只能在停车场大门外的便道上等待,一旦停车场内有车开走,则排在便道上的第一辆车就进入停车场。停车场内如有某辆车要开走,在它之后进入停车场的车都必须退出停车场为它让路,待其开出停车场后,这些车辆再依原来的次序进场。每辆车在离开停车场时,都应根据它在停车场内停留的时间长短来交费。如果停留在便道上的车未进入停车场就要离去,
jsjrj
- 要求程序输出每辆车到达后的停车位置(停车场或便道),以及某辆车离开停车场时应该交纳的费用和它在停车场内停留的时间。 3 实现提示 汽车的模拟输入信息格式可以为:(到达/离开,汽车牌照号码,到达/离开的时间)。用栈和队列来模拟停车场和便道 -Upon arrival claim process to the output per vehicle parking location (parking lot or sidewalk), and certain vehicles to lea
park23
- 以栈模拟停车场,以队列模拟场外的车道,按照从终端读入的输入数据序列进行模拟管理。内含需求分析 概要设计等 -In order to simulate the stack parking lot, in order to simulate the queue outside the lane, in accordance with the input from the terminal read sequences simulated data management. Summary of req
parking_manage
- 用c语言写的停车场管理系统,其中灵活运用堆和栈模拟了停车场、便道和登记处的运作。-en parking managIn the c language is writtement system, flexible use of pile and stack to simulate the parking lot, the pavement and registry of operation.
car_park
- 停车场管理系统 使用栈和队列实现 车子可以离开停车场 并且在离开时计算所用的费用-The parking management system stack and queue to realize the cost of the car leaving the parking lot and leave used in the calculation
parking1
- 数据结构C++中用 栈 来实习停车场问题,可以实习停车,离开车,并计算费用,适合初学者参考并学习-Data the structure C++ with stack to internship parking problems, reference for beginners and learn
Huffman-tree-and-Parking-management
- 本程序是双工信道哈夫曼的编/译码器,该系统可进行字符与二进制码值间转换。栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。-This procedure is a duplex channel Huffman of knitting/decoder, this system can be character and the binary code value among conversion. Stack simulation parking lot to queu
44parkingmanage
- 数据结构课程设计-停车场管理系统,用栈实现的停车场,用队列实现的便道-Data structure curriculum design- parking management system, implemented with stack parking, sidewalk with a queue implementation
Parking
- 停车场C语言数据结构程序,实现停车等候出栈入栈,计时停车收费的功能-Parking C language data structure procedures, stop and wait out the stack stack, time parking function
Parking-Problem
- 停车场问题,适用于初学者的c++小程序,可记录停车信息的,利用栈的结构实现 -Parking problems, suitable for beginners c++ small procedures, can record parking information, use of stack structure to realize
Parking-management-system
- 用栈实现停车场管理 设停车场是一个可停放n辆车的狭长通道,且只有一个大门可供汽车进出。在停车场内,汽车按到达的先后次序,由北向南依次排列(假设大门在最南端)。若停车场内已停满n辆车,则后来的汽车需在门外的便道上等候,当有车开走时,便道上的第一辆车即可开入。当停车场内某辆车要离开时,在它之后进入的车辆必须先退出停车场为它让路,待该辆车开出大门后,其他车辆再按原次序返回车场。每辆车离开停车场时,应按其停留时间的长短交费(在便道上停留的时间不收费)。-Using stack to achieve pa
停车场系统0.9
- 在无数据库情况下利用栈队实现一个简易的停车场(In the absence of database, the use of stack teams to achieve a simple parking lot)
数据结构停车场管理系统实验报告 - 用于合并
- 停车场程序中栈与队列的相关操作的代码及实验报告分析(Related code of parking lot program)
shiyan
- 设有一个可以停放 n 辆汽车的狭长停车场,它只有一个大门可以供车辆进出。车辆按到达停车场时间的早晚依次从停车场最里面向大门口处停放(最先到达的第一辆车放在停车场的最里面)。如果停车场已放满n 辆车,则后到达的车辆只能在停车场大门外的便道上等待,一旦停车场内有车开走,则排在便道上的第一辆车就进入停车场。停车场内如果有某辆车要开走,在它之后进入停车场的车辆都必须先退出停车场为它让道,待其开出停车场后,这些车辆再依原来的次序进场。每辆车在离开停车场时,都应根据它在停车场内停留的时间长短交纳保管费用。如
停车场
- 数据结构停车场代码,利用了链表,线性栈,链队列(Data structure car park code, the use of linked list, linear stack, chain queue)