搜索资源列表
4feidiguisuanfa
- 遍历二叉树的4个非递归算法 vc编程基础,学生作业-binary tree traversal of the four non - recursive algorithm vc based programming, students work
TreeCtrlUse
- evc开发的ppc环境下的动态树控件的生成与检索,包括节点编码规则和遍历算法。
网树菜单:最简便的嵌入式系统LCD显示界面设计
- 形成网树菜单,最简便的嵌入式系统LCD显示界面设计,每一个菜单项有上下左右4个指针,遍历菜单非常方便
LevelOrderTraverse
- 在链式存储结构条件下实现层次遍历二叉树的各个节点的操作。-Storage structure in the chain under the conditions of the various node-level binary tree traversal operation.
bintree
- 二叉树的实现遍历 添加 删除 可以实现tree的自动平衡~ -tree you can do that like this!
1
- 建立一颗用二叉链表方式存储的二叉树,并对其遍历,打印输出遍历结果。-The establishment of a list with the 2 fork stored in a binary tree, and its traverse, traverse the results printout.
SDLTree
- 动态链表存储的树的c++代码实现 树的三种遍历的c++代码实现-Dynamic list stored in the tree c++ code to achieve the three kinds of tree traversal of the c++ code to achieve the
MCU_LCD_menu
- 形成网树菜单,最简便的嵌入式系统LCD显示界面设计,每一个菜单项有上下左右4个指针,遍历菜单非常方便 -The formation of net tree menu, the most convenient LCD display interface for embedded system design, each menu item has four pointers up and down, very easy to traverse the menu.
balance_binary_tree
- 创建平衡二叉树,层次遍历平衡二叉树,计算平衡二叉树的树高。-Create a balanced binary tree, the level traversal balanced binary computing balanced binary tree.
tree
- 实现树的建立,前序中须后续三种遍历,计算总节点数,叶子节点数,树深度等-To achieve the establishment of the tree, the preamble to be the subsequent three kinds of traversal, calculating the total number of nodes, leaf nodes, the tree depth
Temperature-Sensor-DS18B20
- 数字式 单线总线 温度传感器 DS18B20 官方文档,前期Dallas版本,后期MAXIM版本,中文翻译版本。 单线总线二叉树遍历寻址暂时没有翻译上,仅提供了C源码。 -DS18B20 Official Datasheet and Programming Manual Chinese Version that Translated from the offical paper More information, Please access the C source code
InOrderThreadBiTree-(2)
- 手动输入各个结点建立二叉树(递归) ,普通二叉树的先序和后序遍历(递归),中序线索化(递归), 线索二叉树的先序和中序遍历(递归),线索二叉树的中序遍历(非栈、非递归), 层次遍历(使用队列),销毁整棵二叉树(递归)-Manually enter each node to build a binary tree (recursively), common binary tree inorder and postorder traversal (recursive), the sequence
tree
- 数据结构难点,树,实现树的前序中序后序遍历,对初学数据结构很有启发-Data structure difficulty, tree, tree realize after preorder preamble sequence, the data structure is very enlightening for beginners
erchashuquan
- 一个二叉树代码主要是二叉树的生成、插入、删除和遍历-A great code
