搜索资源列表
crc
- 用于10M,100M,1000M以太网的并行CRC算法,有别于一般的CRC算法。verilog描述
pthread.tar
- linux下多线程实现生产者消费者及用并行算法求圆周率等经典算法-linux under the multi-threaded use of consumers and producers to achieve parallel algorithm for the classical algorithm, such as pi
cannon
- 并行程序设计,使用mpi,实现矩阵相乘的cannon算法,包括阻塞式和非阻塞式-Parallel programming, the use of mpi, cannon to achieve matrix multiplication algorithms, including blocking and non-blocking
aesp
- 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.
md6_c_code-2008-11-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
OpenMP_exercise
- 对于几个流行的算法(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
linux1
- linux下的并行计算的源程序,包括快速排列的算法等-linux source code for parallel computing, including the arrangement of the algorithm quickly
juzhensyanbfa
- 给出了微机网络并行计算环境和拥有共享内存的并行计算环境下大规模矩阵相乘的几种 并行算法,分析了这些算法的计算和通讯时间复杂性,在多台微机上安装并行消息传递机制MPI (message passing interface) ,构成微机网络并行计算环境,在该环境下对所给算法作了数值试验, 结果表明所给出的算法非常有效,同时在程序没有改动的条件下,将微机网络并行环境下的程序移 植到具有共享内存的并行计算机IBMP650 上,结果表明,所给算法具有更高的加速比和并行效率。-Gives t
3pcf
- 并行计算 实现3pcf问题 此算法在linux下运行 用gcc编译 能够通过time 命令得到运行时间以查看程序效率-Parallel computing problems to solve the 3pcf problem
parallel-computation
- 并行计算 描述了linux下并行计算系统的搭建,已经一些并行算法。-This book has describe the eviriment of parallel computation
Data-Redundancy
- 高性能数据冗余删除 不断增长的来源多元化,如电信呼叫数据记录,望远镜的图像,网页,股市,医疗记录和其他领域的海量数据处理和分析的需要,引发全球数据密集型计算的研究。这里涉及到一个关键的要求删除数据冗余,因为这提高了并行数据处理的计算效率。这些应用领域有强烈的需要高吞吐量巨大的容量为1 GB/ s以上的速度数据流的重复数据删除。在本文中,我们提出一种新的并行数据冗余去除算法的设计。我们也存在排队的理论分析,以优化我们的多核架构的并行算法的吞吐量。-High Throughput Data Redu
aes-encryption
- 为实现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
lu-mpi
- LU 分解,给出采用行连续划分方式下的MPI实现并行算法-LU decomposition, using the line continuous division of the way under the implementation of MPI parallel algorithm
Puma-EM-0.5.4.9.tar
- 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
pc
- 天津大学并行计算大作业代码及实验报告。 包括: 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
miniFE-2.0_cuda
- 这是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
fastrank
- 实现用openmp进行并行编程,修改已存在算法的错误-Implemented in parallel programming openmp quick sort, modify the program s lack of previous
mpi
- 高性能计算与云计算 实验报告 ——MPI 求最短路径 本实验的目的是通过练习掌握分布存储并行编程的知识和技巧。 1. 了解并行算法的设计方法 2. 掌握MPI并行程序编写的基本步骤 3. 掌握MPI编程环境和工具的使用 4. 了解MPI程序调试和调优的技巧 -High-performance computing and cloud computing lab report MPI seeking purpose of this experiment is th
cudaAes
- 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.
C++并发编程实战源码
- 《C++并发编程实战》是一本基于C++11新标准的并发和多线程编程深度指南。内容包括从std::thread、std::mutex、std::future和std::async等基础类的使用,到内存模型和原子操作、基于锁和无锁数据结构的构建,再扩展到并行算法、线程管理,最后还介绍了多线程代码的测试工作。