资源列表
[数据结构常用算法] Implementation-of-binary-tree
说明:这个程序很好的介绍了二叉树的实现方法-Good introduction to the program implementation of binary tree method ~ ~<解振海> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Banker
说明:使用银行家算法,编写和调试一个系统动态分配资源的简单模拟程序。 自此,每行表示进程对资源的请求; 当所有进程结束后或文件结束时,程序结束。 -Using the banker' s algorithm, write and debug a simple dynamic simulation program to allocate resources. Since then, each line that process requests for resources when<Yanxingfu> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] exp1
说明:需要利用有序链表来实现一元稀疏多项式的表示及加法运算的简单计算程序,其基本功能有: (1)输入并建立两个多项式; (2)多项式f1(x)与f2(x)相加,建立和多项式f3(x); (3)输出多项式f1(x),f2(x),f3(x)。-Need to use ordered lists to implement a dollar sparse representation of polynomials of simple addition operations and calculat<李联合> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] shiyan1
说明:一元稀疏多项式的表示及运算。根据多项式的结构特点,利用线性链表来实现多项式相加,结点中存放各项的系数和指数,构造相应的多项式。将链表初始化为空,将多项式中的每一项顺序插入链表中,并将链表中多项式按升幂排列。进行多项式加法是,先将其中一多项式a存入链表c中,然后将多项式b的每一项一次插入链表c中,最后得到结果多项式c。-Unary representation of sparse polynomials and operations. According to the structural cha<袁联合> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] zhuliu_algorithm
说明:求最小生成树--朱刘算法,求最小生成树求最小生成树-Minimum Spanning Tree<flyfly> 在 2025-06-16 上传 | 大小:1kb | 下载:0