Welcome![Sign In][Sign Up]
Location:
Search - bitio

Search list

[Graph programBitIO.rar

Description:
Platform: | Size: 2683 | Author: | Hits:

[Graph programBitIO

Description: 二进制位流压缩解压- The binary position class compression decompresses
Platform: | Size: 2683 | Author: 吴永茂 | Hits:

[Compress-Decompress algrithmslzwfordepresscoding

Description: LZW压缩和解压缩程序 lzw.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 lzw E <in-file> <out-file> 解压缩 lzw D <in-file> <out-file> 压缩时,读入<in-file>中内容,压缩后存入<out-file>中,得到压缩文件。 解压缩时,读入<in-file>中内容,将结果存入<out-file>中,得到原文件。 本代码在linux+gcc/windows+vc下经过测试,为了使读者容易理解算法本身, 算法实现中仅采用了简单的错误处理机制和优化。-LZW compression and decompression procedures lzw.c major functional modules bitio.c / bitio . h some support function, and support bits (bit) for the File I / O usage : Compression 4,558,302 E
Platform: | Size: 1912 | Author: 冯灿科 | Hits:

[Otherhuffmanfordepreesingcoding

Description: 哈夫曼(Huffman)编码压缩和解压缩程序 huffman.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 huffman E <in-file> <out-file> 解压缩 huffman D <in-file> <out-file> 压缩时,读入<in-file>中内容,建立Huffman编码,将结果存入<out-file>中,得到压缩文件。 解压缩时,读入<in-file>中内容,恢复Huffman编码,将结果存入<out-file>中,得到原文件。 本代码在linux+gcc/windows+vc下经过测试,为了使读者容易理解算法本身, 算法实现中仅采用了简单的错误处理机制和优化。-Huffman (Huffman) encoding compression and decompression procedures huffman.c main functions module bitio.c / bitio.h some support function, support for bits (bit) for the File I / O usage : Huffman compression E
Platform: | Size: 1739 | Author: 冯灿科 | Hits:

[Compress-Decompress algrithmsbitio

Description: 该源码提供了数据压缩算法中经常需要使用的内存中的位操作常用算法-the source for the data compression algorithm often need to use the memory of the commonly used algorithm-operation
Platform: | Size: 4551 | Author: ZZFeng | Hits:

[Compress-Decompress algrithmsoctane-1.01.20-src

Description: Octane v1.01.20 The Open Compression Toolkit for C++ . The Open Compression Toolkit is a set of modular C++ classes and utilities for implementing and testing compression algorithms. Simple interface and skeleton code for creating new compression algorithms. Complete testing framework for validating and comparing new algorithms. Support for algorithms that use external dictionaries/headers. Utility classes and sample code for bitio, frequency counting, etc. -octane v1.01.20 The Open Compression Tool kit for C. The Open Compression Toolkit is a set o f modular C classes and utilities for implement ing and testing compression algorithms. Simpl e interface and skeleton code for creating new c ompression algorithms. Complete testing fram ework for validating and comparing new algorit combinations. Support for algorithms that use external d ictionaries / headers. Utility classes and sam ple code for bitio, frequency counting, etc.
Platform: | Size: 173291 | Author: jason.. | Hits:

[Graph programbitio

Description: 实现图像数据的JPEG-LS标准的压缩,可以实现无损压缩也可以有损压缩
Platform: | Size: 2316 | Author: 小兵 | Hits:

[Graph programBitIO

Description: 二进制位流压缩解压- The binary position class compression decompresses
Platform: | Size: 3072 | Author: 吴永茂 | Hits:

[Multimedia Develop用于文件压缩的huffman算法

Description: 用哈副慢实现数据压缩算法,开发软件用VC++实现,小弟是新手-with Kazakh Deputy slow data compression algorithms, software development with VC, the younger greenhorn
Platform: | Size: 58368 | Author: 包尔林 | Hits:

[Compress-Decompress algrithmslzwfordepresscoding

Description: LZW压缩和解压缩程序 lzw.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 lzw E <in-file> <out-file> 解压缩 lzw D <in-file> <out-file> 压缩时,读入<in-file>中内容,压缩后存入<out-file>中,得到压缩文件。 解压缩时,读入<in-file>中内容,将结果存入<out-file>中,得到原文件。 本代码在linux+gcc/windows+vc下经过测试,为了使读者容易理解算法本身, 算法实现中仅采用了简单的错误处理机制和优化。-LZW compression and decompression procedures lzw.c major functional modules bitio.c/bitio . h some support function, and support bits (bit) for the File I/O usage : Compression 4,558,302 E
Platform: | Size: 2048 | Author: 冯灿科 | Hits:

[Otherhuffmanfordepreesingcoding

Description: 哈夫曼(Huffman)编码压缩和解压缩程序 huffman.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 huffman E <in-file> <out-file> 解压缩 huffman D <in-file> <out-file> 压缩时,读入<in-file>中内容,建立Huffman编码,将结果存入<out-file>中,得到压缩文件。 解压缩时,读入<in-file>中内容,恢复Huffman编码,将结果存入<out-file>中,得到原文件。 本代码在linux+gcc/windows+vc下经过测试,为了使读者容易理解算法本身, 算法实现中仅采用了简单的错误处理机制和优化。-Huffman (Huffman) encoding compression and decompression procedures huffman.c main functions module bitio.c/bitio.h some support function, support for bits (bit) for the File I/O usage : Huffman compression E
Platform: | Size: 1024 | Author: 冯灿科 | Hits:

[Compress-Decompress algrithmsbitio

Description: 该源码提供了数据压缩算法中经常需要使用的内存中的位操作常用算法-the source for the data compression algorithm often need to use the memory of the commonly used algorithm-operation
Platform: | Size: 4096 | Author: ZZFeng | Hits:

[Compress-Decompress algrithmsoctane-1.01.20-src

Description: Octane v1.01.20 The Open Compression Toolkit for C++ . The Open Compression Toolkit is a set of modular C++ classes and utilities for implementing and testing compression algorithms. Simple interface and skeleton code for creating new compression algorithms. Complete testing framework for validating and comparing new algorithms. Support for algorithms that use external dictionaries/headers. Utility classes and sample code for bitio, frequency counting, etc. -octane v1.01.20 The Open Compression Tool kit for C. The Open Compression Toolkit is a set o f modular C classes and utilities for implement ing and testing compression algorithms. Simpl e interface and skeleton code for creating new c ompression algorithms. Complete testing fram ework for validating and comparing new algorit combinations. Support for algorithms that use external d ictionaries/headers. Utility classes and sam ple code for bitio, frequency counting, etc.
Platform: | Size: 173056 | Author: jason.. | Hits:

[Graph programbitio

Description: 实现图像数据的JPEG-LS标准的压缩,可以实现无损压缩也可以有损压缩-Realize image data standard JPEG-LS compression, lossless compression can be achieved can also be lossy compression
Platform: | Size: 2048 | Author: 小兵 | Hits:

[OtherbitIO

Description: 按位读写的模板函数,本质来说,我们只能用字节来读取文件内容,但是,我们可以把字节内容进行位运算来进行分割,这样就可以按位来操作了.程序中将这些函数进行了完美的封装,直接调用就OK-By-bit read-write template function, in essence, we can only make use of byte to read the contents of the documents, but we can put the contents of byte-bit computing to carry out partition, so that can be a bit to operate. Proceedings these functions were the perfect package, direct call to OK ..
Platform: | Size: 2048 | Author: 小天 | Hits:

[Compress-Decompress algrithmsBitIOTest1

Description: 这是一个练习使用位写入/写出的程序,利用bitio.c和bitio.h工具整合,可以向文本文件E:\\bitio1.txt中读取和写入数个位,使用者可以通过调试功能进一步了解位写入写出的作用。进而给今后做数据压缩打下基础。-This is a practice using bit write/write program, using bitio.c and bitio.h tool integration, you can read and write several bits to the text file E: \\ bitio1.txt, the user can pass Debugging function to further understand the role of bit write write. And then lay the foundation for future data compression.
Platform: | Size: 222208 | Author: songs | Hits:

CodeBus www.codebus.net