-
cure算法C实现
聚类(clustering)就是将数据对象分组成为多个类或簇(cluster),在同一簇中的对象之间具有较高的
相似度,而不同的簇中对象差别较大。相异度是根据描述对象的属性值来计算的。距离是经常采用的度量
方式。聚类分析源于许多研究领域,包括数据挖掘,统计学,生物学,以及机器学习。 作为统计学的一个
分支,聚类分析已经被广泛的研究了许多年,主要集中在基于距离的聚类分析。基于k-means(k-平均值),
k-medoids(k-中心点)和其他一些方法的聚类分析工具已经被加入到许多统计分析软件包或系统中,
例如S-Plus,SPSS,以及SAS
- 2022-02-03 15:11:39下载
- 积分:1
-
This document contains details about image enhancement techniques,spatial domain...
This document contains details about image enhancement techniques,spatial domain,frequency domain mathods.image stretching ,contrast slicing,sample codes , and some outputs are also included.
- 2022-07-07 23:19:26下载
- 积分:1
-
占星术4.0版C语言程序,软件类型:Win9x/NT/2000/XP,软件语言: 简体中文...
占星术4.0版C语言程序,软件类型:Win9x/NT/2000/XP,软件语言: 简体中文 -Astrology 4.0 C language programming, software, type: Win9x/NT/2000/XP, software Language: Simplified Chinese
- 2023-02-28 23:10:03下载
- 积分:1
-
人工神经faceeditapp算法编写的VC,它还不完善。世界。
用VC编写的人工神经faceeditapp算法,还不尽完美!欢迎下载指导!-Artifical nerve faceeditapp arithmetic programed with VC,it is not perfect yet.Welcome to download and guide.
- 2023-07-17 22:40:02下载
- 积分:1
-
can do c language Training procedures.
可以做c语言的实训程序。-can do c language Training procedures.
- 2022-05-22 18:03:51下载
- 积分:1
-
小巧的WINDOWS HELP文件编辑器
小巧的WINDOWS HELP文件编辑器-compact WINDOWS HELP file editor
- 2023-05-06 12:20:02下载
- 积分:1
-
ODCOMBO.ZIP is a VC++ 6.0 dialog
ODCOMBO.ZIP is a VC++ 6.0 dialog-based project that contians an onwer-drawn combo box.
- 2022-06-30 05:58:22下载
- 积分:1
-
一个显示波形的小软件
一个显示波形的小软件-a small display waveform software
- 2022-07-18 04:08:53下载
- 积分:1
-
本人使用WIN2000,一直以为开着系统服务 Windows Time 就能自动实现系统对时。 哪知道前两天一对时,发现快了1分钟,天,我上下班打卡可是直接与经...
本人使用WIN2000,一直以为开着系统服务 Windows Time 就能自动实现系统对时。 哪知道前两天一对时,发现快了1分钟,天,我上下班打卡可是直接与经济利益挂钩的。 真不知道这玩意是不是仅用来浪费系统资源的。一气之下,自己花点时间写了个对时程 序,嗯,不错,挺好用,这下安心了,另外那个对时的垃圾服务也可以关掉了-A clock program that correct the time from Internet.
- 2022-06-27 21:51:30下载
- 积分:1
-
程序创建两个线程,第一个线程没有消息队列,主线程尝试给第一个线程发送一个消息,我们可以看到PostThreadMessage()返回FALSE,程序创建的第二个...
程序创建两个线程,第一个线程没有消息队列,主线程尝试给第一个线程发送一个消息,我们可以看到PostThreadMessage()返回FALSE,程序创建的第二个线程有一个消息队列,主线程中的PostThreadMessage()返回TRUE,程序由Visual C++ 6.0开发,没有用到MFC-process creates two threads, one thread without Message Queue, the main thread to thread a resolution to send a message, we can see PostThreadMessage () returns FALSE, establish procedures to the second thread is a message queue, the main threads of PostThreadMessage () returns TRUE, procedures Visual C 6.0, did not use the MFC
- 2022-03-05 04:09:28下载
- 积分:1