搜索资源列表
bintree
- 二叉树的实现遍历 添加 删除 可以实现tree的自动平衡~ -tree you can do that like this!
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