-
火炮算法在开放式下的应用
cannon算法在openmp中的实现
- 2023-03-24 04:30:04下载
- 积分:1
-
杭州电子科技大学在线系统ACM的1053题,用贪心方法解决
杭州电子科技大学在线系统ACM的1053题,用贪心方法解决-Hangzhou University of Electronic Science and Technology ACM-line system of the 1053 title with a greedy solution
- 2022-05-16 00:56:26下载
- 积分:1
-
求非终端结点的算法
求非终端结点的算法-for non-terminal nodes algorithm
- 2022-07-23 13:50:16下载
- 积分:1
-
SOM 神经网络聚类可以在 Weka 嵌入
SelfOrganizingMap 或 SOM 神经网络算法对聚类的数据集,可以在 Weka 程序中嵌入
- 2022-02-02 16:06:02下载
- 积分:1
-
计算 C 中的表达式
该程序将执行表达评价在 C 中。
到程序的输入是有效的 C 的表达式
和程序将解析表达式字符串,生成几个数值的结果。
- 2022-06-03 07:52:11下载
- 积分:1
-
一个简单的LINK连表算法
一个简单的LINK连表算法-a simple algorithm table even LINK
- 2022-02-06 03:55:32下载
- 积分:1
-
Given a set A [1 ... n], and one from A to its own mapping f, to find the larges...
给定一集合A[1...n]和一个从A 到其自身的映射f,寻找元素个数最多的一个子集S属于A,并使得S 满足:
1.f 把S 映射到自身;
2.S 中没有两个元素映射到相同的元素。-Given a set A [1 ... n], and one from A to its own mapping f, to find the largest number of elements in a subset of S belongs to A, and makes the S satisfy: 1. f to S is mapped to itself 2. No two elements of S mapped to the same element.
- 2022-12-19 23:40:03下载
- 积分:1
-
运动目标位置预测
运动目标位置预测-moving target location forecast
- 2023-06-21 09:55:03下载
- 积分: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
-
基于SRP-PHAT+SRC的声源定位
这是一段采用SRP-PHAT算法的声源定位程序。为了减小计算量,采用了SRC(STOCHASTIC REGION CONSTRICTION) 策略可以大大减小时间复杂度,比基于网格的SRP-PHAT的方法快千倍以上。
- 2022-02-04 08:17:59下载
- 积分:1