资源列表
[数据结构常用算法] MatrixPlus
说明:用三元组顺序表来存储稀疏矩阵,然后用对两个三元组顺序表进行相加的方式,来实现两矩阵的相加-store the sparse matrix with triples sequence table, then add triples to achieve the sum of two matrices<张荣> 在 2025-01-28 上传 | 大小:1kb | 下载:0
[数据结构常用算法] float_save
说明:浮点数存储方法,此方法解决了浮点数不能使用强制转换数据类型,直接拆分存储的难题-Float storage, this method can not be used to solve the floating point data type cast directly split storage problems<road> 在 2025-01-28 上传 | 大小:1kb | 下载:0
[数据结构常用算法] BigDataDevide
说明:c++写的控制台程序,实现两个大整数除法。-c++ written console program, to achieve two large integer division.<kingrumn> 在 2025-01-28 上传 | 大小:1kb | 下载:0
[数据结构常用算法] sequence-list
说明:初始化顺序表L;依次采插入a,b,c,d,e元素;输出顺序表L;输出顺序表L长度;判断顺序表L是否为空;输出顺序表L的第三个元素;输出元素’a’的位置;在第四元素位置上插入’f’元素;输出顺序表L; 删除顺序表L的第三个元素;输出顺序表L; -The initialization sequence table L followed by mining into the A, B, C, D, e elements the o<许泽达> 在 2025-01-28 上传 | 大小:1kb | 下载:1