Welcome![Sign In][Sign Up]
Location:
Search - Huffman ENCODE DECODE

Search list

[Other resourceHUF0000

Description: 霍夫曼算法编码、解压encode\\decode-Huffman coding algorithm, unpacked encode \\ decode
Platform: | Size: 10564 | Author: @_@ | Hits:

[Other resourceHuffman

Description: 迄今为止见过的最方便的huffman编码,效率很高 一个外国人写的,很具有研究价值 Constructing a Huffman Tree according to the number of times each symbol appears in the data stream: 1) Create an array of N nodes, representing N possible symbols (ranging between 0 and N-1). 2) Set the value of each node to the number of times that its symbol appears in the data stream. 3) Create a Minimum-Heap of N nodes. 4) Add every node whose value is greater than zero to the heap. 5) Extract the best two nodes in the heap. 6) Create a parent node whose children are the two extracted nodes. 7) Add the parent node to the heap. 8) Repeat the previous three steps N-1 times (until only 1 node remains in the heap). 9) Extract the last node in the heap. The array created in the first step stores the leaves of the tree, and is used in order to encode the data stream. The node extracted in the last step is in fact the root of the tree, and is used in order to decode the data stream.
Platform: | Size: 17786 | Author: 游弋人生 | Hits:

[Data structsHUF0000

Description: 霍夫曼算法编码、解压encode\decode-Huffman coding algorithm, unpacked encode \ decode
Platform: | Size: 10240 | Author: @_@ | Hits:

[Compress-Decompress algrithmshuffman_code

Description: huffman编码. 把一个英文字母,空格,句号.一共有28个 character. 先求每个字符出现的频率. 然后用频率对这个文件进行哈夫曼编码. 然后再进行解码. 运行的时候需要在VC++ 工程->设置->调试->程序变量里加E:\sample.txt E:\encode.txt E:\decode.txt 然后把英文文件放到E盘里.名叫samole.txt, 还有在E里新件2个txt文件.名叫encode.txt,decode.txt. 编码后的二进制save到encode.txt,解码后的英文字符save到decode.txt了.-Huffman coding. One English letters, spaces, full stop. A total of 28 character. Every character in first seeking the frequency. Then the frequency of text pieces for Huffman coding. then decode. When running in VC-
Platform: | Size: 2048 | Author: | Hits:

[OtherHuffman

Description: 哈夫曼编码/译码器,可以对文字进行编码和译码,对文件进行加密和解密-Huffman encoding/decoding, and can encode and decode text on the document for encryption and decryption
Platform: | Size: 2048 | Author: 杨小强 | Hits:

[3D GraphicHuffman

Description: 迄今为止见过的最方便的huffman编码,效率很高 一个外国人写的,很具有研究价值 Constructing a Huffman Tree according to the number of times each symbol appears in the data stream: 1) Create an array of N nodes, representing N possible symbols (ranging between 0 and N-1). 2) Set the value of each node to the number of times that its symbol appears in the data stream. 3) Create a Minimum-Heap of N nodes. 4) Add every node whose value is greater than zero to the heap. 5) Extract the best two nodes in the heap. 6) Create a parent node whose children are the two extracted nodes. 7) Add the parent node to the heap. 8) Repeat the previous three steps N-1 times (until only 1 node remains in the heap). 9) Extract the last node in the heap. The array created in the first step stores the leaves of the tree, and is used in order to encode the data stream. The node extracted in the last step is in fact the root of the tree, and is used in order to decode the data stream.-So far seen the most convenient huffman coding, efficient write a foreigner, I have research value Constructing a Huffman Tree according to the number of times each symbol appears in the data stream: 1) Create an array of N nodes , representing N possible symbols (ranging between 0 and N-1) .2) Set the value of each node to the number of times that its symbol appears in the data stream.3) Create a Minimum-Heap of N nodes.4) Add every node whose value is greater than zero to the heap.5) Extract the best two nodes in the heap.6) Create a parent node whose children are the two extracted nodes.7) Add the parent node to the heap.8) Repeat the previous three steps N-1 times (until only 1 node remains in the heap) .9) Extract the last node in the heap.The array created in the first step stores the leaves of the tree, and is used in order to encode the data stream.The node extracted in the last step is in fact the root of the tree, and is used in order to decode the data stream.
Platform: | Size: 17408 | Author: 游弋人生 | Hits:

