资源列表
[数据结构常用算法] Java_DataMing
说明:应用递归思想,完成深度优先的递归,当完成递归后,生成决策树。最后根据决策树,作出决策-Application of recursive thinking, complete depth-first recursive, generated after the completion of recursive decision tree. Finally, decision trees, decision-making<Davad> 在 2025-06-10 上传 | 大小:17kb | 下载:0
[数据结构常用算法] backtracking-method-split-
说明:采用回溯的方法拆分整数,效率相对较低,但是容易理解,使用栈实现,原创-Retrospective method split integer efficiency is relatively low, but it is easy to understand, use the stack to achieve, originality<黎明> 在 2025-06-10 上传 | 大小:17kb | 下载:0
[数据结构常用算法] DataStruct_String
说明:数据结构试验 第四章 串。含试验PPT,试验源代码-Experimental data structure-- string<yang> 在 2025-06-10 上传 | 大小:17kb | 下载:0
[数据结构常用算法] Data-structurech4
说明:在c语言中,数据结构的完美基础学习代码,详细的例子,容易上手。-C language data structure the perfect based learning code, detailed examples, easy to use.<张洪严> 在 2025-06-10 上传 | 大小:17kb | 下载:0
[数据结构常用算法] lab02
说明:此文件是有关线性表顺序存储结构上所有功能的实现,例如构造空表、销毁或重置、元素个数、插入以及删除、返回值的实现等。-This file is the linear table stored in the order structure all functions are implemented, such as empty table structure, destroyed, or reset, the number of elements, insert, and delete, the r<Andy> 在 2025-06-10 上传 | 大小:17kb | 下载:0
[数据结构常用算法] Calculator
说明:这是一个对算术表达式进行求值的控制台程序,程序主要用了数据结构中的栈的方法思想。先把表达式转化为后缀表达式,然后两对后缀表达式求值。程序可以实现对加、减、乘、除、乘方进行运算,还支持括号-This is an arithmetic expression is evaluated console program, the program mainly used the data structure stack method thought. First expression into postfi<qiur> 在 2025-06-10 上传 | 大小:17kb | 下载:0
[数据结构常用算法] test
说明:稀疏矩阵的压缩与还原。 一个矩阵含有非零元素比较少,而零元素相对较多,这样的矩阵称为稀疏矩阵,对稀疏矩阵的存储我们不用完全用二维数组来存储,可以用一个三元组,即任意一个稀疏矩阵可以用一个只有三列的二维数组来存放,要求把给定的稀疏矩阵用为三元组表示;同时把三元组转换为稀疏矩阵形式。 -Sparse matrix compression and reduction.A matrix with nonzero element is less, and zero element is relat<denghuakaidiewu> 在 2025-06-10 上传 | 大小:17kb | 下载:0