登录
首页 » 算法 » K均值聚类算法源代码

K均值聚类算法源代码

于 2022-05-05 发布 文件大小:29.69 kB
0 65
下载积分: 2 下载次数: 2

代码说明:

K均值聚类算法源代码-K-means clustering algorithm source code

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • uc/osII移植
    利用意法半导体STM32F103ZET6芯片,移植uc/osii系统,通过修改os_cpu.h,os_cpu.c,os_cpu.asm等文件成功实现移植,并给出验证示例,通过跑马灯实验,ADC,DAC实验SPI等验证,
    2022-03-21 05:19:09下载
    积分:1
  • JPHide 和JPSeek 的源代码
    应用背景JPHide 和JPSeek 的源代码!JPHide&JPSeek是一个JPEG图像的信息隐藏软件!-JPHide and JPSeek source code! JPHide & JPSeek is a JPEG image information hidden software!关键技术JPHIDE and JPSEEK are programs which allow you to hide a file in a jpeg visual image. There are lots of versions of similar programs available on the internet but JPHIDE and JPSEEK are rather special. The design objective was not simply to hide a file but rather to do this in such a way that it is impossible to prove that the host file contains a hidden file. Given a typical visual image, a low insertion rate (under 5%) and the absence of the original file, it is not possible to conclude with any worthwhile certainty that the host file contains inserted data. As the insertion percentage increases the statistical nature of the jpeg coefficients differs from "normal" to the extent that it raises suspicion. Above 15% the e
    2022-07-21 14:22:36下载
    积分:1
  • 微型足球机器人底层控制系统研究
    资源描述对微型足球机器人低层控制系统进行了研究,给出了一种以87c196Kc为核心辅以LM629运动控 制器构成的双闭环微型足球机器人低层控制系统由于采用了集成运动控制芯片,不仅简化了系统软硬件设 计,提高了系统可靠性,减轻了设计工作量.而且显著提高了系统性能,反应快,控制精度高,伺服刚度大,还 具有一定的自适应能力.堵转等问题也得到了较好的解头.该系统不仅可满足微型机器人控制需要,适当增 加功能后还可方便地改造成Robocup小型足球机器人低层控制系统,
    2022-01-30 14:19:49下载
    积分:1
  • 二叉排序树的插入
    算法过程:1.将第一个元素放在树根结点。2.将每个要加进来的元素与树根结点比较,若比树根结点小, 再与左子结点比较,若没有左子树,则把此元素放于左子树。反之,比树根结点大, 则再与右子结点比较,若没有右子树,就把此元素放于右子树。3.重复第2步操作,直到所有的元素都被加入二叉树中
    2022-03-01 19:40:22下载
    积分:1
  • 曲线拟合源码,简单好用,觉得很有用,也是网上找来的
    曲线拟合源码,简单好用,觉得很有用,也是网上找来的-curve fitting source, simple user-friendly, feel useful, but also brought the Internet
    2022-07-09 23:59:27下载
    积分:1
  • use c language to make a Newton interpolation arithmetic.Newton interpolation ar...
    用C语言来实现的。牛顿插值法对一些函数作近似的替代,是N个节点数的插值函数。-use c language to make a Newton interpolation arithmetic.Newton interpolation arithmetic make a approximation of the function witch have N interpolation points
    2023-02-05 04:00:03下载
    积分:1
  • Insertion sort
    insertion_sort.cpp #include #include #include #define N 5000 int insertion_sort( int data_insert[] ); void creat_file( char *file_name, int data_file[] ); int main(int argc, char *argv[]){    int data[N];    creat_file( argv[1], data ); 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-03-05 04:13:51下载
    积分:1
  • SVM 支持向量机
    这是SVM的例,喜欢SVM可以下载,对初学者很有用,特别一点是: 要下载libsvm工具箱,然后按照例做一遍,很快就会上手的,当然一定要对SVM有兴趣才行,没兴趣的同学,那就不要下载了,呵呵 
    2022-07-07 02:54:07下载
    积分:1
  • 赋权边覆盖问题——采用禁忌搜索的C++实现
    本文详细讨论了禁忌搜索算法求解赋权边覆盖问题的定义、原理及求解思路,在文末给出了实验结果及完整的C++实现代码。
    2022-07-17 14:42:20下载
    积分:1
  • 基本矩阵运
    它是包括矢量和矩阵加,减,乘,转置和逆一个简单的矩阵操作包。
    2022-08-17 07:07:47下载
    积分:1
  • 696522资源总数
  • 104044会员总数
  • 20今日下载