[Compress-Decompress algrithmshuffmanprogram

Description: 用matlab软件实现图像的编码和解码,并对解压后的图像是否失真进行测试,采用的算法是huffman算法,经调试无误后上传-Matlab software used to encode and decode images and extract the image to test whether the distortion using the algorithm is huffman algorithm, after the upload through debugging correct
Platform: | Size: 4096 | Author: 李添翼 | Hits:

[Othershujujiegou

Description: 已知某系统设计哈夫曼编码,利用哈夫曼编码进行通信。为信息收发站编写一个哈夫曼码的编/译码系统。-A system design known Huffman encoding, the use of Huffman coding to communicate. Information hubs for the preparation of a Huffman code to encode/decode system.
Platform: | Size: 19456 | Author: 柯可 | Hits:

[Windows DevelopHuffmanencoderdecoder

Description: 在发送端通过一个编码系统对待传输数据编码. 在接收端将传来的数据进行译码. 一个完整的系统应具有以下功能: (1)初始化.从终端读入字符集大小,以及字符和权值,建立 哈夫曼树,并保存. (2)编码.利用以建好的哈夫曼树对正文进行编码,然后保存. (3)译码.利用已建好的哈夫曼树将文件中的代码进行译码,结果打印出来. -At the sending end through a coding system for encoding transmit data treatment. Will be heard in the receiver to decode the data. A complete system should have the following functions: (1) initialization. Read from the terminal character set size, as well as the characters and the right values, the establishment of Huffman trees, and save. (2) coding. used to build the Huffman tree to encode the text and then save it. (3) decoding. the use of the Huffman tree has been built will document the code decoding, the results print out.
Platform: | Size: 3072 | Author: | Hits:

[JSP/Javahfmtree

Description: 哈夫曼树最优搜索算法。欢迎使用haffman编/译码程序,本程序是对报文进行---①编码 ②译码 ③ 打印等 ,让我们开始吧-Optimal Huffman tree search algorithm. Welcome to haffman encode/decode process, the procedure is carried out packet decoding--- ① ② ③ encoding Print, etc. Let' s get started!!
Platform: | Size: 2048 | Author: 写风 | Hits:

[Graph programHuffman

Description: 基于VC++6.0,利用哈夫曼编码对BMP图像进行编码并储存为*.huf格式的文件,同时也可对*.huf格式的文件进行解码,储存为*.bmp格式的图像-Based on VC++6.0, the use of Huffman coding to encode the image of BMP and saved as*. huf format, but also right*. huf decode the file format, stored as a*. bmp format images
Platform: | Size: 3712000 | Author: ft5272633 | Hits:

[Windows Develophfm

Description: 程序功能:建立哈夫曼树,对哈夫曼树进行编码译码显示码文和用凹入法显示哈夫曼树。-Program features: the establishment of Huffman tree, the tree of the Huffman code to encode decode display text and the use of indentation method showed Huffman.
Platform: | Size: 4096 | Author: chenjin | Hits:

[Special EffectsHuffman

Description: 实现Huffman编码,用于图像的处理,或者是信息传输中的数据压缩,减少存储容量-to complish huffman code into encode,decode.and tanslatate many l etters into many"0 or 1"to decrease the space.may you good luck!
Platform: | Size: 74752 | Author: nicholas | Hits:

[matlabhuffman_encode_and_decode

Description: 自己总结的huffman编解码,其中的源程序对从文件读取的数据进行霍夫曼编码,程序通过了验证-Huffman encode decode
Platform: | Size: 13312 | Author: 张星 | Hits:

[Compress-Decompress algrithmshuffman

Description: huffman编码,可以实现编码,解码,打印代码文件功能-huffman encoding, can encode, decode, print the code file function
Platform: | Size: 1017856 | Author: sixmore | Hits:

[matlabhuffman-code

Description: 霍夫曼编解码程序,仿真了huffman编码和解码-huffman encode decode
Platform: | Size: 16384 | Author: 张静文 | Hits:

[Compress-Decompress algrithmsHuffman-encode-and-decode

Description: huffman 编码和解码, 它详细的写出了编解码的过程, 有助于你的学习哦-huffman encode and decode
Platform: | Size: 17408 | Author: zz | Hits:

[Special Effectshuffman

Description: 利用霍夫曼编码对图像进行编码及解码,计算霍夫曼编码效率-huffman encode and decode
Platform: | Size: 1024 | Author: Ji Tong | Hits:

[Compress-Decompress algrithmsHuffmanCode

Description: 包含了哈夫曼编码与解码的源码,用codeblocks环境编译(Huffman encode and decode)
Platform: | Size: 246784 | Author: vfv | Hits:

[Compress-Decompress algrithmshuffman

Description: 霍夫曼编码的压缩解压,获得码长方法是moffat法。(The encode and decode with huffman code.)
Platform: | Size: 2048 | Author: 圆圆16138 | Hits:
« 12 3 »

CodeBus www.codebus.net