MASATER-K
MASATER-K技术,作为现代电子设计中的关键组件,以其卓越的性能和可靠性广泛应用于通信、工业控制及消费电子领域。拥有1134个精选资源,涵盖从基础教程到高级应用案例,是工程师们提升技能、解决实际问题的理想选择。无论是初学者还是资深开发者,都能在这里找到宝贵的学习资料和技术支持,加速您的项目开发进...
资源总数
500
MASATER-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