⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lzw_demo.clw

📁 LZW和rle算法的实现及其演示例子源码
💻 CLW
字号:
; CLW file contains information for the MFC ClassWizard

[General Info]
Version=1
LastClass=CLZW_DemoDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "LZW_Demo.h"

ClassCount=3
Class1=CLZW_DemoApp
Class2=CLZW_DemoDlg
Class3=CAboutDlg

ResourceCount=5
Resource1=IDD_ABOUTBOX
Resource2=IDR_MAINFRAME
Resource3=IDD_LZW_DEMO_DIALOG (Chinese (P.R.C.))
Resource4=IDD_ABOUTBOX (Chinese (P.R.C.))
Resource5=IDD_LZW_DEMO_DIALOG

[CLS:CLZW_DemoApp]
Type=0
HeaderFile=LZW_Demo.h
ImplementationFile=LZW_Demo.cpp
Filter=N

[CLS:CLZW_DemoDlg]
Type=0
HeaderFile=LZW_DemoDlg.h
ImplementationFile=LZW_DemoDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=CLZW_DemoDlg

[CLS:CAboutDlg]
Type=0
HeaderFile=LZW_DemoDlg.h
ImplementationFile=LZW_DemoDlg.cpp
Filter=D

[DLG:IDD_ABOUTBOX]
Type=1
Class=CAboutDlg
ControlCount=5
Control1=IDC_STATIC,static,1342177283
Control2=IDC_STATIC,static,1342308480
Control3=IDC_STATIC,static,1342308352
Control4=IDOK,button,1342373889
Control5=IDC_STATIC,static,1342308480

[DLG:IDD_LZW_DEMO_DIALOG]
Type=1
Class=CLZW_DemoDlg
ControlCount=30
Control1=IDOK,button,1342242817
Control2=IDE_FILE,edit,1350631552
Control3=IDC_STATIC,button,1342177287
Control4=IDC_LZW,button,1342242825
Control5=IDC_RLE,button,1342242825
Control6=IDC_HUFFMAN,button,1476460553
Control7=IDC_LZSS,button,1476460553
Control8=IDC_ARITH,button,1476460553
Control9=IDB_ENCODE,button,1342242816
Control10=IDB_SELFILE,button,1342242816
Control11=IDB_DECODE,button,1342242816
Control12=IDC_STATIC,button,1342177287
Control13=IDC_STATIC,static,1342308352
Control14=IDC_STATIC,static,1342308352
Control15=IDC_STATIC,static,1342308352
Control16=IDS_OLDSIZE,static,1342308354
Control17=IDC_STATIC,static,1342308352
Control18=IDC_STATIC,static,1342308352
Control19=IDC_STATIC,static,1342308352
Control20=IDS_DECODETIME,static,1342308354
Control21=IDC_STATIC,static,1342308352
Control22=IDS_NEWSIZE,static,1342308354
Control23=IDC_STATIC,static,1342308352
Control24=IDC_STATIC,static,1342308352
Control25=IDS_METHOD,static,1342308354
Control26=IDS_ENCODETIME,static,1342308354
Control27=IDC_STATIC,static,1342308352
Control28=IDS_RATE,static,1342308354
Control29=IDC_STATIC,static,1342308352
Control30=IDS_METHOD2,static,1342308354

[DLG:IDD_LZW_DEMO_DIALOG (Chinese (P.R.C.))]
Type=1
Class=CLZW_DemoDlg
ControlCount=12
Control1=IDOK,button,1342242817
Control2=IDE_FILE,edit,1350631552
Control3=IDC_STATIC,button,1342177287
Control4=IDC_LZW,button,1342242825
Control5=IDC_RLE,button,1342242825
Control6=IDC_HUFFMAN,button,1476460553
Control7=IDC_LZSS,button,1476460553
Control8=IDC_ARITH,button,1476460553
Control9=IDB_ENCODE,button,1342242816
Control10=IDB_SELFILE,button,1342242816
Control11=IDB_DECODE,button,1342242816
Control12=IDC_STATIC,button,1342177287

[DLG:IDD_ABOUTBOX (Chinese (P.R.C.))]
Type=1
Class=?
ControlCount=4
Control1=IDC_STATIC,static,1342177283
Control2=IDC_STATIC,static,1342308480
Control3=IDC_STATIC,static,1342308352
Control4=IDOK,button,1342373889

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -