-
本文较全面的介绍了kalman滤波器的基本原理,并用几个例子做了介绍,给出了源码...
本文较全面的介绍了kalman滤波器的基本原理,并用几个例子做了介绍,给出了源码-In this paper, a more comprehensive introduction of the basic principles of kalman filter and used to do a few examples of the introduction given source
- 2022-03-26 16:54:58下载
- 积分:1
-
cinematic model of robot PA10
cinematic model of robot PA10
- 2022-03-26 18:33:58下载
- 积分:1
-
DS18B20温度采集
DS18B20数字温度传感器接线方便,封装成后可应用于多种场合,如管道式,螺纹式,磁铁吸附式,不锈钢 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
- 2022-08-09 02:28:22下载
- 积分:1
-
基于遗传算法的多机器人路径规划,C++源码
本代码为改进遗传算法机器人路径规划。这个改进遗传算法在传统遗传算法的交叉、变异操作、修正算子方面做了改进,比例算子和最优选择依次应用在选择阶段以保证具有高适应度的个体有高的生存概率,从而优秀的个体的适应性可以传递到下一代。利用简化、平滑、修正操作等等来对适应度函数进行优化,实现改进遗传算法的机器人路径规划。
- 2022-03-24 19:43:25下载
- 积分:1
-
经典c程序100例
经典c程序100例-100 cases of classic c procedures
- 2022-03-23 03:53:28下载
- 积分:1
-
Affinity Propagation 自相似传播聚类源码!
Affinity Propagation 自相似传播聚类源码!-Affinity Propagation Clustering dissemination of self-similar source!
- 2023-08-21 18:20:04下载
- 积分:1
-
多频段测试
多频测试外场测试,计算路径损耗,比较理论路径损耗模型的偏差计算
- 2022-01-29 01:08:26下载
- 积分:1
-
Introdunctory gPROMS
这种模式更像是 gPROMS 介绍性文件以帮助部分的理解。它包含有几块不供应,因此学生实际上可以从中学到的变量的一些短做法示例。
- 2022-10-14 12:00:03下载
- 积分:1
-
艾斯利普调度程序模拟 C 源代码。
这是艾斯利普调度程序模拟 C 源代码。
它是 C 语言编写的。
- 2022-08-13 00:23:11下载
- 积分:1
-
设A和B是2个字符串。要用最少的字符操作将字符串A转换为字符串B。这里所说的字符操作包括:
1. 删除一个字符
2. 插入一个字符
3. 将一个字符...
设A和B是2个字符串。要用最少的字符操作将字符串A转换为字符串B。这里所说的字符操作包括:
1. 删除一个字符
2. 插入一个字符
3. 将一个字符改为另一个字符
将字符串A变换为字符串B所用的最少操作数称为A到B的编辑距离,极为d(A,B)。设计一个算法,计算任意两个字符串的编辑距离。
-Set A and B are two strings. Operation will use the least character string A is converted to a string B. Operation of characters are talking about here include: 1. Delete a character 2. Insert a character 3. Will be replaced by one character to another character will be transformed into a string A string of at least B operand used by A to B is called the edit distance is extremely d (A, B). Design an algorithm to calculate any two of the string edit distance.
- 2022-01-26 03:32:59下载
- 积分:1