搜索资源列表
Sy5
- 以队列和栈实现的仿真技术预测理发馆的经营状况-to Queue and Stack simulation technology forecasting barber's shop of the operation
zlIP_51
- 51单片机+rtl8019的tcp/ip协议栈,仿真环境proteus.-51 microcontroller rtl8019 the tcp / ip protocol stack, simulation environment proteus.
sta
- 设当前系统中有多个栈在工作,多栈模拟问题要求模拟当前系统中各栈的工作状态。 由文件input.txt给出输入数据。第1行是正整数n,表示有n个栈操作。接下来的n行, 每行给出一个栈操作指令。栈操作指令“PUSH A B”表示将正整数B加入编号为A的栈顶; 栈操作指令“POP A”表示输出编号为A的栈顶元素输入文件示例 输出文件示例 input.txt output.txt 7 PUSH 1 100 PUSH 1 200 PUSH 2 300 PUSH 2 40
bus_station
- 用栈模拟停车场,以队模拟车场外的便道,按照从终端输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码或汽车的停车位置以及到达或离去的时刻。-Stack simulation using car parks, to mock teams sidewalk outside the car, according to data from the terminal input data include three items : vehicle "to" or "
ogl_tokamak_stack
- opengl栈模拟动画-opengl stack simulation animation
huichang2
- 会场安排,使用了3个向量存储开始时间和结束时间和两个时间的合并,并且排好了序。 用一个栈模拟活动的进行,压栈代表需要新开一个活动,出栈表示有一个活动结束-The venue arrangements, the use of three vectors stored start time and end time and the time the merger of the two, and lined up the sequence. With a stack simulation acti
CarParking
- 用java模拟小型停车场功能,用堆栈和队列实现-Simulation of small car parks with java functions, with the realization of the stack and queue
Stack-BucketAlgorithm
- 仿真(n,k,m)非系统卷积码的桶式堆栈算法(Stack-Bucket Algorithm)序列译码在AWGN信道条件下的误码性能,信噪比区间、卷积码参数、生成序列以及吊桶大小、堆栈大小等算法参数均可以自己设定。-Simulation (n, k, m) non-systematic convolutional codes of the barrel stack algorithm (Stack-Bucket Algorithm) sequence decoding in the AWGN ch
Shujujigou
- 运用java技术,结合swing插件,实现数据结构中链表、堆栈的模拟演示-Using java technology, combined with swing plug-in, the list of data structures, stack simulation demo
checha
- 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。栈以顺序结构实现,队列以链表实现。-Simulation of car parks in order to stack to queue simulation sidewalk outside the car, in accordance with the read from the terminal sequence of the input data to simulate management.-Parkin
park
- 停车场管理系统 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。-Parking Management System parking lot to stack simulation to simulate vehicle off the road on the queue, in accordance with the input from the terminal read sequences simulated data management.
stackANDqueue
- 1. 用栈模拟停车场,队列模拟便道。停车场满的时候在便道排队,一旦有车开走,排在第一位的就进入停车场。 2. 当有车要开走的时候在它后面进入停车场的车先依次开出,待该车缴费离开后再依次回到停车场。 3. 离开停车场时应按时间缴纳费用,排队车辆进入停车场时也应该缴纳相应的排队费用。 4. 车辆到达时输出停车位置,离开时输出停留时间和应缴纳费用。 -1. With a stack simulation parking lot, queue simulation of pavement
parking_do
- 以栈模拟停车场,以队列模拟车场外的便道。栈以顺序结构实现,队列以链表结构实现。- 源语言:中文▼目标语言:英语▼翻译文字或网页 以栈模拟停车场,以队列模拟车场外的便道。栈以顺序结构实现,队列以链表结构实现。 请键入文字或网站地址,或者上传文档。 取消 朗读将中文译成英语 Parking lot to stack simulation to simulate vehicle off the sidewalk queue. Structure in order to
tingchechang
- 栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码及到达或离去的时刻,对每一组输入数据进行操作后的输出数据为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车离去;则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时间不收费)。栈以顺序结构实现,队列以链表实现。-Stack simulation parking lot to the sidewalk outside the
stack-processer
- 本系统设计的是一个堆栈处理器,该系统可以实现基本的堆栈功能,即先入后出;并且能实现8位数据的基本运算,附有波形仿真分析和系统缺陷性分析。-The system can realize the basic stack functions, namely, after first-out 8-bit data and can achieve the basic operations, with a waveform simulation and analysis of system defects
ACM
- 要求以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理; -Parking requirements to stack simulation to simulate vehicle off the sidewalk queue, in accordance with the input from the terminal read sequences simulated data management
queue
- 用双头栈模拟队列,要求实现一个队列,提供Enqueue(&q, e)和Dequeue(&q, &e)两个接口 保证先进先出,用双头栈DStack实现(分A、B两个头),DStack只提供pushA(), popA(), pushB(), popB()等几个接口,不能访问任何位置i的元素,不能进行任意位置的插入、删除操作-Queue with a double stack simulation, called for a queue to provide Enqueue (& q, e) an
Parking-management-simulation-system
- 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码及到达或离去的时刻,对每一组输入数据进行操作后的输出数据为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车离去;则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时间不收费)。栈以顺序结构实现,队列以链表实现。-Parking lot to stack simulation to simulate the queue of
123
- 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码以及到达或离去的时刻。对一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车辆离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时间不收费)。栈以顺序结构实现。队列以链表结构实现-Stack simulation parking lot to the queue simulation c
Stack-Problem
- 栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据 序列进行模拟管理。对每一组输入数据进行操作后的输出信息为:若是 车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车辆离去, 则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时 间不收费) 。设每单位时间收费 1 元。-Parking Stack simulation to simulate the queue sidewalk outside the car, according to the re