搜索资源列表
tree
- 用树的应用模拟铁路查询功能。掌握图的邻接表的定义及应用,能够熟练使用邻接表。加强对map容器的理解,能够熟练使用map容器,复习集合和字典的相关知识。理解最短路径问题,并使用Dijkstra算法解决最短路径问题。掌握线形表的使用,并理解优先队列解决问题的过程。利用栈解决需要逆向输出的问题。 -Application of simulation using the tree railway inquiry function. Master graph adjacency list of def
Algo3-12
- 银行业务模拟,银行的关门时间与客户的到达时间问题,主要是栈和队列的y-Banking business simulation, banks closing time with the customer
jin
- 要求程序输出每辆车到达后的停车位置(停车场或便道),以及某辆车离开停车场时应该交纳的费用和它在停车场内停留的时间。 汽车的模拟输入信息格式可以为:(到达/离开,汽车牌照号码,到达/离开的时间)。用栈和队列来模拟停车场和便道 -Request procedures after the arrival of output per vehicle parking spaces (parking lot or sidewalk), as well as a vehicle to leave
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
bankSimulation
- 模拟银行一天的人均逗留时间,其中采用队列和栈来实现主要功能。-Simulation of per capita stay one bank, which adopts queue and stack to achieve the main function.
zidongdianti
- 自动电梯模拟过程,基于c++,实现队列,栈等操作-The escalators simulation based c++ queue, stack operations
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
PACKMANAGEMENTSYS
- 一个模拟停车管理系统作业,利用栈和队列记录进入的车辆,离开的车辆,停留时间,收费情况等信息,内附作业报告,详细内容可参考报告-A simulated parking management system operation, the use of stack and queue record to enter the vehicle, the vehicle left the residence time, the charges and other information included jo
chedao
- 运用顺序栈和队列模拟车站的车道和便道的管理系统-Using sequential stacks and queues analog station driveway and sidewalk management system
4
- 通过扩展已实现的基本数据结构,模拟更为复杂的数据结构,是一种常见而实用的技巧。这里,我们将利用栈结构,来模拟一种功能增强的队列。 具体来说,你必须首先实现一个元素类型为int的栈,该栈能且只能支持以下操作接口: bool empty() //判断是否栈空 void push(int) //向栈中压入一个整数 int pop() //弹出栈顶元素,并返回其数值 int top() //仅获取栈顶元素的值,但不弹出 接下来,你必须借助以上栈结构,
CPP
- C++实现栈的操作,队列的操作和用栈模拟队列-C++ achieve stack operation, operation and use of the queue stack simulation queue
两个栈模拟一个队列
- C++实现两个栈模拟一个队列,自己做的题(C++ implements two stacks to simulate a queue)
shiyan
- 设有一个可以停放 n 辆汽车的狭长停车场,它只有一个大门可以供车辆进出。车辆按到达停车场时间的早晚依次从停车场最里面向大门口处停放(最先到达的第一辆车放在停车场的最里面)。如果停车场已放满n 辆车,则后到达的车辆只能在停车场大门外的便道上等待,一旦停车场内有车开走,则排在便道上的第一辆车就进入停车场。停车场内如果有某辆车要开走,在它之后进入停车场的车辆都必须先退出停车场为它让道,待其开出停车场后,这些车辆再依原来的次序进场。每辆车在离开停车场时,都应根据它在停车场内停留的时间长短交纳保管费用。如
离散事件模拟——食堂打饭
- Complete a discrete event simulation, the canteen queues for meals and meals