#include#include#include"alloc.h"#include"error.h"#include"cluster.h"#defineNONE(-2)#defineBUFSIZE256#ifndefSCALE#defineSCALE"_SCALE_"#endif#ifndefDONTCARE#defineDONTCARE"D/C"#endif#ifndefMAXFLOAT#define    MAXFLOAT       ((float)3.40282346638528860e+38)#endifstaticFLOAT  distance();staticFLOAT  root();staticFLOAT  cure_distance();staticvoid   merge();-IMDN开发者社群-imdn.cn"> #include#include#include"alloc.h"#include"error.h"#include"cluster.h"#defineNONE(-2)#defineBUFSIZE256#ifndefSCALE#defineSCALE"_SCALE_"#endif#ifndefDONTCARE#defineDONTCARE"D/C"#endif#ifndefMAXFLOAT#define    MAXFLOAT       ((float)3.40282346638528860e+38)#endifstaticFLOAT  distance();staticFLOAT  root();staticFLOAT  cure_distance();staticvoid   merge(); - IMDN开发者社群-imdn.cn">
登录
首页 » 算法 » linux下的cure聚类算法

linux下的cure聚类算法

于 2023-07-29 发布 文件大小:41.93 kB
0 25
下载积分: 2 下载次数: 1

代码说明:

是linux下的cure算法,比较完整 #if !defined(lint) && !defined(SABER) static char rcsid[] = "$Header: /usr/src/local/conn/cluster/RCS/cluster.c,v 1.23 1993/02/03 07:43:07 stolcke Exp $"; #endif    /* not lint */ #include #include #include #include "alloc.h" #include "error.h" #include "cluster.h" #define NONE (-2) #define BUFSIZE 256 #ifndef SCALE #define SCALE "_SCALE_" #endif #ifndef DONTCARE #define DONTCARE "D/C" #endif #ifndef MAXFLOAT #define     MAXFLOAT        ((float)3.40282346638528860e+38) #endif static FLOAT   distance(); static FLOAT   root(); static FLOAT   cure_distance(); static void    merge();

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

发表评论

0 个回复

  • 利用高斯消去求线性方程组 自己写的 简陋了点
    利用高斯消去法求线性方程组 自己写的 简陋了点-using Gaussian elimination method for solving linear equations themselves have written a simple point
    2022-06-17 17:38:07下载
    积分:1
  • 这个是关于aes对称加密的优化程序,请大家指教。
    这个是关于aes对称加密算法的优化程序,请大家指教。-This is on a symmetric encryption algorithm aes optimization procedure, please advise everyone.
    2022-08-17 22:15:29下载
    积分:1
  • 哥德巴赫猜想:哥德巴赫(哥德巴赫)曾提出这样一个猜想:2000以内…
    Goldbach s conjecture: Goldbach(哥德巴赫)曾经提出了一个这样的猜想: 对于2000 以内的正偶数都能够分解为两个素数之和。 要求: 该题是一个猜想,我们不去证明它,而是通过编程序来验证 该猜想是否正确。 输入: 用户从键盘任意输入一个自然数。 输出: 给出满足猜想的两个自然数。-Goldbach conjecture : Goldbach (Goldbach) had raised such a guess : 2000 within the can is even divided into two prime numbers and. Requirements : The title is a guess, we do not prove it, but through programmed to verify the guess is correct. Input : arbitrary user input from the keyboard to a natural number. Output : meet guess is the natural number two.
    2023-05-19 07:45:03下载
    积分:1
  • 迁移的 VSP 倍数使用衍射堆栈迁移
    此程序体育课 redatum VSP 数据到虚拟的 SSP 数据如何用干涉法。在这个程序中有两个部分:第一,redatum VSP ssp ;第二,将虚拟的 SSP 数据迁移在这个程序中所用的数据:vel — — 速度模型traveltimesrc — — 走时表数据/crg。垫 — — 普通的接收机 VSP 收集在这个程序中的 vriables:(isx,isz) — — 源点坐标xcorrgather — — 从 VSP 互生成的 sspmig1b — — 一个接收器的迁移结果收集mig0a — — 所有收集的迁移结果
    2022-02-16 04:12:08下载
    积分:1
  • 最新版三次样条插值源程序
    最新版三次样条插值源程序-latest version of Cubic Spline Interpolation source
    2022-01-22 01:26:05下载
    积分:1
  • 在MATLAB环境下进行各种曲线拟合,…
    在matlab环境下能进行各种曲线拟合的算法,非常好。-In the matlab environment to conduct various kinds of curve fitting algorithms, very good.
    2022-05-22 17:14:18下载
    积分:1
  • Levenshtein_Edit_Distance_Algorithm
    介绍
    2022-07-24 08:53:07下载
    积分:1
  • ViBe背景检测、前景检测、运动检测
    对源代码做了少量修改,源代码来源忘记了; 代码为ViBe背景检测算法,也可用来做前景检测或者运动检测相关的内容; 检测效果较好,可通过参数进行调节 样本更新率等。
    2022-01-22 08:38:17下载
    积分:1
  • 使用结点分析求解直流电阻电路,并将结果保存在txt格式的文档中...
    使用结点分析法求解直流电阻电路,并将结果保存在txt格式的文档中-The use of node analysis method to solve the DC resistance circuit, and the results saved in txt format document
    2022-07-27 14:21:49下载
    积分:1
  • 正弦条纹三维重建
    应用背景用正弦条纹进行三维重建,相位解包裹部分用格雷码的二值条纹实现,可以实现精度小于1mm的三维重建。第一次上传源码,谢谢大家支持。关键技术关键技术包括正弦条纹的三维重建原理,格雷码二值条纹相位解包裹原理。之所以没直接用C++的相位解包裹算法是因为手头没有相应的代码,只有matlab的。此次上传也是为了下载c++的相位解包裹代码。
    2022-05-28 20:32:10下载
    积分:1
  • 696522资源总数
  • 104042会员总数
  • 18今日下载