资源列表
[数据结构常用算法] dynamic-array-distribution
说明:在c++中利用类模板建立动态数组,实现数组的排序,插入,删除-In c++,use a dynamic array class template, realize the array sort, insert, and delete<zhusujie> 在 2025-06-15 上传 | 大小:4kb | 下载:0
[数据结构常用算法] library-management
说明:进行图书馆书目的简单管理,适合初学者作为提高练习-For the simple library management<汪翔> 在 2025-06-15 上传 | 大小:4kb | 下载:0
[数据结构常用算法] DynamicPartition
说明:动态分区存储程序,包含两种算法:最佳适应算法和最先适应算法。主要用于初学者了解动态分区的过程以及两种算法的区别。-Dynamic partitioning storage procedure, including two kinds of algorithm: the Best Fit algorithm and the First Fit algorithm. Primarily for beginners to understand the dynamic partition in the<sunxb10> 在 2025-06-15 上传 | 大小:4kb | 下载:0
[数据结构常用算法] TXL
说明:程序设计一般由两部分组成:算法和数据结构,合理地选择和实现一个数据结构和处理这些数据结构具有同样的重要性。在通讯录管理程序中,由于预计记录数相对于一个单位的学生人数或职工人数来说不会太大,除了能够增加、删除、保存等外,更多的情况时查询,且能够实现快速查询,所以选用静态数组保存数据,实现多种查询方式。-Programming generally consists of two parts: algorithms and data structures, rational choice and a<kongyameng> 在 2025-06-15 上传 | 大小:4kb | 下载:0
[数据结构常用算法] ccprogam
说明:对于一维时间序列 ,可通过延迟坐标相空间重构法扩展到高维空间,以便把时间序列中蕴藏的信息充分显露出来,就是cc法-For one-dimensional time series by delay coordinate phase space reconstruction method extended to high-dimensional space, in order to fully reveal the information hidden in the time series, cc<yjx> 在 2025-06-15 上传 | 大小:4kb | 下载:0
[数据结构常用算法] haxibiao
说明://使用哈希函数:H(k)=3*k MOD length,并采用开放定址法处理冲突。试对输入的关键字序列构造哈希表,哈希表长度为length, //求等概率情况下查找成功的平均查找长度,并设计构造哈希表的完整的算法。 -//Use the hash function: H (k) = 3* k MOD length, and open addressing treatment conflicts. The test input keyword sequence constructed h<高斌杰> 在 2025-06-15 上传 | 大小:4kb | 下载:0