搜索资源列表
mpifft
- 利用Mpi编写的FFT的并行实现,很不错的阿-prepared by the use of prostitutes parallel FFT, very good A
fft
- 离散傅里叶变换是20世纪60年代是计算复杂性研究的主要里程碑之一,1965年Cooley和Tukey所研究的计算离散傅里叶变换(Discrete Fourier Test)的快速傅氏变换(FFT)将计算量从О(n2)下降至О(nlogn),推进了FFT更深层、更广法的研究与应用。 这是一个傅氏变换的MPI程序,用C语言实现。
Fft
- fft并行算法实现,C语言开发,用mpi编程完成
3dfft_files
- 3 Dimensional FFT using MPI and OpenMP
FFT.c
- Fast Fourier Transform using MPI libraries (Source Code)
FFT
- 一个不错的快速傅里叶变换并行算法的MPI源程序-A MPI source code for fast Fourier transform s parallel algorithm
mpi-code
- 并行程序设计源码(转载)包过 FFT Sort -parallel code including FFT Sort and so on
parallel-fft
- 傅里叶变换的并行源代码,mpi+vc6.0,带数据-parallel compute of fft
fft
- 使用MPI并行设计计算快速傅里叶变换,包含测试数据-MPI fft transform
fft
- fft(快速傅里叶变换)的并行算法实现,算法是在MPI的并行环境下执行-The Parallel Algorithm of FFT
22-1
- FFT的MPI并行实现,很不错的哦。在vs2005中编译通过-The MPI parallel implementation of FFT
fft
- 基于C语言的快速傅里叶变换FFT消息传递MPI编程,可以在并行计算机中编译与运行-Fast Fourier Transform (FFT) based on the C language MPI message passing programming parallel computers can be compiled and run
FFT
- 一种基于mpi的FFT(快速傅里叶变换)实现 数字信号处理 DSP 离散信号分析-FFT (Fast Fourier Transform) based on a mpi DSP digital signal processing discrete signal analysis
并行计算MPI程序设计
- FFT,即为快速傅氏变换,是离散傅氏变换的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的。它对傅氏变换的理论并没有新的发现,但是对于在计算机系统或者说数字系统中应用离散傅立叶变换,可以说是进了一大步。(FFT, that is fast Fourier transform, is a fast algorithm for discrete Fourier transform. It is based on the odd, even, imaginar
fft
- 基于MPI的并行快速傅里叶变换算法,通过多核并行计算提升计算性能。(the fast Fourier transform algorithm based on MPI coding)