搜索资源列表
zhiwenshibie
- 指纹识别 C代码,有喜欢的快点下,本人的毕业设计-Fingerprint Identification C code, like the quick, I graduated from the Design
Q_SORT
- 快速排序C++源码,已测试过-Quick Sort C source code, has tested.
快速排序算法
- 快速排序算法,很好用,用c++编,拷贝在文本里,大家可以参考参考哦.-quick sort algorithm is useful, with c writers, copy in the text, one can refer to Reference oh.
C++Builder_Sort
- 该程序把多种排序集中体现,包含了冒泡法排序、快速排序等多种排序方法,同时还详细讲述各种排序的分析,希望对编程初学者有一定帮助。-procedures for a variety of the sort embodied includes the Bubble Act, ranked Quick Sort and other ranking methods also explain in detail various sort of analysis, and I hope to the prog
DEMO(sort)
- 实现各种内部排序。包括冒泡排序,直接插入排序,Shell排序,快速排序,堆排序,并比较排序的比较次数和移动次数。主要是C语言。-achieve internal order. Including bubble sort, direct insertion sort, Shell sort, quick sort, heap sort, and compare the ranking of number and mobile number. C is the main language.
link_quicksort
- 链表的快速排序法-List`s quick sort
C-W
- 旅行商算法 节约算法解决旅行商问题,可运行程序-c-w finish vrp PROBELM quick ,help c++ system
QuickSort
- 用c++写的快速排序算法,从命令行输入数组,调用算法后,返回排序后的数组-With c++ Write quick sort algorithm, from the command line enter the array, called algorithms, return the array after sorting
paixu
- 2008软件公司面试题:排序大全:简单选择排序、冒泡排序、选择排序、shell排序、快速排序、插入排序、堆排序(从小到大)、归并排序(利用递归)-2008 software companies face questions: Sort Guinness: simple choice to sort, bubble sort, select sort, shell sort, quick sort, insert sort HEAPSORT (from small to large), Mergi
quick
- 快速算法的c语言实现 使用快速算法对数组进行排序,数组为随机生成的-Fast Algorithm for c-language implementation using fast algorithm to sort an array, an array of randomly generated
quicksort
- algorithm to sort the list of elements using quick sort
hyperQsort
- it s a c++ code for hyper quick sort
quick.c.tar
- enhanced quick-sort algorithm with c
Quick-Sort
- 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。 -Quick sort (Quicksort) is a bubble sort of an improvement. By the CAR Hoare in 1962. Th
quicksort_s.c
- sequential quick sort using quick function
C-cal
- 在撰写程式时,也许会遇到算法的问题,这时参考一下C语言算法速查手册,希望能有帮助,-Writing program, the algorithm may encounter problems, then refer to C language algorithms Quick Reference, hoping to help,
c
- 对以下六种常用的内部排序算法进行比较:希尔排序、直接选择排序、快速排序、直接插入排序、堆排序、冒泡排序、。 (2)待排序表的表长和数据可以由用户自己确定,也可以由随机数产生程序自动产生;至少要用五组不同的输入数据作比较;比较的指标为关键字的比较次数和关键字的移动次数(关键字的交换计为三次移动)。 (3)最后要对结果作出简单分析。 -Six commonly used internal sorting algorithm: Hill Sort by direct selection s
Lab-2
- A couple quick C++ sorting algorithms
quick
- this is an quick sort algorithm which is written in c-this is an quick sort algorithm which is written in c++
exp10
- 三种排序算法的C语言实现 直接插入排序算法。 快速排序算法。 直接选择排序算法。(Implementation of three sorting algorithms in C language Direct insertion sort algorithm. Quick sort algorithm. Direct selection sorting algorithm.)