搜索资源列表
duoxianchengpaixu
- 利用多线程并行执行三种排序算法(冒泡排序、快速排序、归并排序),并比较三种排序算法的执行速度 uuhorse
ExperimentsOfParallelAlgorithms
- 并行计算实验程序,包括多线程模拟并行、并行计算的数据结构、并行合并算法和链表、堆栈等的操作,等等。-Experimental procedures for parallel computing, including multi-threaded parallel simulation, parallel computing data structures, parallel algorithms and list the merger, the operation of the stack an
parallel-computation2010
- 使用虚拟处理器的SPMD 并行程序,我将介绍使用虚拟处理器的一些结果 技术,并行计算程序的一些SPMD。 “ 测试的技术真正的处理器是英特尔超线程, 和程序,浮点计算的MATLAB脚本。 工作的关注实用和限制的结论 使用的方法。主要结果是,使用虚拟处理器 不仅为改善并行程序是一个很好的技术 基于内存的计算,但在大量的磁盘存储的情况下 操作太多。 -Using virtual processors for SPMD parallel programs,I
sort
- 快速排序算法的多线程实现,将快速排序算法并行化处理-Multi-threaded implementation of quick sort algorithm, Quicksort algorithm parallel processing
x.264p-rogram-data
- 基于X264多线程并行编码研究.pdf H.264在DM6446平台上的移植与实现.pdf-Based on X264 multithreaded parallel coding research. Pdf H. 264 transplant DM6446 platform implementation. Pdf
mpiPopenmp
- 采用MPI+OpenMP混合模型设计并实现光化学反应双层并行模拟算法,上层基于MPI实现节点间的原子分解并行,下层基于OpenMP实现节点内的多线程矩阵并行乘法。-With MPI+OpenMP mixed model was designed and implemented The photochemical reaction bunk parallel simulation algorithms, the upper atomic decomposition based on inter-n
matrix_lu3
- LU_seial,c是针对c语言开发的串行LU分解,并进行了cache优化。 LU_parallel.c是用多线程的方法实现LU分解的并行化,加速比在1.3左右。-LU_seial, c is for c language development serial LU decomposition, and conducted cache optimization. LU_parallel.c is multi-threaded approach to achieve parallel LU d
