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

搜索资源列表

  1. AutoCAD lisp

    1下载:
  2. 测绘中常用的一些制图符号,以及内业展点程序。主要包括: 围墙、栏杆、道路、圆堤的定义绘制,坐标正算反算程序,读取文件在CAD中进行展点。(Some cartographic symbols used in surveying and mapping as well as internal exhibition procedures are presented. Mainly include: The definition of the fence, railings, roads, roun
  3. 所属分类:CAD

    • 发布日期:2018-01-01
    • 文件大小:6144
    • 提供者:Rachel_J
  1. 交通灯-5

    0下载:
  2. 设计一个十字路口的交通灯控制电路,每条道路上各配有一组红、黄、绿交通信号灯,其中红灯亮,表示该道路禁止通行;黄灯亮表示该道路上未过停车线的车辆禁止通行,已过停车线的车辆继续通行;绿灯表示该道路允许通行。该电路自动控制十字路口两组红、黄、绿交通灯的状态转换,实现十字路口自动化。(Design of a crossroads of traffic lights control circuit, on each road each equipped with a group of red, yello
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:64854016
    • 提供者:早河
  1. RoadtoWhere

    0下载:
  2. 道路曲线要素计算程序,C++,道路选线~(Road Alignment Calculation)
  3. 所属分类:

    • 发布日期:2018-01-02
    • 文件大小:3006464
    • 提供者:AtlasShrugged
  1. C型车

    0下载:
  2. 最新科目三实际道路考试中模拟夜考,针对江西鹰潭地区!(zuixinkemusanshijidaolukaoshizhongmoniyekao!)
  3. 所属分类:其他

  1. 自动标注线路中桩号并提取中桩坐标程序

    2下载:
  2. 道路设计中自动标注线路中桩号并提取中桩坐标程序(Automatic marking of pile number in line and extraction of middle pile coordinate program)
  3. 所属分类:中间件编程

    • 发布日期:
    • 文件大小:1119232
    • 提供者:LG888
  1. yaogandaolutiqu

    2下载:
  2. matlab程序,用于从遥感图像中提取道路(matlab prgrammes for remotesensing road detection)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:3072
    • 提供者:吉利曹
  1. 蚁群算法求两点间最短路径matlab代码

    0下载:
  2. 用改进蚁群算法解决城市道路交通网两点间最短路径问题,matlab源代码
  3. 所属分类:matlab例程

  1. 新建文本文档

    0下载:
  2. matlab自带视频中对车道线的识别,能够在matlab自带视频中划分出标注道路的车道线(Lane recognition in matlab video)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:2048
    • 提供者:brave泉
  1. GB185652016

    0下载:
  2. GB 18565-2016 道路运输车辆综合性能要求和检验方法(GB 18565-2012 road transport vehicle comprehensive performance requirements and inspection methods)
  3. 所属分类:交通/航空行业

  1. 迷宫求解

    0下载:
  2. 迷宫问题是取自心理学的一个古典实验。在该实验中,把一只老鼠从一个无顶大盒子的门放入,在盒子中设置了许多墙,对行进方向形成了多处阻挡。盒子仅有一个出口,在出口处放置一块奶酪,吸引老鼠在迷宫中寻找道路以到达出口。对同一只老鼠重复进行上述实验,一直到老鼠从入口走到出口,而不走错一步。老鼠经过多次试验最终学会走通迷宫的路线。设计一个计算机程序对任意设定的矩形迷宫如下图A所示,求出一条从入口到出口的通路,或得出没有通路的结论。(The maze problem is a classical experim
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:混合双打
  1. 单-双-三车道元胞自动机仿真

    1下载:
  2. 利用元胞自动机模型模拟城市道路中的单车道、双车道、三车道道路交通(Simulation of single lane, double lane and three lane road traffic in urban road using cellular automata model)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:1753088
    • 提供者:约定hhu
  1. 交通流元胞自动机Matlab源代码(460762)

    2下载:
  2. 利用元胞自动机模型对道路车流量进行高精度的模拟预测,(The model of cellular automata is used to predict the flow of road vehicles with high precision.)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:89088
    • 提供者:约定hhu
  1. cellular automata

    0下载:
  2. 根据城市道路车流量的特性,利用元胞自动机进行高精度的模拟预测(Based on the characteristics of urban road traffic flow, a high precision simulation prediction is carried out by cellular automata)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:4096
    • 提供者:约定hhu
  1. 多目标跟踪opencv

    0下载:
  2. 先用背景差分完成目标提取,将运动目标的相关信息放入到链表中,通过帧差完成对多目标的跟踪,达到实时性的要求 运动目标的相关信息存放于结构体中,可以在此基础上判断目标的动作行为跟踪基本框架,opencv编写,利用背景差分,质心法可以跟踪多个目标,并分配ID号,记录行动轨迹,可用于车辆道路等,大家可以参考学习下,效果有待改进,不同的视频会有不同的效果。(The relevant information of the moving object is stored in the structure.
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:40266752
    • 提供者:huahuahua
  1. 道路仿真

    0下载:
  2. Through simulation, we can take the real city traffic road as the basic, combine the three-dimensional virtual simulation effect of the traffic facilities such as streets, greening, vehicles and so on, so that users can immerse in the virtual city tr
  3. 所属分类:数值算法/人工智能

  1. CityTrafficSimulator-master

    0下载:
  2. 通仿真,能以真实城市交通道路为基本,结合街道,绿化,车辆等交通设施的三维虚拟仿真效果,使用户沉浸于虚拟城市交通之中,借助vr技术,优化交通系统(Through simulation, we can take the real city traffic road as the basic, combine the three-dimensional virtual simulation effect of the traffic facilities such as streets, greeni
  3. 所属分类:游戏引擎

    • 发布日期:2018-01-08
    • 文件大小:664576
    • 提供者:联合11123
  1. 自己笔记

    0下载:
  2. 正确的创建表 绝对的可靠。祝愿学员早日成功。走上学习技术的一条道路(Create the table correctly)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:5120
    • 提供者:醉翁亭
  1. 华三云实验室用户手册

    0下载:
  2. 华三实验手册,祝愿学员早日住上技术的道路(China three experimental manual, wish the students to live on the road of technology at an early date)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:932864
    • 提供者:懒人听书
  1. 浮动车数据处理-道路整合

    1下载:
  2. 根据GPS获得的浮动车数据有很多错误,进行数据处理剔除错误数据(There are many errors in the floating car data obtained on the basis of GPS, and the data processing to eliminate the error data)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:陌上花早
  1. 91939393

    0下载:
  2. 无线与网络,寻找节点之间的最短距离,选择最快的两点间道路()
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-10
    • 文件大小:875520
    • 提供者:Regmbpn
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com