搜索资源列表
HuffmanTwoTree
- 实现数据的压缩,演示Huffman二叉树的应用。虽然压缩效果不如rar等,但是作为一种算法,具有可借鉴的价值。-data compression, presentations Huffman binary tree applications. Although not rar compression, but as an algorithm that can draw is the value.
binarytree
- 树与二叉树的算法,包括转换,数据结构-binarytree
aglo7-1
- 二叉树的基本算法。(1) 输出二叉树B; (2) 输出二叉树B的深度; (3) 输出H结点的左、右孩子结点值; (4) 输出二叉树B的宽度; (5) 输出二叉树B的结点个数; 输出二叉树B的叶子结点个数 -The basic algorithm for binary tree。(1) output binary tree B (2) The output of a binary tree B of depth (3) The output of H nodes
two
- 建立一棵二叉树,并对其进行遍历(先序、中序、后序),打印输出遍历结果。 从键盘接受输入(先序),以二叉链表作为存储结构,建立二叉树(以先序来建立),并采用递归算法对其进行遍历(先序、中序、后序),将遍历结果打印输出-Create a binary tree, and traverse the results of its traversal (preorder, inorder, postorder), print output. Accept input from the keyboard (
adaboost
- 以二叉树作为弱分类器的adaboost的matlab算法代码-Binary tree as weak classifier adaboost matlab algorithm code
ECSBL
- C语言二叉树遍历,数据结构C语言描述,很简单的算法和代码-C language binary tree traversal
exam9-4
- 实现二叉树的基本算法,并在此基础上,完成某些功能-The basic binary tree algorithm, and on this basis, to complete certain functions