搜索资源列表
MFCTALK-10-30-1.rar
- 一个用VC写的停车场管理系统 带视频监控程控 ,Using VC to write a parking lot management system with video surveillance program
carparkmanagementsystem
- 用C++语言实现一个停车场管理系统,实现停车管理和车场内车辆信息查询。-C++ language with the realization of a car park management system, car parking management and information inside the vehicle.
parking
- 停车场的管理系统-Car park management system
xiaoqu
- 本课题的开发是为物业部门提供一套高效、快捷的应用软件。适用于房产业主、大中小型物业公司、物业服务商、房地产开发商、物业中介公司等物业管理;用于管理公寓、住宅群体、智能小区、商品房、多层住宅、商业大厦、别墅等各类小区。 经过系统分析,系统的项目大体上完成的内容有:住户管理、住户投诉管理、住户报修管理、物业设备维修管理、建筑维修工程管理、停车场管理、物业收费项目管理、物业收费管理等。 管理员用户名和密码都是:codepub -The topic for the property sect
20090106
- 停车场管理系统,运用链表和队列的数据结构-Car park management system, the use of linked list and queue data structure
parking_lot
- 停车场管理系统,能查询停车位置,走时能计算停车计费。若车场停满,停在便道上,若车库有位置,便道上的车优先停入。-Parking management systems, to check parking spaces, parking meter can calculate the travel time. If the yard full of parked and stopped at the sidewalk, if the garage with the location of the c
stopping-square
- 停车场管理系统模拟,基于C++实现的。是四川大学数据结构课程的若任选课程设计作业之一。-Parking Management System Simulation, based on C++ implementation. Sichuan University is a data structure course, if one optional course design work.
parking_manage
- 用c语言写的停车场管理系统,其中灵活运用堆和栈模拟了停车场、便道和登记处的运作。-en parking managIn the c language is writtement system, flexible use of pile and stack to simulate the parking lot, the pavement and registry of operation.
Paking-Management
- 停车场管理系统界面设计,用于为停车场管理系统进行操作-The parking management system interface design for the parking management system
a
- 停车场管理系统。希望大家多多提意见。我是名新手-Car park management system. I hope everyone to do more to speak up. I am a novice
car_park
- 停车场管理系统 使用栈和队列实现 车子可以离开停车场 并且在离开时计算所用的费用-The parking management system stack and queue to realize the cost of the car leaving the parking lot and leave used in the calculation
Desktop
- 学生成绩管理系统,实现对成绩链表的动态操作:创建,插入,删除等; 航班查询系统,实现查询和浏览的功能; 家族系统,采用树的数据结构组织家族成员关系,实现家族的创建和查询; 停车场管理系统,记录车辆登记和离开信息; 教学设计,采用图的数据结构,优先课程信息; -Student achievement management system, the achievements linked list of dynamic operation: create, insert, dele
44parkingmanage
- 数据结构课程设计-停车场管理系统,用栈实现的停车场,用队列实现的便道-Data structure curriculum design- parking management system, implemented with stack parking, sidewalk with a queue implementation
Parking-Management-System
- 停车场管理系统,用于停车场管理车辆,进学习交流使用。-Parking management system for parking management vehicles, into learn to share.
ParkCPro
- 大二时用C++写的一个停车场管理系统,运用了队列的知识,没有使用界面,只是控制台。-Sophomore in C++ to write a parking management system, using the knowledge of the queue, there is no user interface, just the console.
ParkCPro
- 停车管理系统,进停车场,出停车场,计时以及收费(Parking management system, into the parking lot, out of the parking lot, time and charge)
停车场管理系统代码
- 适应当代社会停车难的时需要,能够充分利用车位资源(The parking system of person's sexual design)
数据结构停车场管理系统实验报告 - 用于合并
- 停车场程序中栈与队列的相关操作的代码及实验报告分析(Related code of parking lot program)
src
- 车牌识别停车场管理系统,qt下编程,linux平台(License plate recognition parking lot management system, programming under QT, Linux platform.)
停车场
- 停车场管理系统。 双向队列实现便道,数组实现车位。 停车场未满则直接停入,满则在便道等候,记录时间,收费。