搜索资源列表
SPQR-1.1.2.tar
- 基于C++编程的多线程的多波前稀疏矩阵的QR分解,Timothy A. Davis编写-SuiteSparseQR is an implementation of the multifrontal sparse QR factorization method. Parallelism is exploited both in the BLAS and across different frontal matrices using Intel s Threading Building Blocks
AsyncFileDemo
- AsyncFilwhen we need asynchronous behaviour or parallelism we create threads. The asynchronous file I/O APIs allows us to leverage the asynchronous behaviour without introducing threads. So we can issue ReadFileEx or WriteFileEx and perform other
c_FFT
- The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored in ro
ANPARA
- In this text, students of applied mathematics, science, and engineering are introduced to fundamental ways of thinking about the broad context of parallelism.
kejiyingyu
- 科技英语不像普通英语那样具有感性形象思维,不具感*彩,其目的是使读者容易理解而不产生太多的想象。 也不经常运用比喻、排比、夸张等修辞手段,而是要准确表达客观规律,按逻辑思维清晰地描述问题。-Unlike ordinary English, as English, science and technology with the sensual image of the thinking, non-emotional, which aims to enable readers to create
Graphic
- 基于图模型的图像分割并行算法研究与实现,该方案通过网格划分来实现相似度矩阵的并行计算同时考虑到相似度矩阵的稀疏性和矩阵向量乘运算的内在并行性, 在该方案中本文设计并行算法来求解特征值问题在环境下的实验结果表明, 该并行方案是提高图模型分割方法实时性的有效途径.-Image segmentation based on graph model of parallel algorithm and implementation of the program through the mesh to ach
sorting
- Assumptions There are p processors sorting n numbers. Each processor begins with n=p numbers stored in the array x All numbers are in the range 0 : : : M 1 When the sorting algorithm ends, each processors has a sorted list o
OpenMP
- OpenMP并行计算例子,主要包括简单例子、并行循环、常用函数、分段并行、嵌套并行、求π以及同步这些例子。所有例子都已经过测试。-OpenMP parallel computing examples, including a simple example, a parallel loop, commonly used functions, segmented parallel nested parallelism, find π and the synchronization of these
Object-Recognition-withASP.NET
- Implementation of Parallel edition of SIFT algorithm discussed in Parallelism of Vision-based Algorithms
WpfApplication43
- 并行多线程实例,使用tpl进行数据并行化,取消,停止和分区操作-Parallel multi-threaded example, using tpl for data parallelism, cancel, stop and partition
cengci_bingxing
- 一种层次聚类算法的并行改进,采用MPI编程,对三角矩阵的求解实现并行-A hierarchical clustering algorithm to improve parallelism, using MPI programming, parallel solving triangular matrix
Nested-parallelism
- 嵌套并行,OpenMP 采用 fork-join(分叉-合并)并行执行模式。线程遇到并行构造时,就会创建由其自身及其他一些额外(可能为零个)线程组成的线程组。遇到并行构造的线程成为新组中的主线程。-Nested parallelism, OpenMP using fork-join (fork- Merge) parallel execution mode. When a thread encounters a parallel construct, it creates its own and
MPI_example
- The traditional logical view of a sequential computer consists of a memory connected to a processor via a datapath. All three components – processor, memory, and datapath – present bottlenecks to the overall processing rate of a computer system. A nu
Importance-of-Coherence-Protocols-with
- As Internet and information technology have continued developing, the necessity for fast packet processing in computer networks has also grown in importance. All emerging network applications require deep packet classification as well as security-re
Desktop
- verilog 实现的可逆计数器及4-7译码器,实现并行置数,加减计数功能 -verilog achieve reversible counter and 4-7 decoder, set the number of parallelism, subtraction counting function
QGA11
- 量子遗传算法(QGA-Quantum Genetic Algorithm)是量子计算与经典遗传算法(GA)相结合而产生的一个新的研究领域。算法利用了量子计算的量子并行、量子纠缠特性,采用了多状态基因量子比特编码方式和量子旋转门更新操作,引入动态和静态调整旋转角机制和量子变异,使得算法比经典遗传算法具有更强的并行处理能力、更快的收敛速度且比传统信号检测算法具有更高的效率。-Quantum Genetic Algorithm (QGA-Quantum Genetic Algorithm) is
petsc-3.6.3
- PETSc, pronounced PET-see (the S is silent), is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It supports MPI, and GPUs through CUDA or OpenCL, as we
Thread-pool-and-parallelism
- 通过控制台实现线程池与并行度的具体操作演示-Through the console thread pool to achieve parallelism with the specific operation and demonstration
HelloWorld
- OpenCL的简单例程,可以作为一个模板使用!虽然同为HelloWorld程序,但是OpenCL的程序为了体现其并行性,这个例子为N维向量相加的程序,中文注释,方便新手入门参考!-OpenCL simple routines can be used as a template! Although the same for HelloWorld program, but OpenCL program to reflect its parallelism, this example is N-dim
Lecture 4- Instruction-Level Parallelism
- Instruction-Level Parallelism MIPS Processor