登录
首页 » c++ » K-Means聚类算法

K-Means聚类算法

于 2022-10-25 发布 文件大小:3.32 MB
0 119
下载积分: 2 下载次数: 1

代码说明:

此程序为K-Means聚类算法程序,用于图像处理,K值可以更改,内有详细的代码说明。

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

发表评论

0 个回复

  • Problem-Solving-with-CPP-7Ed
    problem solving c++是一本很好的c++入门教科书,入门必备。可能不是非常主流,但是很推荐。(problem solving c++ c++ is a good introductory textbook, entry required. May not be very mainstream, but it is recommended.)
    2015-01-23 13:03:10下载
    积分:1
  • 哆啦A梦的C代码
    #include #include #define PI 3.14159265 // 主函数 void main() { // 创建大小为 800 * 600 的绘图窗口 initgraph(800, 600); // 设置原点 (0, 0) 为屏幕中央(Y轴默认向下为正) setorigin(400, 300); // 使用白色填充背景 setbkcolor(WHITE); cleardevice(); // 画脸 setfillcolor(RGB(7, 190, 234)); // 头 setlinecolor(BLACK); fillroundrect(-135, -206, 135, 54, 248, 248); setfillcolor(WHITE); // 脸 fillellipse(-115, -144, 115, 46); fillroundrect(-63, -169, 0, -95, 56, 56); // 右眼 fillroundrect(0, -169,  63, -95, 56, 56); // 左眼 setfillcolor(BLACK); solidcircle(-16, -116, 6); // 右眼球 solidcircle( 16, -116, 6); // 左眼球 setfillcolor(RGB(201, 62, 0)); // 鼻子
    2022-02-01 16:57:29下载
    积分:1
  • the_infrared_communication_protocol
    说明:  有关红外线通讯的详细协议,有助于熟悉该协议(Details of the infrared communication protocol, help to familiarize themselves with the agreement)
    2010-04-08 17:10:58下载
    积分:1
  • 1602PAD
    单片机AD功能实例,使用1602显示电压(SCM AD function example, the use of 1602 shows the voltage)
    2014-02-23 12:52:35下载
    积分:1
  • CC1101驱动程序(接收发送已调通)
    通过STM32单片机编写程序驱动CC1101,当按键按下时发送数据,接收端收到数据后小灯点亮。
    2023-08-11 13:00:08下载
    积分:1
  • 移动多边形
    用vc+mapobjects开发的源代码,实现鼠标多边形的移动(with vc MapObjects development of the source code, mouse polygon mobile)
    2005-04-20 15:31:40下载
    积分:1
  • fir_filter
    用c#编写了一套FIR窗口滤波器,其中数据段的提取来自于matlab的混合编程(Written in c# a FIR filter window, including data extracted from the mixture of matlab programming)
    2013-12-04 12:38:40下载
    积分:1
  • fanhuibian
    黑客反汇编解密书籍,pdf版本,想要学习逆向的可以看一看。(Hacker disassembly decryption books, pdf version, want to learn the reverse can look.)
    2014-01-09 09:59:32下载
    积分:1
  • DataMonitor
    西门子机床状态监测用于安装电脑版的采集软件(SIEMENS machine condition monitoring is used to install computer version of acquisition software)
    2017-08-05 09:54:01下载
    积分:1
  • 采用遍历方法自动生成用于测试的oracle数据库
    采用遍历方法自动生成用于测试的oracle数据库-traverse method used for automatic generation of test oracle database
    2023-08-20 15:05:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载