-
模拟退火算法代码
用模拟退火算法实现的车辆配送货问题,当时的智能算法作业,自己纯手编。希望对大家有用。
- 2022-05-18 10:05:41下载
- 积分:1
-
Qt朴素贝叶斯算法代码
用Qt完成朴素贝叶斯算法,界面美观,可读性强,健壮性和时间复杂度较好,适合广大的初学者学习朴素贝叶斯算法,对算法教学也有很大的帮助,可用于嵌入式方面的研究。
- 2022-05-22 07:57:40下载
- 积分:1
-
新的人脸检测算法在 IEEE 2013 和 2014 年发表论文
对于制作脸检测基准数据库 (2014 年) 的框架不受约束的视频监控的呼吸行为和睡眠呼吸暂停 (2014 年) 诊断中的应用基于人脸检测算法修改皮肤颜色模型 (2013 年)视频流中的人脸定位检测基于 HARR 状特征与量化分类器的民间视频监控 (2013 年)
- 2023-04-25 17:50:03下载
- 积分:1
-
一个解决方案
一个解线性超定方程组的算法,是用C语言写的,简单易懂,而且速度还挺快的。-a solution-linear equations of the algorithm is written in C language, easily understood, but the speed It"s fast.
- 2022-02-20 05:12:20下载
- 积分:1
-
Program with arrays. short algorithm
Program with arrays. short algorithm
- 2022-01-25 22:07:24下载
- 积分:1
-
C++编写的n阶方阵求逆的实现
题目:n阶方阵求逆的实现总体需求:编写一个实现求矩阵逆矩阵的程序。功能需求:1) 输入一个n(n
- 2022-05-19 21:28:33下载
- 积分:1
-
用c编写的N皇后问题
用c编写的N皇后问题-used to prepare N Queens
- 2022-06-26 00:13:48下载
- 积分:1
-
HMM算法的C++实现
HMM算法的C++实现.
在Linux下编译的Makefile,同时经过测试,可以在Windows下通过Visual Studio 2013编译通过。
总之,学习HMM必备的利器啊。。。。
- 2022-04-16 10:35:03下载
- 积分:1
-
用一观测器从t=1秒开始对一个运动目标的距离进行连续地跟踪测量,假设观测的间隔为一秒钟,雷达到运动目标之间的距离为S(t)(1) 统计特性的初值为
(2)...
用一观测器从t=1秒开始对一个运动目标的距离进行连续地跟踪测量,假设观测的间隔为一秒钟,雷达到运动目标之间的距离为S(t)(1) 统计特性的初值为
(2)观测误差是与和均不相关的白噪声序列,并且有
(3)观测数据存放在附加的文件中(单位:m)。
要求:分析上述对象,建立系统模型,构造卡尔曼滤波器,编程计算,求:
(1) 距离S(t)的最佳估计及估计误差,
(2) 距离S(t-5)的最佳平滑及估计误差,
(3) 距离S(t+5)的最佳预测及估计误差,
(4) 对结果进行分析讨论。
-By one observer from the t = 1 PST on a moving target tracking for distance measurement, assuming that the observation interval is one second, the radar that the distance between the moving target for the S (t) (1) the statistical characteristics of the initial condition (2) observational error is not associated with white noise sequence, and (3) observational data stored in the attached document (unit: m). Requirements: Analysis of the above-mentioned object, the establishment of the system model, constructed Kalman filter, programming terms, seeking: (1) distance from S (t) the best estimate and the estimation error, (2) distance from S (t-5) the most good smoothing and estimation error, (3) distance from S (t+ 5) t
- 2022-03-11 21:07:50下载
- 积分:1
-
单词拼写纠错源代码
可在VC下运行,有字典库,生成有exe文件,可直接运行,当输入单词时,程序会自动匹配字典库,检查输入的程序是否在字典库中,如果不在,则提示与输入最相似的单词,供用户选择,用户体验良好,经过测试,程序的可行性和正确性良好。
- 2022-10-10 12:30:03下载
- 积分:1