-
DBSCAN聚类算法
实现DBSCAN聚类算法采用C# 数据挖掘中聚类算法,基于密度聚类的代表算法,dbscan。程序并不太难,方便大家学习。有三个文件,簇聚类的类datapoint-点的类clusteranalysis-以及聚类分析类
- 2022-05-28 14:26:17下载
- 积分:1
-
Secant method with 2 points for non
Secant method with 2 points for non-linear equations in C
- 2022-03-30 20:49:45下载
- 积分:1
-
《数字滤波与卡尔曼滤波》本人感觉写的比较好的卡尔曼滤波图书,...
《数字滤波与卡尔曼滤波》本人感觉写的比较好的卡尔曼滤波图书,- Digital Filter and Kalman Filter I feel better to write the Kalman filter books,
- 2022-02-14 11:37:33下载
- 积分:1
-
(用Euler法和改进的Euler法求解,用三阶Adams外插法及内插法求解...
(用Euler法和改进的Euler法求解,用三阶Adams外插法及内插法求解
-(Using Euler method and the improved Euler Method, using third-order Adams extrapolation method and interpolation method for solving
- 2022-12-16 17:40:03下载
- 积分:1
-
一个可以索引和排序的文件系统
一个可以索引和排序的文件系统- May the index and the arrangement filing system
- 2022-08-06 14:50:02下载
- 积分:1
-
Two strings to find the longest common sub
找出两个字符串的最长公共子串。
给出一个字符串,请删除该字符串的前导空格和尾随空格,中间的空格若多余1个删减到1个。
我是个菜鸟,但软件会是我终生的事业~我有信心学好它,希望站长通融-Two strings to find the longest common sub-string. Given a string, remove the string leading spaces and trailing spaces, if the extra spaces in the middle of a cut to one. I was a rookie, but the software will be my lifelong career ~ and I am confident to learn it, and hope that owners accommodation
- 2023-05-01 09:20:03下载
- 积分:1
-
PLS 的人脸识别
这个 matlab 文件是关于人脸识别的源程序。人脸识别方法是偏最小二乘法,简称 "PLS"。识别率可达 92%与我们脸样本。源文件中载有详细的注解,帮助读者理解算法原理。读者请尊重于 author 的艰苦的工作,并且不要不要将它用于商业。感谢您下载和阅读我的脸识别 matlab 文件。希望你有良好的阅读杂志,从我的工作得到很大的帮助。
- 2022-07-21 10:32:39下载
- 积分:1
-
想通过JAVA程序插入PPT吗?来这里
这个程序可以插入PPT,让你的ppt用自己编的软件就可以展示,是不是很帅啊!在选择文件中选择一个PPT,就可以在程序中打开PPT,可以上下翻页,还可以直接到首末页,当到最后一张时,再翻页会出现警告声
- 2022-01-25 17:18:26下载
- 积分:1
-
kalman program(c)
and some examples on kalman which i will upset later.
kalman program(c)
and some examples on kalman which i will upset later.
- 2022-03-20 09:53:51下载
- 积分:1
-
dsafdsafdsa
输入:
%x = 输入的图像 (灰度或 rgb,请期待很长时间处理,如果图像大小很大)
%hs = 空间内核的带宽 (见 Eq.(35) 在被引用的文件中)
%hr = 功能内核的带宽 (见 Eq.(35) 在被引用的文件中)
%th = 收敛判据的阈值 (默认值 =.25)
%ploton = 开关打开/关闭图像显示的中间结果 (默认值 = 1)
%
%输出:
- 2022-10-09 17:05:03下载
- 积分:1