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

Search list

[Windows Developsort

Description: 给定N个int类型(自定N的上限M,例如M=100000,N的取值不能少于10000)的整数,分别使用插入排序、快速排序、归并排序和堆排序方法进行升幂排序。-Int a given N-type (the upper limit of N self-M, for example, M = 100000, N value should not less than 10000) integer, respectively, using the insertion sort, quick sort, merge sort and heap sort methods or power sequencing.
Platform: | Size: 318464 | Author: nemo | Hits:

[Data structsMergeSort

Description: 快速排序算法,二分排序算法的完全实现 时间复杂度只有log(N) -Quick sort algorithm, the second sub-sorting algorithm time complexity fully realized only log (N)
Platform: | Size: 18432 | Author: yarakchou | Hits:

[Data structssort

Description: 数据结构中数据的排序示例,包括堆排序、快速排序等-Data structure to sort the data sample, including the heap sort, quick sort, etc.
Platform: | Size: 9216 | Author: 周详 | Hits:

[Othersort

Description: 计算不同排序方法的时间 一个小软件,自己编的,随便-Different methods of calculating the time to sort a small software, own, and not
Platform: | Size: 444416 | Author: 大伟 | Hits:

[ActiveX/DCOM/ATLsort

Description: 实体对象的数组排序代码.使用Comparator类来构造-Entity Object array sort code. Comparator categories used to construct the
Platform: | Size: 1024 | Author: 陈莹 | Hits:

[Data structssort

Description: 对以下5种常用的内部排序算法进行比较:起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序。通过随机数据比较各算法的关键字比较次数和关键字移动次数-The following five kinds of commonly used internal sorting algorithm to compare: foaming sort of direct insertion sort, selection sort simple, fast sorting, sorting Hill. Through random data for each algorithm compared the number of keywords and keyword mobile number
Platform: | Size: 12288 | Author: yejin | Hits:

[Software Engineeringsort

Description: 外部排序的应用对象 保存在外存储器上的信息量很大的数据记录文件-Application of an external object to sort out the memory on the amount of information a lot of data log files
Platform: | Size: 19456 | Author: luokunyuan | Hits:

[Mathimatics-Numerical algorithmssort

Description: 排序的c语言的实现 主要有几种常见的排序方法 冒泡,对折等-Sort of c language realize there are several common methods of bubble sort, fold, etc.
Platform: | Size: 16384 | Author: erder | Hits:

[MPIquick_sort

Description: 快速排序的mpi并行c程序,需要mpich环境-Quick Sort mpi parallel c procedures, the need for MPICH environment
Platform: | Size: 3072 | Author: 李志军 | Hits:

[SCMsort

Description: 从虚拟终端输入8个任意数据,通过串口传送给单片机的led_buf缓冲区,并在8个led上显示;按回车键对led_buf缓冲区中的数据进行由小到大排序,排序结果在led上显示。-From the virtual terminal eight arbitrary input data, through the serial port send buffer led_buf MCU and 8 led display led_buf press Enter to buffer the data from small to big sort, to sort the results in the led display.
Platform: | Size: 2048 | Author: 张理 | Hits:

[Othersort

Description: 该程序里面是关于排序方面的肉容,有快速和归并排序两种算法,并且比较这两种算法的时间。数据有随机生成和人工输入两种。-The program which is about the sequencing capacity of the meat, there are two types of fast and merge sort algorithm, and comparing the two algorithms of time. Have randomly generated data and manual input of two.
Platform: | Size: 3608576 | Author: 黄天 | Hits:

[JSP/JavaSort

Description: 学习java过程中,用线程的知识动画演示三种不同的排序过程。(选择,冒泡,插入)-Java learning process, with knowledge of animated demo thread three different sorting process. (Selection, bubble, insert)
Platform: | Size: 2048 | Author: whenwe | Hits:

[Data structsordering5

Description: 基数排序:思想:先从数据的低位开始,进行分配,分成10个空间,分别存储位为,0,1,2,3...9 重复的对次地位操作,知道预定的高位,排序完成-Radix Sort: thinking: from data low starting distribution, divided into 10 space, storage spaces, respectively, for 0,1,2,3 ... repeated 9 times the status of the operation, to know the scheduled high ranking completed
Platform: | Size: 1024 | Author: 朱洁 | Hits:

[Data structssort

Description: 数据结构中各种排序算法的实现 还是排序性能的比较 -Data structure in a variety of sorting algorithms or to sort of realize the performance comparison
Platform: | Size: 99328 | Author: johnharvard | Hits:

[Data structsSortAlgorithmInJava

Description: java中几种常用的排序算法。 用Java语言实现的各种排序,包括插入排序、冒泡排序、选择排序、Shell排序、快速排序、归并排序、堆排序、SortUtil等。-java of several commonly used sorting algorithm. Using Java language to achieve a variety of sorting, including the Insertion Sort, Bubble Sort, Selection Sort, Shell Sort, Quick Sort, Merge Sort, Heap Sort, SortUtil such.
Platform: | Size: 3072 | Author: alonso | Hits:

[OtherMergeSort

Description: 矩阵转置,intel线程挑战赛作品,多线程,TBB,归并排序,快速排序-Matrix transpose, intel Challenge thread works, multi-threaded, TBB, merge sort, quick sort
Platform: | Size: 1370112 | Author: 郭溪林 | Hits:

[Data structsSort

Description: 对内存内连续区域的数据进行排序,排序采用了交换排序的方法-Continuous region of memory to sort data, sort order using the exchange method
Platform: | Size: 11264 | Author: Francois Lee | Hits:

[Windows Developsort

Description: 自己写的一个c++的模板排序类,提供了选择和冒泡两种常见的排序方法-Himself wrote a c++ Sort of template categories, provided the selection and bubble sort on two common methods
Platform: | Size: 2048 | Author: tanghuang | Hits:

[Data structssort

Description: 数据结构课程设计内部排序的比较 一共有十种排序方法-Curriculum design of internal data structure to sort of comparison a total of 10 kinds of sorting methods
Platform: | Size: 4096 | Author: Lee | Hits:

[OtherSort

Description: 组合6种排序方式,比较6种排序方式的效率。感谢csdn上一网友的快速排序与堆排序代码。-Sort by six kinds of combinations to compare six kinds of sorting efficiency. Thank CSDN a Netizen of quick sort and heap sort code.
Platform: | Size: 2988032 | Author: luofei | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net