搜索资源列表
-
0下载:
来有人提出了一种动态的哈夫曼编码方法。动态哈夫曼编码使用一棵动态变化的哈夫曼树,对第t+1个字符的编码是根据原始数据中前t个字符得到的哈夫曼树来进行的,编码和解码使用相同的初始哈夫曼树,每处理完一个字符,编码和解码使用相同的方法修改哈夫曼树,所以-was raised to a dynamic Huffman coding method. Dynamic Huffman coding using a dynamic changes in the Huffman tree for the firs
-
-
0下载:
根据对二叉树知识的理解,实现对最优二叉树哈夫曼树的构造,遍历,然后实现编码,译码的功能,结果保存到文件中.
输入要进行编码的字符段,统计对字符的出现次数即为权值,根据权值建立哈夫曼树,由哈夫曼树可得到各字符的编码,反过来可得数字译码,保存到文件中
-Based on a binary tree of knowledge of understanding, to achieve the optimal Huffman tree binary tree structure, traverse
-
-
0下载:
哈夫曼编码的实现与解析
基于二叉树技术的搜索 遍历-Huffman coding with the analytical technique based on the binary tree search traversal
-
-
0下载:
哈弗曼树
基于哈夫曼编码的数据压缩/解压程序-Huffman coding tree哈弗曼based on the data compression/decompression process
-
-
0下载:
基于VC++6.0的JPEG压缩编码 有自己编写的Huffman查表 写jpeg文件等函数.可以完成标准256*256图的bmp到jpg的压缩,其生成的jpg图片可以用画图软件打开.暂时未完成像素没有16对齐的图片压缩.-VC++6.0 based on the JPEG compression Huffman coding which has its own look-up table prepared to write jpeg files, and so function Can comp
-
-
0下载:
自己编的基于霍夫曼编码以及解码的程序,供大家分享-Own compilation based on Huffman coding and decoding procedures for share
-
-
0下载:
实现基于Huffman编码的压缩和解压缩算法-Based on Huffman coding to achieve compression and decompression algorithms
-
-
0下载:
自动构建霍夫曼树,可以根据输入自动构建霍夫曼树并生成相应的霍夫曼编码,本源码执行速度快。-Automatic Construction of Huffman tree can be automatically constructed based on the input and generate a corresponding Huffman tree, Huffman coding, the source execution speed.
-
-
0下载:
哈夫曼编码(Huffman Coding)是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。uffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码。
-Huffman coding (Huffman Coding) is an encoding, Huffman coding is a variable word length coding (VLC) of the kind. uffm
-
-
1下载:
基于MATLAB的霍夫曼编码及解码源代码,可用于通信系统的MATLAB仿真-MATLAB simulation based on MATLAB Huffman coding and decoding source code can be used for the communication system
-
-
0下载:
基于Huffman编码的压缩解压程序,包括Huffman树的建立,Huffman编码的生成,二进制编码文件的生成以及后续的压、解压过程。-Based on Huffman coding compression decompression procedures, including Huffman tree establishment, Huffman coding generation, binary code file generation and subsequent compression
-
-
0下载:
设计一个完整的,基于霍夫曼编码的压缩解压软件包,并用适当的文本来检查-Design a complete, based on Huffman coding compression decompression software packages and to check with the appropriate text
-
-
0下载:
基于MFC的HUFFMAN编码,visual c-MFC-based HUFFMAN coding, visual c++
-
-
0下载:
哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。-Huffman coding (Huffman Coding), also known as Huffman coding is an encoding, Huffman coding is a var
-
-
0下载:
哈夫曼编码。霍夫曼编码被广泛使用的一种非常有效的编码方法,用于数据文件的压缩。基于字符的频率进行编码。出现频率高的字符的编码较短,出现频率较低的字符的编码较长。
-Huffman coding. Huffman coding is widely used in a very efficient coding method data file compression. Huffman coding algorithm based on the frequency of characters a
-
-
0下载:
基于C++和MFC的哈夫曼编码压缩软件的实现,-Based C++ and MFC Huffman coding compression software implementation,
-
-
0下载:
哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。(Huffman encoding (Huffman Coding), also known as Hoffman encoding, is a coding method, and Huffman en
-
-
0下载:
哈夫曼编码,基于树形结构自顶向下的编码方式(Huffman coding based on tree structure from top to bottom)
-
-
0下载:
该程序基于C语言,采用Huffman编码的方式,对一个文档中的文字内容进行压缩。(The program is based on the C language and uses Huffman coding to compress the text content in a document.)
-
-
0下载:
huffman coding based adaptive spatial modulation
-