Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - huffman txt
Search - huffman txt - List
Huffman编解码器的模拟实现 应用Huffman算法实现模拟编解码器,程序实现对输入的一篇英文文章(以 .txt文件读入),输出Huffman 码流(以 .txt文件输出),最好能实现译码过程。程序语言可以选用C、 VC或C++。-Huffman CODECs the simulation application Huffman algorithm simulation codecs, Programming on the importation of an article in English (. txt file income), Huffman code stream output (. txt files output), it would be desirable to achieve decoding process. The choice of programming language C, or C VC.
Update : 2025-02-19 Size : 183kb Publisher : 吉尔

静态的哈夫曼编码,从file.txt文件中读取字符,统计,并编码,输出到huffman-u.txt中-Static Huffman coding, the document read from file.txt characters, statistics, and coding, the output of the huffman-u.txt
Update : 2025-02-19 Size : 4kb Publisher : 陈文杰

哈夫曼编码的源程序,可以使用txt文件进行输入,并且输出到txt文件中。并且可以实现书结构的显示。-Huffman coding of source, you can use the txt file for input and output to txt file. Structure and can realize the book display.
Update : 2025-02-19 Size : 291kb Publisher : ligengyu

matlab实现huffman编码 1. norm2huff.m (encoder function) 2. huff2norm.m (decoder function) 3. frequency.m (private function) 4. huffcodes2bin.m (binary rapresentation of huffman codes) 5. huffman_bench1.m (benchmark) 6. huffman_demo1.m (demo file) 7. huffman_demo2.m (demo file) 8. huffman_test1.m (test file) 9. huffman_test2.m (test file) 10. huffman_docs.zip (documentation) 11. Disclamer.txt (this is the disclamer)-huffman coding matlab realize 1. norm2huff.m (encoder function) 2. huff2norm.m (decoder function) 3. frequency.m (private function) 4. huffcodes2bin.m (binary rapresentation of huffman codes) 5. huffman_bench1.m (benchmark ) 6. huffman_demo1.m (demo file) 7. huffman_demo2.m (demo file) 8. huffman_test1.m (test file) 9. huffman_test2.m (test file) 10. huffman_docs.zip (documentation) 11. Disclamer.txt (this is the disclamer)
Update : 2025-02-19 Size : 19kb Publisher : lindajillduan

DL : 0
设计一个哈夫曼编码/译码系统,对一个文本文件中的字符进行哈夫曼编码,生成编码文件(压缩文件,后缀名.cod); 反过来,可将一个压缩文件译码还原成一个文本文件(.txt)。-The design of a Huffman encoding/decoding system, to a text file of characters Huffman encoding, to generate encoded file (compressed file name suffix. Cod) in turn, can restore a compressed file into a decoder text file (. txt).
Update : 2025-02-19 Size : 7kb Publisher : haitty1009

DL : 0
matlab 实现对整篇文章进行huffman压缩编码的源程序-matlab achieve whole article to the source huffman coding
Update : 2025-02-19 Size : 2kb Publisher : chenhao

从TXT文件读入字符建立哈夫曼树,编码结果在txt文件输出,从txt文件读出编码,译成字符-TXT file read from the character-building Huffman tree coding results in txt file output from the txt file to read out the codes, to the characters
Update : 2025-02-19 Size : 2kb Publisher : 张琳

实现huffman算法的编码与解码,先要建立hufstr.txt作为字符串的输入-The realization of huffman encoding and decoding algorithm, we must establish hufstr.txt input as a string
Update : 2025-02-19 Size : 934kb Publisher : 雪峰

huffman树的基本实现. 利用读取TXT文件统计产生huffman树,从而对TXT文件进行压缩和解压.-huffman tree realize. the use of statistics to read TXT file generated huffman tree, thus TXT file compression and decompression.
Update : 2025-02-19 Size : 9kb Publisher : 嘟嘟

模拟霍夫曼树算法过程,在相同目录下建立一个有数据的TXT文件,然后按提示运行-Huffman tree algorithm simulation process, in the same directory data to create a TXT file, and then follow the prompts to run
Update : 2025-02-19 Size : 5kb Publisher : 吴平波

c版本,Huffman编解码算法演示,其中输入的测试文件可自定以一两句的英文txt文件-c version, Huffman decoding algorithm for demonstration
Update : 2025-02-19 Size : 5kb Publisher : James

This file encode a txt file with the Huffman algorithms. It also reconstruct it.
Update : 2025-02-19 Size : 228kb Publisher : Amit Adoni

DL : 0
该仿真程序采用2个码元联合编码的方式对信源数据进行Huffman编码,最后给出了联合编码和单个码元编码以及定长编码的对比分析,并将编码的二进制数据和解码的数据输出为文本文件hcode.txt及hdecode.txt。-matlab
Update : 2025-02-19 Size : 19kb Publisher : xiaonaughty

实现简单赫夫曼编码,对简单的txt文件进行编译和统计-To achieve a simple Huffman coding, to compile a simple txt file and statistics
Update : 2025-02-19 Size : 3kb Publisher : 许文举

DL : 0
对MATLAB软件中已经存在的Shannon.txt文档进行霍夫曼编码,检测霍夫曼编码的编码速率。-On the MATLAB software that already exists Shannon.txt documents Huffman coding, the encoding rate of detection of Huffman coding.
Update : 2025-02-19 Size : 7kb Publisher : 史锁兰

DL : 0
对给定的txt文件进行Huffman编码和解码,并加以分析,采用无记忆信源编码方式-For a given txt files Huffman encoding and decoding, and analyzed, using non-memory source coding method
Update : 2025-02-19 Size : 6kb Publisher : julia

huffman coding for text
Update : 2025-02-19 Size : 5kb Publisher : sapphire

基于Huffman树的压缩文件及解压文件源代码,可压缩txt,图片,音频等,但txt格式压缩率较高,其他格式压缩不明显(Huffman tree based compressed files and decompression file source code, compressed TXT, pictures, audio, etc., but TXT format compression rate is higher, other formats are not obvious compression)
Update : 2025-02-19 Size : 1.62mb Publisher : 岚爻

可以实现将txt文件进行huffman编码压缩(Txt files can be compressed by Huffman encoding)
Update : 2025-02-19 Size : 1kb Publisher : MaybeSilent

基于赫夫曼树的压缩算法 二进制读入文件,对txt有较好压缩效果,而对MP4、pdf等已经被处理过的文件格式效果不不明显。但是是初学者很好的学习资料。(The compression algorithm based on Huffman tree Binary read into the file, TXT has a better compression effect, and MP4, PDF has been processed file format effect is not not obvious. But it's a good learning material for beginners.)
Update : 2025-02-19 Size : 765kb Publisher : 絮缘
« 12 3 4 5 6 7 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.