-
linux下的cure聚类算法
是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();
- 2023-07-29 18:30:03下载
- 积分:1
-
三次样条插值
三次样条插值-Cubic Spline Interpolation
- 2023-05-12 14:45:03下载
- 积分:1
-
适用于 Pygame 的 Python 线交叉
翻译 maninwest@Codeforge 作者:raildude@CodeProject计算 2 D 线段交点(如存在)的算法这是种应用代数的练习题, (尤其是方程 y = mx + b, 所谓的线性方程的斜截式).背景我有个 Python 的 3d 查看应用程序,使用 Pygame 做 UI。 它有线框显示和原始的"隐藏表面移除"选项。我想添加一个隐藏线移除的选项,因为Pygame 好像不支持 "空心多边形" 绘制方法. 我想此代码可能是向该方向迈出的一步。稍后,我发现 MeshLab 可以提供我想要的功能..使用代码你需要安装 Python和 Pygame。或者,你可以提取四个函数 (slope(), y_intercept(), intersect() & segment_intersect()) 并在合适的地方使用。
- 2022-03-15 12:00:57下载
- 积分:1
-
128位长双精度型数字运算包
128位长双精度型数字运算包-128 long double precision numeral operation package
- 2022-06-16 16:49:03下载
- 积分:1
-
本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点
本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点
-this procedure applies to solution of the form f (x) = 1/2* x" Ax+ bx+ c quadratic function of the stable point
- 2022-04-09 17:51:13下载
- 积分:1
-
在vc中调用matlib得时候,需要一些引擎文件,在这里已经全部包含。...
在vc中调用matlib得时候,需要一些引擎文件,在这里已经全部包含。-in vc call matlib in time and need some engines, has been here all included.
- 2022-05-29 01:12:13下载
- 积分:1
-
数值分析程序,《精通matlab最优化计算》,适合各专业最优化计算...
数值分析程序,《精通matlab最优化计算》,适合各专业最优化计算-Numerical analysis program, "proficient in matlab optimization calculations", suitable for all professional optimization calculation
- 2022-04-26 19:49:34下载
- 积分:1
-
多项式的加减运算特别实现(c实现)
多项式的加减运算特别实现(c实现)-polynomials Modified Operational special achievement (c realization)
- 2022-08-26 13:41:18下载
- 积分:1
-
LTE中turbo编解码
这个系统是基于802.16标准。包含的内容广域网中OFDM物理层的相关内容,TDD,网络管理,调度器,移到单元
- 2022-02-03 21:10:03下载
- 积分:1
-
解码粗糙
此文件术最解决方案为 DECRIPTATION 粗糙 ALGHORITM主要 VOTRE CONSEIL DE 接待 portail 自动学与 PIC 12F629
- 2022-08-18 23:56:36下载
- 积分:1