资源列表
[数据结构常用算法] datastructure
说明:设计邻接表类,实现无向图的深度优先非递归遍历,无向图的广度优先遍历,并设计主函数输入数据进行测试-Design category adjacency list, realize undirected graph of the depth-first traversal non-recursive, non-directed graph breadth-first traversal, and the design of the main function of the input data fo<lindaoming> 在 2025-06-17 上传 | 大小:1.32mb | 下载:0
[数据结构常用算法] datastructure
说明:采用链式存储结构设计广义表,实现以下操作:创建广义表,取广义表的表头元素和表尾元素 求广义表的深度-Chain store use of the structural design of the generalized form, realize the following: create a generalized form, check the generalized table header elements and table elements for the end of the de<lindaoming> 在 2025-06-17 上传 | 大小:590kb | 下载:0
[数据结构常用算法] edmonds-alg-0.9.0.tar
说明:在有向图中计算最小生成树---Edmonds s Algorithm-Directed graph in calculating minimum spanning tree--- Edmonds s Algorithm<成若> 在 2025-06-17 上传 | 大小:28kb | 下载:0
[数据结构常用算法] shujujiegou
说明:数据结构课程设计,这是我们的最后要上交的课程设计,做的较认真,代码有详细中文解释-Data structure the curriculum design, and this is our last to hand over the curriculum design, to do more serious, detailed English explanation of the code<hailanlan> 在 2025-06-17 上传 | 大小:11kb | 下载:0
[数据结构常用算法] tongyongsuanfa
说明:这里有一些数据结构中的通用算法,拿出来和大家共享了◎-Here are some of the generic data structure algorithms, up to and everyone shared ◎<王名> 在 2025-06-17 上传 | 大小:5kb | 下载:0
[数据结构常用算法] biaodashiqiuzhi
说明:题目:设计一个题目,演示用算符优先法对算术表达式求值的过程。 概要设计 1、顺序扫描中缀算术表达式,当读到数字时直接将其送至输出队列中; 2、当读到运算符时,将栈中所有优先级高于或等于该运算符弹出,送至输出队列中,再将当前运算符入栈; 3、当读入左括号时,即入栈; 4、当读到右括号时,将靠近栈顶的第一个左括号上面的运算符全部一次弹出,送至输出队列中,再删除栈中的左括号。 5、使用VS栈来存储读入的操作和运算结果,然后进行数字字符到数值的转换。 -Title: Desi<布瓜> 在 2025-06-17 上传 | 大小:6kb | 下载:0
[数据结构常用算法] xishujuzheng
说明:题目:实现一个能进行稀疏矩阵基本运算的运算器。 以“带行逻辑链接信息”的三元组顺序表示稀疏矩阵,实现两个矩阵相加,相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵以阵列形式列出。 1、 生成如下两个稀疏矩阵的三元组a和b: 1 0 3 0 3 0 0 0 0 1 0 0 0 4 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 2 2、输出a+b的三元组 3、输出a*b的三元组 -Topic: can realize a spa<布瓜> 在 2025-06-17 上传 | 大小:19kb | 下载:0
[数据结构常用算法] data_structures
说明:一些重要的数据结构,有堆,平衡树treap, 并查集等。-Some important data structures, there are a heap of tree balance treap, and check books.<Gragon> 在 2025-06-17 上传 | 大小:1kb | 下载:0