搜索资源列表
binxin
- 计算并行运算的代码,用mpI实现并行运算,-computing parallel computation code used mpI parallel computation.
omptl-20070929
- omptl使用openmp多核库优化过的STL库,从而给STL加入了多核并行运算的能力,在多核的机器上大大改进了STL算法的性能。
tbb20_010oss_src.tar
- Intel Threading Building Blocks多核并行运算库的源码。TBB是Intel开发的多核运算库,用并行处理算法循环,并附带了一个版本的hash map
GENERATE_BURNIMAGES8
- 将一幅大范围图像分割成几个部分,可以进行并行运算,提高处理速度。
convolutionSeparable
- 可分离据卷积,在GPU上实现并行运算,比较CPU和GPU上的效率比较
convolution
- 可分离据卷积,在GPU上实现并行运算,比较CPU和GPU上的效率比较
mpi16
- 用并行算法解决18皇后问题,程序有详细的说明,不过所有的并行运算程序都要配置vc++的环境结合mpi软件才能运行
GPUFIR
- 一个基于GPU运算的FIR滤波器程序,基于CUDA平台而开发。支持GPU并行运算。
并行遗传算法及应用
- 这是一个关于遗传算法并用实现的说明,因为遗传算法具有天然的并行性,在遇到计算量很大的情况下可以采用并行运算。
ImageDIP2
- “区域分割”是采用并行区域分割算法中的阈值化分割算法,阈值的选取方法是迭代阈值选取方法。 “边缘检测”是采用Prewitt边缘检测算子对图像进行边缘检测运算,Prewitt边缘算子的核心是两个3×3的卷积核(corrvolution kernel。- Segmentation is a parallel region segmentation algorithm thresholding segmentation algorith
binxin
- 计算并行运算的代码,用mpI实现并行运算,-computing parallel computation code used mpI parallel computation.
omptl-20070929
- omptl使用openmp多核库优化过的STL库,从而给STL加入了多核并行运算的能力,在多核的机器上大大改进了STL算法的性能。-the use of multi-core library omptl OpenMP optimized STL library, and thus to the STL joined the multi-core parallel computing capabilities, in the multi-
tbb20_010oss_src.tar
- Intel Threading Building Blocks多核并行运算库的源码。TBB是Intel开发的多核运算库,用并行处理算法循环,并附带了一个版本的hash map-Intel Threading Building Blocks multicore parallel computing library source. TBB is the Intel multi-core computing database developm
GENERATE_BURNIMAGES8
- 将一幅大范围图像分割成几个部分,可以进行并行运算,提高处理速度。-A piece of large-scale image segmentation into several parts, parallel computing can improve the processing speed.
MatlabMulti
- Matlab 自2008版本后可以进行并行运算,充分利用CPU资源,这里给出具体进行多核心运算的设置和并行计算工具箱说明-Since the 2008 version of Matlab parallel computing can take full advantage of CPU resources, here to give a specific set of multi-core computing and parallel
c_bchange
- 实现数据的串行转并行运算,并连续转换,每转换16个数据后,发出一个使能信号-Serial transfer of data parallel computing, and continuous change, each of 16 data conversion, issue an enable signal
parfor_progress
- matlab在进行parfor并行运算时的进度条显示程序(The progress bar display program of MATLAB in parallel operation of parfor)
startParaller
- 并行运算,matlab函数,开始并行运算程序,很好用(Parallel operation, matlab function, start parallel computing program, very easy to use)
GPUBarCode
- 这是在Matlab软件平台下的 GPU程序,用最近邻域双线性插值算法填补图像中缺失区域,是并行运算处理,使用CUDA来编写程序。(This is the GPU program under the Matlab software platform, and the nearest neighborhood bilinear interpolation algorithm to fill the missing areas in the
matlab多核并行运算例程
- 比较单核与多核并行(parfor)运算时间消耗,结果表明多核运算时间消耗更短。