-
zlib OCX控件源码
zlib OCX控件源码 -The source of zlib ocx control
- 2022-02-07 10:12:31下载
- 积分:1
-
utility!
utility!
- 2022-12-11 20:05:04下载
- 积分:1
-
智能豆浆机的设计源程序
智能豆浆机的设计源程序-intelligent machine design source
- 2022-03-05 20:20:49下载
- 积分:1
-
lzw压缩解压算法源码
lzw压缩解压算法源码-The soruce of LZW compression algorithm
- 2023-04-04 06:40:04下载
- 积分:1
-
SharpZipLib之前叫做NZipLib,完全由 C# 开发的压缩库,支持Zip, GZip, Tar and BZip2 ,为2007年8月最新0852r...
SharpZipLib之前叫做NZipLib,完全由 C# 开发的压缩库,支持Zip, GZip, Tar and BZip2 ,为2007年8月最新0852release版的代码实例!
Changes for v0.85.2 release
Minor tweaks for CF, ZipEntryFactory and ZipFile.
Fix for zip testing and Zip64 local header patching.
FastZip revamped to handle file attributes on extract + other fixes
Null ref in path filter fixed.
Extra data handling fixes
Revamped build and conditional compilation handling
Many bug fixes for Zip64.
Minor improvements to C# samples.
ZIP-1341 Non ascii zip password handling fix.
ZIP-355 Fix for zip compression problem at low levels
-SharpZipLib called before NZipLib, entirely by the C# Compression library developed to support the Zip, GZip, Tar and BZip2, for in August 2007 the latest version of the code examples 0852release! Changes for v0.85.2 releaseMinor tweaks for CF, ZipEntryFactory and ZipFile.Fix for zip testing and Zip64 local header patching.FastZip revamped to handle file attributes on extract+ Other fixesNull ref in path filte
- 2022-04-29 16:52:15下载
- 积分:1
-
matlab的汉明码编码与解码,hamm_enc完成编码,hamm_dec完成解码
matlab的汉明码编码与解码,hamm_enc完成编码,hamm_dec完成解码-Matlab Hamming codes coding and decoding, hamm_enc complete coding, hamm_dec completed decoding
- 2022-11-25 19:10:03下载
- 积分:1
-
dm642芯片支持库,是合众大的,对dm642上的视频开发回有帮助的...
dm642芯片支持库,是合众大的,对dm642上的视频开发回有帮助的-DM642 chip support library, is the largest union on the DM642
- 2022-01-22 09:06:49下载
- 积分:1
-
所有的源代码已经用Borland C++编译成功.每个目录中都包含一个makefile或者是make.bat用以创建可执行的文件.其它的编译器或操作系统需要改动...
所有的源代码已经用Borland C++编译成功.每个目录中都包含一个makefile或者是make.bat用以创建可执行的文件.其它的编译器或操作系统需要改动一些地方.-all the source code has been used successfully Borland C compiler. Each directory contains a makefile or make.bat used to create executable files. Other compilers or operating systems require modification in some places.
- 2022-01-25 18:27:16下载
- 积分:1
-
LZSS78.C
LZSS78.C -- A Data Compression Program Haruhiko Okumura 4/6/1989 -LZSS78.C-- A Data Compression Program Haruhiko Okumura 4/6/1989
- 2022-10-13 18:55:03下载
- 积分:1
-
每一步的LZSS算法发送一个字符或<;位置,冷…
In each step the LZSS algorithm sends either a character or a pair. Among these, perhaps character "e" appears more frequently than "x", and a pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and the less frequent in more bits, the total length of the encoded text will be diminished. This consideration suggests that we use Huffman or arithmetic coding, preferably of adaptive kind, along with LZSS.-In each step the LZSS algorithm sends either a character or a lt;position, lengthgt; pair. Among these, perhaps character "e" appears more frequently than "x", and a lt;position, lengthgt; pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and the less frequent in more bits, the total length of the encoded text will be diminished. This consideration suggests that we use Huffman or arithmetic coding, preferably of adap
- 2022-07-08 14:12:34下载
- 积分:1