搜索资源列表
zlib123
- The deflation algorithm used by gzip (also zip and zlib) is a variation of LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in the input data. The second occurrence of a string is replaced by a pointer to the previous
zlib-1.1.4
- 1。zlib压缩算法,在LZ77的基础上实现,并 利用Huffman编码特点,采用hash表;2。zlib的解压算法。-1. Zlib compression algorithm, the LZ77 achieved on the basis of, and use of Huffman coding features, using hash table; 2. Zlib the decompression algorithm.
zlib
- MP3音频流数字水印方案,试验表明该方案能得到较高的嵌入容量,对原始音频信号的改变较小,具有较好的隐形性,完整水印提取时间短,可以在音频播放过程中同步完成。通过对算法的进一步研究,我们发现可以利用插件技术将算法嵌入了当前的主流播放器中,从而实现水印信息的实时嵌入和提取。这可能成为保护网络音频版权、网络秘密通讯的一种可行的、低成本的解决方案。 -MP3 audio streaming digital watermarking program, experiments show that the
FlashPlayer
- 本程序支持两项功能:(1)支持鼠标拖入并播放Flash文件,支持文件类型判断,窗口大小可任意缩放;(2)支持zlib压缩与解压缩功能,实现字符串的压缩与解压缩。 本工程本意是支持播放压缩的Flash文件,目前只实现了基本的前两步。-This program supports two functions: (1) support mouse drag and play a Flash file, supported file types to determine the window size
FlashPlayer
- 本程序实现了两项功能:(1)支持鼠标拖入并播放Flash文件;(2)支持zlib压缩字符串与解压字符串。 本来是想研究压缩版本的Flash,但目前只是实现了前面的基本的两步。-The program implements two functions: (1) Support drag the mouse and play Flash files (2) support the zlib compression and decompression string string. Wanted