搜索资源列表
hfm
- 树形结构的应用 ——哈弗曼编码/译码1.程序的功能: 输入明文,通过统计不同字符出现的频率作为权值,生成哈弗曼树,并存于文件中;编码生成暗文,存于文件中;再由暗文生成明文,存于文件中。 2.输入输出的要求: 仅能输入英文字母作为明文,输出0、1组成的暗文。 3.测试数据: (1)asdjfas (2 ) dkfskjdfcijj (3 ) ovenmkjovi-1. Program features: input plaintext, t
tree
- 用树的应用模拟铁路查询功能。掌握图的邻接表的定义及应用,能够熟练使用邻接表。加强对map容器的理解,能够熟练使用map容器,复习集合和字典的相关知识。理解最短路径问题,并使用Dijkstra算法解决最短路径问题。掌握线形表的使用,并理解优先队列解决问题的过程。利用栈解决需要逆向输出的问题。 -Application of simulation using the tree railway inquiry function. Master graph adjacency list of def
DriveTree
- 有关树的程序,了解MFC中树的应用,可以对树的知识有更好的了解-Tree-related procedures, to understand the application of MFC in the tree, the tree of knowledge can have a better understanding of
bintree
- 一个关于二叉树应用的小程序,包括二叉树的建立,前中后遍历等操作-a program about bintree structure
clone
- 《clone模式在平衡排序二叉树实现中的应用》配套代码 -clone
j_14408_Text_CTreeBT_Demo
- VC仿QQ游戏大厅的树型展开菜单控件源码类别:编程源码 - C/C++授权语言:共享软件 - 简体中文应用平台:windows - 无数据库发布时间:2009-7-12 11:01:55更新时间:2009-7-12 11:01:-VC imitation QQ games hall tree expand the menu control source categories: Programming source code- C/C++ authorization language: Share
fangdaqi
- 树形网络结构中信号衰减,编程计算应在何处放置放大器,以保证信号保持强度.数据结构中"树"的相关应用-Tree network structure, signal attenuation, the programmer should it calculate where to place the amplifier in order to guarantee to maintain the signal strength. Data structure " tree" of re
avltr
- 二叉平衡树的C语言实现.数据结构中树的应用.自己编写的程序,做练习只用.供大家参考.-A balanced binary tree, C language. In a tree data structure applications. I have written a program to do the exercises only. For your reference.
trees
- 树和二叉树的自定义类的设计,树的应用。树和二叉树的自定义类的设计,树的应用。-Binary tree and the design of a custom class, tree applications. Binary tree and the design of a custom class, tree applications.
SimpleTree_src
- 通过应用OpenGL来实现一棵简单的树的生长过程-Through the application of OpenGL to achieve a simple tree growth process
HaffManTree
- 哈夫曼编码的C++实现,同样是数据结构中树的应用-Huffman coding C++, is also a tree data structure applications
erchashu
- 线索二叉树的应用,实现中序线索二叉树建立,实现自前向后和自后向前的递推遍历-typedef enum PointerTag
binary-tree
- 二叉树的简单应用,建立、遍历以及递归实现二叉树的应用-the binary tree
AIR
- 飞机场飞机停留,或者起飞,根据油量大小进行选择,是一个对排序二叉树的应用-Aircraft airfield stay or take off, be selected according to the size of the oil, is an application of the sort of binary tree
Huffman
- Huffman编码与译码 1.Huffman编码的算法,以及对一编码文件进行解码的算法 2.二叉树的应用 -Huffman encoding and decoding 1.Huffman coding algorithm, and the algorithm for decoding an encoded file 2. Application Binary Tree
cisxp
- 哈夫曼树的应用,很好的一个程序,希望大家喜欢呵呵,我会尽力上传好的东西的-Application of Huffman tree, a very good program, hope you like them ha ha, I will try to upload the good stuff
二叉树遍历
- 二叉树遍历(Traversal)是指沿着某条搜索路线,依次对树中每个结点均做一次且仅做一次访问。访问结点所做的操作依赖于具体的应用问 题。 遍历是二叉树上最重要的运算之一,是二叉树上进行其它运算之基础。(Two tree traversal (Traversal) refers to a search line, in turn, each node in the tree to do once, and only a visit. The operation of the access nod
基于小波域隐马尔科夫树的图像分割
- 有助于了解小波域隐马尔科夫树在图像分割中的具体应用(It is helpful to understand the application of Wavelet Domain Hidden Markov tree in image segmentation)
dtcwt_toolbox4_3
- 针对小波变换在信号处理中的不足,提出了 双树复小波变换的方法信号进行处理,特别是对心电和脑电信号的去躁处理,最后和小波变换比较。(In view of the deficiency of wavelet transform in signal processing, a dual tree complex wavelet transform method is proposed to deal with the signal, especially for the ECG and EEG sig
4、二叉树的应用
- 在计算机科学中,二叉树是每个节点最多有两个子树的树结构。本程序能够实现二叉树的创建、先序、中序、后序、层次遍历、计算高度等功能。(In computer science, a two tree is a tree structure with two subtrees at each node. This program can realize the creation of two binary tree, first order, middle order, backward order,
