Welcome![Sign In][Sign Up]
Location:
Search - carpark

Search list

[MultiLanguagecarpark.rar

Description:
Platform: | Size: 1003 | Author: | Hits:

[Other resource数据结构实习报告-停车场管理和Josephus问题

Description: 这里给大家提供一个用C语言做的小系统__停车场管理系统和有关Josephus问题的解决,是关于数据结构.-here to provide you with a C language system __ small carpark management system and the Josephus resolve the problem of data structure.
Platform: | Size: 3438 | Author: 阁元成 | Hits:

[Other resourcetingchechangguanli

Description: 停车场内只有一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出 用栈实现 -carpark only one can park cars n the narrow channel and only one door and out of cars with Stack
Platform: | Size: 1041 | Author: 李浩 | Hits:

[Windows Develop060623

Description: 停车场管理系统源程序 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理-carpark management system to stack source simulated car parks, to queue outside the simulated car sidewalk, according to read from the terminal input sequence data management simulation
Platform: | Size: 4587 | Author: guoxingxi | Hits:

[MultiLanguagecarpark

Description: 停车场的管理小系统-small carpark management system
Platform: | Size: 1270 | Author: 王几 | Hits:

[Other resourcePark_Manager

Description: 可以根据停车场的具体情况定义停车点的位置,单片机通过串口动态调整停车点的当前状态。里面主要使用了网上下载的窗口类和自己写的一个停车点类,供大家参考。-according to the specific circumstances of the carpark definition of the location of parking, SCM through serial parking spots dynamic adjustment of the current state. Which mainly uses the Internet download window class and wrote a parking spots, for your reference.
Platform: | Size: 85333 | Author: 李力研 | Hits:

[CSharpparkingarea

Description: 设有一个可以停放n辆汽车的狭长停车场,它只有一个大门可以供车辆进出。车辆按到达停车场时间的早晚依次从停车场最里面向大门口处停放(最先到达的第一辆车放在停车场的最里面)。如果停车场已放满n辆车,则后来的车辆只能在停车场大门外的便道上等待,一旦停车场内有车开走,则排在便道上的第一辆车就进入停车场。停车场内如有某辆车要开走,在它之后进入停车场的车都必须先退出停车场为它让路,待其开出停车场后,这些车辆再依原来的次序进场。每辆车在离开停车场时,都应根据它在停车场内停留的时间长短交费。如果停留在便道上的车未进停车场就要离去,允许其离去,不收停车费,并且仍然保持在便道上等待的车辆的次序。编制一程序模拟该停车场的管理。-can be accommodated with an n of the vehicle parking strip, it can be only one door for vehicles entering and leaving. Vehicles arrived at the car park by the time the evening followed from the car park inside the entrance to the parking Office (the first arrival of the first car up in the car park inside). If the car park was filled with vehicles n, then the only vehicles in the parking lot outside the main entrance on the sidewalk waiting, Once the car parks a car drive away, will be placed on the sidewalk a car into the garage. For a carpark vehicles to drive away in it after the car into the garage must first withdraw from the car park to give way to it. come out until after the car park, these vehicles instead of the original order of the venue. The vehicle from the carpark, it should
Platform: | Size: 3275 | Author: qing | Hits:

[Other resourcePark

Description: 停车场用,可以实现多路车道进出监控。支持Access和MS SQL Server数据库-carpark use, can achieve a multi-lane access control. Access support and MS SQL Server database
Platform: | Size: 777521 | Author: 程根明 | Hits:

[Other resourcepark-system

Description: 停车场电脑收费管理系统是现代化停车场车辆收费及设备自动化管理的统称,是将车场完全置于计算机管理下的高科技机电一体化产品。成都风之行科技发展有限公司研制生产的XD-2002型非接触式感应ID卡停车场电脑收费管理系统是目前国际上最先进的电脑收费管理系统之一,具有方便快捷、收费准确可靠、保密性好、灵敏度高、使用寿命长、形式灵活、功能强大等众多优点,是磁卡、接触式ID卡所不能比拟的,它将取代磁卡、接触式ID卡而成为新一代的主流。停车场采用人工管理办法,不能适应新型停车场的需要,所以我们为贵公司推荐由本公司自行研制开发的,目前处于世界先进水平的XD-2002图像型感应式ID卡电脑收费管理系统。-parking fees computer management system is modern vehicle parking fees and equipment automation management collectively. Yard will be put completely under computer management of high-tech electromechanical integration products. Wind trip to Chengdu Technology Development Limited production of the XD-2002 - type non-contact sensors carpark computer ID cards Management System is currently one of the most advanced computer management system, with fast and convenient, accurate and reliable fees, Privacy good, high sensitivity, long life, form flexible, powerful and many other advantages, is a magnetic card, Contact ID card can not compare, it will replace magnetic cards, contactless ID cards will be the next generation of the mainstream. Using artificial carpark management, and they can not me
Platform: | Size: 1861 | Author: 潘宽标 | Hits:

[Other resourcetingche

Description: 数据结构课程设计 停车场管理系统。。希望对您有帮助-data structure curriculum design carpark management system. . You want to help
Platform: | Size: 1921 | Author: hufw | Hits:

[Other resourceCarpark

Description: 设计一个停车场管理系统,模拟停车场的运作,通过此程序具备以下功能: 1、要求以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理; 2、要求处理的数据元素包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码及到达或离去的时刻; 3、该系统完成以下功能:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时间不收费); 4、要求栈以顺序结构实现,队列以链表实现。
Platform: | Size: 2218 | Author: 王辉 | Hits:

[Other resourcepark

Description: 数据结构的停车场问题的源代码-data structure of the carpark source code
Platform: | Size: 2221 | Author: 朱晨 | Hits:

[Exploittcc

Description: 停车场问题 在32位C下调试通过-carpark in 32 C through debugging
Platform: | Size: 8460 | Author: 杜晓东 | Hits:

[Applicationsguanli

Description: 停车场管理系统在c++下实现-carpark management system under the c
Platform: | Size: 1487 | Author: 王军 | Hits:

[CSharp小小停车场

Description: 设为停车场内只有一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出,汽车在停车场内按车辆到达时间的先后顺序,依此由北向南排列(大门在最南端,最初到达的汽车停放在停车场的最北端),若停车场内已停满了n辆汽车,则后来的汽车只能在门外的便道上等候,一旦有汽车开走,在它之后开入的车辆必须先退出停车场为它让路,待该辆开出大门外,其它车辆再按原次序进入停车场,每辆停放在停车场在汽车在它离开停车场时必须按它停留时间-Set only a car park to park cars n the narrow channel and only one door and out of cars, cars in the carpark by the arrival of the vehicles in chronological order, and so north to south with (the southernmost tip of the door, first arrived in a car parked in the parking lot of the most North) if parking has been full of parked cars in the n, the car was only at the door waiting on the sidewalk, when the bus pulled away, after it was opened to vehicles must first withdraw from the car park to make way for it, when the big vehicles out the door, other vehicles according to the original order of entry, in each park parking in the car when it left the car park as it must stay
Platform: | Size: 2656 | Author: 防发 | Hits:

[MultiLanguagecarpark

Description: 停车场的管理小系统-small carpark management system
Platform: | Size: 1024 | Author: 王几 | Hits:

[transportation applicationsPark

Description: 停车场用,可以实现多路车道进出监控。支持Access和MS SQL Server数据库-carpark use, can achieve a multi-lane access control. Access support and MS SQL Server database
Platform: | Size: 777216 | Author: 程根明 | Hits:

[JSP/JavaCarPark

Description: 英国帝国理工学院电脑系多线程课程教学材料之三 ---- 停车场问题-The carpark holds a maximum of four cars. Further arrivals are blocked when the carpark is full.
Platform: | Size: 2048 | Author: Key | Hits:

[Windows DevelopCarPark

Description: 分布式停车场。 多入口多出口 实现同时数据更新-Distributed parking lot.
Platform: | Size: 2438144 | Author: keller | Hits:

[OpenCVcarpark

Description: In this project, we are going to develop an intelligent video surveillance system for a car park. The system monitors the client’s car park 24 hours and 7 days a week. In order to reduce the workload of the security officers, we need to develop an algorithm that is able to detect and extract any moving humans and vehicles. Each type of the extracted moving objects should be outlined using smallest possible bounding-boxes that enclose the moving objects. All humans are to be outlined in red bounding-boxes and cars are in blue bounding-boxes
Platform: | Size: 2597888 | Author: 李台 | Hits:
« 12 3 »

CodeBus www.codebus.net