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

搜索资源列表

  1. Introduction to Clusters and Parallel Computing.ra

    0下载:
  2. 介绍并行计算的经典书籍,虽然是英文,但是值得一读。
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:544853
    • 提供者:克思明
  1. parellel

    2下载:
  2. 并行计算中文手册-parallel computing Chinese Manual
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:825881
    • 提供者:牵手
  1. Pthread-to-caculate-PI 多线程计算π

    1下载:
  2. 并行计算课程实验,多线程计算π,采用了加锁法以及数组暂存解决数据同步问题。-Experimental parallel computing course, multi-threaded computing π, using an array of temporary lock method and solve the data synchronization.
  3. 所属分类:并行运算

    • 发布日期:2016-06-14
    • 文件大小:2458
    • 提供者:YUANZX
  1. HelloGPGPU.rar

    1下载:
  2. GPU程序代码!很经典的并行计算代码!希望对大家有帮助!呵呵……,GPU code! Very classic parallel computing code! We want to help! Ha ha ... ...
  3. 所属分类:MPI

    • 发布日期:2016-09-25
    • 文件大小:507188
    • 提供者:秦勇波
  1. paralel

    0下载:
  2. Parallel Computing Toolbox™ 5 An Introduction Into OpenMP Parallel Computing with OpenMP on distributed shared memory platforms OpenMP tutorial-Parallel Computing Toolbox™ 5 An Introduction Into OpenMP Parallel Computing with
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:3719428
    • 提供者:kincsetero
  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. 并行计算课的实验

    0下载:
  2. 并行计算课的实验,多线程计算π,使用了两种方法实现,希望大家有所帮助。-Experimental parallel computing class, multi-threaded calculation of π, using the two methods, and the hope to help.
  3. 所属分类:并行运算

    • 发布日期:2017-03-28
    • 文件大小:2507
    • 提供者:YUANZX
  1. MIMO

    0下载:
  2. 一篇北京邮电大学的博士论文,无线通信系统MIMO检测技术研究,关键词:多入多出技术:信号检测 复杂度 空间复用 分集度 并 行计算 自动重传机制-A doctoral dissertation Beijing University of Posts and Telecommunications, wireless communication systems MIMO detection technology research, key words: MIMO technology: sign
  3. 所属分类:Document

    • 发布日期:2017-05-25
    • 文件大小:8320362
    • 提供者:蔡融文
  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. 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. 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. matrix

    1下载:
  2. 基于MPI并行计算 我们实验使用的 矩阵的运算程序-MPI parallel computing based on our experimental procedure used in computing matrix
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:3640
    • 提供者:song
  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. linked_omp3_tasks

    0下载:
  2. 有关链表的运算的并行代码程序,基于OpenMP3.0版本的秉性程序-Parallel computing on the list of program code, program based OpenMP3.0 version of mettle
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:915
    • 提供者:zhangzhe
  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. 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 2 3 4 5 67 8 9 10 11 ... 32 »
搜珍网 www.dssz.com