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

搜索资源列表

  1. crc

    1下载:
  2. 用于10M,100M,1000M以太网的并行CRC算法,有别于一般的CRC算法。verilog描述
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1469
    • 提供者:winwalk
  1. pthread.tar

    0下载:
  2. linux下多线程实现生产者消费者及用并行算法求圆周率等经典算法-linux under the multi-threaded use of consumers and producers to achieve parallel algorithm for the classical algorithm, such as pi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:2446
    • 提供者:brave_gen
  1. cannon

    1下载:
  2. 并行程序设计,使用mpi,实现矩阵相乘的cannon算法,包括阻塞式和非阻塞式-Parallel programming, the use of mpi, cannon to achieve matrix multiplication algorithms, including blocking and non-blocking
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:4512
    • 提供者:chenkai
  1. aesp

    0下载:
  2. AES算法的并行化,这个是我的并行作业,其实还不如不并行的效率高呢,不过可以参考其中是如何并行的,对写其他并行程序有点用。-Parallel AES algorithm, this is my parallel operation, in fact, if not efficient parallel it, but can refer to them is how parallel process of writing a bit with the other parallel.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:4017
    • 提供者:朱克
  1. md6_c_code-2008-11-2

    0下载:
  2. 继MD5被攻破后,在Crypto2008上, Rivest提出了MD6算法,该算法的Block size为512 bytes(MD5的Block Size是512 bits), Chaining value长度为1024 bits, 算法增加了并行 机制,适合于多核CPU。 在安全性上,Rivest宣称该算法能够抵抗截至目前已知的所有的 攻击(包括差分攻击)。 个人认为,MD6极有可能成为新一代Hash算法标准。 -继MD5被攻破后,在Crypto2008上, Rives
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:37364
    • 提供者:Hinker Liu
  1. OpenMP_exercise

    1下载:
  2. 对于几个流行的算法(prefix sum,matrix multiplication,Gaussian elimination,Sieve of Eratosthenes)的串行算法和openMP并行算法的代码,以及性能测试的实验报告-For several popular algorithms (prefix sum, matrix multiplication, Gaussian elimination, Sieve of Eratosthenes) of the serial algori
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:240056
    • 提供者:luoang
  1. linux1

    0下载:
  2. linux下的并行计算的源程序,包括快速排列的算法等-linux source code for parallel computing, including the arrangement of the algorithm quickly
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:24358
    • 提供者:zxh170601
  1. juzhensyanbfa

    0下载:
  2. 给出了微机网络并行计算环境和拥有共享内存的并行计算环境下大规模矩阵相乘的几种 并行算法,分析了这些算法的计算和通讯时间复杂性,在多台微机上安装并行消息传递机制MPI (message passing interface) ,构成微机网络并行计算环境,在该环境下对所给算法作了数值试验, 结果表明所给出的算法非常有效,同时在程序没有改动的条件下,将微机网络并行环境下的程序移 植到具有共享内存的并行计算机IBMP650 上,结果表明,所给算法具有更高的加速比和并行效率。-Gives t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:126048
    • 提供者:澄海
  1. 3pcf

    0下载:
  2. 并行计算 实现3pcf问题 此算法在linux下运行 用gcc编译 能够通过time 命令得到运行时间以查看程序效率-Parallel computing problems to solve the 3pcf problem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1096
    • 提供者:laura
  1. parallel-computation

    0下载:
  2. 并行计算 描述了linux下并行计算系统的搭建,已经一些并行算法。-This book has describe the eviriment of parallel computation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-13
    • 文件大小:3160868
    • 提供者:任风超
  1. Data-Redundancy

    0下载:
  2. 高性能数据冗余删除 不断增长的来源多元化,如电信呼叫数据记录,望远镜的图像,网页,股市,医疗记录和其他领域的海量数据处理和分析的需要,引发全球数据密集型计算的研究。这里涉及到一个关键的要求删除数据冗余,因为这提高了并行数据处理的计算效率。这些应用领域有强烈的需要高吞吐量巨大的容量为1 GB/ s以上的速度数据流的重复数据删除。在本文中,我们提出一种新的并行数据冗余去除算法的设计。我们也存在排队的理论分析,以优化我们的多核架构的并行算法的吞吐量。-High Throughput Data Redu
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:634566
    • 提供者:xuanyuan
  1. aes-encryption

    0下载:
  2. 为实现AES加密设计的高速实现,本设计引进了一种AES的并行设计算法,整体结构和加密进程,基于FPGA本身的特征和算法,设计使用并行处理算法来实现并行处理进程。-To implement the design of the AES algorithm with a high speed, the thesis introduce the principia mathematica of AES algorithm, integral structure and the Encryption pr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:5886
    • 提供者:许飞
  1. lu-mpi

    1下载:
  2. LU 分解,给出采用行连续划分方式下的MPI实现并行算法-LU decomposition, using the line continuous division of the way under the implementation of MPI parallel algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:154390
    • 提供者:查修齐
  1. Puma-EM-0.5.4.9.tar

    3下载:
  2. Puma-EM是由伦敦大学Idesbald van den Bosch 编写的快波多级子算法 用于电磁计算 SAR等用处支持并行 集群-Puma-EM is a code that allows the computation of various electromagnetic quantities when a target is excited by an electromagnetic source. These quantities are the scattered fiel
  3. 所属分类:Linux-Unix program

    • 发布日期:
    • 文件大小:576672
    • 提供者:ldh
  1. pc

    5下载:
  2. 天津大学并行计算大作业代码及实验报告。 包括: 1.利用Pthread并行实现求Pi和Jacobi迭代 2.利用MPI并行实现Jacobi迭代 3.hadoop下的Mapreduce实现Wordcount算法-Tianjin University of parallel computing job code and lab reports. Include: (1) the use of parallel implementation Pthread seeking Pi and
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-17
    • 文件大小:4210062
    • 提供者:李晨
  1. miniFE-2.0_cuda

    0下载:
  2. 这是intel的一个开源程序,里面用到intel的mkl算法,还有用到nvidia的cuda并行计算-This is an open source intel, which used the intel mkl algorithm, as well as use the nvidia cuda parallel computing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-27
    • 文件大小:431443
    • 提供者:jeff guo
  1. fastrank

    0下载:
  2. 实现用openmp进行并行编程,修改已存在算法的错误-Implemented in parallel programming openmp quick sort, modify the program s lack of previous
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:7620
    • 提供者:宋杭
  1. mpi

    0下载:
  2. 高性能计算与云计算 实验报告 ——MPI 求最短路径 本实验的目的是通过练习掌握分布存储并行编程的知识和技巧。 1. 了解并行算法的设计方法 2. 掌握MPI并行程序编写的基本步骤 3. 掌握MPI编程环境和工具的使用 4. 了解MPI程序调试和调优的技巧 -High-performance computing and cloud computing lab report MPI seeking purpose of this experiment is th
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:184507
    • 提供者:alfred artorius
  1. cudaAes

    0下载:
  2. Cudaaes 实现了AES算法并行化处理,该程序主要基于cuda6.5.- Cudaaes 实现了AES算法并行化处理,该程序主要基于cuda6.5. Cudaaes implementation of the AES algorithm for parallel processing, the program is mainly based on cuda6.5.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-31
    • 文件大小:13207147
    • 提供者:wangpei
  1. C++并发编程实战源码

    1下载:
  2. 《C++并发编程实战》是一本基于C++11新标准的并发和多线程编程深度指南。内容包括从std::thread、std::mutex、std::future和std::async等基础类的使用,到内存模型和原子操作、基于锁和无锁数据结构的构建,再扩展到并行算法、线程管理,最后还介绍了多线程代码的测试工作。
  3. 所属分类:系统编程

« 12 »
搜珍网 www.dssz.com