搜索资源列表
-
0下载:
一个自己设计的简单停车场管理系统。里面有实验报告。希望你们喜欢。-a simple design their own car park management system. There are experimental report. Hope you like.
-
-
1下载:
数据结构中利用栈模拟停车场管理,用C语言编写。-data stack structure using simulated car park management, with C language.
-
-
0下载:
数据结构作业-停车场管理-operating data structure-the car park management
-
-
0下载:
停车场管理系统2(数据结构实习报告)-car park management system 2 (data structure internship report)
-
-
0下载:
停车场管理系统,比较复杂,供大家学习参考!-car park management system, more complex, for your study reference!
-
-
0下载:
停车场管理系统 c语言实现
停车场拥有M个车位和一条进入停车场的便道,便道上最多停放N辆汽车。汽车要想进入车位,首先进入便道等候。若有空闲车位,则停车入位,否则在便道继续等候,直至有车位空出。若便道已经停满等候的汽车,后到达的汽车只能离开,选择其他停车场。设计一个停车场管理系统,模拟停车场的运作,并统计停车场的收入。-Parking Management System with M c language parking spaces and a sidewalk into the park
-
-
0下载:
数据结构课程设计,实现一个停车场管理模拟的小程序,主要是对栈和队列的经典操作,Data structure curriculum design, the realization of a simulation of a small car park management procedures, mainly for classic stack and queue operation
-
-
1下载:
数据结构源代码系统 [1]-线性表子系统 [2]-停车场管理系统 [3]-二叉树子系统 [4]-图子系统 [5]-查找子系统 [6]-排序子系统 [7]-退出系统,Data structure source code system [1]- Linear table subsystem [2]- the car park management system [3]- Binary Tree subsystem [4]- map subsystem [5]- Find sub-system [6]
-
-
0下载:
数据结构课程设计--停车场管理
实习报告:停车场管理
题目:编制一个模拟停车场管理的程序。
-Data structures curriculum design- Parking Management Practice Report: Parking management topics: the preparation of a simulated car park management program.
-
-
0下载:
演示停车场管理的C++算法。VC下编译通过。-Demonstration of the car park management C++ Algorithm. Adopted under the VC compiler.
-
-
1下载:
本人自己作的一个数据结构课程设计,曾获得过满分.它是一个停车场管理系统,利用所学的栈,队列知识对停车厂管理系统进行模拟.本程序有记录停车时间的功能并且可以自动计费,功能强大.-I own a data structure for curriculum design, has won out. It is a car park management system, using what we learned in the stack, queue停车厂knowledge management sy
-
-
0下载:
管理停车场的模拟程序,是数据结构课程设计的一部分,用到栈和队列-Simulation of the car park management procedures, data structure is part of the curriculum design, used for stack and queue
-
-
0下载:
模拟停车场的管理软件,已调试过的,可以运行。-Simulation of the car park management software, has been testing, you can run.
-
-
0下载:
数据结构课程设计停车场管理系统的源代码,希望对大家有帮助!-Data structure curriculum design the car park management system source code, and they hope to help you!
-
-
0下载:
这是学完《数据结构与算法》后做的课程设计的题目——停车场管理,主要用到了栈和队列的操作。问题描述如下:
设停车场内只有一个可停放n辆汽车的狭长通道,且有南北两大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,若车场内已停满n辆汽车,则后来的汽车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后开入的车辆必须先退出车场为它让路,待该辆车开出大门外,其它车辆再按原次序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短交
-
-
0下载:
c语言实现的模拟停车场管理(数据结构课程设计)-Simulation of car park management (the data structure the curriculum design)
-
-
0下载:
停车场管理系统的报告和源代码,问题描述,需求分析。-Car park management system reports and source code, the problem descr iption, requirements analysis.
-
-
0下载:
运用栈,队列,模拟停车场管理系统,数据结构,课程设计-The use of stacks, queues, simulation of car park management system, data structure, curriculum design
-
-
0下载:
停车场管理系统 c语言实现
停车场拥有M个车位和一条进入停车场的便道,便道上最多停放N辆汽车。汽车要想进入车位,首先进入便道等候。若有空闲车位,则停车入位,否则在便道继续等候,直至有车位空出。若便道已经停满等候的汽车,后到达的汽车只能离开,选择其他停车场。设计一个停车场管理系统,模拟停车场的运作,并统计停车场的收入。-Parking Management System with M c language parking spaces and a sidewalk into the parki
-
-
0下载:
用栈和队列实现的一个小型停车场管理系统,主要考察数据结构!-It uses stack and queue implementations with a small car park management system, mainly on data structures!
-