文件名称:tree
介绍说明--下载内容均来自于网络,请自行研究使用
数据结构树的演示程序,包括等价类合并、二叉树基本操作的实现、哈夫曼树、线索二叉树、前、中缀二叉树、表达式求值等程序。-
The tree data structure demo program, including the equivalence class combination, two tree basic operations to achieve Huffman tree, binary tree, two clues, and two binary tree, infix expression uation procedures.
The tree data structure demo program, including the equivalence class combination, two tree basic operations to achieve Huffman tree, binary tree, two clues, and two binary tree, infix expression uation procedures.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
树型结构程序示例\二叉树基本操作的实现\BinaryTree.h
................\....................\bitree.cpp
................\....................\bitree.exe
................\哈夫曼树\f1.dat
................\........\f2.dat
................\........\HCnode.h
................\........\HTnode.h
................\........\HuffmanCoder.h
................\........\HuffmanTree.h
................\........\哈夫曼树.cpp
................\........\哈夫曼树.exe
................\应用前缀、中缀建二叉树实现表达式求值\BinaryExpTree.h
................\....................................\表达式求值.cpp
................\....................................\表达式求值.exe
................\....栈建二叉树实现表达式求值\BinaryTree.h
................\............................\SqStack.h
................\............................\表达式求值.cpp
................\............................\表达式求值.exe
................\等价类合并\MEset.h
................\..........\PTnode.h
................\..........\等价类合并.cpp
................\..........\等价类合并.exe
................\线索二叉树\BinarythrTree.h
................\..........\SqStack.h
................\..........\线索二叉树演示.cpp
................\..........\线索二叉树演示.exe
................\二叉树基本操作的实现
................\哈夫曼树
................\应用前缀、中缀建二叉树实现表达式求值
................\应用栈建二叉树实现表达式求值
................\等价类合并
................\线索二叉树
树型结构程序示例