资源列表
本程序实现了并行环境下mandelbrot集的实时显示
- 本程序实现了并行环境下mandelbrot集的实时显示,可以放大区域及回退,this project is to display the mandelbrot set, and also realizes the functions of zooming selected zone and going backward
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
eucalyptus-1.6.2 云计算平台eucalyptus源代码
- 云计算平台eucalyptus源代码,其中我分析了集群控制器和关于存储方面(storage,CLC下的walrus,SC)的代码,让大家对该平台有个了解和提升-Cloud computing platform eucalyptus source code, which I analyzed the cluster controller and on the storage (storage, CLC under the walrus, SC) of the code, so that we ha
dpram2.ram的读写,使用状态机完成
- ram的读写,使用状态机完成,两片ram实现乒乓操作,ram read and write, using the state machine completed, two ping-pong operation to achieve ram
HMM 隐马尔可夫模型程序代码
- 隐马尔可夫模型程序代码,很经典的一个算法-Hidden Markov model code, it is a classic algorithm
WorkQueue.rar
- c#实现的工作队列,workquere,多线程管理,c# realization of the work queue, workquere, multi-threaded management
pai1.rar
- 采用Pthread+C++方式进行多线程求Pai,The use of Pthread+ C++ Way for multi-threaded Pai
hadoop-0.18.0-eclipse-plugin.r
- HADOOP 0.18.0 安装插件源代码,HADOOP 0.18.0 source code plug-ins installed
XShortest.rar
- 最短路径的并行算法 采用TBB 需要intel编译器 速度很快,Parallel shortest path algorithm required the use of TBB fast intel compiler
Parallel-Computing-OpenMP-Hell
- 用OpemMP进行C++并行编程的入门例程,OpemMP carried out with C++ parallel programming routine entry
TSPmatlab.rar
- 用matlab实现的蚁群算法,希望对初学蚁群算法的人有所帮助,Matlab achieved using ant colony algorithm, ant colony algorithm beginner would like to help people
mpiquiksort.rar
- 基于MPI的并行快速排序算法,可以通过并行快速排序提高排序速度,MPI-based parallel quick sort algorithm, you can sort through parallel quick sort to improve the speed
