Welcome![Sign In][Sign Up]
Location:
Search - tingchechang

Search list

[Othertingchechang

Description: 非常之经典的停车场停车问题,解决停车问题的算法-very classic car parks and solving the parking problem Algorithm
Platform: | Size: 2228 | Author: wjs | Hits:

[File Operatetingchechang

Description: 这是本人做客城设计用的,王一户多都哦支持,同志们再接再厉-this is my guest at the City Design, Wang has more than one oh, the comrades would continue
Platform: | Size: 6418 | Author: wwwwww | Hits:

[assembly languagetingchechang

Description: 哈哈啊 哈啊啊哈 和啊啊哈 啊啊哈和啊哈哈啊哈哈啊啊哈啊哈后哈哈啊哈啊哈啊哈啊哈哈啊哈啊哈啊哈啊哈啊哈哈啊哈啊哈啊哈啊哈啊哈和哈啊哈哈啊哈啊哈哈哈哈和和啊哈啊哈
Platform: | Size: 1379 | Author: 孙子盛 | Hits:

[Othertingchechang

Description: 老师给出的题目:一个停车场程序 自己写了很久总算写出来了
Platform: | Size: 12490 | Author: 罗荣桂 | Hits:

[assembly languagetingchechang

Description: 停车场管理,进出停车厂的数据模型,先进先出,后进后出
Platform: | Size: 226005 | Author: 范虹 | Hits:

[Othertingchechang

Description: 一个数据结构的课程设计文件,VC++编写.内容为:停车场
Platform: | Size: 112735 | Author: 张辉 | Hits:

[Othertingchechang

Description: [问题描述]: 设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在车场的最北端),若车场内已停满n辆汽车,则后来的汽车只能在门外的便道上等待,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原次序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短交纳费用。试为停车场编制按上述要求进行管理的模拟程序。
Platform: | Size: 7410 | Author: 小木头 | Hits:

[Othertingchechang

Description: 停车场管理系统 这是本人第一次上传 如有问题可以交流一下 6102968
Platform: | Size: 3127 | Author: 黄春亮 | Hits:

[Other resourcetingchechang

Description: 停车场管理算法,数据结构的课程设计 主要是演示管理过程
Platform: | Size: 98787 | Author: 高先生 | Hits:

[Other resourcetingchechang

Description: 停车场的设置.用对列和栈实现.以end结束.
Platform: | Size: 1921 | Author: 小黎黎 | Hits:

[Othertingchechang

Description: 老师给出的题目:一个停车场程序 自己写了很久总算写出来了-Teachers are given the title of: a car park for a long time to write their own program to write out at least
Platform: | Size: 12288 | Author: 罗荣桂 | Hits:

[Data structstingchechang

Description: 停车场管理算法,数据结构的课程设计 主要是演示管理过程-Car park management algorithms, data structures curriculum design principal is to demonstrate the management process
Platform: | Size: 98304 | Author: 高先生 | Hits:

[Data structstingchechang

Description: 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。栈以顺序结构实现,队列以链表实现。-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. Stack structure in order to achieve, the realization of the queue to list.
Platform: | Size: 70656 | Author: hulinjie | Hits:

[Data structstingchechang

Description: 内含有两个停车场管理的源文件,实验报告。-Car park management contains two source files, laboratory reports.
Platform: | Size: 249856 | Author: xiaoyaxuan | Hits:

[Windows Developtingchechang

Description: 设停车场是一个可停放n辆汽车的狭长通道,且只有一个门可供出入。汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(门在最南端,最先到达的第一辆车停放在车场的最北端),若车场内已停满n辆汽车,则后来的汽车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆汽车即可开入;当停车场内某辆车要离开时,在它之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原顺序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短交纳费用。试为停车场编制按上述要求进行管理的模拟程序。-According to the original order to enter the yard, each car parked in the car when it left the car park must stay the length of time it costs to pay. Test preparation for the car park managed by the above-mentioned request of the simulation program.
Platform: | Size: 13312 | Author: 大懒虫 | Hits:

[Windows Developtingchechang

Description: 1.本演示程序的主要目的是由栈模拟停车场,以队列模拟车场外的便道,按照用户在终端的输入数据序列进行模拟管理.每一组输入数据包括三个数据项.汽车”到达”或”离去”信息”.汽车牌照号码以及到达或离去的时刻.对每一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置 若是车辆离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上不收费) 2.其中程序中需要别设一个栈,临时存放给要离去的汽车让路而从停车场退出的汽车,也有顺序存储结构实现.输入的数据按到达或离去的时刻有序.也就是要考虑第一个操作的时间都必须不同,后一个操作的时间要比前一个的靠后. 3.栈和队列的每一个元素表示一辆汽车.其中汽车包含两个数据项:汽车的号码和进入停车场的时刻.还要注意不能,同时存在两个号码相同的车. -1. Demonstrating the procedure major objective originally is to simulate parking lot from the shed , simulates the external makeshift road of car park with the queue , manages according to that the consumer data-in array in the terminal carries out a simulation. Every group of data-in includes three data item. The automobile " is got to " or " leave " information ". Moment the licence plate number being got to as well as or leaving. The information carrying out the output handling the day afer tomorrow on every group of data-in is: On-position that the inner or the makeshift road gets on in parking lot if the vehicle gets to , exports then an automobile If the vehicle leaves, be 2 export automobile time staying in parking lot inner and respond to the cost (do not charge on the makeshift road) paying. Need not to set up a shed in procedure among them , for a short time, store the automobile making way for the automobile needing to leave but withdrawing from from parking lot , also have
Platform: | Size: 76800 | Author: 张蔷 | Hits:

[ERP-EIP-OA-Portaltingchechang

Description: 停车场管理系统论文,涉及一些管理系统的设计及其它的实现-Thesis parking management system, involving a number of management system design and realization of other
Platform: | Size: 52224 | Author: 531x | Hits:

[Applicationstingchechang

Description: 停车场管理首先,实现栈和队列的基本操作,在此基础上,实现停车场管理。 停车场管理问题描述:设停车场是一个可停放n辆车的狭长通道,且只有一个大门可供汽车进出。在停车场内,汽车按到达的先后次序,由北向南依次排列(假设大门在最南端)。若车场内已停满n辆车,则后来的汽车需在门外的便道上等候,当有车开走时,便道上的第一辆车即可开入。当停车场内某辆车要离开时,在它之后进入的车辆必须先退出车场为它让路,待该辆车开出大门后,其它车辆再按原次序返回车场。每辆车离开停车场时,应按其停留时间的长短交费(在便道上停留的时间不收费)。 试编写程序,模拟上述管理过程。要求以顺序栈模拟停车场,以链队列模拟便道。 从终端读入汽车到达或离去的数据,每组数据包括三项: ① 是“到达”还是“离去”; ② 汽车牌照号码; ③ “到达”或“离去”的时刻。 与每组输入信息相应的输出信息为: 如果是到达的车辆,则输出其在停车场中或便道上的位置; 如果是离去的车辆,则输出其在停车场中停留的时间和应交的费用。 (提示:需另设一个栈,临时停放为让路而从车场退出的车。) -First of all, car park management, the realization of the basic stack and queue operations, on this basis, the achievement of the car park management. Description of the car park management: for the parking of the car park is a strip of n-channel vehicles, and there is only one door open to motor out. In the parking lot, the vehicle according to the order of arrival, from north to south in order of priority (assuming the door at the southern tip). If the vehicle has been parked inside vehicles over n, then later in the car to be waiting outside the pavement, when a car driven away, the sidewalk on the first car to be opened. When parking vehicles within a certain time to leave, after it entered the vehicle must first withdraw from the yard to make way for it to be out of the car door, the other vehicles and then order the return of the original car. When the vehicle left the parking lot, should be the length of their stay paid (in the pavement at the time to stay free of charge). T
Platform: | Size: 1024 | Author: 小也 | Hits:

[Data structstingchechang

Description: 设停车场是一个可以停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,依次有北向南排列(大门在最南端,最先到达的第一车停放在车场的最北端),若车场内已停满n辆车,那么后来的车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原次序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短交纳费用。-Car parks are located a vehicle parked n the long and narrow channel, and there is only one door open to motor out. Car in the parking lot with the arrival of the vehicles by the time the order are arranged north to south (the southern tip of the door in the first car to reach the first car parked in the most northern end), if the car had been parked inside vehicles over n, then later vehicles can only wait for the sidewalk outside, once the car away, then in the sidewalk on the first car to be opened when parking vehicles within a certain time to leave, after it entered the vehicle must be first from the yard to make way for it to be out of the vehicles outside the gate, then the original order of other vehicles into the yard, each car parked in the car when it left the car park must stay the length of time it costs to pay.
Platform: | Size: 2048 | Author: jun | Hits:

[Othertingchechang

Description: 设有一个可以停放n辆汽车的狭长停车场,它只有一个大门可以供车辆进出。车辆按到达停车场时间的早晚,依次从停车场最里面向大门口处停放。如果停车场已放满n辆车,则后来的车辆只能在停车场大门外的便道上等待,一旦停车场内有车开走,则排在便道上的第一辆车就进入停车场。停车场内如有某辆车要开走,在它之后进入停车场的车都必须退出停车场为它让路,待其开出停车场后,这些车辆再依原来的次序进场。每辆车在离开停车场时,都应根据它在停车场内停留的时间长短来交费。如果停留在便道上的车未进入停车场就要离去,允许其离开,不收停车费,并且仍然保持在便道上等待的车辆次序。编制一个程序模拟该停车场的管理。-N has a vehicle that can accommodate a narrow parking lot, it has only one door can be used for vehicle access.
Platform: | Size: 2048 | Author: 朱科圣 | Hits:
« 12 3 4 »

CodeBus www.codebus.net