CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - license plate number

搜索资源列表

  1. tingchechang

    0下载:
  2. 某商场有一个100个车位的停车场,当车位未满时,等待的车辆可以进入并计时;当车位已满时,必须有车辆离开,等待的车辆才能进入;当车辆离开时计算停留的的时间,并且按照每小时1元收费。 汽车的输入信息格式可以是(进入/离开,车牌号,进入/离开时间),要求可以随时显示停车场内的车辆信息以及收费历史记录。 -A mall with a 100 parking spaces in the parking lot, when the spaces below, the waiting time of
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:2172
    • 提供者:申超波
  1. licenseplaterecognitionsourcecode

    0下载:
  2. 这是一个车牌识别程序。通过图像处理来识别车牌号码-This is a license plate recognition program. By image processing to identify the license plate number
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:236754
    • 提供者:liumin
  1. xihua

    0下载:
  2. 数字细化完整代码,分模块细化,可用于数字识别-License plate number of refinement code
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:16199
    • 提供者:李哲伟
  1. stop

    0下载:
  2. 某商场有一个停车场,当车位未满时,等待的车辆可以进入并计时;当车位已满时,必须有车辆离开,等待的车辆才能进入;当车辆离开时计算停留的的时间,并收费。 汽车的输入信息格式可以是(进入/离开,车牌号,进入/离开时间),要求可以随时显示停车场内的车辆信息以及收费历史记录。 -There is a parking lot of a mall, when the spaces below, the waiting time of vehicles can enter and when parki
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1949
    • 提供者:雅静
  1. CarParking

    0下载:
  2. 某商场有一个100个车位的停车场,当车位未满时,等待的车辆可以进入并计时;当车位已满时,必须有车辆离开,等待的车辆才能进入;当车辆离开时计算停留的的时间,并且按照每小时1元收费。 汽车的输入信息格式可以是(进入/离开,车牌号,进入/离开时间),要求可以随时显示停车场内的车辆信息以及收费历史记录 -A mall with a 100 parking spaces in the parking lot, when the spaces below, the waiting time of v
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:2047
    • 提供者:bjtupro
  1. chepai

    0下载:
  2. 用matlab编写的代码,可以正确识别车牌号码-Written with the matlab code, you can correctly identify the license plate number
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:486876
    • 提供者:Simon
  1. kartrider

    0下载:
  2. 跑跑卡丁车 ★实验任务 有 n 辆卡丁车车牌号分别为 1,2,…,n 在高速公路上竞速。Coffee 是位跑跑卡丁车爱 好者,她在比赛的过程中拍摄了两张照片,在照片上可以清晰的看到每辆车的的车牌号。 给出两张照片上从第一名到最后一名的车牌号,请你编程计算这两张照片的拍摄时间段内 至少发生了几次超车。 ★数据输入 输入第一行包括一个正整数 n(1<=n<=50000),表示卡丁车数量。接下来两行,每行 包括 n 个整数,表示照片上从第一名到最后一名的车牌
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:66350
    • 提供者:张泉
  1. Licenseplate

    0下载:
  2. 城市交通汽车车牌号LED显示控制,显示数据发送程序-LED car license plate number of urban traffic display control, display data transmission program
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:1151
    • 提供者:萧冰
  1. Correction

    0下载:
  2. 用MATLAB实现的倾斜校正算法,该算法可以对一些文字倾斜或车牌倾斜进行校正。-Implemented using MATLAB tilt correction algorithm, which can be tilted or license plate number of the text to correct tilt.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2963
    • 提供者:dyh
  1. CarNumber

    0下载:
  2. 机动车车牌号查询系统 输入机动车号码后可以查询车牌归属地 默认登陆帐号/密码:51aspx/51aspx DB_51aspx下为Sql数据库,附加即可-Motor vehicle license plate number system input query can query the license plate number after the attribution to the default login ID/password: 51aspx/51aspx DB_51aspx
  3. 所属分类:transportation applications

    • 发布日期:2017-03-22
    • 文件大小:184408
    • 提供者:王超
  1. tingchechang

    0下载:
  2. 栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码及到达或离去的时刻,对每一组输入数据进行操作后的输出数据为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车离去;则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时间不收费)。栈以顺序结构实现,队列以链表实现。-Stack simulation parking lot to the sidewalk outside the
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-13
    • 文件大小:1891
    • 提供者:王博
  1. chepaihaofenxi

    0下载:
  2. 一个简单的关于车牌号识别的分析文档。希望大家一起学习-A simple analysis on the license plate number to identify the document. Hope that we will study together
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:249482
    • 提供者:warrui
  1. Car-_number

    0下载:
  2. 计算出汽车的车牌号码……里面有许多东西应该注意哟@!-Calculate the vehicle license plate number ... ... there are many things should be noted that yo @!
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:289187
    • 提供者:陈宏
  1. SmallHouse

    0下载:
  2. Asp.net物业管理系统源码 一个简单实用的物业管理系统,包括 小区管理:小区概况、周边设施:学校、医院、游泳池等 住户管理:住户的基本资料、入住房屋信息、空房信息等 楼宇管理:建筑面积、朝向、户型、户主等基本信息 车位管理:车牌号、车类型等 设备管理:小区设备名称、型号以及维修信息等 同时还包括物业公司员工的管理 默认管理帐号密码均为51aspx-Asp.net property management system source cod
  3. 所属分类:.net

    • 发布日期:2017-04-10
    • 文件大小:1179007
    • 提供者:李湖
  1. chepai

    0下载:
  2. 识别车牌号码:本程序将小型汽车的车牌照进行提取识别。-Identification license plate number: The program will be a small car vehicle license plate extracting identification.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-05
    • 文件大小:233699
    • 提供者:winter
  1. qichepanduan

    0下载:
  2. 实现判断汽车是否超载或超速的功能,该方法主要完成判断:①车上乘客是否超过10人。②行驶速度是否超过70。对于不同的情况给予不同的警告或表扬,并显示车牌号。-Implementation to determine whether overloaded or speeding car features, the method is mainly done to determine: ① passenger car is over 10. ② speed is over 70. Given diffe
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:3442
    • 提供者:贠珊
  1. VcSample

    0下载:
  2. 监控安防上用于车牌识别,识别车牌号码、颜色、是否是“黑车”等等信息-Monitoring for security on the license plate recognition, license plate number recognition, color, whether it is the " black car" and so forth
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-26
    • 文件大小:46133
    • 提供者:cathy888
  1. shuzishibie

    0下载:
  2. 数字识别系统,识别车牌号,本人的毕业设计所用程序-Digital identification system, identify the license plate number, I graduated from the program used in the design
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-13
    • 文件大小:3180030
    • 提供者:李军
  1. bank

    0下载:
  2. 数据结构作业 某商场有一个100个车位的停车场,当车位未满时,等待的车辆可以进入并计时;当车位已满时,必须有车辆离开,等待的车辆才能进入;当车辆离开时计算停留的的时间,并且按照每小时1元收费。 汽车的输入信息格式可以是(进入/离开,车牌号,进入/离开时间),要求可以随时显示停车场内的车辆信息以及收费历史记录。 -a mall with a 100 parking spaces, while parking is not full, the vehicles can enter and w
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:17200
    • 提供者:meihan
  1. car-automatic-identification

    0下载:
  2. 对车牌号码的自动配准与识别,使用matlab来实现,运行正确-Automatic license plate number of the registration and identification, the use of matlab to implement, run right
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-02
    • 文件大小:819203
    • 提供者:mazhifeng
« 1 2 3 4 5 67 8 9 10 11 ... 15 »
搜珍网 www.dssz.com