-
对.bmp格式的图像进行快速傅立叶变换,包含测试图像。
对.bmp格式的图像进行快速傅立叶变换,包含测试图像。-On. Bmp format images fast Fourier transform, including the test images.
- 2022-09-08 11:35:02下载
- 积分:1
-
linked stack c++
C++代码,具有顺序栈和链栈的实现过程。主函数中有例程顺序栈被定义为一个结构类型,它有两个域data和top。data为一个一维数组,用于存储栈中元素,DataType为栈元素的数据类型。top为int型,它的取值范围为 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-01-12 16:45:03下载
- 积分:1
-
近百个c程序,包括多个常用算法
近百个c程序,包括多个常用算法-nearly 100 procedures, including a number of commonly used algorithm
- 2022-07-01 12:00:49下载
- 积分:1
-
提供的为清华大学出版社出版的C常用算法程序集一书中的程序
提供的为清华大学出版社出版的C常用算法程序集一书中的程序-of Qinghua University Press published for the C algorithm commonly used procedures set a book of procedures
- 2022-04-23 21:39:52下载
- 积分:1
-
遗传算法程序均匀交叉,变异操作
采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!
- 2022-06-01 12:10:32下载
- 积分:1
-
此算法是牛顿欧拉法(在VC环境下)
此算法是牛顿欧拉法(在VC环境下)-this method is newton-euler method
- 2022-04-30 09:53:49下载
- 积分:1
-
DS理论用于数据融合
附有论文《D_S证据理论在火灾探测中的应用》,及MATLAB程序
- 2022-03-14 13:25:56下载
- 积分:1
-
Video tracking
视频跟踪,运用离子滤波算法。
整套测试视频都有。要下载opencv
- 2022-04-10 19:49:53下载
- 积分:1
-
DBSCAN算法
% Function: [class,type]=dbscan(x,k,Eps)
% -------------------------------------------------------------------------
% Aim:
% Clustering the data with Density-Based Scan Algorithm with Noise (DBSCAN)
% -------------------------------------------------------------------------
% Input:
% x - data set (m,n); m-objects, n-variables
% k - number of objects in a neighborhood of an object
% (minimal number of objects considered as a cluster)
% Eps - neighborhood radius, if not known avoid this parameter or put []
% -------------------------------------------------------------------------
% Output:
% class - vector specifying assignment of the i-th object to certain
% cluster (m,1)
% type - vector specifying type of the i-th object
% (core: 1, border: 0, outlier: -1)
- 2022-04-08 08:12:27下载
- 积分:1
-
particle filter using c
particle filter using c
- 2022-02-02 07:23:49下载
- 积分:1