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

搜索资源列表

  1. calcuate

    0下载:
  2. 用但不模仿并行计算,本程序是排序的,并行计算是奇偶排序-Used but does not mimic parallel computing, the process is sort of, parallel computing is the odd-even sort
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:496323
    • 提供者:bazi
  1. DSMonitor

    0下载:
  2. 这是一个演示分布式系统并行计算的GUI程序,通过在log定制事件,即可查看-This is a demonstration of distributed parallel computing system GUI program, customized through the case log to see
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:59778
    • 提供者:disheng
  1. Parallelcomputing

    0下载:
  2. 并行计算的基础知识,非常适合自学并行计算和并行编程的朋友-Basic knowledge of parallel computing is very suitable for parallel computing and parallel self-programming friend
  3. 所属分类:MPI

    • 发布日期:2017-05-02
    • 文件大小:588720
    • 提供者:Chen Yejin
  1. sum

    0下载:
  2. 基于多核的并行算法设计,计算一个连续数列的和-The parallel algorithm based on multi-core design, computing a continuous series and
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2406588
    • 提供者:tstao
  1. winds

    0下载:
  2. 这是一个非常经典的并行试验,实现并行计算pi的数值-The achievement of numerical parallel computing pi
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:690
    • 提供者:wind
  1. MPI

    0下载:
  2. 高性能并行计算编程,MPI编程。Programming high-performance parallel computing, MPI programming.-Programming high-performance parallel computing, MPI programming.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:828781
    • 提供者:YB
  1. eigenvalues

    0下载:
  2. cuda编程,并行计算N体问题。cuda programming, parallel computing N-body problem.-cuda programming, parallel computing N-body problem.
  3. 所属分类:MPI

    • 发布日期:2017-05-08
    • 文件大小:1678595
    • 提供者:xiangxingbin
  1. partI

    0下载:
  2. 中科大并行计算英文讲义I,搞并行计算的值得好好学习-parallel computing
  3. 所属分类:MPI

    • 发布日期:2017-05-12
    • 文件大小:2646018
    • 提供者:he
  1. image

    0下载:
  2. 并行计算程序 Descr iption: This program blurs an image file in a parallelized computation The root process reads the file and distributes a part of the image file to other processes. Each process makes the filter operation on the part of the image
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:1960
    • 提供者:刘铭
  1. trapezoidal

    0下载:
  2. 并行计算trapezoidal rule Write an MPI program for numerical integration based on the trapezoidal rule. For communication, use the functions MPI_Send() and MPI_Recv() that were described in the lecture. The number of intervals and the integration
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:1501
    • 提供者:刘铭
  1. hadoop-0.20.0.tar

    1下载:
  2. Hadoop 是一个实现了 MapReduce 计算模型的开源分布式并行编程框架,借助于 Hadoop, 程序员可以轻松地编写分布式并行程序,将其运行于计算机集群上,完成海量数据的计算。-Hadoop is an implementation of the MapReduce computation model of the open-source framework for distributed parallel programming, through the use of Hadoop,
  3. 所属分类:Grid Computing

    • 发布日期:2017-06-22
    • 文件大小:42813980
    • 提供者:xq
  1. yahoo-hadoop-54428cc8dd437b4de9efe070e777023ec171a

    0下载:
  2. 这是yahoo公布的hadoop源码 hadoop是有apache开发的用于并行计算-It is published hadoop source yahoo
  3. 所属分类:MPI

    • 发布日期:2017-06-11
    • 文件大小:18039227
    • 提供者:zhangqiang
  1. pvmmatrixproduct

    0下载:
  2. 在处理大型矩阵问题时可以利用多台计算机的并行计算来处理可以得到很好的效果-In dealing with the issue of a large matrix can use multiple computers to deal with the parallel computing can be very effective
  3. 所属分类:MPI

    • 发布日期:2017-04-24
    • 文件大小:77408
    • 提供者:peter
  1. project

    1下载:
  2. 在现实世界中,我们逐渐发现,可以将一个原来在一台计算机上执行的大型任务,划分成很多小任务组成的集合,然后,我们将这个任务集合中的各个小任务由服务器端计算机分派到各个客户端计算机执行。客户端计算机执行完成,将结果返回到服务器,服务器将结果汇总合成为最终结果。这样的并行处理比由一台计算机机型串行处理效率高出多倍(由客户端数量决定)。这种分布式计算模型尤其适用于大型科学计算。当前,美国伯克利大学开发的Boinc分布式计算平台被广泛应用于各个领域,如:搜索外星文明,分析基因,医学,农业等。更有甚者,已经
  3. 所属分类:Windows Develop

    • 发布日期:2016-10-24
    • 文件大小:1435770
    • 提供者:WuHaiBo
  1. invert

    0下载:
  2. 矩阵求逆程序,基于mpich平台的并行计算程序,用于多台计算机同时计算以提高效率。-Matrix inversion procedure, based on parallel computing platforms mpich program for calculation of multiple computers at the same time to improve efficiency.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:2635
    • 提供者:web
  1. BigInt

    0下载:
  2. 大整数(可高效计算数万位整数)四则运算的实现,采用了高效的9位并行计算。除法的实现更是采用了高效的二分试商-Large integer (which can be tens of thousands of high-performance computing-bit integer) arithmetic to achieve efficient use of parallel computing 9. The division is the adoption of a more efficie
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:1650
    • 提供者:Harder
  1. jump_omp.c.tar

    0下载:
  2. 基于C的OPENMP并行计算的N皇后问题-C-based parallel computing OPENMP the N-Queen problem
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:624
    • 提供者:cb
  1. parallelcomputing

    0下载:
  2. 此资料为英文辅导资料,主要通过讲解如何提高压缩和解压缩的速度,进而间接的介绍并行式的计算,对了解和学习并行计算很有帮助。-This information counseling data in English, mainly through on how to improve the speed of compression and decompression, and indirectly, the introduction of parallel computing, and learnin
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:399351
    • 提供者:zengweifeng
  1. cuda

    0下载:
  2. CUDA是流行的并行计算的硬件和软件架构, 其高性能的可以应用到实际软件中的工具,包含一些学习CUDA的基本的一些资料,并且有本人的对别人讲过的PPT 已经一些总结-CUDA is a popular parallel computing hardware and software architecture, which can be applied to the actual high-performance software tools, including some of the st
  3. 所属分类:MPI

    • 发布日期:2017-05-23
    • 文件大小:7217097
    • 提供者:xujx
  1. matrix_multiplty_mpi

    2下载:
  2. 并行计算两个矩阵相乘。这个算法是原创的。可以很快实现大型矩阵的相乘。-this is a MPI program that can accompish qucik computation of multiply of two large matrix by parall computation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1647
    • 提供者:liubin
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 42 »
搜珍网 www.dssz.com