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

📄 heapsort.clw

📁 此程序实现了堆排序,并且使用了MFC的图形界面,非常实用
💻 CLW
字号:
; CLW file contains information for the MFC ClassWizard

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

ClassCount=5
Class1=CHeapSortApp
Class2=CHeapSortDlg
Class3=CAboutDlg

ResourceCount=4
Resource1=IDD_DIALOGBAR (English (U.S.))
Resource2=IDR_MAINFRAME
Resource3=IDD_HEAPSORT_DIALOG
Class4=AddA
Class5=CInputDlg
Resource4=IDD_INPUTBOX

[CLS:CHeapSortApp]
Type=0
HeaderFile=HeapSort.h
ImplementationFile=HeapSort.cpp
Filter=N
LastObject=CHeapSortApp

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

[CLS:CAboutDlg]
Type=0
HeaderFile=HeapSortDlg.h
ImplementationFile=HeapSortDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=IDOK

[DLG:IDD_HEAPSORT_DIALOG]
Type=1
Class=CHeapSortDlg
ControlCount=5
Control1=IDC_INPUTNUMBER,button,1342242816
Control2=IDC_HEAPSORT,button,1476460544
Control3=IDC_STATIC,static,1342308352
Control4=IDC_OUTPUT,static,1342308352
Control5=IDC_SORTANSWER,edit,1352728708

[DLG:IDD_DIALOGBAR (English (U.S.))]
Type=1
Class=?
ControlCount=2
Control1=IDC_STATIC,static,1342308352
Control2=IDC_EDIT1,edit,1350631552

[CLS:AddA]
Type=0
HeaderFile=AddA.h
ImplementationFile=AddA.cpp
BaseClass=CDialog
Filter=D
LastObject=AddA

[DLG:IDD_INPUTBOX]
Type=1
Class=CInputDlg
ControlCount=17
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,static,1342308865
Control4=IDC_STATIC,static,1342308353
Control5=IDC_STATIC,static,1342308353
Control6=IDC_STATIC,static,1342308353
Control7=IDC_STATIC,static,1342308353
Control8=IDC_STATIC,static,1342308353
Control9=IDC_STATIC,static,1342308353
Control10=IDC_STATIC,static,1342308353
Control11=IDC_EDIT1,edit,1350631552
Control12=IDC_EDIT2,edit,1350631552
Control13=IDC_EDIT3,edit,1350631552
Control14=IDC_EDIT4,edit,1350631552
Control15=IDC_EDIT5,edit,1350631552
Control16=IDC_EDIT6,edit,1350631552
Control17=IDC_EDIT7,edit,1350631552

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

⌨️ 快捷键说明

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