搜索资源列表
CompressionSample
- This sample demonstrates compression capabilities available in the .NET Framework. It builds a Windows Forms application that employs the GZipStream and DeflateStream types to compress and decompress files. The sample also introduces several types th
Code
- LZW和HUffman为这两者算法的实现,在Visual studio 2005 下编译通过 slnCompressFile 为DeflateStream类在 .NET 平台下的实现 slnGZip 为GZIPStream类在.NET 平台下的实现 -LZW and HUffman to both algorithm, compiled in Visual studio 2005 class by slnCompressFile to DeflateStream. NET platf
