-
java客房管理系统
java客房管理系统-java客房管理系统!!!!!!!!!!
- 2022-09-16 05:15:03下载
- 积分:1
-
使用VC编写的线性表程序,简单明了,方便使用
使用VC编写的线性表程序,简单明了,方便使用-Written in linear form using the VC program, simple and clear, easy to use
- 2023-04-08 04:30:03下载
- 积分:1
-
POJ 2271
POJ 2271的己AC代码...不信你可以自己试试.-POJ 2271
- 2023-04-22 16:50:03下载
- 积分:1
-
1. 输入字符序列,建立二叉链表。
2. 中序遍历二叉树:递归算法。
3. 中序遍历二叉树:非递归算法。
4. 求二叉树的高度。
5. 球二叉树...
1. 输入字符序列,建立二叉链表。
2. 中序遍历二叉树:递归算法。
3. 中序遍历二叉树:非递归算法。
4. 求二叉树的高度。
5. 球二叉树的叶子个数。
6. 将二叉链表视为森林的孩子兄弟链表,计算森林中叶子个数。
7. 建立中序线索二叉树,并实现中序遍历。
8. 借助队列实现线索二叉树的层次遍历。
-tree
- 2023-08-08 22:45:03下载
- 积分:1
-
完成数据结构的最小生成树,程序很实用,不需要修改!
完成数据结构的最小生成树,程序很实用,不需要修改!-The completion of the minimum spanning tree data structure, the program is very useful, do not need to change!
- 2022-06-03 05:48:59下载
- 积分:1
-
libgist是广义的搜索树的一种实现,模板索引结构。
Libgist is an implementation of the Generalized Search Tree, a template index structure that makes it easy to implement any type of hierarchical access method (AM).
-Libgist is an implementation of the Generalized Search Tree, a template index structure that makes it easy to implement any type of hierarchical access method (AM).
- 2022-03-25 06:12:32下载
- 积分:1
-
嵌入式数据库,在嵌入式平台上实现数据库功能,没有数据引擎,符合sql92标准...
嵌入式数据库,在嵌入式平台上实现数据库功能,没有数据引擎,符合sql92标准-embedded database, the embedded platform database functions, data engines, in line with standard sql92
- 2022-10-19 13:50:04下载
- 积分:1
-
大三计算机的数据结构的 c++ 所用的 头文件
大三计算机的数据结构的 c++ 所用的 头文件-junior computer data structure used by the c in the first paper
- 2023-03-30 12:25:03下载
- 积分:1
-
1.[问题描述]
编写递归算法,计算二叉树中叶子结点的数目
[输入]
按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g ....
1.[问题描述]
编写递归算法,计算二叉树中叶子结点的数目
[输入]
按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g .
[输出]
按中序序列输出,输出的结果为;dbheaficg并计算出二叉树中叶子结点的数目为4
[存储结构]
采用二叉表存储
[算法的基本思想]
采用递归方法建立和遍历二叉树。首先建立二叉树的根结点,然后建立其左右子树,直到空子树为止,中序遍历二叉树时,先遍厉左子树,后遍厉右子树,最后访问根结点。根据左右子树的最后一个结点计算出二叉树中叶子结点的数目。
程序如下:
#include
#include
#include"stdlib.h" -1. [Description of the issue] to prepare recursive algorithm, Binary calculation leaves the number of nodes [imported] in accordance with the first order input sequence in the order of the node contents. Input abd eh i g cf. [Output] by the order sequence output, the results of the output; dbheaficg calculated Binary leaf node to the number four [storage structure] Table 2 forks storage [ The basic idea algorithm] recursive method and traverse binary tree. First established binary tree root node, and then to build their son around the tree, the tree until the loopholes, which preorder binary tree, Li first times the left sub-tree, right af
- 2023-08-31 16:00:04下载
- 积分:1
-
VB+proteus+keil c 文件是电压检测系统
VB+proteus+keil c 文件是电压检测系统
-VB+ proteus+ keil c are voltage detection system
- 2022-04-29 10:59:13下载
- 积分:1