-
good SVM algorithm, using the LS
不错的SVM实现算法,采用的是LS-SVM算法,这是MATLAB版本,还有一个C版本-good SVM algorithm, using the LS-SVM, which is MATLAB version, a C version
- 2023-08-05 06:25:03下载
- 积分:1
-
运动图像检测MovingObjectDetection
VS-C# 2010下运行。其中混合高斯算法有些问题,其余两种可以实现。
- 2022-08-22 06:30:13下载
- 积分:1
-
九维的卡尔曼滤波跟踪算法,包括xyz三方向和各方向的位置,速度,加速度。...
九维的卡尔曼滤波跟踪算法,包括xyz三方向和各方向的位置,速度,加速度。-Nine-dimensional Kalman filter tracking algorithm, including the three xyz direction and the location of the direction, velocity, acceleration.
- 2022-04-18 23:39:23下载
- 积分:1
-
QR分解求解矩阵特征值
算法的思路:首先对矩阵QR分解,然后矩阵转置,接着矩阵乘机,通过不断的迭代是的举着下三角元素小于设定的阈值,这样得到的矩阵主对角元素上 元素就是所求的矩阵特征值
- 2023-07-05 03:55:04下载
- 积分:1
-
一些重要的有关地球物理计算的软件算法程序!!很有用的
一些重要的有关地球物理计算的软件算法程序!!很有用的-some important related geophysical software algorithm calculation procedures. ! Very useful!
- 2022-02-14 08:48:33下载
- 积分:1
-
HMI人机界面控制步进电机
通过TFT显示平台如何对步进电机调速和控制转速 ** *彩屏中显示汉字、数字、字母、光标闪烁! ** **功能:1.可以设定转速和圈数
- 2022-06-21 00:32:11下载
- 积分:1
-
基于最小堆的Huffman算法c语言实现;
基于最小堆的Huffman算法c语言实现;时间复杂度:O(n*lg(n));空间复杂度:O(n*lg(n));
- 2022-03-19 08:51:16下载
- 积分:1
-
java打飞机源码
用java做的一个打飞机的小游戏,这是整个工程包,里面有所有需要的.java .class文件,可以直接导入到myeclipse下运行
谢谢大家下载,不要乱传
顶一个。。。。哈哈哈啊哈哈哈哈哈
- 2023-06-03 21:55:04下载
- 积分:1
-
The cart with an inverted pendulum, shown below, is "bumped" with an impulse
f...
The cart with an inverted pendulum, shown below, is "bumped" with an impulse
force, F. Determine the dynamic equations of motion for the system, and lin
earize about the pendulum s angle, theta = Pi (in other words, assume that p
endulum does not move more than a few degrees away from the vertical, chosen
to be at an angle of Pi). Find a controller to satisfy all of the design re
quirements given below.
-The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine the dynamic equations of motion for the system, and lin earize about the pendulum s angle, theta = Pi (in other words, assume that p endulum does not move more than a few degrees away from the vertical, chosen to be at an angle of Pi). Find a controller to satisfy all of the design re quirements given below.
- 2022-03-17 02:37:20下载
- 积分:1
-
c++冒泡排序算法源码
冒泡排序通过n-1次比较使得长度为n的数组按照从小到大的顺序排序,每一次排序都将最大的数字置于数组未排序数据元素的最后,这样经过n-1次后就可以使得整个数组有序。
- 2022-05-05 04:01:07下载
- 积分:1