搜索资源列表
tcc
- 这个是一个用数据结构做的停车场,这个很不错啊 ,真的啊-This is a data structure used to do the parking lot, this is not错啊really ah
parking
- 该软件主要是实现对停车场的管理。当车辆进入时,若停车场没满,车辆则直接进入停车场,若停车场已满,车辆则进入过道。并记录车辆的信息,如车牌号、进入时间。当车辆离开,停在其后的车辆给其让路,当其离开停车场时要显示要缴纳的费用,然后让路的车辆和停放在过道的车辆进入停车场。答辩通过很值得收藏和学习的-The software is mainly on the implementation of parking management. When the vehicles, if no parking is
Parking
- This program can do Parking management
car-parking
- 该程序主要实现停车场的模拟管理。总共使用了一个队列俩个堆栈。其中一个堆栈用来描述停车场,另一个堆栈是一个临时堆栈,用于存放从停车场出场的汽车。队列用于存放在便道等候入场停车的车辆。-this program mainly used for simulating car-parking.there are two stacks and a queue.the first stack used for the park,the second is used to park cars for temp
tcc
- 以栈模拟停车场,以队列模拟车场外的便道。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码以及到达或离去的时刻。对每一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车辆离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停车不收费)。栈以顺序存储结构实现,队列以链表结构实现。-Simulation of the car park to the stack to queue outside the road vehicle
src
- 分布式系统停车场问题:某停车场共有TOTAL-NUM个车位, ENTRY-NUM个入口, EXIT-NUM个出口. 现需要一个用于停车场控制汽车进出的分布式系统, 在该系统中没有集中的管理者(central server), 每个进(出)口通过通信平等协商保存当前车库的状态信息(如空闲车位数UNOCCUPIED-NUM等), 并据此决定是否允许车辆进入, 为简便计, 假定通信是可靠的.-Parking issues distributed systems: A total of TOTAL-NU
fuzzy
- 基于Matlab的小车停车位模糊控制模型,通过使用Matlab工具箱中的模糊控制工具箱设计了将小车安全可靠地停到划定的停车位置上。-Matlab-based fuzzy control model of car parking spaces, by using the Matlab toolbox in the fuzzy control toolbox designed to stop the car safely and securely to the designated parking
parking
- 停车场管理,便于停车的,收费管理-management of parking
Parking
- 这是一个C写的停车场管理系统,包含完整代码、说明书、任务书,VC下正常运行和调试。-This is a car park management system written in C, contains the complete code, descr iption, mission statement, VC, under normal operation and debugging.
parking
- 停车场管理程序的设计与实现,包括停车场的车位管理,停车场的停车管理,停车场的记费管理。-Car park management program design and implementation, including management of parking spaces, car parking management, car parks Accounting Management.
parking
- 停车场问题 利用了栈和队列的知识,需要好好仔细的研究下-the secret of parking
Parking(vcMFC)
- 利用Visual C++平台实现的停车场模拟系统,界面较整洁,值得初学者借鉴。-this is a parking program!
Parking
- 停车场管理实验!停车场是一个可停放n辆车的狭长通道,且只有一个大门可供汽车进出。-Parking
brakethecarfuzzycontrol
- 汽车智能控制,用模糊神经控制实现自动驻车,在紧急情况进行辅助制动-Vehicle intelligent control, fuzzy neural control with automatic parking, assisted braking in emergency situations
parking
- 停车场是一个可以停放n辆汽车的狭长通道,车辆按到达停车场时间的早晚依次从停车场最里向大门口处停放如果停车场已放满n辆车,则后来的车只能在停车场大门外的便道上等待,一旦停车场内有车开走,则排在便道上的第一辆车就进入停车场。-Parking is a parking lot can narrow channel n cars, vehicle parking lot at the time of the morning and evening in order to reach from the c
parking
- 数据结构 停车场问题 用C++编写程序 课程设计-shujujiegou parking
Parking-Management-System
- 数据结构课程设计C语言版停车场管理系统。-Data Structure Course Design parking management system.
Parking-lot-problem
- 设停车场是一个可停放 n 辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在车场的最北端)。若停车场内已经停满 n辆车,那么后来的车只能在门外的便道上等候。一旦有车开走,则排在便道上的第一辆车即可开入。当停车场内某辆车要离开时,在它之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原次序进入车场。-Parking lots is an n cars parked narrow chan
Parking-Lot-Simulation
- 卡耐基梅隆大学数据结构的一次大作业答案VS2010-Parking Lot Simulation
Parking lot problem
- 设有一个可以停放n辆汽车的狭长停车场,它只有一个大门可以供车辆进出。车辆按到达停车场时间的早晚依次从停车场最里面向大门口处停放(最先到达的第一辆车放在停车场的最里面)。如果停车场已放满n辆车,则后来的车辆只能在停车场大门外的便道上等待,一旦停车场内有车开走,则排在便道上的第一辆车就进入停车场。停车场内如有某辆车要开走,在它之后进入停车场的车都必须先退出停车场为它让路,待其开出停车场后,这些车辆再依原来的次序进场。每辆车在离开停车场时,都应根据它在停车场内停留的时间长短交费。如果停留在便道上的车未