-
同时辨识模型阶次和参数的算法,源自于潘立登的系统建模与辨识。...
同时辨识模型阶次和参数的算法,源自于潘立登的系统建模与辨识。-At the same time identification model order and parameters of the algorithm, derived from Li-Deng Pan system modeling and identification.
- 2023-06-15 16:30:03下载
- 积分:1
-
最快的质数判断c++
最快的质数判断c++ 时间复杂度 o(logn)
- 2022-01-26 02:41:55下载
- 积分:1
-
搜索算法部分使用minmax递归,alphabeta剪枝,初期和中期搜索6层,最后部分搜索15层。评估算法主要是最小行动力,加以位置值的相关判断...
搜索算法部分使用minmax递归,alphabeta剪枝,初期和中期搜索6层,最后部分搜索15层。评估算法主要是最小行动力,加以位置值的相关判断- The search algorithm partially uses the minmax recursion, the
alphabeta pruning, the initial period and the intermediate stage
searches 6, finally partially searches 15. Appraised the algorithm
mainly is the smallest good power, performs the position value the
correlation to judge
- 2023-02-28 03:35:04下载
- 积分:1
-
breadth first search
广度优先搜索(BFS)是一种用于搜索特定元素的方法图形.it是级别顺序搜索。当搜索基本上限于两种操作时:(a)访问和
- 2022-07-05 00:49:37下载
- 积分:1
-
八数码问题
资源描述解决八数码问题的源代码,代码真实可靠!!!!!!!!!
- 2022-02-14 20:28:20下载
- 积分:1
-
4级词典构建哈希表
资源描述哈希表的构建,主要使用了ELFHASH进行编码。分别使用了指针哈希和开放地址哈希进行编写。用4级词汇构建,测试样例为4万个输入,可以明显分析其时间差距。大学二年级开学初的作业之一。
- 2022-02-22 11:13:11下载
- 积分:1
-
RFID源码
完整的射频识别 RFID 适合研究RFID定位的人员进行学习The complete radio frequency identification RFID is suitable for RFID positioning personnel to study
- 2022-01-26 06:30:14下载
- 积分:1
-
四轴飞行器stm32(完整)源代码
应用背景我将此应用于毕业设计。四轴飞行器的飞行控制程序,选用的是pid控制。四轴飞行器STM32F103RBT6程序 MPU6560, STM32F103RBT6+mpu6050模块,使用卡尔曼滤波,波形很不错。基于stm32 的usb,采用mpu6050陀螺仪模块采集三轴角速度的运动,实现空中鼠标,实际使用效果很好,拿着模块上下左右轻轻摆动即可控制鼠标的运动,不像普通鼠标需要放在桌面上,采用stm32开发板实现,同时也有触摸屏鼠标功能,关键技术基于STM32的四轴飞行器设计最终
- 2022-03-03 02:41:17下载
- 积分:1
-
Least Soft-thresold Squares Tracking
we propose a generative tracking method based on a novel robust linear regression algorithm. In con-
trast to existing methods, the proposed Least Soft-thresold Squares (LSS) algorithm models the error term with the
Gaussian-Laplacian distribution, which can be solved ef- ficiently. Based on maximum joint likelihood of parameters,
we derive a LSS distance to measure the difference between an observation sample and the dictionary. Compared with
the distance derived from ordinary least squares methods, the proposed metric is more effective
- 2022-03-22 17:30:20下载
- 积分:1
-
sift特征点检测,匹配,将匹配结果连线
对sift算法做了改写,并添加 了好多demo以供学习,官网的代码核心部分是闭源的,用一个加密文件写的,这里做的是完全开源的 ,用于特征点检测匹配,并可以用于拼接,分享出来给大家学习参考。
- 2023-05-19 06:25:03下载
- 积分:1