资源列表
gsl_blas
- wimax 用C语言编的信道模型,绝对原创-wimax compiled with the C-channel model, the absolute originality
retangle
- 简单计算矩形面积,输入边长a和边长b。其中in是输入文件-The programe can compute any rectangle aera.
LZW-C
- LZW压缩算法用C语言的实现相应编程,无损压缩结果和还原后信息一致。-LZW compression algorithm to achieve the appropriate use of C language programming, lossless compression results and consistent with the information after reduction.
time
- 使用C实现的LZW压缩算法。使 用C实现的LZW压缩算法。-Implemented using C LZW compression algorithm. Implemented using C LZW compression algorithm. Implemented using C LZW compression algorithm.
commpressin
- 计算压缩时间用C实现
Haffman
- Haffman编码及解码的C++实现,能对指定文件进行Haffman编码或解码-Haffman encoding and decoding C++ implementation of the specified file to encode or decode Haffman
64k-3D-flash
- 这是一些经典的演示数据压缩功能之强大的经典范例。很值得一看。-this is a good rar,it shows the compressed flash is very perfect
10.1.1.108.6735
- dct image compression
20101031090103864
- 这是一个测试程序员 ,一眼怒放运动运动支考-This is a test programmer, a motor branch bloom movement test
lzx_compress.tar
- lzx compress ChangeLog COPYING hash_slide.c hash_slide.h lzx_compress .man3 lzx_compress.mdoc3 lzx_config.h lzx_constants.h lzx_layer.c lzx_test.c lz_nonslide.c lz_nonslide.h lz_slide.c lz_slide.h Makefile-lzx compress
huffman
- huffman这个是实现huffman数据压缩的基本实现,使用方法请看文件huffman.h该工程具有通用性-huffman huffman data compression is to achieve this basic implementation, see the files using the method of the project has the versatility huffman.h
winFM
- 附件实现huffman数据压缩的基本实现,不具备通用性.但是却是一个成品,用MFC经过包装界面也比较可以,可以让大家参考, 再着说明下文件压缩后的格式:扩展名是".fm",文件头两个字节是字母"FM"(用来检验文件格式),然后是原始文件名的长度,再来是原始文件长度(解码的时候判断解码结素),接着是原始文件名,再来是是256个unsigned long的数据表示原始文件每个字母出现的次数(用来重新建立huffman树),最后就是数据了,也就是编码后的数据. 注意几点是,解码要是.fm