资源列表
[数据结构常用算法] polynominal
说明:多项式运算的C++实现 包括加减乘除四种多项式运算 用到了友元等概念 对运算符实现了重载 代码均调试通过-Polynomial arithmetic C++, including addition, subtraction polynomial expression of four other friend uses the concept of operator overloading to achieve the code and debugging through<朱洁丽> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] rain
说明:这是用C语言写的池塘夜降彩色雨的程序,用C语言实现了非常漂亮的下雨的情景,五颜六色的雨滴在池塘上,溅起片片涟漪!-It is written in C language color pond rain falling through the night program, with the C language to implement a very beautiful scene of the rain, colorful raindrops in the pond, the ripples t<刘建昆> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] lianbiaolei
说明:用类的方法实现链表的基本操作。 自己手动编译的,可以运行。-Class methods used to achieve the basic operation of the list. Manually compiled their own, you can run.<暗杀> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 4
说明:(1)已知一棵完全二叉树存放于一个一维数组T[n]中,T[n]中存放的是各结点的值。试设计一个算法,从T[0]开始顺序读出各结点的值,建立该二叉树的二叉链表表示。 (2)二叉树的双序遍历(Double-order traversal)是指:对于二叉树的每一个结点来说,先访问这个结点,再按双序遍历它的左子树,然后再一次访问这个结点,接下来按双序遍历它的右子树。试写出执行这种双序遍历的算法。 -(1) known to a complete binary tree stored in a o<huxiameng> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] tree_export
说明:这个程序是实现二叉树的输出,是数据结构的很好的应用和体现-This program is to achieve the output of a binary tree is a good application data structure and reflect<Roslynn> 在 2025-06-18 上传 | 大小:1kb | 下载:0