资源列表
[数据结构常用算法] mergeSort
说明:合并排序算法是用分治策略实现对n个元素进行排序的算法。其基本思想是:将待排序的元素分成大小大致相同的2个子集合,分别对2个子集合进行排序,最终将排好序的子集合合并成为所要求的排好序的集合。算法复杂度为:O(nlogn)-Merge sorting algorithm is used to realize sub-rule strategy to sort n elements of the algorithm. The basic idea is: the element will be sor<忠波> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] ADS_Handbook2e
说明:算法和数据结构手册 英文chm第2版 有实现代码-Algorithm and data structure chm manual English version 2 has the realization of the code<沈沫> 在 2025-06-14 上传 | 大小:148kb | 下载:0
[数据结构常用算法] 187453-Kriging61
说明:kriging算法,此算法可以应用于三维的数据插值处理,不过我没看懂,-kriging algorithm, this algorithm can be applied to deal with three-dimensional data interpolation, but I did not understand,<maniu> 在 2025-06-14 上传 | 大小:742kb | 下载:0
[数据结构常用算法] qSort
说明:快速排序算法是基于分治策略的另一个排序算法。其基本思想是,对于输入的字数组a[p:r],按以下3个步骤进行排序: (1)分解:以a[p]为基准元素将a[p:r]划分成3段a[p:q-1],a[q]和a[q+1:r],使得a[p:q-1]中任何元素小于等于a[q],a[q+1:r],中的任何元素大于等于a[q]。下标q在划分过程中确定 (2)递归求解:通过递归调用快速排序算法,分别对a[p:q-1]和a[q+1:r]进行排序 (3)合并:在a[p:q-1]和a[q+1:r]已经排好序的<忠波> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Calgorithm
说明:C语言常用算法源代码,非常实用,包括各种常用的算法。-C language commonly used algorithm source code, very useful, including a variety of commonly used algorithms.<吴鸣仕> 在 2025-06-14 上传 | 大小:328kb | 下载:0