搜索资源列表
-
0下载:
停车场的管理系统-Car park management system
-
-
0下载:
简要的停车管理系统
希望对大家有所帮助-Summary of the parking management system for all of us want to be helpful
-
-
0下载:
停车场管理系统模拟,基于C++实现的。是四川大学数据结构课程的若任选课程设计作业之一。-Parking Management System Simulation, based on C++ implementation. Sichuan University is a data structure course, if one optional course design work.
-
-
0下载:
用C++实现的简单小停车厂管理系统,对队列、栈进行了灵活的运用-C++ implementation with a simple small for Parking management system, queue, stack the use of flexible
-
-
0下载:
泊车管理系统:管理车位信息、 停车时录入汽车停泊信息、根据车牌取车。-The parking management system: management of parking information, parking entry Car Parking information and pick up the car, according to the license plate.
-
-
0下载:
停车场管理系统界面设计,用于为停车场管理系统进行操作-The parking management system interface design for the parking management system
-
-
0下载:
自己编的泊车管理系统,提供用户登录、车位查询、费用查询、时间查询等功能。-Their own series of parking management system, providing the user logs on, parking queries, the cost of query time query function.
-
-
0下载:
停车场管理系统 使用栈和队列实现 车子可以离开停车场 并且在离开时计算所用的费用-The parking management system stack and queue to realize the cost of the car leaving the parking lot and leave used in the calculation
-
-
0下载:
本程序是双工信道哈夫曼的编/译码器,该系统可进行字符与二进制码值间转换。栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。-This procedure is a duplex channel Huffman of knitting/decoder, this system can be character and the binary code value among conversion. Stack simulation parking lot to queu
-
-
0下载:
学生成绩管理系统,实现对成绩链表的动态操作:创建,插入,删除等;
航班查询系统,实现查询和浏览的功能;
家族系统,采用树的数据结构组织家族成员关系,实现家族的创建和查询;
停车场管理系统,记录车辆登记和离开信息;
教学设计,采用图的数据结构,优先课程信息;
-Student achievement management system, the achievements linked list of dynamic operation: create, insert, dele
-
-
0下载:
利用c/c++实现的停车管理系统,源码可以正确的运行-Take advantage of the c/c++ achieve parking management system, the source code can be run correctly
-
-
0下载:
一个模拟停车管理系统作业,利用栈和队列记录进入的车辆,离开的车辆,停留时间,收费情况等信息,内附作业报告,详细内容可参考报告-A simulated parking management system operation, the use of stack and queue record to enter the vehicle, the vehicle left the residence time, the charges and other information included jo
-
-
1下载:
数据结构课程设计-停车场管理系统,用栈实现的停车场,用队列实现的便道-Data structure curriculum design- parking management system, implemented with stack parking, sidewalk with a queue implementation
-
-
0下载:
停车场管理系统,用于停车场管理车辆,进学习交流使用。-Parking management system for parking management vehicles, into learn to share.
-
-
2下载:
停车场收费管理程序,本程序是华为软件训练营的任务之一,供大家参考,c语言编写-Parking fees management program, this program is Huawei Software One of the tasks of training camp, for your reference, c language
-
-
0下载:
大二时用C++写的一个停车场管理系统,运用了队列的知识,没有使用界面,只是控制台。-Sophomore in C++ to write a parking management system, using the knowledge of the queue, there is no user interface, just the console.
-
-
0下载:
这是一个学长做的关于停车场管理系统的课设,里边包含有程序和相关模块说明,原理等。-This is a lesson for seniors to do about the parking management system inside the module contains the procedures and related instructions, schematics, etc.
-
-
0下载:
停车管理系统,能够自己设置停车费率,车库数量,在车辆进入是记录时间,在出车时返回费用。-Parking lot management system
-
-
0下载:
基于C语言的,dos界面版,车库管理系统-Based on the C language, DOS interface version, garage management system
-
-
0下载:
用栈实现停车场管理 设停车场是一个可停放n辆车的狭长通道,且只有一个大门可供汽车进出。在停车场内,汽车按到达的先后次序,由北向南依次排列(假设大门在最南端)。若停车场内已停满n辆车,则后来的汽车需在门外的便道上等候,当有车开走时,便道上的第一辆车即可开入。当停车场内某辆车要离开时,在它之后进入的车辆必须先退出停车场为它让路,待该辆车开出大门后,其他车辆再按原次序返回车场。每辆车离开停车场时,应按其停留时间的长短交费(在便道上停留的时间不收费)。-Using stack to achieve pa
-