搜索资源列表
HUFFMAN
- 哈夫曼树的建立源代码。。。 共享给各位啦-Huffman tree to establish the source code. . . Sharing to Members啦
Data-Structure
- 自己做的数据结构实验题(合并链表,huffman tree,表达式求值)-Own data structure experiment title (combined list, huffman tree, the expression evaluator)
hafuman2
- 此霍夫曼编码可根据自己输入的字符集及频度构建霍夫曼树,利用建好的哈夫曼树生成哈夫曼编码.-This Huffman code can be entered in accordance with their own character set and the frequency of Huffman tree constructed using built Huffman tree generated Huffman.
huffman
- 一份huff_tc.c,只能在tc下运行,因为加入了用tc图形界面直观画出树形的代码。一份是huff_vc.c,是在vc和tc下都能运行的程序,没有直观表达编码的树形结构。 [目的] 构建所输入符号(及权值)的哈夫曼树,并利用该树求出各符号的编码,深入理解最优二叉树的概念及其特性。 [问题描述] 读入各个符号及其权值,求各符号的哈夫曼编码。 [基本要求] (1)读入各个符号及其权值,建立哈夫曼树; (2)利用建立的哈夫曼树对各符号进行编码,输出编码结果。 [
huffman-src
- Generate a Huffman Tree for an input String.
huffmantree
- 用C++实现的霍夫曼树,在学习数据结构时很有用,可以用来参考-With C++ implementation Huffman tree, in learning the data structure is useful and can be used for reference
Huffman
- 构造自适应霍夫曼树实现文件的压缩与解压缩。-Adaptive Huffman tree structure for file compression and decompression.
huffman
- this is a huffman tr-huffman tree
huffman
- huffman编码 图像压缩 RLE编码 建立哈夫曼树及遍历哈夫曼树的MATLAB程序-huffman coding image compression coding to establish Huffman and RLE Huffman tree traversal MATLAB program
Huffman
- Huffman树压缩解压,用C++写的,希望能帮助大家-Huffman tree compression decompression, written with C++, hope to help you
Huffman-tree
- How to construct huffman tr-How to construct huffman tree
Huffman
- 通过c++实现huffman树的数据结构-huffman tree
Huffman-tree-and-its-application-
- 第三节哈夫曼树及其应用,主要介绍哈夫曼树及其构造过程-Section Huffman tree and its applications, introduces the Huffman tree and its construction process
Huffman-tree
- 哈夫曼树( Huffman )又称最优二叉树,是一类带权路径长度最短的树,有着广泛的应用。-Huffman tree (Huffman), also known as the best binary tree is a class of weighted path length of the shortest tree, with a wide range of applications.
Huffman-tree-application-yang
- 哈夫曼树,讲课比赛课件,供大家参考,倾力奉献-Huffman tree, lectures competition courseware for your reference, dedicated effort
huffman-tree
- 数据结构实验,C语言写的哈夫曼树编码器和译码器-Experimental data structures, C language to write the Huffman tree encoder and decoder
Huffman-tree
- 利用静态链表建立赫夫曼树,建树过程中左子树权值小于右子树权值,求各结点的编码。叶子结点的个数n及结点值由键盘录入-Using static linked list to establish a Huffman tree, set during the process of weight less than the right subtree subtree weights, and each node coding. Leaf node of the number N and node valu
huffman-tree
- 赫夫曼树的c++程序,适用于本科c++初学者-huffman tree
Huffman-tree-coding
- 这是一个有关于哈夫曼树编码,用C编写的一个程序-This is a Huffman tree code, written in C program
Huffman-tree
- 哈夫曼树的构建,遍历,编码,及求加权路径,代码简单修改方便-Construction, Huffman tree traversal, coding, and compute the weighted path, code simple and easy to modify