资源列表
[数据结构常用算法] BPlusTree
说明:B+树实现的完全代码。B+树定义文件,本程序实行一个简单的B+树 (1) 一个v阶的B+树由根结点、内部结点和叶子结点组成。 (2) 根结点可以是叶子结点,也可以是有两个或更多子树的内部结点。 (3) 每个内部结点包含v - 2v个键。如果一个内部结点包含k个键,则有且只有k+1个指向子树的指针。 (4) 叶子结点总是在树的同一层上。 (5) 如果叶子结点是主索引,它包含一组按键值排序的记录;如果叶子结点是从索引,它包含一组短记录,每个短记录包含一个键以及指向实际记录的<王军杰> 在 2025-06-14 上传 | 大小:228kb | 下载:0
[数据结构常用算法] wenjiancunchukongjian
说明:文件存储空间的算法 可以显示此盘块的使用情况-File storage space the algorithm can show the use of this disk blocks<颜聪> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] stack-Delimiter-Matching
说明:分隔符匹配 使用栈,数据结构与算法上机作业,实用性超强-Delimiter matching using stack data structures and algorithms operating on the machine, super practical<gq> 在 2025-06-14 上传 | 大小:19.94mb | 下载:0
[数据结构常用算法] HuffmanCode
说明:HuffmanCode编译码系统 HuffmanCode编译码系统 -HuffmanCode encoding and decoding system HuffmanCode encoding and decoding system HuffmanCode encoding and decoding system decoding system HuffmanCode<dugumengyouzi> 在 2025-06-14 上传 | 大小:243kb | 下载:0
[数据结构常用算法] HuffmanTree
说明:数据结构霍夫曼树的实现,霍夫曼树 在数据结构与算法中,人们把最小带权路径长度的二叉树称为霍夫曼树或者最优二叉树-Huffman tree data structure implementation, Huffman tree data structure and algorithm, it is the right path with the minimum length of optimal binary tree or binary tree called the Huffman tree<dgj> 在 2025-06-14 上传 | 大小:421kb | 下载:0
[数据结构常用算法] fenkuaichazhao
说明:试编写利用折半查找确定记录所在块的分块查找算法。 提示:1. 读入各记录建立主表; 2. 按L个记录/块建立索引表; 3. 对给定关键字k进行查找; 测试实例:设主表关键字序列:{12 22 13 8 28 33 38 42 87 76 50 63 99 101 97 96},L=4 ,依次查找K=13, K=86,K=88 -Trial preparation records using binary search to determine where the bl<zhongkeli> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Sorting.algorithm.module
说明:算法排序设计开发模块很多中算法的集合代码Sorting algorithm design and development of the module code number in the set of algorithms -Sorting algorithm design and development of the module code number in the set of algorithms<d> 在 2025-06-14 上传 | 大小:8kb | 下载:0