EVB-K
EVB-K开发板是专为嵌入式系统设计的高效评估与开发平台,广泛应用于物联网、智能家居、工业自动化等领域。凭借其强大的处理能力、丰富的外设接口及易于使用的软件支持,EVB-K成为加速产品原型设计和缩短上市时间的理想选择。无论是初学者还是经验丰富的工程师,都能通过我们提供的1170个高质量资源,包括教程...
资源总数
500
EVB-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