资源列表
[数据结构常用算法] hongheishu
说明:红黑树算法,是高级数据结构中必须学习的一种特殊二元查找树,也是很有实际用处的一个算法。-Tree algorithm, senior data structure must learn a special binary search tree, also very practical usefulness of an algorithm.<宋文强> 在 2025-06-06 上传 | 大小:3.57mb | 下载:0
[数据结构常用算法] ComputationalGeometry
说明:计算几何的原本的算法不好用。本书就现在一些新的算法做一些介绍,从实际的应用出发,便于理解和自学。-The original computational geometry algorithms difficult to use. Book to present some new algorithms to do some introduction, from a practical application, the ease of understanding and self-learning.<huawanhg> 在 2025-06-06 上传 | 大小:3.57mb | 下载:0
[数据结构常用算法] Adaptive-Random-Testing
说明:自适应性随机数检测算法,重点比较演化式算法和其他随机数检测算法-Detection of a random number adaptive algorithms, focusing on evolutionary algorithms and comparing a random number of other Detection<> 在 2025-06-06 上传 | 大小:3.56mb | 下载:0
[数据结构常用算法] shu_bianli
说明:该程序实在mfc下实现二叉树的遍历(数据结构知识),一方面涉及数据结构知识,另一方面涉及mfc知识,功能较全。-The program is to achieve binary tree traversal mfc (data structure knowledge), on the one hand knowledge of data structures involved, the other involving mfc knowledge, capabilities than the wh<liu> 在 2025-06-06 上传 | 大小:3.56mb | 下载:0
[数据结构常用算法] Huffman
说明:1、根据输入构造一棵哈夫曼树,要求该哈夫曼树的左子树小于等于右子树; 2、根据构造的哈夫曼树给出对应的编码;左子树的编码为0,右子树的编码为1; 3、输出各个字符对应的编码与平均编码长度; 4、根据输入的编码,结合构造的哈夫曼树给出对应的译码; 5、对带有不同权值的字符进行编码;使用自己实现的编码表对输入的‘0’‘1’代码进行译码。 -Less than or equal to 1, according to the input construct a Huffman tre<Tracy> 在 2025-06-06 上传 | 大小:3.57mb | 下载:0