HL-K
hl-K技术,作为高性能电子设计的关键组成部分,以其卓越的稳定性和可靠性,在工业自动化、智能电网及新能源领域展现出广泛应用。拥有1157个精选资源,涵盖从基础理论到高级应用的全方位资料,是每位追求技术创新与实践能力提升工程师的理想选择。深入探索hl-K,不仅能够帮助您掌握最前沿的技术趋势,还能通过实...
资源总数
500
HL-K 全部资料 500 份
k-means(欧氏距离)聚类算法是最基本的聚类算法
k-means(欧氏距离)聚类算法是最基本的聚类算法,是理解和应用聚类算法的基础,通过k-means(欧氏距离)聚类算法我们才可以初步了解数据挖掘的原理。
2017-07-01
140
It s the kNN or else named k-Nearest Neabours algorythm, realized by the tools of Visual Studio deve
It s the kNN or else named k-Nearest Neabours algorythm, realized by the tools of Visual Studio developer system.
2014-01-20
177
#include<stdio.h> void main(void) {int n,k,derivata,a[10],i printf("n=") scanf(" d",&n)
#include<stdio.h> void main(void) {int n,k,derivata,a[10],i printf("n=") scanf(" d",&n) for(i=0 i<=n i+...
2017-09-17
98