搜索资源列表
quicksort
- This code is an MPI version of the sorting algorithm QuickSort in c++. The partitioning step is meda sequantially, but the split and merge steps are made using Send and Recieve methods.
splitRadixFFT
- 实现混合基的FFT运算,实现并行信号的处理-calculate split-radx FFT,realize parallel signal processing
