搜索资源列表
Bitree
- huffman编码译码程序一个很好的例子
Huffman
- Huffman 编码 对文件的读入然后根据内容进行编码然后译码
Huffman
- 用Huffman编码进行的加密,解密程序
12008234567
- [数据结构]第五次作业:huffman编码及其译码(一)收藏 新一篇: [数据结构]第五次作业:huffman编码及其译码(二)
Huffman_Tree_Create
- 根据huffman编码原理的带有接口的程序,可以很好的添加到其他的程序中
ZIP_ACT解压缩控件
- 用霍夫曼编码方式来压缩文件的源码,压缩率虽然不如ZIP高,但却是一种很好的保密方式-Huffman coding used to compress the source, compressed ZIP rate, although not as high, but it is a good confidence
Huffman
- 哈夫曼编码解码以及文档资料和Makefile文件。-Huffman decoding, as well as document information and Makefile files.
haffuman
- 通过huffman编码对文件进行压缩 可以处理汉字 包括了解压过程-Huffman coding through compression of the files can handle Chinese characters, including the decompression process
huffman
- 哈弗曼编码译码:利用哈夫曼树编码进行通信可以大大提高通信利用率,所的信息传输时间,降低传输成本。者要求在发送端通过一个编码系统对待传数需预先编码,在接收端将传来的数据进行一马复原。对于双工信道,每端都需要一个完整的编码译码系统。-huffman code
Huffman
- Huffman编码 visual c++ 实现编码以及生成哈夫曼树-Huffman coding to achieve visual c++ code and generate Huffman
huffman
- Huffman编码软件实现 (1)输入:信源符号个数r、信源的概率分布P; (2)输出:每个信源符号对应的Huffman编码的码字。 -huffamn code
Huffman
- 这是一个关于霍夫曼编码与解码的c语言程序,功能强大,且使用-This is a Huffman encoding and decoding on the c-language program, powerful, and the use of
huffman
- 包含有统计字符串中各个字符的个数,冒泡升序排序,求huffman编码-Contains statistical string of different characters in number, bubbling ascending order, for Huffman coding
Huffman-
- 本程序通过C++实现了huffman 编码,-The program through C++ huffman coding
Hoffman
- huffman编码解码源程序,自己编的,可以读取txt文档,然后进行编码解码-Huffman encoding and decoding source, their series, you can read txt files, then codec
huffman
- huffman编码的讲解以及代码实现,十分详细的,欢迎下载-huffman coding explanation and code, very detailed, welcome to download
huffman
- 根据huffman编码的原理实现文件的压缩与解压。C语言编写。使用时输入源文件与目标文件路径即可。-According to the principle of huffman encoding for file compression and decompression. C language, hoping to be helpful.
huffman5
- 动态演示HUFFMAN树的生成过程,并且进行对huffman编码。MFC编写-Dynamic presentation HUFFMAN tree generation process, and carry on huffman coding. MFC prepared
Huffman
- 哈弗曼编码,输入数据后可计算权重.例如,输入11122233334,可得到权重为1,2,3,4 的权重分别为3,3,3,1-the code of Huffman Tree ,this code can compute the weight of you input data
huffman
- 通过本程序实现图像的huffman编码加密解密以及解码。以及运行结果的输出-Through this program achieve the image encryption and decryption huffman encoding and decoding. And output the results of