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

📄 huffman.clw

📁 哈夫曼编码解码演示程序
💻 CLW
字号:
; CLW file contains information for the MFC ClassWizard

[General Info]
Version=1
LastClass=CListBoxEx
LastTemplate=CListBox
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "huffman.h"
LastPage=0

ClassCount=10
Class1=CListBoxEBX
Class2=CDemoWnd
Class3=CHuffmanApp
Class4=CAboutDlg
Class5=CHuffmanDlg
Class6=CInputDlg
Class7=COptionDlg
Class8=CxShadeButton

ResourceCount=5
Resource1=IDD_HUFFMAN_DIALOG
Resource2=IDD_OPTION
Resource3=IDD_INPUT
Resource4=IDD_ABOUTBOX
Class9=CDecodeDlg
Class10=CListBoxEx
Resource5=IDD_DECODE

[CLS:CListBoxEBX]
Type=0
BaseClass=CListBox
HeaderFile=CListBoxEBX.h
ImplementationFile=CListBoxEBX.cpp

[CLS:CDemoWnd]
Type=0
BaseClass=CStatic
HeaderFile=DemoWnd.h
ImplementationFile=DemoWnd.cpp

[CLS:CHuffmanApp]
Type=0
BaseClass=CWinApp
HeaderFile=Huffman.h
ImplementationFile=Huffman.cpp

[CLS:CAboutDlg]
Type=0
BaseClass=CDialog
HeaderFile=HuffmanDlg.cpp
ImplementationFile=HuffmanDlg.cpp
LastObject=CAboutDlg

[CLS:CHuffmanDlg]
Type=0
BaseClass=CDialog
HeaderFile=HuffmanDlg.h
ImplementationFile=HuffmanDlg.cpp
Filter=D
VirtualFilter=dWC
LastObject=IDC_CODESTATE

[CLS:CInputDlg]
Type=0
BaseClass=CDialog
HeaderFile=InputDlg.h
ImplementationFile=InputDlg.cpp

[CLS:COptionDlg]
Type=0
BaseClass=CDialog
HeaderFile=OptionDlg.h
ImplementationFile=OptionDlg.cpp
LastObject=COptionDlg

[CLS:CxShadeButton]
Type=0
BaseClass=CButton
HeaderFile=xShadeButton.h
ImplementationFile=xShadeButton.cpp

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

[DLG:IDD_HUFFMAN_DIALOG]
Type=1
Class=CHuffmanDlg
ControlCount=13
Control1=IDOK,button,1342275584
Control2=IDC_INPUT,button,1342275584
Control3=IDC_STEP,button,1342275584
Control4=IDC_SRCLIST,listbox,1353777409
Control5=IDC_STOP,button,1342275584
Control6=IDC_AUTO,button,1342275584
Control7=IDC_OPTION,button,1342275584
Control8=IDC_DEMO,static,1342308352
Control9=IDC_STATIC,button,1342177287
Control10=IDC_STATE,SysListView32,1350631425
Control11=IDC_DECODE,button,1342275584
Control12=IDC_CODE,button,1342177287
Control13=IDC_TREE,button,1342177287

[DLG:IDD_INPUT]
Type=1
Class=CInputDlg
ControlCount=5
Control1=IDOK,button,1342242816
Control2=IDCANCEL,button,1342242816
Control3=IDC_RANDOM,button,1342242816
Control4=IDC_DATA,edit,1350631552
Control5=IDC_STATIC,button,1342177287

[DLG:IDD_OPTION]
Type=1
Class=COptionDlg
ControlCount=4
Control1=IDOK,button,1342242816
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,static,1342308352
Control4=IDC_SLIDER_SPEED,msctls_trackbar32,1342242817

[DLG:IDD_DECODE]
Type=1
Class=CDecodeDlg
ControlCount=4
Control1=IDOK,button,1342242816
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,static,1342308352
Control4=IDC_CODE_EDIT,edit,1350631552

[CLS:CDecodeDlg]
Type=0
HeaderFile=DecodeDlg.h
ImplementationFile=DecodeDlg.cpp
BaseClass=CDialog
Filter=D
VirtualFilter=dWC
LastObject=IDC_CODE_EDIT

[CLS:CListBoxEx]
Type=0
HeaderFile=ListBoxEx.h
ImplementationFile=ListBoxEx.cpp
BaseClass=CListBox
Filter=W
LastObject=CListBoxEx
VirtualFilter=bWC

⌨️ 快捷键说明

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