搜索资源列表
24点
- 24点 用c++编写的一个速算24点的游戏 只要进入就可以迅速得到答案-24 points c prepared with a quick calculation of 24 points entering the game as long as it can quickly get an answer
SORT
- 用C++实现了多种排序算法,包括插入排序,冒泡排序,快速排序等。-C++ achieve a variety of sorting algorithms including insertion sort, bubble sort, quick sort.
proSort
- c语言快速排序算法简单实现-quick sort
quicksort
- 快速排序源代码,实现了排序算法中的快速排序。-quick sort source code,realized quick sort algorithm using C
qsort
- 能够实现数据的快速排序,非常高效,C++语言表述。nlogn复杂度-quick sort algorithm,with C++ language
quick-sort--CPP
- 这个程序时用C++语言编写的快熟编程,里面包含了详细的注释。-This program with C++ instant programming language, which contains detailed notes.
quicksort
- 用c语言实现的快速排序。快速排序效率较高,但可靠度相比其它排序算法而言较低。-Using c language quick sort. Quick Sort efficient, but in terms of reliability is low compared to other sorting algorithms.
QuickSort
- 在VS 2008中,用C语言写的快速排序算法。不用多余的数组,直接对原数组进行排序。在递归调用中,对于【数组组就是数组首地址】的理解会更加通透。-In VS 2008, using C language to write quick sort algorithm. No extra array directly to the original array to be sorted. In the recursive call, the group is the first address of
kuaisupaixu
- 经典的快速排序算法,详细的中文注释介绍,基于算法导论中递归方法的C++实现-Quick sort algorithm
tuxiangfenge
- vs开发环境简便快捷是实现图像分割的C++程序-vs development environment is simple and quick to achieve image segmentation program C++
quick-sort
- 基本排序算法,快速排序的c语言版本,适合新手学习。-Basic sorting algorithm, quick sort c language version, suitable for beginners to learn.