CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - bucket sort

搜索资源列表

  1. bucket sort

    0下载:
  2. 应用bucket sort 算法并行排列一组随机数据
  3. 所属分类:其它资源

    • 发布日期:2011-04-27
    • 文件大小:1444
    • 提供者:fireabe
  1. bucket-sort

    0下载:
  2. 实现桶排的算法,结合数据结构课本编写的测试程序-bucket sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:262715
    • 提供者:乔建国
  1. bucketSort

    0下载:
  2. (吊桶排序法)吊桶排序法源于一维正整数数组的排序问题,它使用了一个行从下标从0-9,列下标从0-n-1(n是一维数组中的元素数目)的二维整数数组,二维数组的每一行叫做一个吊桶(bucket)。-(Bucket sorting method) bucket sort method from the one-dimensional array of positive integer scheduling problem, it uses a line from the subscr ipt from
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:855
    • 提供者:zzd
  1. algoprograms

    0下载:
  2. bucket sort and radix sort
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:13923
    • 提供者:konzfadin
  1. Yamini.Navid.BucketSort

    0下载:
  2. This Bucket sort,both sequential and parallel code, using C++ and MPI -This is Bucket sort,both sequential and parallel code, using C++ and MPI
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:2791
    • 提供者:Navid Yamini
  1. SORTS.RAR

    0下载:
  2. THIS THE BUCKET SORT APPLICATION USING C LANGUAGE-THIS IS THE BUCKET SORT APPLICATION USING C LANGUAGE
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1317
    • 提供者:SS
  1. saturdaynight

    0下载:
  2. 一个简单的桶排序 MPI 例子 包括 scatter gather gatherv alltoall alltoallv 的使用 -a bucket sort MPI sample using the gather scatter gatherv alltoall and alltoallv function
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:2194
    • 提供者:zhidong
  1. sort

    0下载:
  2. 用JAVA语言实现的一些排序算法。包括冒泡排序、桶排序、基数排序、堆排序、插入排序、归并排序、快速排序、计数排序、选择排序。-JAVA language using some sorting algorithm. Including bubble sort, bucket sort, radix sort, heap sort, insertion sort, merge sort, quick sort, counting sort, selection sort.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:3952
    • 提供者:X
  1. SomeSortAlgorithm

    0下载:
  2. 一些排序算法用java来实现的,包括快速排序、插入排序、冒泡排序、稀尔排序、桶排序、归并排序-Some sort algorithm implemented with java, including the quick sort, insertion sort, bubble sort, shell sort, bucket sort, merge sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:8197
    • 提供者:Michiel
  1. 14parallel_bucket_sort

    0下载:
  2. Parallel Bucket Sort with MPI
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1895
    • 提供者:billalraza
  1. bucket

    0下载:
  2. bucket sort example that works in parallel that works on windows system with open mpi. Input is hard coded, no real interface for input, you will need to extend the program.
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:1542
    • 提供者:VMax
  1. bucket1

    0下载:
  2. a version of the bucket sort for mpi c-a version of the bucket sort for mpi c++
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1769
    • 提供者:mila
  1. bucket-sort

    0下载:
  2. 数据结构排序算法之桶排序法,此算法用C++编程语言书写 特别适合初学数据结构的人学习。-Data structures sorting algorithms bucket sort, this algorithm using C++ written in a programming language particularly suitable for beginner data structure of human learning.
  3. 所属分类:Data structs

    • 发布日期:2017-11-12
    • 文件大小:952
    • 提供者:满达
  1. bucket-sort

    0下载:
  2. 桶排序,visual C++编程,有注释-bucket sort in visual c++
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:514
    • 提供者:翟志伟
  1. Bucket-sort-binary-search

    0下载:
  2. 随机产生一定范围内的数然后进行桶排序,最后二分查找这些数中的一些数。-Generating a random number within a certain range and then the bucket sort, the last two of these numbers to find the couple.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1406
    • 提供者:
  1. Bucket-sort

    0下载:
  2. 桶排序算法的实现,桶排序算法是比较流行的算法,用的是c语言-Achieve bucket sort algorithm, bucket sort algorithm is more popular algorithms, using c language
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:851266
    • 提供者:柴轩
  1. Bucket-sort

    0下载:
  2. 基于VC6.0环境下编写的桶式排序源程序-In VC6.0 environment in preparation bucket sort program
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:32161
    • 提供者:Tom
  1. Bucket-Sort

    0下载:
  2. 桶排序也叫箱排序。工作的原理是将数组分到有限数量的桶子里,每个桶子再个别排序(有可能再使用别的排序算法或是以递归方式继续使用桶排序进行排序)。- Bucket sort is also called sorting box. Work principle is that the array to a limited number of bucket, each bucket and individual ranking (may use other sorting algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:597280
    • 提供者:靳以2002
  1. Bucket-sort

    0下载:
  2. 本程序是用c语言实现的简单的桶排序(将若干个正整数以o(n)的时间复杂度进行排序,过程不需要进行两个数的比较)。-This procedure is to use c language to achieve a simple bucket sort (a number of positive integers to o (n) time complexity of the sort, the process does not need to compare the two numbers).
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:610
    • 提供者:张清翰
  1. BucketSort

    0下载:
  2. Sort arrays by bucket sort, only numbers
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:94208
    • 提供者:elMopendor
« 12 3 4 5 »
搜珍网 www.dssz.com