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

搜索资源列表

  1. tcm_8psk

    0下载:
  2. The Viterbi algorithm is the same as the binary case with one main difference: The survivor sequences include the uncoded bits, which are decided at each trellis stage when selecting one of two parallel branches with the largest correlation metric.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5377
    • 提供者:里海
  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. 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. 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-24
    • 文件大小:126048
    • 提供者:澄海
  1. idea

    0下载:
  2. its a pdf of idea algorithm.Implementations of the International Data Encryption Algorithm (IDEA) • A bit-serial approach – Deeply pipelined – Minimal resource requirements – High clock rate • A bit-parallel approach – Deeply
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:134934
    • 提供者:heck
  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-28
    • 文件大小: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. 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-16
    • 文件大小:4210062
    • 提供者:李晨
  1. twofish-avx-x86_64-asm_64

    0下载:
  2. Twofish Cipher 8-way parallel algorithm (AVX x86_64).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2757
    • 提供者:ghtnlo
  1. serpent-sse2-x86_64-asm_64

    0下载:
  2. Serpent Cipher 8-way parallel algorithm (x86_64 SSE2).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3538
    • 提供者:fpgiubai
  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-23
    • 文件大小:184507
    • 提供者:alfred artorius
  1. serpent-sse2-i586-asm_32

    0下载:
  2. Serpent Cipher 4-way parallel algorithm (i586 SSE2).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2961
    • 提供者:nbtdqp
  1. serpent-avx-x86_64-asm_64

    0下载:
  2. Serpent Cipher 8-way parallel algorithm (x86_64 AVX).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3902
    • 提供者:jqwengfu
  1. cast5-avx-x86_64-asm_64

    0下载:
  2. Cast5 Cipher 16-way parallel algorithm (AVX x86_64).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3157
    • 提供者:nxsfjk
  1. cast6-avx-x86_64-asm_64

    0下载:
  2. Cast6 Cipher 8-way parallel algorithm (AVX x86_64).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2858
    • 提供者:ssponggie
  1. twofish-x86_64-asm_64-3way

    0下载:
  2. Twofish Cipher 3-way parallel algorithm (x86_64).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2047
    • 提供者:vaiyphl
  1. times_test

    0下载:
  2. brief Embarrassingly parallel algorithm for random access iterators, using an OpenMP for loop with static scheduling.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2699
    • 提供者:quiberry
  1. omp_loop

    0下载:
  2. brief Embarrassingly parallel algorithm for random access iterators, using an OpenMP for loop.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1788
    • 提供者:kanzrpiu
« 12 »
搜珍网 www.dssz.com