资源列表
[数据结构常用算法] A Practical Introduction to Data Structures and Al
说明:A Practical Introduction to Data Structures and Algorithm Analysis,数据结构和算法,里面包括Java描述、C++描述和C描述三个版本,非常全-A Practical Introduction to Data Structures and Analysis Algorithm, data structures and algorithms, including Java inside descr iption, descr ipti<妖精雨> 在 2025-07-05 上传 | 大小:6.96mb | 下载:0
[数据结构常用算法] bptree
说明:清华大学数据结构课上实现的B+树,设计一个4阶B+树,包括: (1) 叶子的每个记录应该包括4字节(long)关键码值和60字节的数据字段(存储文件名等,可以自定),设每个叶子可以存储5条记录,而内部节点应该是关键码值/指针对。此外,每个节点还应该有指向同层下一个节点的指针、本节点存储的关键码数等; (2) 此4阶B+树应该支持插入、删除以及根据给定关键码值进行精确检索与关键码范围检索; (3) 显示(打印)此4阶B+树的生长(含删除节点)过程实例;-Tsinghua University cl<qqiang> 在 2025-07-05 上传 | 大小:3kb | 下载:0
[数据结构常用算法] Java 二叉树 算法
说明:用Java编写的二叉树的数据结构,包括二叉树的每个节点的值,以及各子树的指针。 -Java prepared by the binary tree data structures, including binary tree each node values, and the subtree target.<yxl> 在 2025-07-05 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 字符串匹配的KMP算法
说明:这是字符串匹配算法中很著名的KMP算法,此文件仅供大家参考,具体是否能调通,本人还没有试过-This is a string matching algorithm is famous KMP algorithm, this document is your reference, specifically whether Qualcomm will emphasize, I have not tried<郑旋> 在 2025-07-05 上传 | 大小:4kb | 下载:0
[数据结构常用算法] spath
说明:有关启发式搜索的经典算法:A*最短路径算法的实例和对应程序。关注的朋友可以留意一下。(比传统的Dijistra算法效率高很多哦!^_^)-the heuristic search algorithm of the classic : A* shortest path algorithm examples and the corresponding procedures. Concerned friends can look. (Dijistra than the traditional algo<莜月> 在 2025-07-05 上传 | 大小:34kb | 下载:0
[数据结构常用算法] 算法C SHAPE版
说明:数据结构常用算法c#版!有数值分析中的各种插值算法!-algorithm commonly used data structures c# version! A numerical analysis of the various interpolation algorithm!<忆星> 在 2025-07-05 上传 | 大小:9kb | 下载:0
[数据结构常用算法] grap
说明:—图数据类型的实现——问题描述:图是一种较线性表和树更为复杂的数据结构。在图形结构中,结点之间的关系是任意的,任意两个数据元素之间都可能相关,因此,图的应用非常广泛,已渗入到诸如语言学‘逻辑学、物理、化学、电讯工程、计算机科学及数学的其它分支中。因此,实现图这种数据类型也尤为重要,在该练习中即要实现图的抽象数据类型。基本要求:2、 定义出图的ADT;3、 采用邻接矩阵及邻接表的存储结构(有向图也可使用十字链表)实现以下操作:a. 构造图 b. 销毁图 c. 定位操作d. 访问图中某个顶点的操作e<水寒> 在 2025-07-05 上传 | 大小:2kb | 下载:0
[数据结构常用算法] ConvertDemo
说明:编写好的VC为基础的二进制,八进制,十进制,十六进制的数值转换器,功能类似于windows的计算器中的转换功能-VC good preparation for the foundation of binary, octal, decimal, hexadecimal numerical converter, similar to the function of the windows of conversion calculator functions<罗宾> 在 2025-07-05 上传 | 大小:309kb | 下载:0