-
机器臂,UKF和PF的对比程序
这是一个在能量控制下的,作用PF和UKF对比的,机器人控制语言,主要是C#编写。PF使用重采样算法,能够看出在PF系统下比UKF更好的预测结果,但是却需要更多计算时间。
- 2022-02-03 21:36:20下载
- 积分:1
-
给出集合类的定义,可模拟实现集合的交集,并集运算,并可以插入,删除元素...
给出集合类的定义,可模拟实现集合的交集,并集运算,并可以插入,删除元素-is set class definition can be simulated to achieve the intersection and set computing, and can be inserted, deleted elements
- 2022-12-13 16:40:03下载
- 积分:1
-
各种形态学源码,以及图像dib的类建立,封装性好,方便实用效果好
由于MFC没有封装DIB类,编写面向对象的的DIB类,易于维护和移植;然后提供数学形态学代码,实现图像各种形态学运算,处理时只需要定义形态学类然后进行调用即可,代码都经过调试运行,现在应用与工程项目中
- 2022-02-01 20:07:16下载
- 积分:1
-
这里实现了一个最优化控制的算法,牛顿梯度法的源代码,运行于matlab平台下。...
这里实现了一个最优化控制的算法,牛顿梯度法的源代码,运行于matlab平台下。-here to achieve optimization of a control algorithm, Newton gradient of the source code, which runs on Matlab platforms.
- 2023-04-08 23:35:04下载
- 积分:1
-
不同版本的VOF程序 《运动界面追踪数值模拟方法》
不同版本的VOF程序 《运动界面追踪数值模拟方法》-Different VOF programs, thet are abtained from the book by Liu Ru Xun.
- 2022-05-15 17:39:18下载
- 积分:1
-
VB 密钥生成器
这是一个简单的密钥生成器应用程序,可以用来为您的应用程序生成密钥。它使用的组织的名称来生成密钥。
- 2022-07-01 07:52:50下载
- 积分:1
-
rotation matrix algorithm
旋转矩阵的实现算法-rotation matrix algorithm
- 2022-03-10 02:23:35下载
- 积分:1
-
经典的matlab算法源代码,非常经典
MATLAB经典算法程序源代码,相当经典-Classical algorithm MATLAB source code, very classic
- 2023-03-04 03:00:04下载
- 积分:1
-
Given a set A [1 ... n], and one from A to its own mapping f, to find the larges...
给定一集合A[1...n]和一个从A 到其自身的映射f,寻找元素个数最多的一个子集S属于A,并使得S 满足:
1.f 把S 映射到自身;
2.S 中没有两个元素映射到相同的元素。-Given a set A [1 ... n], and one from A to its own mapping f, to find the largest number of elements in a subset of S belongs to A, and makes the S satisfy: 1. f to S is mapped to itself 2. No two elements of S mapped to the same element.
- 2022-12-19 23:40:03下载
- 积分:1
-
K短路算法
K短路算法的C++程序C++程序实现 K短路径问题 K短路径问题是图论研究中的一个经典算法问题, 旨在寻找图(由结点和路径组成的)中两结点之间的K短路径
- 2022-01-25 15:56:26下载
- 积分:1