资源列表
[数据结构常用算法] ADS_Handbook2e
说明:算法和数据结构手册 英文chm第2版 有实现代码-Algorithm and data structure chm manual English version 2 has the realization of the code<沈沫> 在 2025-06-19 上传 | 大小: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-19 上传 | 大小: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-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Calgorithm
说明:C语言常用算法源代码,非常实用,包括各种常用的算法。-C language commonly used algorithm source code, very useful, including a variety of commonly used algorithms.<吴鸣仕> 在 2025-06-19 上传 | 大小:328kb | 下载:0
[数据结构常用算法] link
说明:用带表头的链表存放输入的数据,每读入一个数,按升序顺序插入到链表中,链表中允许两个结点有相同值。链表的头结点存放链表后面的结点个数,初始化时就生成头结点(初值为0)。链表翻转是把数据逆序(变成降序),注意,头结点不动。翻转后要再翻转一次,恢复升序后才能插入新元素,否则会出错。-Using the list with the first table input data storage, each read a few, according to ascending order of insert<brian> 在 2025-06-19 上传 | 大小:184kb | 下载:0
[数据结构常用算法] SequenceList
说明:以数组为存储结构保存线性表,并实现线性表创建、清空、增加、删除、修改、查找等基本操作。-Array for the storage structure in order to preserve the linear form, and realize the creation of a linear table, empty, add, delete, modify, search and other basic operations.<> 在 2025-06-19 上传 | 大小:2kb | 下载:0