CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 并行计算

搜索资源列表

  1. crc8.rar

    0下载:
  2. 并行计算8位CRC,可以很方便的转化为硬件实现,速度很快,效率很高,With this code, it s very easy to do CRC caculation.
  3. 所属分类:Compiler program

    • 发布日期:
    • 文件大小:305928
    • 提供者:田玉利
  1. mpi.rar

    1下载:
  2. 简单C++的应用,对于初学MPICH的并行计算的朋友可以作为联机的实验程序,good
  3. 所属分类:MPI

    • 发布日期:2016-06-23
    • 文件大小:63663
    • 提供者:孙帅
  1. Oprofile

    0下载:
  2. oprofile的使用指南,并行计算的性能分析,适合初学者-oprofile user guide, performance analysis of parallel programming
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:188595
    • 提供者:bonnie
  1. qr

    1下载:
  2. 矩阵QR分解的算法,使用openMP实现, 请在支持并行计算的机器上编译运行-Matrix QR decomposition algorithm, the use of openMP implementation, to support parallel computing in the compile and run on the machine
  3. 所属分类:MPI

    • 发布日期:2016-09-18
    • 文件大小:2048
    • 提供者:xiaogu
  1. DE.python

    0下载:
  2. Python实现的差分进化算法源代码 使用Python实现的差分进化算法,引用到Numpy和Scipy,可以支持多核与集群并行计算。使用时只需继承DESolver并定义函数def error_func(self, indiv, *args)作为目标函数即可。-Python implementation of the differential evolution algorithm source code uses the Python implementation of the differ
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:4103
    • 提供者:谷琼
  1. CUDA_VS2010

    0下载:
  2. GPU并行计算,cuda编程在VS2010平台上的配置。系统要求:windows 7,cuda 4.0(toolkit、SDK),VS2010.-GPU parallel computing, cuda programming in VS2010 platform configuration. System Requirements: windows 7, cuda 4.0 (toolkit, SDK), VS2010.
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:13412
    • 提供者:king
  1. shearlet

    1下载:
  2. shearlet 图像重构程序:(该理论还在发展;程序设计原理主要来自一篇论文,但也有显著不同) 请启动并行计算然后运行exper!-shearlet image reconstruction process: (The theory is still developing programming principles mainly from the paper, but there are also significant differences) start and then run
  3. 所属分类:Graph program

    • 发布日期:2016-07-09
    • 文件大小:12288
    • 提供者:
  1. gpu

    0下载:
  2. 利用CUDA进行并行计算,实现两个向量的距离,能够正常运行,速度比CPU的大很多-Parallel computing using CUDA to achieve the distance of two vectors, the normal operation of the CPU speed much larger than the
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:229893
    • 提供者:8456166
  1. cannon.rar

    0下载:
  2. 并行计算矩阵乘法,cannon算法,矩阵移位来进行计算,Parallel computing matrix multiplication, cannon algorithm for calculating the matrix transposition
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:2936
    • 提供者:dsb
  1. FDTD_OMP

    4下载:
  2. 时间域有限差分,三维探地雷达正演并行计算程序——FDTD_OMP-Finite difference time domain, three-dimensional ground penetrating radar forward parallel program- FDTD_OMP
  3. 所属分类:并行运算

    • 发布日期:2013-02-17
    • 文件大小:58107
    • 提供者:傅磊
  1. ParMetis-3.1.1

    0下载:
  2. 这是一个科学并行计算中的重要的分区工具, 是著名的明尼苏达大学开发的。-This is a scientific parallel computing important partition tool, developed by the famous University of Minnesota.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-24
    • 文件大小:4113278
    • 提供者:Dennis
  1. bingxingPPT

    0下载:
  2. 中国科技大学计算机系的并行计算实践的PPT,主要讲解了并行计算-Department of Computer Science University of Science and Technology of China practice of parallel computing PPT, mainly on the parallel computing
  3. 所属分类:MPI

    • 发布日期:2017-05-10
    • 文件大小:2394285
    • 提供者:澄海
  1. 200922815141268

    0下载:
  2. OpenMP实现并行计算,和计算时间,以此和串行程序比较,体现并行的优势!-OpenMP parallel computing, and computing time, and serial procedures as compared to embody the advantages of parallel!
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:73475
    • 提供者:李海
  1. mpi

    0下载:
  2. C++编写的多线程圆周率运算。并行计算课上老师的作业-Written in C++ multi-threaded computing pi
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:813
    • 提供者:林西
  1. pi3f90

    0下载:
  2. 用并行方法编写的计算π值的程序,常用来测试并行环境的运算速度。-Method using parallel computing π value written procedures used to test the speed of parallel computing environment.
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:1122
    • 提供者:王伟
  1. quicksort

    2下载:
  2. 本人写的一个快速排序的程序,同时写出了用openmp进行的并行计算程序,并且对于串行和并行进行了时间的比较,希望对于初学openmp的同志有所帮助!-I was sort of a fast process, at the same time to write with the openmp parallel computing procedures, and serial and parallel for a comparison of the time, I hope for the beg
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:4932
    • 提供者:郭春付
  1. MPI_QuickSort

    0下载:
  2. 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
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:51885
    • 提供者:
  1. Parallel

    0下载:
  2. 阿贡国家实验室并行计算中心对于mpi,openmp的介绍和例程,简单易学,是并行计算入门的最佳资料。-The best introducing materials for parallel computing (mpi, openmp).
  3. 所属分类:MPI

    • 发布日期:2017-05-20
    • 文件大小:5662353
    • 提供者:贾鹏
  1. pi

    0下载:
  2. 这是一个用多线程并行计算求pi的程序。效率很高,可以算到小数点后面很多位。-This is a multi-threaded parallel computing using the procedure find pi. Very efficient, you can count to many decimal places.
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:711
    • 提供者:
  1. F95_OpenMP

    0下载:
  2. Fortran Openmp 并行计算教程,实现过程介绍详细-FORTRAN OPENMP PARALELL PROGRAMMING
  3. 所属分类:MPI

    • 发布日期:2017-05-02
    • 文件大小:683084
    • 提供者:wujiansong
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 47 »
搜珍网 www.dssz.com