CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - parallel

搜索资源列表

  1. lqx10002

    2下载:
  2. 最佳高度问题。 问题描述: 假设有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
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.31kb
    • 提供者:卢起雪
  1. shortestpathbetweenpoints

    1下载:
  2. 假设有一间房子,在房子丽的任意两点之间铺设电线,要求线要和墙面平行,求最短距离.用了贪婪算法.-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.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.94kb
    • 提供者:王佩君
  1. bitonic

    0下载:
  2. 基于最新一代通用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
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.49mb
    • 提供者:白洪涛
  1. MPI_QuickSort.并行快速排序算法

    0下载:
  2. 并行快速排序算法,基于MPI 2.0 c语言实现,注释很清楚明确。,Parallel QuickSort base on MPI 2.0 in C language.
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:2.44kb
    • 提供者:zcc
  1. DE.python

    0下载:
  2. 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
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:4.01kb
    • 提供者:谷琼
  1. parallel-sorting_GPU

    0下载:
  2. 基于CUDA的并行排序GPU-BBSort 需要NVIDIA显卡支持-CUDA Parallel Sorting on GPU-BBSort NVIDIA graphics support needed
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:4.16kb
    • 提供者:耀霸
  1. AnalyticalPlacer

    1下载:
  2. FPGA CAD算法, 并行placement算法,VC++ 环境-parallel analytical placer
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-10-26
    • 文件大小:259.39kb
    • 提供者:刘知多
  1. 8queens-problem

    0下载:
  2. 八皇后问题并行算法及源代码(附N皇后) 八皇后问题并行算法及源代码(附N皇后)-Eight queens problem parallel algorithm and source code (with N Queen) Eight queens problem parallel algorithm and source code (with N Queen)
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:292.79kb
    • 提供者:赵子番
  1. bubble_sort

    0下载:
  2. 冒泡排序的串行算法和并行算法的比较,对于运行时间的显示-Bubble Sort Algorithm serial and parallel algorithm for the run-time display
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:16.53kb
    • 提供者:郭春付
  1. vector_metrix_multiplication(MPI)

    2下载:
  2. 并行编程,利用MPI实现向量与矩阵的乘法运算-Parallel programming using MPI to achieve vector and matrix multiplication
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1.55kb
    • 提供者:sangecoa
  1. knapback

    0下载:
  2. 背包问题的最优并行算法,毕业设计,利用分治策略-Knapsack problem of the optimal parallel algorithm, graduation design, the use of sub-rule strategy
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:306.03kb
    • 提供者:syzqgj
  1. capi-0.21

    0下载:
  2. 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
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:314.91kb
    • 提供者:zhou
  1. bfs.tar

    0下载:
  2. This bfs in parallel using mpi.-bfs
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:4.28kb
    • 提供者:Jing
  1. bitonic

    0下载:
  2. this bitonic sort, used in parallel sorting-this is bitonic sort, used in parallel sorting
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.38kb
    • 提供者:roops
  1. Matrix

    0下载:
  2. Program includes class "macierz" (pl. matrix) with parallel multiply which uses open mp. It s simple multiply, not for example Strassen method.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:371.99kb
    • 提供者:Ł ysy
  1. Variable_KD_Tree_Algorithms_for_Spatial_Pattern_Se

    0下载:
  2. 一篇介绍并行kd tree寻优和参数选取的文章,值得一看!-Introduced a parallel kd tree optimization and parameter selection of articles, worth a visit!
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:187.38kb
    • 提供者:晨间
  1. TopoSort

    0下载:
  2. 拓扑排序的算法,按前驱计数为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
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:26.95kb
    • 提供者:王佳佳
  1. rank

    0下载:
  2. 并行计算中的排序算法的枚举算法,方便大家学习并行程序设计-Parallel sorting algorithm in the enumeration algorithm so as to facilitate learning parallel programming
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:3.95kb
    • 提供者:陈君
  1. qsort_cilk

    0下载:
  2. 是使用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!
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.83mb
    • 提供者:余闷
  1. parallel-bgl-0.7.0.tar

    0下载:
  2. Parallel Graph Boost Library from IU.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:593.78kb
    • 提供者:Jichuan Chang
« 12 »
搜珍网 www.dssz.com