-
PID控制和卡尔曼滤波
参加飞思卡尔的同学肯定在知道采集传感器后的数据往往需要进行数据融合,卡尔曼滤波是一种数据融合算法,本学习资料主要是基于C语言的卡尔曼滤波和PID控制,仅提供参考
- 2022-02-07 22:09:56下载
- 积分:1
-
APML为用户提供访问Web页面和下载他们的能力…
ApMl provides users with the ability to crawl the web and download pages to their computer in a directory structure suitable for a Machine Learning system to both train itself and classify new documents. Classification Algorithms include Naive Bayes, KNN -ApMl provides users with the ability to crawl the web and download pages to their computer in a directory structure suitable for a Machine Learning system to both train itself and classify new documents. Classification Algorithms include Naive Bayes, KNN
- 2022-03-31 04:48:40下载
- 积分:1
-
数值处理算法源代码
数值处理算法源代码-numerical algorithm source code
- 2022-04-12 19:01:13下载
- 积分:1
-
单片机输入法c源代码
纯C语言编写的输入法源代码,主要用于单片机,有需要的可以下载!
使用说明:
拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]);
input_py_val为已输入的拼音码字符串头指针,
反回值为中文的起始地址,当为0时,杳询失败
应用举例:
{
unsigned char input_string[]={"bang"};
unsigned char chines_string[100];
sprintf(chines_string,"%s",py_ime(input_string));
}
- 2023-08-15 12:10:04下载
- 积分:1
-
求解非线性不动点方程组x=G(x)的非线性塞德尔迭代方法,初值x0...
求解非线性不动点方程组x=G(x)的非线性塞德尔迭代方法,初值x0-For solving nonlinear fixed point equation x = G (x) the nonlinear Seidel iterative method, initial value x0
- 2022-08-11 02:55:05下载
- 积分:1
-
十字表格标定,摄像头标定
这是十字格的标定,用了对摄像头的标定!本算法,简单使用,主要用来对智能车的循迹行驶,在行驶之前,首先要对摄像头标定,此程序就是用了标定摄像头!
- 2022-05-25 19:00:33下载
- 积分:1
-
用vc++平台开发的双三次样条插值函数,具有很高的精度,能够完成对面上的点的插值...
用vc++平台开发的双三次样条插值函数,具有很高的精度,能够完成对面上的点的插值-Using vc platform for the development of bi-cubic spline interpolation function, has high accuracy, can be completed on the surface of the interpolation points
- 2022-05-07 13:45:08下载
- 积分:1
-
基于RSSl测距补偿室内定位技术
资源描述对传统RSSI室内测距技术易受环境因素影响问题,提出测距补偿算法,利用算法补偿环境因素造成
的测距误差.并利用均值平滑法来处理同一点接收到的多个RSSI值,以减小RSSI值的测量波动。通过相关的仿真与
实地测试.验证了测距补偿算法在测距精度上有所提高。
- 2022-08-23 13:49:23下载
- 积分:1
-
mathimatics library for pascal, include fft,function interpreter, derivative,sol...
mathimatics library for pascal, include fft,function interpreter, derivative,solve sytem of lineal ecuacion by gauss .. and 2 examples-mathimatics library for pascal, include fft,function interpreter, derivative,solve sytem of lineal ecuacion by gauss .. and 2 examples
- 2022-12-19 16:35:06下载
- 积分:1
-
经典四则运算
资源描述经典四则运算,在学习c++的时候比较常见的问题,供大家参考。
- 2022-01-25 23:09:49下载
- 积分:1