Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - radixsort
Search - radixsort - List
radix排序法
Date : 2025-07-15 Size : 1.16kb User :

RadixSort.c 本程序为链式基数排序。程序开始后先由用户输入一组正整数(最大为32767),然后程序自动按照由小到大的顺序将这组数排序并输出。----Author:zhg 2006.12 E-mail:wudazhg@163.com-RadixSort.c procedures for the chain of the order of the base. After the first process user input a positive integer (maximum 32767), The program then automatically according to the sequence from small to large group of this sort and output. ---- Author : zhg 2006.12 E-mail : wudazhg@163.com
Date : 2008-10-13 Size : 11.73kb User : z

1)实现以下常用的内部排序算法并对它们的时间效率进行比较: 必做(6种):起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序; 选做:折半插入、二路归并、基数排序等等; 2)函数首部要求:void XXXXSort(char **list, int len, int n, int *c, int *s) 其中: a) XXXXSort为排序函数名,具体如下: 起泡排序BubbleSort 直接插入排序InsertSort 简单选择排序SelectSort 快速排序QuickSort 希尔排序ShellSort 堆排序HeapSort 折半插入BInsertSort 二路归并Merge2Sort 基数排序RadixSort b) list为二维字符数组的头指针,该二维数组的规格为:char list[n][len] 每行用于存放一个字符串(最大长度为len-1),共n行; c) c用于返回关键字比较次数; d) s用于返回移动次数; 3)要求把各种排序函数做成函数库(文件名统一为:sort.c),用统一提供的主程序进行调用和测评。 -a) achieve the following commonly used internal sorting algorithm as well as their time efficiency comparison : regimen (6) : bubble sort, direct insertion sequence and simple choice sorting, quick sort, Hill, ranked Heap Sort; elected to do : half of insertion, two-way merge. Sort base, and so on; 2) function first requirement : void XXXXSort (char ** list, int len, int n, int * c, int * s) which : a) XXXXSort sort of a function name, as follows : bubble sort BubbleSort direct insertion sort InsertSort simple choice ranking Sele ctSort Quick Sort QuickSort Hill Sorting ShellSort Heap Sort HeapS ort half insert BInsertSort two-way merge Merge2Sort radix sort Radi xSort b) list for the two-dimensional array of characters in the first indicator, the two-dimensional array specifications : cha
Date : 2008-10-13 Size : 10.05kb User : 战天

对首先产生20个随机数进行基数排序,是利用C++实现的
Date : 2008-10-13 Size : 7.69kb User :

DL : 0
四种排序算法quicksort,heapsort,radixsort,mergesort的时间比较测试
Date : 2008-10-13 Size : 2.57kb User : dk liu

DL : 0
radix sort, using bit shift to improve performance.
Date : 2008-10-13 Size : 1009byte User : 6270

radix排序法-Radix sorting method
Date : 2025-07-15 Size : 1kb User : 站长

RadixSort.c 本程序为链式基数排序。程序开始后先由用户输入一组正整数(最大为32767),然后程序自动按照由小到大的顺序将这组数排序并输出。----Author:zhg 2006.12 E-mail:wudazhg@163.com-RadixSort.c procedures for the chain of the order of the base. After the first process user input a positive integer (maximum 32767), The program then automatically according to the sequence from small to large group of this sort and output.---- Author : zhg 2006.12 E-mail : wudazhg@163.com
Date : 2025-07-15 Size : 11kb User : z

1)实现以下常用的内部排序算法并对它们的时间效率进行比较: 必做(6种):起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序; 选做:折半插入、二路归并、基数排序等等; 2)函数首部要求:void XXXXSort(char **list, int len, int n, int *c, int *s) 其中: a) XXXXSort为排序函数名,具体如下: 起泡排序BubbleSort 直接插入排序InsertSort 简单选择排序SelectSort 快速排序QuickSort 希尔排序ShellSort 堆排序HeapSort 折半插入BInsertSort 二路归并Merge2Sort 基数排序RadixSort b) list为二维字符数组的头指针,该二维数组的规格为:char list[n][len] 每行用于存放一个字符串(最大长度为len-1),共n行; c) c用于返回关键字比较次数; d) s用于返回移动次数; 3)要求把各种排序函数做成函数库(文件名统一为:sort.c),用统一提供的主程序进行调用和测评。 -a) achieve the following commonly used internal sorting algorithm as well as their time efficiency comparison : regimen (6) : bubble sort, direct insertion sequence and simple choice sorting, quick sort, Hill, ranked Heap Sort; elected to do : half of insertion, two-way merge. Sort base, and so on; 2) function first requirement : void XXXXSort (char** list, int len, int n, int* c, int* s) which : a) XXXXSort sort of a function name, as follows : bubble sort BubbleSort direct insertion sort InsertSort simple choice ranking Sele ctSort Quick Sort QuickSort Hill Sorting ShellSort Heap Sort HeapS ort half insert BInsertSort two-way merge Merge2Sort radix sort Radi xSort b) list for the two-dimensional array of characters in the first indicator, the two-dimensional array specifications : cha
Date : 2025-07-15 Size : 10kb User : 战天

对首先产生20个随机数进行基数排序,是利用C++实现的-On the first 20 random numbers generated for the base sequencing is the use of C++ Realize the
Date : 2025-07-15 Size : 7kb User :

DL : 0
四种排序算法quicksort,heapsort,radixsort,mergesort的时间比较测试-Four sorting algorithm quicksort, heapsort, radixsort, mergesort test of time
Date : 2025-07-15 Size : 2kb User : dk liu

用两个数组实现的基数排序方法,时间为(array.length)的平方-RadixSort
Date : 2025-07-15 Size : 2kb User : 黄小生

各种经典排序算法的C++实现:堆排序,归并排序,桶排序,快排,希尔排序,外部排序。-serval famous sort algorithms: HeapSort, MergeSort, RadixSort, QuickSort, ShellSort, OutSort.
Date : 2025-07-15 Size : 5kb User : 程序员

Java Sorting Algorithm as BucketSort, RadixSort, HeapSort, SelectionSort etc.
Date : 2025-07-15 Size : 33kb User : chinjeng

基于数据结构的相关知识点,构造的基数排序-Knowledge-based data structure point of radix sort
Date : 2025-07-15 Size : 13kb User : 王营

DL : 0
program for redix sorting
Date : 2025-07-15 Size : 1kb User : Mahesh

DL : 0
quickSort and radixsort
Date : 2025-07-15 Size : 1kb User : asla

通过c++实现数据结构RADIXSORT-radix sort
Date : 2025-07-15 Size : 1000kb User : 杨轲

基数排序,良好的设计,效率高,容易理解,适合C++初学者。-RadixSort method, good design ,hight effeciency ,easy to understand ,suit for C++ learner
Date : 2025-07-15 Size : 4.37mb User : 孙立明

this code ....RadixSort
Date : 2025-07-15 Size : 711kb User : nguyen minh ka
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.