-
cure算法C实现
聚类(clustering)就是将数据对象分组成为多个类或簇(cluster),在同一簇中的对象之间具有较高的
相似度,而不同的簇中对象差别较大。相异度是根据描述对象的属性值来计算的。距离是经常采用的度量
方式。聚类分析源于许多研究领域,包括数据挖掘,统计学,生物学,以及机器学习。 作为统计学的一个
分支,聚类分析已经被广泛的研究了许多年,主要集中在基于距离的聚类分析。基于k-means(k-平均值),
k-medoids(k-中心点)和其他一些方法的聚类分析工具已经被加入到许多统计分析软件包或系统中,
例如S-Plus,SPSS,以及SAS
- 2022-02-03 15:11:39下载
- 积分:1
-
windows系统编程源代码
windows系统编程源代码-windows system program source codes.
- 2022-03-03 11:03:10下载
- 积分:1
-
排队购买车票,一次最多购买4张,区分相邻作为,没有相邻时,允许随意购买单张...
排队购买车票,一次最多购买4张,区分相邻作为,没有相邻时,允许随意购买单张-Wait in line to buy tickets, purchase a maximum of four, to distinguish between adjacent, as there is no adjacent to, the permit can buy leaflets
- 2022-05-13 02:45:45下载
- 积分:1
-
排序程序冒泡排序、 unsort、 部分排序
#define PARTIALLYSORTED_30 3
#define PARTIALLYSORTED_50 4
#define PARTIALLYSORTED_70 5
#define RANDOMIZE_QSORT 1
#define MERGE_SORT 2
#define SELECTION_SORT 3
#define BUBBLE_SORT 4
/ *---随机化快速排序---* /
int random_partition (int * arr、 int 开始,int 结束) ;
void random_quick_sort (int * arr、 int 开始,int 结束) ;
/*----------------------------------------------*/
/*-----------Merge Sort--------------------------*/
空的分区 (int arr [],int 低,int 高) ;
void 归并 (int arr [],int 低,年年高 int int) ;
/*------------------------------------------------*/
/ *---选择排序---* /
void sort_select (int n) ;
int; maxind(int m)
void swap1 (int * x int * y);
/*------------------------------------------------*/
/*-----------------Bubble sort--------------------*/
void recursive_bubble (int * 数组、 int 的大小) ;
/*-----------------------------
- 2022-07-02 17:33:19下载
- 积分:1
-
二叉树的遍历 用c++类实现。
提供一系列成员函数,可派生。...
二叉树的遍历 用c++类实现。
提供一系列成员函数,可派生。
-binarytree
- 2022-07-20 17:28:59下载
- 积分:1
-
回声消除驾驶员在wince 6平台
富迪Wince 6.0环境下的回声消除驱动-Echocancellation driver at wince 6.0 platform
- 2022-12-28 14:35:03下载
- 积分:1
-
c# 鼠标钩子
c#鼠标钩子 获取窗口,标题,类名 等。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2023-05-02 14:50:03下载
- 积分:1
-
C语言实现的图书管理系统
这是一个C语言编写的图书管理系统,使用文件而不是数据库来存储的图书信息和用户信息
- 2023-07-28 18:00:02下载
- 积分:1
-
首先指定要查找的目录,然后填入要查找的文件名,注意到带扩展名 也可以查找文件夹....
首先指定要查找的目录,然后填入要查找的文件名,注意到带扩展名 也可以查找文件夹.-first to find the specified directory, and then you have to fill in the name, notes with extension can also find folders.
- 2022-01-31 13:28:30下载
- 积分:1
-
AutoCad中关于使用vc++编程操作选择集的一个类实例。
AutoCad中关于使用vc++编程操作选择集的一个类实例。-AutoCad regarding the use of vc programmed to choose a category set examples.
- 2022-03-26 11:02:38下载
- 积分:1