-
数值分析里的龙贝格算法
数值分析里的龙贝格算法-numerical analysis of the algorithm Romberg
- 2022-01-24 09:27:47下载
- 积分:1
-
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
-
FuzzyClusteringToolbox
Fuzzy聚类工具箱,含4种评价方式,内有文档及注释-FuzzyClusteringToolbox
- 2022-11-14 05:30:04下载
- 积分:1
-
二乘法曲线拟合
//X,Y
二乘法曲线拟合
//X,Y -- X,Y两轴的坐标
//M -- 结果变量组数
//N -- 采样数目
//A -- 结果参数
-Using two multiplication fit the curves//X,Y the site of two axial x,y//M the number of outcome variable//N the number of samples//A the parameter of outcome
- 2022-08-06 17:42:11下载
- 积分:1
-
MFC arbitrary graphics production
MFC图形任意制作 超爽-MFC arbitrary graphics production-Shuang
- 2023-02-03 00:50:03下载
- 积分:1
-
LINGO编程解决各种公司投资资产
lingo编程解决公司多种资产投资的问题-lingo programming to solve a variety of assets of company investment
- 2023-09-01 06:15:03下载
- 积分:1
-
求积算法
以我的近似 = 积分 ((F (X) DX)) 窗体 A 到 B 到内
给定的公差 TOL:
输入: 终结点 A、 B ;容忍 TOL
限制 N 到的级别数
输出: 逼近 APP 或 A 邮件那 N 是超过了。
- 2022-01-26 02:39:07下载
- 积分:1
-
用fortran编写的椭圆方程的数值算法
用fortran编写的椭圆方程的数值算法-using FORTRAN prepared by the elliptic equation numerical algorithm
- 2022-11-30 11:05:04下载
- 积分:1
-
使用 MPI 的矩阵乘法
使用 MPI 的矩阵乘法
- 2022-07-07 15:38:56下载
- 积分:1
-
Vibe算法源代码
用于Vibe算法的理解 运用 改进 对呀刚接触Vibe算法的同学 有很大的帮助,望大家借鉴 采纳
谢谢
- 2022-12-11 09:55:03下载
- 积分:1