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

📄 sort.clw

📁 动画演示多种排序算法。包括冒泡排序、选择排序、插入排序、快速排序等。
💻 CLW
字号:
; CLW file contains information for the MFC ClassWizard

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

ClassCount=3
Class1=CSortApp
Class2=CSortDlg
Class3=CAboutDlg

ResourceCount=4
Resource1=IDD_ABOUTBOX
Resource2=IDR_MAINFRAME
Resource3=IDD_SORT_DIALOG
Resource4=IDR_MAIN_MENU

[CLS:CSortApp]
Type=0
HeaderFile=sort.h
ImplementationFile=sort.cpp
Filter=N

[CLS:CSortDlg]
Type=0
HeaderFile=sortDlg.h
ImplementationFile=sortDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=IDM_QUICK_SORT

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

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

[DLG:IDD_SORT_DIALOG]
Type=1
Class=CSortDlg
ControlCount=0

[MNU:IDR_MAIN_MENU]
Type=1
Class=?
Command1=IDM_Disperse_Member
Command2=IDM_CREAT_NUMBER
Command3=IDM_Muster_Member
Command4=IDM_Bubble_Sort
Command5=IDM_Exchange_Sort
Command6=IDM_Selection_Sort
Command7=IDM_INSERT_SORT
Command8=IDM_QUICK_SORT
CommandCount=8

⌨️ 快捷键说明

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