Welcome![Sign In][Sign Up]
Location:
Search - sort

Search list

[source in ebookC-Sort

Description: 本文档讲解了几种排序方式的优缺点。包含直接插入、希尔、直接选择、冒泡、快速、堆、二路归并等排序方式。-this document on the order of several ways the advantages and disadvantages. Include direct insertion, Hill, direct choice, Bubble, rapid and heaps of two-way merge, etc. Sort.
Platform: | Size: 471040 | Author: wyk | Hits:

[Otherc++sort

Description: 设计一个类Sample,它有两个私有成员A[]和n(A中元素个数),将对A[]中数据进行各种排序的函数放入到一个友元类process中。 -Sample Design of a kind, it has two private members [] A and n (A number of elements), A. [] will be the data for various sort of function Add Friends yuan to a process which category.
Platform: | Size: 1024 | Author: 黄春明 | Hits:

[Othersort-all

Description: 本程序完成实验要求的全部功能直接插入排序、SHELL排序、冒泡排序、快速排序、简单选择排序、堆排序、归并排序、基数排序,程序代码符合书写规范,实验报告叙述清晰完整,有详尽的分析和总结。 在实验过程中,积极配合本团队分工合作的精神,努力学习,总算不负众望,将程序编好,在此,我更想感谢的是老师的教导,在她的帮助下,我才顺利完成了本次的任务。 -the experimental procedures are completed all the functional requirements of the direct insertion sort, Shell sort, bubble sort, Quick Sort, the simple choice of sequencing, heap sort, merge sort, radix sort, code written with norms, Experimental report describes a distinct and comprehensive, detailed analysis and summary. In the course of the experiment, the team actively cooperate with the division of labor, study hard, and finally delivered to the completion of procedures, in this, I also want to thank the teacher is teaching, in her help, I will have completed this task.
Platform: | Size: 97280 | Author: 马全 | Hits:

[JSP/Javasort

Description: 输入一组学生包括学号成绩 按学号顺序排序,或者按学生成绩排序 -Enter a group of students, including school performance by school No. No. sort order, or sort by student achievement
Platform: | Size: 1024 | Author: 张公子 | Hits:

[EditBoxSort

Description: 一个用VC做的排序小程序,用于练习编辑框最好不过了。-A VC to do with the sort of small procedures, for the edit box to practice better and better.
Platform: | Size: 3653632 | Author: walkman1984 | Hits:

[Data structssort

Description: 利用随机函数产生30000个随机整数,利用插入排序、起泡排序、选择排序、快速排序、堆排序、归并排序等排序方法进行排序,并统计每一种排序上机所花费的时间-Using random functions to generate 30,000 random integers, the use of insertion sort, bubbling sort, select sort, quick sort, heap sort, merge sort and other sorting methods to sort and sort each type of statistics on the time machine
Platform: | Size: 4096 | Author: sufei | Hits:

[Othersort

Description: 算法中经典问题,排序算法的实现。其中有冒泡、改进的快速、堆、选择排序的实现。-Algorithm in the classical problem of sorting algorithm implementations. Which the bubble has to improve fast, heap, choose to sort of realize.
Platform: | Size: 1024 | Author: 莫海波 | Hits:

[Othersort

Description: 一 :排序n个元素,元素为随机生成的长为1~16的字符串,n的取值为2k(k取4、6、8、10、12、16、18、20),排序算法分别为直接插入排序, 冒泡排序,堆排序,归并排序,快速排序,比较各种排序在不同输入下的运行时间. 二:排序n个元素,元素为随机生成的1~10000的正整数,n的取值为2k(k取4、6、8、10、12、16、18、20),排序算法分别为直接插入排序,快速排序,基数排序,计数排序,比较各种排序在不同输入下的运行时间.-1: sort n elements, element for a length of randomly generated 1 ~ 16 of the string, n value for 2k (k check 4,6,8,10,12,16,18,20), sorting algorithms, respectively, for direct insertion sort, bubble sort, heap sort, merge sort, quick sort, compare different sort of run-time input. b: to sort n elements, element for the randomly generated one ~ 10000 positive integer, n value for 2k (k check 4,6,8,10,12,16,18,20), sorting algorithms, respectively, for direct insertion sort, Quick Sort, Radix Sort, Counting Sort, compare, under different input in order the running time.
Platform: | Size: 3072 | Author: mhb | Hits:

[Othersort

Description: 用各种方法进行排序,包括简单选择排序、插入排序、快速排序、堆排序、冒泡排序、希尔排序-Sort by various methods, including the simple choice to sort, Insertion Sort, Quick Sort, Heap Sort, Bubble Sort, Hill sort
Platform: | Size: 1024 | Author: k332 | Hits:

[Data structssort

Description: 这是数据结构的课程设计,对起泡排序、直接排序、简单选择排序、快速排序、希尔排序和堆排序算法进行比较和分析,C语言实现。-This is the data structure of the curriculum design, sort of sparkling, direct sequencing, a simple selection sort, quick sort, Hill sort and heap sort algorithm comparison and analysis, C language.
Platform: | Size: 196608 | Author: Anse | Hits:

[Data structsSORT

Description: 常见的多种排序算法:插入排序 冒泡排序 快速排序 希尔排序 堆排序 -A variety of common sorting algorithm: Insertion Sort Bubble Sort Quick Sort Hill sort HEAPSORT
Platform: | Size: 1024 | Author: 少帅 | Hits:

[Data structssort

Description: 随机产生个整数n=100,200,300,1000,2000个整数并存于数组r[1..n]中。 对主要查找算法(顺序查找、插入排序、冒泡排序、堆排序、快速排序)进行实验比较,计算出平均比较次数、平均移动次数及执行时间。由程序自动计算.-Randomly generated integers integers n = 100,200,300,1000,2000 co-exist in the array r [1 .. n] in. On the main search algorithm (the order of search, Insertion Sort, Bubble Sort, Heap Sort, Quick Sort) for the comparison, the calculated average number of comparison, the average mobile number and execution time. Automatically calculated by the procedure.
Platform: | Size: 17408 | Author: 侯健 | Hits:

[MPIsort-mpi

Description: * 算法描述: 分段 -> 段内排序 -> 归约结果。 * 1,根进程读取输入,将元素个数广播给各个进程。 * 2,然后各进程计算段长度和段偏移。 * 3,然后根进程选择第一个段,标记站位符。 * 4,跟进程将剩余元素发送给下一进程,下一进程选择段的同时,根进程排序。 * 5,下一进程继续此过程,直到最后一个进程,所有元素都进行排序。 * 6,进程将排序好的元素,按照段偏移归约给根进程。 * 7,根进程输入结果。 * -* Algorithm description: Sub--> paragraph sort-> reduce the results.* 1, the root process to read input, will be broadcast to all elements of the process.* 2, and then the process of calculating the length and offset paragraph.* 3, and then the root process, select the first paragraph, mark at stations.* 4, with the remaining elements of the process sent to the next process, the process of choosing the next paragraph, the root process of sorting.* 5, the next process to continue this process until the last process, all the elements are sorted.* 6, the process will be good to sort elements, in accordance with the above offset to the root process of reduction.* 7, enter the results of the root process.*
Platform: | Size: 3072 | Author: lrl | Hits:

[AlgorithmSort

Description: 快速排序、合并排序、插入排序、堆排序、计数排序等算法的C语言实现-Quick sort, merge sort, Insertion Sort, Heap Sort, Counting Sort algorithm, such as C language
Platform: | Size: 222208 | Author: 蔡砚成 | Hits:

[Data structsSort

Description: 数据结构与算法的排序算法演示,这是我上大学的时候做的实验,里面展示了几种常用的排序算法的算法演示,如插入排序,选择排序,快速排序,堆排序.-Data structure and algorithm of the sorting algorithm demo, this is my time to college to do the experiment, which showed several common sorting algorithm presentation, such as insertion sort, selection sort, quick sort, heap sort.
Platform: | Size: 88064 | Author: THM | Hits:

[Data structssort

Description: 数据结构c语言版中常见的排序的源码,都是c编写的-Data structure c language version of the sort common source, are c prepared
Platform: | Size: 87040 | Author: hefang | Hits:

[Data structssort

Description: 这是关于数据结构书中经常介绍的排序算法的具体实现,包含希尔排序、快速排序、对排序、归并排序、静态链表排序、改进的冒泡算法排序等,并且附有时间统计-This is a book on data structure often described specific sorting algorithm to achieve, including the Hill sort, quick sort, for sorting, merge sort, static ranking list, improved bubble sort algorithm and so on, and with time and Statistics
Platform: | Size: 3072 | Author: | Hits:

[Data structssort

Description: 对快速,选择,冒泡,插入,希尔,堆,基数,位图排序进行比较-Fast, selection, bubble, insert, Hill, sand, the base for comparison sort bitmap
Platform: | Size: 131072 | Author: cpuno1 | Hits:

[Data structssort

Description: 排序算法,包含冒泡,快排,插入,2分,等排序算法,可由用户选择排序方法,并由系统随机生成数据,进行排序,并可计算每种排序的所花时间,来比较排序的快慢-Sorting algorithms, including bubble, fast scheduling, insert, 2 points, such as sorting algorithm, can be sorted by the user to choose the system of randomly generated data, sort, and the calculation of each sort of the time spent to compare the sort of speed
Platform: | Size: 130048 | Author: rbk | Hits:

[STLSORT

Description: STL sort()函数使用详细介绍 包含STL算法介绍文档-STL sort () function using the STL algorithm contains a detailed introduction introduction document
Platform: | Size: 2571264 | Author: 朱明悦 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net