资源列表
[数据结构常用算法] Expression-evaluation
说明:表达式求值主要使用的数据结构是栈,因为栈具有后进先出的特点,与表达式求值时的符号和数值运算过程是刚好相符合的。表达式求值也是栈的一个典型的运用。-Expression evaluation is the main data structure used in the stack, because the stack has the characteristics of LIFO, and expression evaluation when the process of symbolic and<sy> 在 2025-06-16 上传 | 大小:38kb | 下载:0
[数据结构常用算法] Huffman-coding
说明:哈夫曼编码是哈夫曼树(最优二叉树)在通信编码中的应用。在本程序中,只定义了5个数据的哈夫曼编码,分别输入五个数据的权值,就可以得出最终的哈夫曼编码。-Huffman coding is Huffman tree (the optimal binary tree) in the communication code of the application. In this program, only the data defined Huffman 5, respectively, the weig<sy> 在 2025-06-16 上传 | 大小:48kb | 下载:0
[数据结构常用算法] DSFGraphaprim-MST
说明:深度优先遍历图,并用kruscal算法求最小生成树-Depth-first traversal map, and for the Minimum Spanning Tree with kruscal<董飞> 在 2025-06-16 上传 | 大小:217kb | 下载:0
[数据结构常用算法] LibTopoSort
说明:数据结构中的关键路径算法,用邻接表实现,VC6环境,能正常运行-The critical path data structure algorithms, to achieve with the adjacency list<董飞> 在 2025-06-16 上传 | 大小:621kb | 下载:0
[数据结构常用算法] TraverseGraph
说明:数据结构中深度优先遍历图并求两点之间是否有通路-Depth-first traversal data structure diagram and ask whether there is path between two points<董飞> 在 2025-06-16 上传 | 大小:215kb | 下载:0
[数据结构常用算法] transfer--learning
说明:迁移学习 论文 基于迁移学习的跨领域排序学习算法研究-Migration study of cross-cutting paper-based transfer learning learning algorithm for sorting<yanbin> 在 2025-06-16 上传 | 大小:16.04mb | 下载:0
[数据结构常用算法] Huffman
说明: 关于哈夫曼算法的讲解,并实现简单的图象的变换。包含图像的压缩,基本坐标的变换,滤波,锐化,直方图变换等等。- Explained on the Huffman algorithm, and simple image transformations. Include image compression, the basic coordinates of the transformation, filtering, sharpening, histogram and so on.<朱鹮> 在 2025-06-16 上传 | 大小:20kb | 下载:0
[数据结构常用算法] The-sum-of-Multinomial
说明:数据结构中的一元多项式相加,多于考研算法实现很重要。后续部分将在后期上传!-The sum of Multinomial<王磊> 在 2025-06-16 上传 | 大小:78kb | 下载:0
[数据结构常用算法] activitySelector
说明:活动选择算法问题的C++具体实现代码。 输入:按时间排好序的开始数组S,完成时间数组F。 输出:表示一个最大相容活动组的向量。-Activity selection algorithm issues specific implementation C++ code. Input: sorted by the time the start of the array S, the completion time of an array of F. Output: that one of th<space> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Binary_tree
说明:这是关于平衡树的一个程序,我希望能帮助别人对C++的学习-It is about Binary_tree,I hope it can help someone lean C++ .If someone find mistakes I will thank her/him .<张汇东> 在 2025-06-16 上传 | 大小:895kb | 下载:0