搜索资源列表
ModelSim与QuartusII的结合
- ModelSim与QuartusII的结合使用
parallel-dijkstra 并行化思路实现dijkstra算法
- 并行化思路实现dijkstra算法。假设有p个处理器,N个顶点。给每个处理器分配N/p个顶点,求出局部的最小值,复杂度为O (N/p)。然后后一半的处理器将自己的最小值发送给第前p/2个处理器。前一半处理器接收到传来的值后,与局部的最小值比较,作为新值。继续循环,直到剩下一个处理器为止。-Parallelized dijkstra algorithm. Suppose there is p a processor, N vertex. Give each processor distributi
7z465
- An introduction to MPI for Computational Mechanics by P.K. Jimack and N.Touheed Computational PDE Unit school of Computer Studies
0262571323.pdf
- MPI Programs used for parallel computing
greeting
- 设系统中有P个进程,各进程向其左边的进程发送一个消息(进程P0发给Pn-1),各个进程接收到消息之后,输出一条消息:“我是进程i,我收到了进程i+1的消息,消息内容是……。-P a set system in the process, the process, the process left him to send a message (process P0 distribution Pn-1), each process receives the message, the output of
pthread-merge
- p-thread merge sort!
RSA
- RSA 原理: 选取两个不同的大素数p、q,并计算N=p*q 选取小素数d,并计算e,使d*e (p-1)(q-1)=1 -RSA works: select two different large prime numbers p, q, and compute N = p* q Select the small prime d, and calculate the e, so d* e (p-1) (q-1) = 1
Hadoop-learns
- 正是有了 Doug Cutting 这样的大师级开源者,正是有了无数个为 Hadoo p 贡献力量的开源者们的共同努力,才有了 Hadoop 自诞生时的倍受关注到现在 的倍受瞩目。 Hadoop 从单一应用发展到目前的 Hadoop Ecosystem ,自成一 格的技术体系,叩开了信息爆炸时代的海量数据处理的大门,开辟了海量数据 存 储与计算及其应用的新领地,《 Hadoop 开发者》正是在这样的背景下应运而 生 。-It is precisely because of Dou
P-helloworld
- 利用MPI实现的并行编程 多个进程同时实现的hello world程序-Hello world program implementation of MPI parallel programming multiple processes at the same time achieve
psrs
- PSRS算法实现:n个数据,均匀分布在p个处理器上,得到全局有序的数据序列-PSRS algorithm: n data, evenly distributed over the p processors, the overall ordered sequence of data obtained
P-ary-Search
- 一种采用CUDA并行加速的快速排序算法。实现平台VS2012 + CUDA.-One kind of fast acceleration using CUDA parallel sorting algorithms. Implementation platform VS2012+ CUDA.