搜索资源列表
lqx10002
- 最佳高度问题。 问题描述: 假设有n个任务由K个可并行工作的机器完成。完成任务i需要的时间为t(i)。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-best height of the problem. Problem descr iption : Suppose a mandate from the n-K parallel work can be completed machines. I need to complete the task for t
shortestpathbetweenpoints
- 假设有一间房子,在房子丽的任意两点之间铺设电线,要求线要和墙面平行,求最短距离.用了贪婪算法.-assuming a room in the house arbitrary Korea between 2:00 cables require line parallel to the wall and, for the shortest distance. with a greedy algorithm.
bitonic
- 基于最新一代通用GPU--Geforce8800,在CUDA平台上开发的并行排序算法,是基于GPU的通用计算的应用程序的一个好的范例。-based on the latest generation of common GPU -- Geforce8800. CUDA platform in the development of the parallel scheduling algorithm, GPU is based on the calculation of the common appl
MPI_QuickSort.并行快速排序算法
- 并行快速排序算法,基于MPI 2.0 c语言实现,注释很清楚明确。,Parallel QuickSort base on MPI 2.0 in C language.
DE.python
- Python实现的差分进化算法源代码 使用Python实现的差分进化算法,引用到Numpy和Scipy,可以支持多核与集群并行计算。使用时只需继承DESolver并定义函数def error_func(self, indiv, *args)作为目标函数即可。-Python implementation of the differential evolution algorithm source code uses the Python implementation of the differ
parallel-sorting_GPU
- 基于CUDA的并行排序GPU-BBSort 需要NVIDIA显卡支持-CUDA Parallel Sorting on GPU-BBSort NVIDIA graphics support needed
AnalyticalPlacer
- FPGA CAD算法, 并行placement算法,VC++ 环境-parallel analytical placer
8queens-problem
- 八皇后问题并行算法及源代码(附N皇后) 八皇后问题并行算法及源代码(附N皇后)-Eight queens problem parallel algorithm and source code (with N Queen) Eight queens problem parallel algorithm and source code (with N Queen)
bubble_sort
- 冒泡排序的串行算法和并行算法的比较,对于运行时间的显示-Bubble Sort Algorithm serial and parallel algorithm for the run-time display
vector_metrix_multiplication(MPI)
- 并行编程,利用MPI实现向量与矩阵的乘法运算-Parallel programming using MPI to achieve vector and matrix multiplication
knapback
- 背包问题的最优并行算法,毕业设计,利用分治策略-Knapsack problem of the optimal parallel algorithm, graduation design, the use of sub-rule strategy
capi-0.21
- CAPI多核编程算法库0.21版,里面有分布式队列、分布式查找、分布式内存管理、任务图调度、动态任务调度等多种容器,新增了CWaitTaskScheduler任务调度容器和并行Strassen矩阵乘法等。-CAPI programming algorithm for multi-core library version 0.21, which are distributed queue, distributed search, distributed memory management, tas
bfs.tar
- This bfs in parallel using mpi.-bfs
bitonic
- this bitonic sort, used in parallel sorting-this is bitonic sort, used in parallel sorting
Matrix
- Program includes class "macierz" (pl. matrix) with parallel multiply which uses open mp. It s simple multiply, not for example Strassen method.
Variable_KD_Tree_Algorithms_for_Spatial_Pattern_Se
- 一篇介绍并行kd tree寻优和参数选取的文章,值得一看!-Introduced a parallel kd tree optimization and parameter selection of articles, worth a visit!
TopoSort
- 拓扑排序的算法,按前驱计数为0的顶点号在同一批输出,以突显这些任务是可并行进行的-Topological sorting algorithm, according to the vertices of precursor count number is 0 in the same batch of output, in order to highlight these tasks can be carried out in parallel
rank
- 并行计算中的排序算法的枚举算法,方便大家学习并行程序设计-Parallel sorting algorithm in the enumeration algorithm so as to facilitate learning parallel programming
qsort_cilk
- 是使用cilk扩展的快速排序算法,在安装了Intel parallel studio的VS上,可以看出计算的速度大大提高!-The rapid expansion of the use of cilk sorting algorithm, the installation of the Intel parallel studio in VS, you can see that greatly improved the speed of calculation!
parallel-bgl-0.7.0.tar
- Parallel Graph Boost Library from IU.