登录
首页 » Windows开发 » AD3080测距

AD3080测距

于 2022-11-13 发布 文件大小:3.06 MB
0 170
下载积分: 2 下载次数: 1

代码说明:

得益于传感器、执行机构、处理器等技术的进步以及相关成本的减少,结合这部分的优点,使得半自动和全自动的多旋翼飞行器的建造成为可能。由于对自主系统存在不同的定义,这里理解为能够在没有任何外部设备的情况下能够完全独立运行其所有功能的系统。相比于使用GPS或光学跟踪摄像机定位的系统,称为半自主系统更合适,因为其需要依赖外部设备或信号。而自主系统能够在未知和没有GPS的环境下运行,例如室内、洞穴、隧道或者其它没有精确GPS信号可用的地方。已有的实现自主系统的不同方法有使用超声波、红外、激光雷达、立体摄像机或者微软的Kinetic相机。每一种都有自己的缺点,比如可靠性、价格、重量和大小。对于可靠性来说,多传感器系统才是主流,而且基于摄相机的系统会得益于更轻的重量、更便宜的价格和更小的体积。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • pso系统的编程,计算误码率的,经过仿真可以实际应用
    pso系统的编程,计算误码率的,经过仿真可以实际应用-PSO system programming, BER calculation, after the practical application of simulation can
    2022-03-17 05:05:28下载
    积分:1
  • FCM algorithm is a clustering algorithm based on the division of its thinking is...
    FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。在介绍FCM具体算法之前我们先介绍一些模糊集合的基本知识。-FCM algorithm is a clustering algorithm based on the division of its thinking is that it is making is divided into clusters with the greatest similarity between the object, and different similarity between the smallest cluster. Fuzzy C-means algorithm is an ordinary C-means algorithm, the general C-means algorithm for data delineation is rigid, while the FCM is a soft fuzzy partition. FCM in the introduction prior to the specific algorithm we first introduce some basic knowledge of fuzzy sets.
    2022-08-19 01:42:39下载
    积分:1
  • 一个类似Visual C++风格的本地文本文档阅读器,左窗口树状层次显示目录和文件,右窗口显示左窗口选中的文件内容。左窗口的默认根目录在config.txt中定...
    一个类似Visual C++风格的本地文本文档阅读器,左窗口树状层次显示目录和文件,右窗口显示左窗口选中的文件内容。左窗口的默认根目录在config.txt中定义。- a Visual C++ like document reader with two windows,the left one display the file under appointed directory in tree style, while the right one display the content for the file selected in left window.Default directory can be appointed in file config.txt
    2023-07-05 03:05:06下载
    积分:1
  • 登陆界面程序
    利用vc6.0开发的软件登陆界面程序,可以实现用户和password 限制使用程序的权限,可以将此程序嵌入编写的其他程序中衣限制别人的访问。
    2023-09-09 06:35:04下载
    积分:1
  • Mifare仿真工具(该)
    Mifare Emulation Tool (Omnikey)
    2022-03-07 09:42:54下载
    积分:1
  • this article is to understand how to monitor a group of Linked SQL Servers from...
    this article is to understand how to monitor a group of Linked SQL Servers from a SQL Server
    2022-02-24 19:20:50下载
    积分:1
  • 这是一个可以在后台偷取你闪盘里所有资料的小软件。 只要你的闪盘一插上,所有的东东都被悄悄拷走.代码放,可以热键呼出....
    这是一个可以在后台偷取你闪盘里所有资料的小软件。 只要你的闪盘一插上,所有的东东都被悄悄拷走.代码开放,可以热键呼出.-This is a steal in the background you can flash all the information a small software. One of the key as long as you plug in, all the East have been quietly taking copy. Code open, you can hotkey exhaled.
    2022-06-21 13:46:08下载
    积分:1
  • TEC
    在TEC―2教学机上扩展出如下几条指令,包括确定指令格式和具体内容,指令执行步骤,每一步的操作功能和控制信号等,最后在教学计算机上真正实现出来,调试正确并应用在要求的程序设计中。 要求扩展的指令: ⑴ 比较两个无符号数,并根据比较的记过转移 ① 高于或等于则转移 ② 低于或等于则转移 程序设计要求: 按收键入的n个数据,排序后显示在屏幕上。按键选择下列排序方式: ⑴无符号数排升序 ⑵无符号数排降序-the TEC-2 aircraft to expand teaching the following several directives, including the identification of specific instruction format and content of instruction execution steps, each step of the operation function and control signals, the last in teaching computer truly realize, debug and correct application of the requirements of the program design. The request to expand the order : 1 compared with two symbols, and a comparison under the demerits transfer greater than or equal to a transfer less than or equal to a transfer of program design requirements : by the admission of n-type data sequentially on the screen. Click the following Sort : 1 unsigned row ascending 2 unsigned row descending
    2023-08-16 11:30:04下载
    积分:1
  • J1708 消息通信
    此代码可以帮助您使用 J1708 协议的 HDV100A3 设备与沟通,通过 COM 端口解析从设备收到的邮件。这算像发动机转速、 车辆速度、 燃料水平等各项参数。
    2023-05-27 03:25:04下载
    积分:1
  • ssd3 course experiment 4, with source code, a simple booking system java
    ssd3课程实验4,附带源代码,简单的java订票系统-ssd3 course experiment 4, with source code, a simple booking system java
    2022-02-21 11:39:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载