搜索资源列表
数据结构课设
- 用c编写的数据内部排序方法,可在窗口中选择多种排序方法,如快排,冒泡,折半插入等,还可以选择排序数据的个数,初态,控制等.-using data prepared by the internal order, the window can choose a variety of sequencing methods, such as fast Pai, bubbling half insert, can also choose the number of original data, the i
中小学排课系统
- 这是一个中小学排课系统,采用模拟退火算法框架实现,排课效果好,速度快, C#实现,在vs.net 2005编译通过。
sort
- 排序算法,包含冒泡,快排,插入,2分,等排序算法,可由用户选择排序方法,并由系统随机生成数据,进行排序,并可计算每种排序的所花时间,来比较排序的快慢
SearchMedian.rar
- 寻找无序数组的中位数,实际上代码实现了寻找无序数组中任意第x大的数,使用了快排的思想。VC++ 2005环境,Find disordered array median, in fact, code has to find a disorderly array of arbitrary section x large, use the quick thinking of row. VC++ 2005 Environment
listk
- 用单链表求第K大元素,利用快排的分割原理-Find the list with the single largest element of K, using fast scheduling segmentation theory
algorithm
- 常见的排序算法:插入法、快排法、堆排序、冒泡法、选择法、桶排序等,C语言实现,vc6.0环境-algorithm : insert methods,quick methods,choose methods and so on.
快速排序sorting
- 快速排序sorting算法Java的实现
sort
- 7种排序算法,解压后用word打开,包括快排,归并,堆排序-7 kinds of sorting algorithm, extract the word to open later, including faster scheduling, merging, etc. HEAPSORT
kuaipaishengxu
- 一个快速排序的源代码,不但有源码,还有详细的解释,相信您看了之后一定会对快排有更进一步的了解,以后用快排也会得心应手-A quick sort of source code, not only source, as well as a detailed explanation, I believe you will read soon after the row must have a better understanding of the future schedule will be eas
SortProject
- 各种经典排序算法的C++实现:堆排序,归并排序,桶排序,快排,希尔排序,外部排序。-serval famous sort algorithms: HeapSort, MergeSort, RadixSort, QuickSort, ShellSort, OutSort.
sort
- 常见排序技术的C语言实现,包括七种排序技术:希尔、快排、简单选择排序、插入排序、堆排序、冒泡排序、归并排序-Common sort of the C language realization of technology, including the seven sequencing technology: Hill, fast scheduling, the simple choice of sort, insert sort, Heap sort, bubble sort, merge sor
sort
- 实现了7种排序算法,快排、堆排序、冒泡、插入、锦标赛排序、归并排序、直接排序-seven sort algorithms
Arranging
- 各种排序算法:多种数据类型的冒泡排序;快排;希尔排序;堆排序;结构排序;结构排序;硬盘文件排序等-A variety of sorting algorithms: bubble sort a variety of data types fast rearrangement Hill sort heap sort structure, sort structure, sort hard to sort the files, etc.
Babelfish
- ACM经典算法题 Babelfish 用于理解QSORT 和 BSearch的典型程序 即快排和2分查找 后面的RANKlist类似 可做练习-Acm Qsort+Bsearch (Ranklist is same as a practice)
SevenStylesOfQsort
- Qsort针对不同数据类型的用法,Qsort采用快排实现,比传统的sort更有效率-Qsort for the usage of different data types, Qsort exclusive use of quick implementation, more efficient than the traditional sort
SortCmpCode
- 比较几种常见的排序算法:插入排序,快排,归并排序等。-compare several common sorting algorithms, such as inserting sort, quick sort, merge sort, etc.
DataStructure_Algorithms
- 常用数据结构和算法的实现及测试。 1)数据结构包含:堆栈 队列 线性表 链表 2)算法包括:冒泡排序 选择排序 插入排序 希尔排序 归并排序 快排 堆排序 3)其他包括:随即数的产生 计时器的实现-Common data structures and algorithms implementation and testing. 1) The data structure includes: a linear table linked list stack queue 2) algor
lab
- 算法中多种排序,包括插入,合并,希尔,冒泡,快排,以及桶排序的链表实现!-A variety of sorting algorithms, including the insertion, merge, Hill, bubble, quick row, and bucket sort linked list to achieve!
SortQuick
- C# 写的快速排序源码,并快排附带示意图。-Quicksort written in C# source code, and will soon ranked with diagram.
javasortingalgorithm
- 各种java排序算法实现,很详细的代码,插入排序、冒泡排序、快速排序、改进后的快排。。。等等常见排序算法的详细代码。-Java sorting algorithm