搜索资源列表
Parking
- 数据结构课程设计,停车场管理系统,C语言编写。-Curriculum design data structures, car park management system, C language.
Parking-Management-System
- 数据结构课程设计C语言版停车场管理系统。-Data Structure Course Design parking management system.
car-parking-lot
- 利用栈和队列实现停车场,帮助理解栈和队列的使用方式,对于数据结构有一个更深入的了解-Use of stacks and queues to achieve parking lot, to help understand the use of stacks and queues, data structures for a better understanding of
parkinglot-simulator
- 数据结构学习之模拟停车场练习作业的源代码分享,用C++编写-Parking learning simulation data structure source code of practice to share work, written with C++
VCtingchechanguanli
- 《数据结构》课程设计,停车场管理设计,vc++ 6.0环境停车场管理的实现。-Data structure course design- parking management design, vc++ 6.0 environment parking management is realized.
park
- 运用栈,队列,模拟停车场管理系统,数据结构,课程设计-The use of stacks, queues, simulation of car park management system, data structure, curriculum design
tingchechangguanli
- 一个简单的停车场管理程序,数据结构课程设计-A simple car park management procedures, data structures, curriculum design
Parking-Management-System
- 数据结构——————停车场管理系统(C++实现)-Parking Management System (C++ implementation)
tingchechang
- 停车场管理程序,c语言编程,可执行版,数据结构实验-Parking Management Program, c language programming, executable version of
parking
- 停车场!就是一个停车场的程序,数据结构,停车场!-Parking lot! Is a parking lot of the programs, data structures, parking lot!
shujujiegou
- 这里有数据结构课程设计的所有题目,有一些题目的参考实验报告,如停车场问题,八皇后问题,约瑟夫环问题-Here are all the data structures course design topics, some topics of the experiment report, such as parking problems, the eight queens problem, Josephus problem
stopcars
- 停车场报告 数据结构 可自己设定停车费用,功能比较强大-Parking report data structure can set their own parking fees, more powerful
ParkingManagement
- 停车场管理,C,数据结构作业,有堆栈,队列,结构体。是练习的好参考-Parking Management
ParkingArea
- 数据结构课程设计,停车场管理部分源码-Data structure course design, parking management component source
Parking-Management
- 数据结构及算法分析-停车场管理系统源代码-Data Structures and Algorithm Analysis- Parking Management System Source Code
bank
- 数据结构作业 某商场有一个100个车位的停车场,当车位未满时,等待的车辆可以进入并计时;当车位已满时,必须有车辆离开,等待的车辆才能进入;当车辆离开时计算停留的的时间,并且按照每小时1元收费。 汽车的输入信息格式可以是(进入/离开,车牌号,进入/离开时间),要求可以随时显示停车场内的车辆信息以及收费历史记录。 -a mall with a 100 parking spaces, while parking is not full, the vehicles can enter and w
parkingport
- 数据结构上机实验——停车场管理。可实现自主输入车牌、到达时间、离开时间,显示停车时间、位置以及收费。简明、易懂、C++自编版。-Experimental data structure on the machine- parking management. Enter the license plate can be achieved independently, arrival time, departure time, stop time display, location and fees.
stop
- 由于停车场是一个狭窄通道,问题要求汽车“到达”或“离去”信息。由此很容易联想到数据结构中的堆栈模型,因此可首先设计一个堆栈,以堆栈来模拟停车场,又每个汽车的车牌号都不一样,这样一来可以根据车牌号准确找到汽车位置,所以堆栈里的数据元素我设计成汽车的车牌号。当停车场内某辆车要离开时,在他之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原次序进入停车场。这是一退一进的过程,而且让道的汽车必须保持原有的先后顺序,因此可再设计一个堆栈,以之来暂时存放为出站汽车暂时让道的汽车车牌号。当
Parking
- 数据结构中经典的停车场问题,供初学者参考-Data structure in the classic Parking problems for beginners reference
data-struct
- 数据结构课程设计,多项式计算,停车场管理,表达式计算-Data structure curriculum design, polynomial, parking management, the expression evaluates