资源列表
[数据结构常用算法] 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-14 上传 | 大小:19kb | 下载:0
[数据结构常用算法] zhanheduiliedejibencaozu
说明:数据结构栈和队列的基本操作及其应用。对于一个从键盘输入的字符串,判断其是否为回文。回文即正反序相同。如“abba”是回文,而“abab”不是回文。-Stack and queue data structure of the basic operation and its application. For a string from the keyboard input, determine whether the palindrome. Palindrome sequence that is t<> 在 2025-06-14 上传 | 大小:19kb | 下载:0
[数据结构常用算法] InorderTraverse
说明:c语言通用范例开发经典 源码,执行程序和运行截图!中序二叉树算法-c language common to develop a classic example of source code, implementation procedures and operating screenshot! Binary tree algorithm in order<yb> 在 2025-06-14 上传 | 大小:19kb | 下载:0
[数据结构常用算法] 5
说明:配合严蔚敏的数据结构的辅导书,内有书中程序的代码实现——高一凡所著的数据结构算法解析的第五章数组和广义表。-YAN Wei-Min with the data structure of the counseling book, there are procedures code book- written by high and one where the data structure parsing algorithm Chapter V array and generalized form.<wujiawei> 在 2025-06-14 上传 | 大小:19kb | 下载:0
[数据结构常用算法] btree.tar
说明:b树的实现,包括打开关闭节点,打开节点 关闭节点,打开所有节点,关闭所有节点, 打开子节点,显示当前节点的增加节点 增加多个节点,删除节点-b-tree to achieve, including the closure of the node to open, open the node closed node, open to all nodes, the closure of all nodes, open the child nodes, indicating an in<moyini> 在 2025-06-14 上传 | 大小:19kb | 下载:0
[数据结构常用算法] Critical_path
说明:对于给出的结点网络求关键路径的算法,用c语言编写的!-Give the node for the network critical path for the algorithm, with c languages!<winky> 在 2025-06-14 上传 | 大小:19kb | 下载:0
[数据结构常用算法] StrategyHaoc
说明:用java语言实现策略模式 BubbleSort.java——冒泡排序算法 ChooseSort.java——选择排序算法 InsertSort.java——插入排序算法 MergeSort.java——合并排序算法 SortStrategy.java——排序算法的接口 Sort.java——排序类,通过此类的sort()可以对实现了Comparable接口的数组进行升序 SortMain.java——显示界面排序-Using java language model<王刚> 在 2025-06-14 上传 | 大小:19kb | 下载:0
[数据结构常用算法] danyuanzuiduanlujing
说明:单原点最短路径问题的源码,包括问题描述,算法思想-danyuanzuiduanlujing<张引兵> 在 2025-06-14 上传 | 大小:19kb | 下载:0