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

搜索资源列表

  1. ecmnet20ksrc

    1下载:
  2. 分布式大数分解程序源码,可以再多台机器上利用数域筛法分解大素数。-Distributed integer factorization program source code, the more the machine can use the number field sieve factoring large prime numbers.
  3. 所属分类:并行运算

    • 发布日期:2013-04-30
    • 文件大小:353.43kb
    • 提供者:kunlun
  1. MPI_AES

    0下载:
  2. 运用分布式并行计算进行AES加解密的代码~~具有一定的参考价值~~内容可以灵活修改-Distributed parallel computing for the use of AES encryption and decryption code ~ ~ has a certain reference value for ~ ~ the content of the flexibility to amend
  3. 所属分类:MPI

    • 发布日期:2017-04-25
    • 文件大小:17.47kb
    • 提供者:呵呵
  1. AnySrcMsg

    0下载:
  2. 一个基于分布式并行计算的消息传递代码~~有兴趣者可以按照此模板继续扩充自己想要的功能-A distributed parallel computing based on message passing code ~ ~ Those interested can follow this template you want to continue to expand the functions of
  3. 所属分类:MPI

    • 发布日期:2017-04-15
    • 文件大小:7.03kb
    • 提供者:呵呵
  1. MTime

    1下载:
  2. 基于分布式并行计算的机器间时间协调的代码~~有一定的参考价值-Based on distributed parallel computing machine coordination between the time code ~ ~ have a certain reference value
  3. 所属分类:MPI

    • 发布日期:2016-06-23
    • 文件大小:6.39kb
    • 提供者:呵呵
  1. cannon

    1下载:
  2. 该源码使用MPI并行语言实现Cannon数值算法,在Linux下测试实现.需要配置多节点分布环境-The source language using MPI parallel numerical algorithm Cannon, in the realization of Linux test. Need to configure multi-node distributed environment
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:2.87kb
    • 提供者:li.junli
  1. dysii-1.4.0.tar

    0下载:
  2. dysii is a C++ library for distributed probabilistic inference and learning in large-scale dynamical systems. It provides methods such as the Kalman, unscented Kalman, and particle filters and smoothers, as well as useful classes such as common proba
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:183.83kb
    • 提供者:xz
  1. Mars_v2

    0下载:
  2. GPU实现的MapReduce framework,对于学习并行编程和cuda平台的编程方面有着极好的参考价值,里面附带论文。用户要求有NViDIA显卡,并且安装cuda编程环境。-We design and implement Mars, a MapReduce framework, on graphics processors (GPUs). MapReduce is a distributed programming framework originally proposed by
  3. 所属分类:MPI

    • 发布日期:2017-05-24
    • 文件大小:7.56mb
    • 提供者:陈思远
  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
    • 文件大小:58.38kb
    • 提供者:disheng
  1. balance-para-tuff

    0下载:
  2. 并行分布式任务调度算法实现,运行于LINUX平台,有详细的源码-Distributed task scheduling parallel algorithm, running on the LINUX platform, the source in detail
  3. 所属分类:MPI

    • 发布日期:2017-06-15
    • 文件大小:23.36mb
    • 提供者:lihongfeng
  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
    • 文件大小:1.91kb
    • 提供者:刘铭
  1. canon2

    0下载:
  2. 主要还是让A(i,j) B(i,j)进行移动A(i,i+j),B(i+j,j),然后进能直接相乘。具体的内容可以看并行算法导论,-Matrix multiplication with the Cannon Algorithm: The Cannon Algorithm for matrix multiplication was presented in the course “Parallel and Distributed Algorithms “by Dr. Klauck. Sh
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:2.35kb
    • 提供者:刘铭
  1. ParallelComputingwithMATLAB

    1下载:
  2. 用matlab 2007以上版本的并行计算工具箱和分布式计算引擎进行并行计算编程的示例代码,具有极高的参考价值,与user s guide同步-Matlab 2007 with the above version of the Parallel Computing Toolbox and Distributed Computing Programming parallel computing engine for the sample code has a very high reference
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:333.9kb
    • 提供者:苗晨
  1. kfs-0.3.tar

    0下载:
  2. 来自startup的垂直搜索引擎http://www.kosmix.com/的开源项目,又一个开源的类似google mapreduce 的分布式文件系统,可以应用在诸如图片存储、搜索引擎、网格计算、数据挖掘这样需要处理大数据量的网络应用中。与hadoop集成得也比较好,这样可以充分利用了hadoop一些现成的功能,基于C++。-Applications that process large volumes of data (such as, search engines, grid compu
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:439.21kb
    • 提供者:湖北
  1. lifeanddead

    0下载:
  2. 并行环境下实现生灭问题。上传的两个都是分布式并行处理的经典案例的实现。-Parallel realization of birth-death issue of environment. Upload two are a classic case of distributed parallel processing implementation.
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:321.62kb
    • 提供者:sunjun
  1. scalapack-1.8.0

    1下载:
  2.  ScaLapack是一个并行计算软件包,适用于分布存储的MIMD并行机.ScaLapack提供若干线性代数来解功能,具有高效、可移植。可伸缩、高可靠性的优点,利用它的求解库可以开发出基于线性代数运算的并行应用程序.文章对ScaLapack的结构、功能、数据布局等方面进行了讨论。 -A library of high-performance linear algebra routines for distributed-memory message-passing MIMD computers
  3. 所属分类:MPI

    • 发布日期:2016-04-26
    • 文件大小:4.77mb
    • 提供者:samuel
  1. The_Design_of_Distributed_System

    0下载:
  2. 本书向读者介绍了分布式系统特有的有关设计方面的一些内容。本书着重于设计的软件部分,因为大部分相应的硬件部分在许多有关计算机网络和并行计算机的教科书中都已得到很好的介绍。这本书中的所有高级设计和算法都使用建议的类CSP分布式控制描述语言(DCDL)表示(CSP代表通信顺序进程)。虽然这本书不可能覆盖分布式计算系统的所有问题,但我们的目标在于给出有关每个涉及到的问题的基本方面。-This book introduces readers to the unique distributed system
  3. 所属分类:MPI

    • 发布日期:2017-05-07
    • 文件大小:1.65mb
    • 提供者:劳炽元
  1. MPI

    1下载:
  2. MPI分布内存并行程序开发,联想内部资料,联想高性能服务器事业部著。-MPI distributed memory parallel program development, internal data Lenovo, Lenovo Group with high-performance server.
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:568.56kb
    • 提供者:张城楠
  1. JXTA_applications_distributed_parallel_computing_d

    0下载:
  2. 分布式JXTA应用并行计算设计教程JXTA applications distributed parallel computing design tutorials-JXTA applications distributed parallel computing design tutorials
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:8.1kb
    • 提供者:gg
  1. Distributed-Shared-Memory

    0下载:
  2. 分布式共享内存的在Cluster上的实现-An implementation of distributed shared memory on clusters of workstations, connected via and IP-based network.
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:857.47kb
    • 提供者:wangyi
  1. Portable Implementation of the High-Performance Linpack Benchmark for Distributed-Memory Computers

    1下载:
  2. HPL is a software package that solves a (random) dense linear system in double precision (64 bits) arithmetic on distributed-memory computers. It can thus be regarded as a portable as well as freely available implementation of the High Performance Co
  3. 所属分类:并行运算

    • 发布日期:2018-07-19
    • 文件大小:527.32kb
    • 提供者:361045387
« 12 3 »
搜珍网 www.dssz.com