-
ColorStatistics
ColorStatistics 可以统计图像中的颜色数和百分比,对于图像统计分析很有意义。而且计算速度非常快,700多的图像几个毫秒吧。
- 2022-03-07 14:08:29下载
- 积分:1
-
这是我学习数字信号处理时编写的程序!功能就是显示一些常用的函数的图形!并可以做FFT计算!...
这是我学习数字信号处理时编写的程序!功能就是显示一些常用的函数的图形!并可以做FFT计算!-This is what I have learned from digital signal processing to prepare the procedures! Function is to show that some of the functions commonly used graphics! And FFT calculation can be done!
- 2022-08-26 07:30:20下载
- 积分:1
-
流形学习,一种数值变换的前沿技术,广泛用于数据压缩,降维等...
流形学习,一种数值变换的前沿技术,广泛用于数据压缩,降维等-Manifold learning, a numerical transform the forefront of technology, widely used in data compression, dimensionality reduction, etc.
- 2022-05-20 09:56:13下载
- 积分:1
-
cuda与cpu对比(矩阵乘法)
运行并测试OpenMP编写两个n阶的方阵a和b的相乘程序,结果存放在方阵c中,其中乘法用for编译制导语句实现并行化操作。
- 2022-06-02 16:08:35下载
- 积分:1
-
不能移动的石子合并
资源描述做如下两个模型的石子合并,如下模型石子都不能移动出列,且合并都仅发生在相邻两堆石子中:
(1)第一个模型:一行排列且相邻合并
有n堆石子A1,A2,...,An形成一行,每堆石头个数记为ai(1
- 2022-03-06 16:38:01下载
- 积分:1
-
快速傅立叶变换程序代码,学信号的同学,可要注意了
快速傅立叶变换程序代码,学信号的同学,可要注意了-Fast Fourier Transform code, the students learn signal, I must remind the
- 2022-06-20 14:28:51下载
- 积分:1
-
打破数字
此代码可用于打破数字。它的一个例子: 让说,用户输入"561365"作为输入,现在程序将放置在数组中的每个位数的这一数字。所以以后你可以做任何需要使用此 number 位数的操纵。
- 2022-08-21 13:16:20下载
- 积分:1
-
列主元高斯消去法 是我学习计算方法A时编写的 完成了列主元高斯消去法实现方程组求解。...
列主元高斯消去法 是我学习计算方法A时编写的 完成了列主元高斯消去法实现方程组求解。-out PCA Gaussian elimination is my calculation A study prepared at the completion of the main-element Gauss elimination method to achieve equation Solving Group.
- 2022-04-10 00:25:55下载
- 积分:1
-
2.时间序列分析
1.二分查找
适用条件:查找序列已经有序
int binarysearch(int a[], int n, int x)
{
int left, right, center;
left = 0;
right = n - 1;
- 2022-03-05 08:28:07下载
- 积分:1
-
基于VC的FFT算法
资源描述
Design
a program to implement the 1-D FFT algorithm.
Input:
a vector. Get the testing data in file ‘Project_2_test’.
Output:
a vector, which is the discrete Fourier transform of the input.
For
example:
Input:
3 8 10 12
Output:
33.0000+0.0000i -7.0000+4.0000i -7.0000+0.0000i -7.0000-4.0000i
Requirements:
- 2023-07-23 23:40:04下载
- 积分:1