-
under Windows using Fast Fourier changes, the screen
用Windows 下实现快速傅立叶变化,显示在屏幕-under Windows using Fast Fourier changes, the screen
- 2022-04-20 03:54:26下载
- 积分:1
-
诚信实现单一
完整实现了单源最短路径的算法。
采用的是贪心算法思想。-integrity to achieve a single-source shortest path algorithm. The greedy algorithm.
- 2022-11-18 00:00:04下载
- 积分:1
-
打开视频和控制进度
通过vc++和opencv实现打开一段视频的功能,并且能够控制视频播放进度,该程序稳定可靠,迅速打开一段视频,并且控制进度,纯手打源程序,经验证,程序稳定可靠,实用性强。
- 2022-11-29 17:30:08下载
- 积分:1
-
UserCF 协同过滤
基于用户的协调过滤推荐算法iserCF 的visual c++ 的实现代码,MovieLens数据集。
- 2023-01-28 22:20:04下载
- 积分:1
-
GCD的stein算法实现
资源描述这是一个求32位最大公约数的stein算法的实现,使用了64级的流水线实现的,可以用,做了DC综合,测试全部通过!!这是一个求32位最大公约数的stein算法的实现,使用了64级的流水线实现的,可以用,做了DC综合,测试全部通过!!这是一个求32位最大公约数的stein算法的实现,使用了64级的流水线实现的,可以用,做了DC综合,测试全部通过!!
- 2022-01-26 07:09:07下载
- 积分:1
-
A complete numerical simulation software, can realize high interpolation Sin phe...
完整的数值模拟软件,可以实现高次插值的Sin现象,三次分段埃米尔插值,Gauss赛德尔迭代法等多种算法-A complete numerical simulation software, can realize high interpolation Sin phenomenon, three sub-Emir Interpolation, Gauss Seidel iteration algorithm, etc.
- 2022-02-13 10:06:02下载
- 积分:1
-
简单的粒子群算法代码
一个简单的粒子群算法的代码,最大迭代200次,群落中20个粒子,仿真效果不错
- 2023-06-01 22:25:03下载
- 积分:1
-
一个实现多项式加法的小程序
一个实现多项式加法的小程序-a polynomial addition to the small program
- 2022-01-21 04:03:19下载
- 积分:1
-
atan function, because a lot of information communication systems, which rely on...
atan函数,由于在通信系统中很多信息都是依赖相位信息得到,所以atan函数非常有用。-atan function, because a lot of information communication systems, which rely on phase information is therefore very useful function atan.
- 2022-01-25 19:12:46下载
- 积分: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