搜索资源列表
zlib-1.2.2
- zlib 1.2.2 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt (zlib format), r
15458462587421556
- 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 Eng
BuildHeapHeapify
- 堆排序——BuildHeap和Heapify函数的实现.txt-Heap Sort -- BuildHeap Heapify function and the realization. Txt
huffman_code
- huffman编码. 把一个英文字母,空格,句号.一共有28个 character. 先求每个字符出现的频率. 然后用频率对这个文件进行哈夫曼编码. 然后再进行解码. 运行的时候需要在VC++ 工程->设置->调试->程序变量里加E:\\sample.txt E:\\encode.txt E:\\decode.txt 然后把英文文件放到E盘里.名叫samole.txt, 还有在E里新件2个txt文件.名叫encode.txt,decode.t
hafuman
- 一 . 需求分析: 1) 输入形式和输入值范围: 输入形式是要压缩(或者要解压)的文件路径,输入范围是字符串,而且要是文件的路径。 2) 输出形式: 输出相应的编码压缩文件和解码原文件 3) 程序所能达到的功能: 利用哈夫曼对ASCII文件做不等长编码,达到压缩文件。利用哈夫曼树的遍历,达到解压文件的目的。程序的功能也就是实现压缩和解压ASCII类型文件的目的。 4)测试数据:(包括正确的输入数据及其输出结果和含有错误输入及其输出结果) 测试输
huffman
- 静态的哈夫曼编码,从file.txt文件中读取字符,统计,并编码,输出到huffman-u.txt中
TXT_delect
- *.TXT文件处理,采用VB6开发。很好用的。
myZip
- 本实例采用输入参数的方式,并且演示了如何使用Checksum类来计算和校验文件的“校验和”。在dos窗口中输入:java myZip test 1.txt 2.txt 这条命令把1.txt和2.txt文件压缩到test.zip文件中
huffman
- 实现huffman算法的编码与解码,先要建立hufstr.txt作为字符串的输入
huffman_txtcoding
- huffman 编码程序,与其他人的huffman程序相比,不仅仅是计算出码表,而且还用码表压缩了txt文件,并且解压。完全是完整的作业了。
huffman
- 哈夫曼编码的程序 是VC++编的 只是用TXT保存了
MATLAB LZW Compress
- MATLAB LZW Compression 1. norm2lzw.m (encoder function) 2. lzw2norm.m (decoder function) 3. lzw_demo1.m (demo file) 4. lzw_docs.zip (documentation) 5. Disclamer.txt (this is the disclamer) 6. ReadMe.txt (this file) 6.
LZW.rar
- LZ77算法与模式匹配KMP算法的结合及算法实现,包含: LZ77.doc t1.txt t2.txt t3.txt cc3260mt.dll borlndmm.dll 测试cpp1.cpp 压缩程序使用说明.txt,LZ77 algorithm and pattern-matching algorithm for the combination of KMP and algorithm, including: LZ77.doct1.txtt2.txtt3.txtcc3260mt
Huffman
- 哈弗曼编码和译码,完成这项功能 里面以TXT文档输入数据,自己写吧-huffman bianma heyima
Huff
- 用c++实现哈弗曼编码和解码的过程。包括对图片以及txt格式的文档进行哈弗曼编码的压缩编码和解压多编码-C++ to achieve Havermann with encoding and decoding process. Including pictures and txt format documents Havermann compression and decompression coding and coding
ken
- 老鼠走迷宮 迷宮圖油txt黨讀檔 使用DevC++撰寫的-Mouse Maze maze map oil txt file using the party' s reading of written DevC++
HAFUMAN
- 将字符在MATLAB用哈弗曼编码实现纯英文本的压缩-Havermann the character encoding used in MATLAB to achieve a pure English version of the compression
hafumanbianma
- 此文件是哈夫曼程序源代码,如果程序不能打开,有TXT格式的,复制下,运行就可以了.但文件名要和里面的相同哦,即哈夫曼-This file is Huffman source code, if the program can not open, there TXT format, copy the next run it. But the file name to and inside the same Oh, that is, Huffman
suanshu
- 算术编码源代码,开发工具是C++.没有运行程序,有TXT文件.可以复制后运行.-Arithmetic coding source code, development tools is the C++. Do not run the program, there are TXT file. Can be copied after the operation.
huffman-compress-for-txt
- 基于ASC码的哈弗曼编码压缩,只能用于txt文件的压缩-Huffman encoding and compression for compressing txt files only