Welcome![Sign In][Sign Up]
Location:
Search - count car

Search list

[CSharpparkb

Description: 停车场管理系统,可计数,计时,计费等功能,是栈与队列的集合-car park management system can count, time, billing and other functions, and the stack is a collection of queue
Platform: | Size: 1856 | Author: a | Hits:

[CSharpparkb

Description: 停车场管理系统,可计数,计时,计费等功能,是栈与队列的集合-car park management system can count, time, billing and other functions, and the stack is a collection of queue
Platform: | Size: 2048 | Author: a | Hits:

[BooksFPGAtaxier

Description: 摘要: 本文介绍了基于FPGA 的出租车计价器系统的功能、设计思想和实现, 该设计采用模块化自上而下的层次化设计,顶 层设计有5 个模块,各模块中子模块采用VHDL 或图形法设计。在Max+plusⅡ下实现编译、仿真等,最后成功下载到FPGA 芯 片中。完成了可预置自动计费、自动计程、计时、空车显示等多功能计价器。由于FPGA 具有高密度、可编程及有强大的软件 支持等特点,所以该设计具有功能强、灵活和可靠性高等特点,具有一定的实用价值。-Abstract: This paper introduces the function, design idea and realization of taximeter based on FPGA. The design takes the method of top-down and step by step. The whole system was divided into five modules that were described by VHDL or schematic diagram. By using Max+plus Ⅱ accomplish the compiler, simulator and so on. And then it can be downloaded to the FPGA chip . Achieve the goal to make a taximeter with the function of automatism count the money, the kilometer, the time and show empty car on a screen, ether. On FPGA high density and Programmable ability, you can see it has function better, modify convenient and high dependability. It has certainly practical value.
Platform: | Size: 206848 | Author: lu | Hits:

[OtherCarCounting

Description: Car counter application in opencv
Platform: | Size: 1024 | Author: Kaldera | Hits:

[Software Engineeringvhdl-TAXI

Description: 随着EDA技术的发展及大规模可编程逻辑器件CPLD/FPGA的出现,电子系统的设计技术和工具发生了巨大的变化,通过EDA技术对CPLD/FPGA编程开发产品,不仅成本低、周期短、可靠性高,而且可随时在系统中修改其逻辑功能。本文利用VHDL语言设计出租车计费系统,使其实现汽车启动、停止、暂停时计费以及预置等功能,通过设置计数电路进行路费及路程的计数,通过设计数据转换电路将路费及路程的十进制数分离成四位十进制数表示,通过设计快速扫描电路显示车费及路费,突出了其作为硬件描述语言的良好的可读性的优点。通过MAX+PLUSⅡ软件编写、调试和优化源程序,下载到特定芯片(MAX系列的EPM 7128SLC8415)后,即可应用于实际的出租车计费系统中。-ith the development of EDA technologies and large-scale programmable logic device CPLD/FPGA emergence of electronic systems design techniques and tools has undergone tremendous changes, through the EDA technology CPLD/FPGA programming product development, not only low-cost, short lead time, high reliability, but also may at any time in the system to modify its logic function. In this paper, VHDL language design taxi billing system to achieve the car to start, stop, pause, time billing and preset functions, by setting the tolls and the distance counting circuit count, through the design of data conversion circuits and the journey will be toll separated into four decimal decimal number, said a quick scan through the design of the circuit shows fares and tolls, highlighting its position as a hardware description language, the advantages of good readability. Through the MAX+ PLUS Ⅱ software development, debugging and optimizing the source code, download to a specific chip (MAX series of EP
Platform: | Size: 269312 | Author: stella | Hits:

[Graph Recognizecar-count

Description: 基于动态模板检测运动物体,检测高速公路上每个车道上通过车辆数目-Detection of moving objects based on dynamic template, testing each lane on the highway by the vehicle titles
Platform: | Size: 30720 | Author: 飞鸟 | Hits:

[CSharppublic-class-Form1

Description: 设计一个协助停车场计数的程序。该程序有两个按钮:Entering和leaving。汽车进入和离开时单击相应按钮,车辆数量显示在一个标签上。-Design a program to assist the car count. The program has two buttons: Entering and leaving. Cars entered and left click on the appropriate button, on the number of vehicles is displayed in a label.
Platform: | Size: 3072 | Author: 慕容丹丹 | Hits:

[SCMsource

Description: 智能车编码器测速程序,用输出比较定时,脉冲累加计数,测小车速度!-Smart car the encoder gun program, timer output compare, pulse cumulative count, measure car speed.
Platform: | Size: 1024 | Author: 王光 | Hits:

[J2MEweb09_day09_pm_end

Description: 用JSP编程实现购物车的增删改查 计价等功能 -to use JSP to achieve the shopping car with functions of adding, deleting ,count price ,finding and so on
Platform: | Size: 1394688 | Author: 陈杰 | Hits:

[JSP/JavaManagement-System-of-car

Description: 某运输公司老板Zhansan开发一车辆管理系统,设有一车辆抽象父类vehicle,子类车种设计成具体类,共有十几种。起初车辆共100辆,后增加卡车truck、轿车car、推土机bulldozer、赛场车venue、公交车bus各一辆。每类车都需要有相同的计算车的数量的方法count()和屏幕输出方法print(),以及不同的启动方法start()。每个启动方法中输出“某某车启动”,如“公交车启动”。如果不想每个子类都重写count()方法和print(),并且每个子类也不想用各自的对象去调用这三个方法,以适应将来增加、变更子类的需要,如何办?系统运行两年后,公交车和赛场车改成电动车,相应的类中需要增加充电方法。每个充电方法中输出“某某车充电”。由于系统维护需要,不允许变动原父类中的代码,并且如果在父类中添加这一充电抽象方法,其它不用充电的车辆类就必须实现这一方法,这是不合理的。同时为了节省代码和适应扩展或变更子类的需要,公交车类和赛场车类如何不用各自的对象而可以调用充电方法。如果父类vehicle中的字符串成员变量holder_name=”zhangsan” 为私有变量,后来该运输公司转让给Lisi,要求在另一个类中可以更改这一变量-The owner of a transport company to develop a vehicle management system Zhansan abstract parent class vehicle has a vehicle subclass of vehicles designed to a specific class, a total of a dozen. At first the vehicle a total of 100, after the increase in truck truck and a sedan car, bulldozer bulldozer, venue of the stadium car, bus bus each. The number of each class cars need to have the same calculation car count () method and screen output method of print (), and the different start methods start (). Output in each boot method "a certain car start", such as "bus start. If you do not want each subclass overrides the count () method and print (), and each sub-class of each object to call the three methods to adapt to future increases do not want to, change the subclass need, how to do? The system is running two years later, the bus changed to electric cars and track cars, the need to increase the charging method in the corresponding class. Each charging method "a certain vehicle chargi
Platform: | Size: 3072 | Author: lcr | Hits:

[VHDL-FPGA-Verilogcar_count

Description: car_enter,car_exit分别表示有车辆进入停车场和离开停车场。count1和count2是两个计数器,分别计数进入停车场的车辆数目和离开停车场的车辆数目。total=count1-count2, 表示停在停车场中的车辆数目。lot_full表示停车场已满,即total的大小等于预置的停车场最大停车数(例如32)。 lot_empty表示停车场车辆数目为零。-car_enter, car_exit vehicles entering the car park and leave the car park. count1 and count2 two counters count the number of vehicles entering the parking lot and leave the parking lot of the number of vehicles. total = count1-count2, said the number of vehicles parked in the parking lot. said lot_full car park is full, the total size equal to the preset parking Parking (for example, 32). lot_empty zero in the number of parking vehicles.
Platform: | Size: 401408 | Author: 吴胜兵 | Hits:

[Browser Clientzhimeng

Description: 织梦网源码,最新,最好用的,推荐二次开发,效果非常好-User-agent:* Disallow: /plus/ad_js.php Disallow: /plus/advancedsearch.php Disallow: /plus/car.php Disallow: /plus/carbuyaction.php Disallow: /plus/shops_buyaction.php Disallow: /plus/erraddsave.php Disallow: /plus/posttocar.php Disallow: /plus/disdls.php Disallow: /plus/feedback_js.php Disallow: /plus/mytag_js.php Disallow: /plus/rss.php Disallow: /plus/search.php Disallow: /plus/recommend.php Disallow: /plus/stow.php Disallow: /plus/count.php Disallow: /include Disallow: /templets
Platform: | Size: 22767616 | Author: 连伟强 | Hits:

[Other Embeded programLPT-pulse-count-interrupt-experiment

Description: 飞思卡尔全国大学生智能车大赛摄像头组LPT脉冲程序-National Students Contest Freescale Smart Car camera group LPT pulse program
Platform: | Size: 1656832 | Author: 蔡2 | Hits:

[WEB Code最新黑色html5响应式工作室

Description: 安装完按照网站后台提示 基本的安全设置一下 1 install member special 用不到的请删除一下 2 include plus 禁止写入 3 data/common.inc.php 数据库连接文件 禁止写入与执行 只读模板 4 后台登陆路径dede 修改下名字 英文或者数字都可以 如dedecms51 默认登陆路径为 域名/dede 修改后登陆路径 域名/dedecms51(修改后的名称)(User-agent: * Disallow: /plus/ad_js.php Disallow: /plus/advancedsearch.php Disallow: /plus/car.php Disallow: /plus/carbuyaction.php Disallow: /plus/shops_buyaction.php Disallow: /plus/erraddsave.php Disallow: /plus/posttocar.php Disallow: /plus/disdls.php Disallow: /plus/feedback_js.php Disallow: /plus/mytag_js.php Disallow: /plus/rss.php Disallow: /plus/search.php Disallow: /plus/recommend.php Disallow: /plus/stow.php Disallow: /plus/count.php Disallow: /include Disallow: /templets)
Platform: | Size: 69267456 | Author: 玉树凌风 | Hits:

[OpenCVopencv_car_counting

Description: 使用opencv,c++对视频中出现的车辆计数(car counting with opencv, c++)
Platform: | Size: 40301568 | Author: 守望麦田XXoo | Hits:

[Windows DevelopStation

Description: 每一时刻,列车可以从入口车站或直接从入口进入出口,再或者从车站进入出口。即每一时刻可以有一辆车沿着箭头a或b或c的方向行驶。现在有一些车在入口处等待,它们要通过上述的方式从出口出来,现在你要统计出所有可能的出站序列。例如当入口是ABC时,可能的出站序列有ABC,ACB,BAC,BCA,CBA。(At any time, the train can enter the exit from the entry station or directly from the entry, or from the station to the exit. That is to say, at any time, a car can drive along the direction of arrow a or B or C. Now there are some cars waiting at the entrance. They will exit from the above way. Now you need to count all the possible outgoing sequences. For example, when the entry is ABC, the possible outgoing sequences are ABC, ACB, BAC, BCA and CBA.)
Platform: | Size: 1024 | Author: SunFlowers_chao | Hits:

CodeBus www.codebus.net