-
差分进化算法
Differential evolution: A simple and efficient heuristic for global optimization over continuous spaces.
This code implements a basic multi-objective optimization algorithm based on Diferential Evolution (DE) algorithm. When one objective is optimized, the standard DE runs; if two or more objectives are optimized, the greedy selection step in DE algorithm is performed using a dominance relation.
- 2022-07-08 18:06:29下载
- 积分:1
-
51单片机源代码
很详细 请认准阅读FPGA控制LCD1602调试笔记 有原理介绍和源代码 此资料来自百度文库(http://wenku.baidu.com/) 您目前所看到的文档是使用的抱米花百度文库下载器所生成
- 2022-02-05 20:50:35下载
- 积分:1
-
伸展树
伸展树的一系列操作代码实现,
- 2023-08-28 04:00:03下载
- 积分:1
-
c#学习资料
c#,学习c#的比较较好的资料,拥有丰富的例子及详细的讲解,例子中对每一个步骤进行了详细的注解,以及详细的操作步骤,可帮助
广大学者进行c#语言的学习以及提升自身的知识。
- 2022-03-24 04:09:04下载
- 积分:1
-
很有用的,一些经常用到的C算法程序集。
很有用的,一些经常用到的C算法程序集。-very useful, some of the frequently used procedures Set C algorithms.
- 2022-02-13 14:43:08下载
- 积分:1
-
实现图元及属性的算法
¨6.1画线算法
¨6.2并行画线算法
¨6.3帧缓存值的装载
¨6.4圆生成算法
¨6.5椭圆生成算法
¨6.6其他曲线
¨6.7并行曲线算法
¨6.8像素编址和对象的几何要素
¨6.9直线段和曲线属性的实现
¨6.10通用扫描线填充算法
¨6.11凸多边
- 2022-03-02 19:30:34下载
- 积分:1
-
% [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist )
%...
% [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist )
% Find the indices of the nearest neighbours of the given desriptors in the近邻点寻找算法,在非线性时间序列中很有用,是常用的算法- [Nearest_neighbours] = find_nearest_neighbours (database, desc, max_dist) Find the indices of the nearest neighbours of the given desriptors in the neighbor-point search algorithm, the nonlinear time series of very useful, is a commonly used algorithm
- 2022-05-24 09:30:26下载
- 积分:1
-
apm3.3源码
资源描述
APM3.3.1源码包括库,用ATMEGA2560开发的多旋翼飞行器,现在是V3.3.1版本,多飞行模式等做了优化处理,利用的开发环境是ARDUINO开发环境
详细信息参考如下网址
https://github.com/diydrones/ardupilot/tree/master/ArduCopter
http://copter.ardupilot.com
- 2022-03-20 05:05:32下载
- 积分:1
-
使用嵌入式零树小波的图像压缩
嵌入式零树小波嵌入零树小波是一种高效是一种有效方法的图像 compression.here 我目前使用嵌入式零树小波的图像压缩算法。
- 2023-05-21 03:00:02下载
- 积分:1
-
利用TLS-ESPRIT获得二维角度估计值
资源描述利用TLS-ESPRIT获得方位角和仰角的配对估计,无需谱峰搜索,首先利用接收信号协方差矩阵的特征值分解获得信号子空间,然后对信号子空间利用总体最小二乘算法获得一个角度,然后利用信号子空间的旋转不变特性获得另一个配对的角度,从而实现方位角和仰角的配对估计。
- 2022-07-24 16:53:52下载
- 积分:1