-
T检验,亦称student t检验(Student s t test),主要用于样本含量较小(例如n<30),总体标准差σ未知的正态分布资料。...
T检验,亦称student t检验(Student s t test),主要用于样本含量较小(例如n
- 2022-03-16 11:40:13下载
- 积分:1
-
FCM algorithm is a clustering algorithm based on the division of its thinking is...
FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。在介绍FCM具体算法之前我们先介绍一些模糊集合的基本知识。-FCM algorithm is a clustering algorithm based on the division of its thinking is that it is making is divided into clusters with the greatest similarity between the object, and different similarity between the smallest cluster. Fuzzy C-means algorithm is an ordinary C-means algorithm, the general C-means algorithm for data delineation is rigid, while the FCM is a soft fuzzy partition. FCM in the introduction prior to the specific algorithm we first introduce some basic knowledge of fuzzy sets.
- 2022-08-19 01:42:39下载
- 积分:1
-
调色板这个程序运行后产生一个调色板,用户可以打开某一个位图,对其进行调色操作...
调色板这个程序运行后产生一个调色板,用户可以打开某一个位图,对其进行调色操作-tiaosebanrththtsdgfsegte4ytbeynumumwwerfvrwagvtqbtbastbybye
- 2022-06-02 05:43:00下载
- 积分:1
-
This is the sorce code in Visual Basic 6 for the EZ USB.
This the sorce code in Visual Basic 6 for the EZ USB.-This is the sorce code in Visual Basic 6 for the EZ USB.
- 2022-01-25 21:27:05下载
- 积分:1
-
I/O reference beginners to practice procedures.
I/O初学者参考,练习程序。-I/O reference beginners to practice procedures.
- 2022-01-31 06:00:42下载
- 积分:1
-
OpenCV的C++
- 2022-03-20 15:33:05下载
- 积分:1
-
基于OpenCV的SIFT实现中的kd-tree改进算法BBF算法
BBF(Best Bin First)是一种改进的k-d树最近邻查询算法。从前两篇标准的k-d树查询过程可以看出其搜索过程中的“回溯”是由“查询路径”来决定的,并没有考虑查询路径上数据点本身的一些性质。BBF的查询思路就是将“查询路径”上的节点进行排序,如按各自分割超平面(称为Bin)与查询点的距离排序。回溯检查总是从优先级最高的(Best Bin)的树节点开始。另外BBF还设置了一个运行超时限制,当优先级队列中的所有节点都经过检查或者超出时间限制时,算法返回当前找到的最好结果作为近似的最近邻。采用了best-bin-first search方法就可以将k-d树扩展到高维数据集上。
- 2023-06-14 06:35:04下载
- 积分:1
-
根据c#的事件委托机制,实现c++事件管理器
根据c#的事件委托机制,实现c++事件管理器-According to c# Events commissioned mechanism c++ Event Manager
- 2022-06-28 05:46:28下载
- 积分:1
-
C经典程序,不紧对学C的有帮助,对所有程序员都有帮助哦
C经典程序,不紧对学C的有帮助,对所有程序员都有帮助哦-C classic procedures, a lack of C for school help to all programmers have helped oh
- 2022-01-27 09:58:05下载
- 积分:1
-
单片机超声波程序(stc15f2k60s2)
单片机超声波程序,研究了将近一个星期前才整出来的玩意,代码有注释,结构清晰,方便初学者学习了解,分别使用了单片机的定时器0和1,根据单片机数码管IO口的不同可以修改程序源码。
- 2022-02-21 21:57:50下载
- 积分:1