Welcome![Sign In][Sign Up]
Location:
Search - 快速排序

Search list

[Other快速排序

Description:

简单的快速排序解决方案


Platform: | Size: 501 | Author: qdqdqd | Hits:

[Data structsquick sort 快速排序的迭代实现

Description: 快速排序的迭代实现,不是递归的,递归的比较容易实现,迭代实现起来比较困难
Platform: | Size: 16173 | Author: falong1989@126.com | Hits:

[Mathimatics-Numerical algorithmscfastsort快速排序

Description: 使用VB的快速排序算法-use VB Quick Sort Algorithm
Platform: | Size: 1024 | Author: 吕程 | Hits:

[Mathimatics-Numerical algorithmsmysort快速排序和冒泡排序

Description: 快速排序和冒泡排序-rapid sequencing and Bubble Sort
Platform: | Size: 8192 | Author: 吕程 | Hits:

[Mathimatics-Numerical algorithms快速排序和冒泡排序

Description: 快速排序和冒泡排序-rapid sequencing and Bubble Sort
Platform: | Size: 9216 | Author: 辛本胜 | Hits:

[Documents快速排序法

Description: c++快速排序法-c rapid sequencing
Platform: | Size: 1024 | Author: 胡博 | Hits:

[Data structs快速排序演示程序

Description: 数据结构中的快速排序算法演示及其相关算法源码-data structure of the Quicksort algorithm and demonstrated correlation algorithm source code
Platform: | Size: 2048 | Author: 小龙 | Hits:

[Data structs快速排序法

Description: 这个是快速排序法的算法实现-This is a rapid method of sorting algorithm
Platform: | Size: 144384 | Author: 陈新 | Hits:

[GUI Develop演示快速排序算法

Description: 演示快速排序算法-demonstration Quick Sort Algorithm
Platform: | Size: 11264 | Author: 阿姐 | Hits:

[Data structs快速排序源程序代码

Description: 数据结构上机实验内容. 快速排序源程序代码-data structure on the plane experiments. Quick Sort source code
Platform: | Size: 1024 | Author: 悠女 | Hits:

[Other快速排序与归并排序比较(C++)

Description: 本程序是关于快速排序的算法与归并排序,并比较两者所需的时间-the procedures for the rapid sequencing of the ranking algorithm and its stock, and compare the time required for both
Platform: | Size: 1269760 | Author: 杨小娜 | Hits:

[Windows Develop完全实现快速排序算法

Description: 完全实现快速排序又称分区交换排序法 在待排序文件中任取一个元素(例如第一个元素),以该元素为标准,将所有元素分为二部分:所有小于该元素的集合,所有大于等于该元素的集合。 将该元素放在二部分中间 利用递归原理,分别对每部分进行排序-Fast sort algrithms
Platform: | Size: 10240 | Author: 要命 | Hits:

[GUI Develop快速排序11

Description: haha 快速排序的程序 jkasdjkajdjakjdsa-haha rapid sequencing procedures jkasdjkajdjakjdsa
Platform: | Size: 179200 | Author: 徐崇 | Hits:

[Data structs递归算法快速排序

Description: 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4 - 9中给出了快速排序的伪代码-divide-and-rule method can be used to achieve an entirely different sort of way, this sort called Quick Sort (quick sort). In this method, n elements are divided into three (group) : Left of l e f t and the right of g h i r t and middle m i d e d l. The middle contains only one element. Left of the elements are smaller than or equal to the middle element of the right elements are greater than or equal to the middle element. So l e r t and f g h i t element of independent sort, and not on l e r t and f g h i t ranking results merger. M i d e d l of elements called Fulcrum (p i v o t). Figure 1 4-9 is given a quick sort of pseudo-code
Platform: | Size: 176128 | Author: 李顺 | Hits:

[Data structs冒泡、快速排序算法比较程序

Description: 数据结构课程设计:冒泡、快速排序的比较,用C语言编写,调试成功-curriculum design data structure : Bubble, rapid sequencing of comparison, the C language, debugging success
Platform: | Size: 2048 | Author: | Hits:

[Windows Develop快速排序

Description: 串行计算的一个简单的小程序,关于快速排序的简单代码(A quick sort of simple code)
Platform: | Size: 3072 | Author: azboooom | Hits:

[Data structs快速排序

Description: 选取一个关键码key,一趟排序将要排序的数据分割成独立的两部分,key前的元素都小于key, 靠后的都大于key, 然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。(Select a key key, the two part of a sort to sort the data into independent, key elements are less than key, later than key, then according to the method of the data of the two parts were quick sort, the sorting process can be performed recursively, in order to achieve the data into ordered sequence.)
Platform: | Size: 5120 | Author: 美好时代 | Hits:

[Other快速排序c

Description: 基于C语言写的快速排序策略,快速排序速度快,有很好的用处,c语言用处广泛,可以共享,好好学习一下。(C language based on the rapid sorting strategy, quick sorting speed, there is a good use, C language useful wide, you can share, study hard.)
Platform: | Size: 10240 | Author: 爱人同志 | Hits:

[Mathimatics-Numerical algorithms快速排序算法

Description: 通过快速排序算法,将随机生成的1000个数排序(Through the quick sorting algorithm, the random generated 1000 numbers sort)
Platform: | Size: 27648 | Author: caoya104 | Hits:

[Other快速排序

Description: 数据结构,使用c++实现的快速排序,简单实现没有bug,啦啦啦(Data structure, the use of c++ to achieve fast sorting, simple implementation without bug, cheerleading)
Platform: | Size: 1024 | Author: DeepDark | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net