搜索资源列表
quiksort111111111
- 用OPENMP编写的 并行实现快速排序的程序!-OPENMP prepared by the rapid parallel scheduling procedures.
MPI
- 数值并行算法MPI编程实现 第十八章 矩阵运算 第十九章 线性方程组的直接解法 第二十章 线性方程组的迭代解法 第二十一章 矩阵特征值计算 第二十二章 快速傅氏变换和离散小波变换
omp_qs.zip
- 一个调用OpenMP的实现多线程快速排序的算法实现 gcc4.2 调试通过,A call to the realization of multi-threaded OpenMP Quick Sort Algorithm gcc4.2 debugging through
MPI_QuickSort
- MIP并行计算实现快速排序算法。在本篇中,我们首先对快速排序算法进行描述和实现,并在此基础上分析此算法的并行性,确定并行编程模式,最后给出该算法的MPI实现。-MIP fast parallel sorting algorithms. In this, we first describe a fast sorting algorithm and implementation, and on this basis of parallelism of this algorithm to determ
quick_sort
- 实现快速排序的并行算法源程序,希望对大家有帮助。-Fast parallel algorithm to sort the source, I hope all of you help.
oceanFFT
- 采用GPU通用计算API实现快速傅立叶变换-The use of general-purpose GPU computing to achieve fast Fourier transform API
Smith
- smith圆图的matlab实现,快速解决一些电阻电容方面的计算-smith circle graph matlab achieve rapid solution to some aspects of resistance capacitance calculation
FFT
- 简易的能实现FFT快速傅里叶算法,MATLAB编译环境,适用于教学例题-Easy to achieve FFT Fast Fourier algorithm, MATLAB compilation environment for the teaching Example
fft
- fft(快速傅里叶变换)的并行算法实现,算法是在MPI的并行环境下执行-The Parallel Algorithm of FFT
quick_sort
- 实现快速排序的主程序 从根处理器将数据序列广播到其他处理器-Quick sort of the main program from the root processor data sequence broadcast to other processors
sorting-algorithms
- 三种并行排序算法的实现及比较:快速排序,冒泡排序,桶排序,使用mpich2实现-3 sorting algorithms: quicksort, bubble sort, bucket sort
fluidsGL
- CUDA Sdk的一个例子 利用快速傅里叶变换实现了Jos Stam “stable Fluids”论文-CUDA example code that implements the frequency space version of Jos Stam s paper Stable Fluids in 2D
sort
- 可以实现冒泡排序,快速排序,散列搜索功能,还是比较有用的-Achieve bubble sort, quick sort, hash search function
a-similar-map-simple-hash-table
- 用C写的一个类似map的简单散列表,用于读取自定义的配置项,可以实现大量配置项的快速访问。-Written in C, a similar map simple hash table is used to read the custom configuration items, quick access to a large number of configuration items.
2omp
- OpenMP实现快速排序,能够实现多线程下的快速排序算法-OpenMP quick sort, quick sort algorithm can achieve multi-threaded
quicksort
- 使用MPI编程实现快速排序的并行化 (1) 并行算法的设计 设计快速排序的并行化算法,说明并行化的算法的设计思想。 (2) MPI编程 使用MPI编程实现快速排序的并行化。 (3) 对运行结果的对比和分析。 -Quick Sort programming using MPI parallelization (1) parallel algorithm design parallel algorithm design quick sort, indicating paral
FFT
- 一种基于mpi的FFT(快速傅里叶变换)实现 数字信号处理 DSP 离散信号分析-FFT (Fast Fourier Transform) based on a mpi DSP digital signal processing discrete signal analysis
quicksort
- 一个基于openmp的快速排序算法的主题部分实现-One based on the quick sort algorithm openmp
counter
- 大计数器的快速实现方法,本例子实现32位计数器,包含测试用例;-Large counter fast implementation, this example a 32-bit counter, including test cases
lab1
- 共享存储编程实验,用OpenMP实现并行的枚举排序算法和快速排序算法并与其串行算法进行比较(OpenMP parallel QuickSort)