资源列表
cmjbitset_demo.zip
- cmjbitset_demo
EZW
- C语言编写的EZW编解码算法,其中编码扫描的方式为先入先出原则-C language EZW codec algorithm, which scans the code for the principle of FIFO
LZ_77
- Data compression with LZ77 interface -LZ77 (Lempel-Ziv-1977) is a simple but surprisingly effective form of data compression that takes an entirely differnt approach from Huffman coding. LZ77 is a dictionary-based method
rate
- JSP关于税率方面的相关代码,详细计算。-Tax on JSP code
banker
- 操作系统的课程设计源码+报告.这个是在大二时做的课程设计,很不错的.
DCT
- 离散傅里叶变换程序源码,matlab主程序,函数-Discrete Fourier transform program source code, matlab main program, function
v4670_flight
- 用起来还不错 你们试试吧 也许有点错误-It is also good that you try to use it may be a bit wrong
jpeg_ls_v1.1.tar
- JPEG-LS压缩和解压缩算法的C代码-JPEG-LS code source
LZW
- lzw算法实现,可以实现对文本的编码和解码,方便简便-lzw algorithm, can encode and decode the text to facilitate easy
useZipyasuoduogewenjian
- 用java 实现的如何同时对多个文件进行压缩.-with java realized how on multiple files compressed.
avi2yuv
- 将avi文件解压为yuv文件的c程序,在windows下编译通过-a c programme that transform avi data to yuv data and have been build in windows entironment
lzw
- 香农和LZW快速算法源代码,VC版本,欢迎使用