• 大小: 78KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 语言: C/C++
  • 标签:

资源简介

LZW压缩算法源代码和示例程序代码c++.zipLZW压缩算法源代码和示例程序代码c++.zipLZW压缩算法源代码和示例程序代码c++.zipLZW压缩算法源代码和示例程序代码c++.zip

资源截图

代码片段和文件信息

// decodedl.cpp : implementation file
//

#include “stdafx.h“
#include “tlzw.h“
#include “decodedl.h“     
#include “lzwtable.h“
#include “lzwcode.h“
#include “lzwfile.h“
#include “batchdlg.h“

#ifdef _DEBUG
#undef THIS_FILE
static char baseD_CODE THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CDecodeDlg dialog


CDecodeDlg::CDecodeDlg(CWnd* pParent /*=NULL*/)
: CDialog(CDecodeDlg::IDD pParent)
{
//{{AFX_DATA_INIT(CDecodeDlg)
m_szDirName = ““;
m_szHGLZName = ““;
//}}AFX_DATA_INIT
}

void CDecodeDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CDecodeDlg)
DDX_Control(pDX IDC_ALL_FILES m_listFiles);
DDX_Text(pDX IDC_DIR_NAME m_szDirName);

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        5122  1998-01-19 08:42  BATCHDLG.CPP
     文件        1280  1998-01-18 11:38  BATCHDLG.H
     文件        2331  1998-06-02 10:31  Decodedl.cpp
     文件         691  1998-01-18 09:59  DECODEDL.H
     文件        6143  1998-01-15 20:59  ENLZW.CPP
     文件       12985  1998-01-19 21:18  hglz.bak
     文件        5332  1998-12-30 17:12  hglz.dsp
     文件         531  1998-03-30 12:13  hglz.dsw
     文件       12985  1998-01-19 21:18  hglz.mak
     文件       36864  1998-03-09 09:05  hglz.mdp
     文件      148480  1998-12-30 17:34  hglz.ncb
     文件       50688  1998-12-30 17:34  hglz.opt
     文件        2205  1998-06-02 10:32  hglz.plg
     文件        9247  1998-03-30 08:54  Lzwcode.cpp
     文件        3563  1998-01-16 18:25  LZWCODE.H
     文件       16565  1998-01-19 08:59  LZWFILE.CPP
     文件        2854  1998-01-18 11:14  LZWFILE.H
     文件        4404  1998-01-16 18:15  LZWTABLE.CPP
     文件        1569  1998-01-14 15:41  LZWTABLE.H
     文件        1117  1998-01-16 23:38  MAINFRM.CPP
     文件         679  1998-01-16 23:37  MAINFRM.H
     文件        4052  1998-01-13 20:24  README.TXT
     目录           0  1998-12-30 17:03  Release\
     目录           0  1998-12-30 17:01  res\
     文件        1535  1998-01-18 15:25  RESOURCE.H
     文件         766  1998-01-18 15:20  res\DECODE.ICO
     文件         766  1998-01-18 15:21  res\ICON1.ICO
     文件         766  1998-01-16 14:23  res\TLZW.ICO
     文件        1533  1998-01-13 20:24  res\TLZW.RC2
     文件        2990  1998-06-02 10:31  Singledl.cpp
     文件         764  1998-01-18 08:43  SINGLEDL.H
............此处省略17个文件信息

评论

共有 条评论

相关资源