登录
首页 » c++ » 基于蚁群算法无人机搜索覆盖代码

基于蚁群算法无人机搜索覆盖代码

于 2022-03-19 发布 文件大小:16.12 kB
0 194
下载积分: 2 下载次数: 8

代码说明:

用三次样条插值法对折线路径进行平滑处理;其次,考察无人机的操作性能 (主要考虑拐弯) ,对曲线做进一步平滑处理;然后,考虑无人机飞行高度对其安全性 及操作性的影响,一方面是在威胁度计算时加入高度因素,重新进行权值计算;另一方 面是对飞机飞行高度变化进行讨论, 如无人机的最大仰角和过度地带飞机至少飞行的高 度。 由于数字地图的复杂型, 二维处理中产生的最佳路径, 在三维中并不一定是最优的, 我们经过计算,发现二维平面次优的航道才是三维最优的航道路径

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

发表评论

0 个回复

  • frmSellSend.Designer
    说明:  another incremental change is made to the new solution, and so on until no further improvements can be found.
    2020-06-25 02:20:01下载
    积分:1
  • MFRC500_RFID
    基于MFRC500型读卡器的无源RFID系统设计(Based on MFRC500 type of passive RFID reader system design)
    2009-03-21 14:58:58下载
    积分:1
  • 作业7
    一.问题描述 设计、实现一个全国大城市间的交通咨询程序,为旅客提供三种最优决策方案:(1)飞行时间最短(2)总用时最短(3)费用最小(4)中转次数最少。 二、实验要求 (1)选取合适的数据结构存储带权路线图 (2)实现单源最短路径算法(1. Description of the problem To design and implement a transportation consultation process between the major cities, we provide three optimal decision strategies for passengers: (1) the shortest flight time (2), the shortest total time (3), the minimum cost (4), and the least number of transfers. Two. Experimental requirements (1) select the appropriate data structure storage band weight Roadmap (2) realization of the shortest path algorithm for single source)
    2020-12-25 19:59:05下载
    积分:1
  • 飞控源码
    说明:  以F407为主控核心实现的多旋翼飞行器飞控系统(Flight Control System of Multi-Rotor Aircraft Based on F407)
    2019-03-23 19:08:13下载
    积分:1
  • shuangcengwenti
    C++编写的用于求解双层问题的遗传算法,下层问题用CPlex求解,上层用C++求解。(Written in c++ is used to solve problems of double layer of genetic algorithm, the lower use can solve the problem, the upper solution in c++.)
    2020-12-18 08:09:13下载
    积分:1
  • AN1078_dsPIC33FJ12MC202_MCLV
    PMSM FOC PMSM 电机FOC控制方法,微芯公司DSP芯片,完整代码(PMSM FOC motor control)
    2021-04-27 13:08:45下载
    积分:1
  • C_????????
    说明:  本文件使用C#进行编程实现,具体功能还在开发中(This file is programmed using C#, and the specific functions are still under development.)
    2020-06-21 11:40:01下载
    积分:1
  • YB12864ZB
    液晶显示模块YB12864ZB使用说明书(LCD module YB12864ZB manual)
    2012-07-25 19:21:35下载
    积分:1
  • CRC校验(modbus)
    /CRC16_MODBUS:多项式x16 x15 x5 1(0x8005),初始值0xFFFF,低位在前,高位在后,结果与0x0000异或unsigned short do_crc(unsigned char *ptr, int len) {     unsigned int i;     unsigned short crc = 0xFFFF;  //crc16位寄存器初始值     while(len--)     {         crc ^= *ptr ;         for (i = 0; i > 1) ^ 0xA001; //多项式 POLY(0x8005)的高低位交换值,这是由于其模型的一些参数决定的             else                 crc = (crc >> 1);         }     }     return crc; }
    2021-05-06下载
    积分:1
  • LasPointHandle
    C#雷达数据的简单处理,对处理雷达数据有些用处(C# simple radar data processing, radar data processing of some use)
    2013-04-07 11:08:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载