http://codeguru.earthweb.com/cpp_mfc/index.shtml
Compression 
CZip/CUnzip classes for zipping and unzipping files - Florent Jugla (1999/03/02) 
ZLib compression library - Jean-loup Gailly and Mark Adler (1999/03/02) 
ComprLib - A Data Compression Library - Jeff Connelly (1999/07/30) 
Zip and Unzip, the MFC Way - Tadeusz Dracz (2000/11/07)
MFC-based library that enables the creation, modification and extraction of PKZIP and WinZip archives 
 

解决方案 »

  1.   

    for(int i=0;i<100000;i++)
    {
       printf("UP\n");}
      

  2.   

    提供LZW压缩的文章一篇。有算法解释和c源程序,移植到VC里也不难。http://dogma.net/n/articles/lzw/lzw.htm
      

  3.   

    我刚看了几个压缩算法(LZSS,LZW,LZARI,LZHUF),发现是基于文本文件压缩的,不知道对于二进制文件
    是否同样使用,压缩效果是不是一样。
      

  4.   

    dgj:
        lzw对可执行文件和位图的压缩效果是非常好的。
      

  5.   

    我这里有了一个很好的压缩算法(C++),我放到网站上了
    http://www.baizhuang.net/resource.asp?type=1----------------------------------------------------------------------------------------
    程序员论坛白庄欢迎诸位程序员的光临指导:
    http://www.baizhuang.net/