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

搜索资源列表

  1. no14-bulk

    0下载:
  2. 这是吊桶排序的一种算法,初次编写,写得不怎么样,望大家海函。-This is a well-bucket sort algorithm, the initial preparation, written not impressive, but there sea letter.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:872byte
    • 提供者:王世明
  1. bucket

    0下载:
  2. 桶排序:A[1...n]是一个在合理的范围内的n个数的序列,例如1...m中所有的数,这里m是一个与n相比 不太大的数,这些数被放到k个桶中,第一个桶放1到[m/k]间的数,第2个桶放[m/k]+1到[2m/k]间的数,如此等等。之后将每个桶里的数用insertsort排序即可得到排好序的数组。-Bucket sort: A [1 ... n] is a reasonable range of the sequence of n numbers, for example, 1 ... m all
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:1.21kb
    • 提供者:wenzhu
  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
    • 文件大小:855byte
    • 提供者:zzd
  1. algoprograms

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

    • 发布日期:2017-04-05
    • 文件大小:13.6kb
    • 提供者:konzfadin
  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
    • 文件大小:1.29kb
    • 提供者:SS
  1. bsort

    0下载:
  2. Bucket sort algorith and code
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:57.23kb
    • 提供者:fhoebe
  1. MPI

    0下载:
  2. 桶排序的MPI实现。MPI implementation of bucket sort.-MPI implementation of bucket sort.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2.14kb
    • 提供者:clark
  1. BucketSort

    0下载:
  2. 使用并行计算构建bucket sort算法-Using parallel computing to build bucket sort algorithm
  3. 所属分类:IME Develop

    • 发布日期:2017-11-07
    • 文件大小:2.5mb
    • 提供者:wsxz_wsxz
  1. paixu

    0下载:
  2. 常见排序算法的实现与性能比较 问题描述:实现合并排序,插入排序,希尔排序,快速排序,冒泡排序,桶排序算法 实验要求: 在随机产生的空间大小分别为N = 10, 1000,10000,100000 的排序样本 (取值为[0,1])上测试以上算法。 B.结果输出: 1) N=10时,排序结果。 2) N=1000,10000,100000时,对同一个样本实例,不同排序完成所需的时间。 3) N=1000,10000,100000时,每个排序用不同的样本多试验几次(最低5次)
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:358.19kb
    • 提供者:王彤
  1. sort

    0下载:
  2. 排序算法 快速排序 插入排序 桶排序 冒泡排序等-Sorting algorithms quick sort bubble sort, insertion sort bucket sort
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:275.67kb
    • 提供者:alan
  1. sort

    0下载:
  2. 对与桶排序算法与快速排序算法的比较与实现-With bucket sort algorithm with Quicksort algorithm comparison
  3. 所属分类:其他小程序

    • 发布日期:2017-11-22
    • 文件大小:1kb
    • 提供者:o_o
  1. poj1002

    0下载:
  2. 使用了tire树、快速排序以及桶排序解出poj1002-Use a tire tree, quick sort, and bucket sort solved poj1002
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:1.98kb
    • 提供者:zhoushuai
  1. CompareString

    0下载:
  2. 外部排序,使用计数排序和桶排序解决字符串匹配问题-External sorting, counting sort and bucket sort using string matching problem solving
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1.11kb
    • 提供者:xiaoxue
  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
    • 文件大小:1.37kb
    • 提供者:
  1. BucketSort

    0下载:
  2. 桶排序 实现桶排序的基本原理,适合初学者参考-The basic principle bucket sort realize bucket sort of reference for beginners
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1.07mb
    • 提供者:陈君
  1. sort

    0下载:
  2. 实现合并排序,插入排序,希尔排序,快速排序,冒泡排序,桶排序算法 以及各种算法的性能比较-Implement merge sort, insertion sort, hill sorting, quick sort, bubble sort, bucket sort algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:8.07kb
    • 提供者:石建刚
  1. Bucket-sort

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

    • 发布日期:2017-04-16
    • 文件大小:31.41kb
    • 提供者:Tom
  1. sort

    0下载:
  2. 基数排序 基数排序(radix sort)属于“分配式排序”(distribution sort),又称“桶子法”(bucket sort)或bin sort,顾名思义,它是透过键值的部份资讯,将要排序的元素分配至某些“桶”中,藉以达到排序的作用,基数排序法是属于稳定性的排序,其时间复杂度为O (nlog(r)m),其中r为所采取的基数,而m为堆数,在某些时候,基数排序法的效率高于其它的稳定性排序法。 快速排序 快速排序由C. A. R. Hoare在1962年提出。它的基本思想是
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.09kb
    • 提供者:贺敏
  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
    • 文件大小:610byte
    • 提供者:张清翰
  1. BucketSort

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

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