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

📄 convexhull.clw

📁 使用C++实现的Graham扫描法(求解凸包问题)
💻 CLW
字号:
; CLW file contains information for the MFC ClassWizard

[General Info]
Version=1
LastClass=CDlgPointNum
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "ConvexHull.h"
LastPage=0

ClassCount=7
Class1=CConvexHullApp
Class2=CConvexHullDoc
Class3=CConvexHullView
Class4=CMainFrame

ResourceCount=4
Resource1=IDR_MAINFRAME
Class5=CAboutDlg
Resource2=IDD_ABOUTBOX
Class6=CDlgPointNum
Resource3=IDD_DLG_POINTNUM
Class7=CDlgPointType
Resource4=IDD_Dlg_PointType

[CLS:CConvexHullApp]
Type=0
HeaderFile=ConvexHull.h
ImplementationFile=ConvexHull.cpp
Filter=N

[CLS:CConvexHullDoc]
Type=0
HeaderFile=ConvexHullDoc.h
ImplementationFile=ConvexHullDoc.cpp
Filter=N

[CLS:CConvexHullView]
Type=0
HeaderFile=ConvexHullView.h
ImplementationFile=ConvexHullView.cpp
Filter=C
BaseClass=CView
VirtualFilter=VWC
LastObject=CConvexHullView


[CLS:CMainFrame]
Type=0
HeaderFile=MainFrm.h
ImplementationFile=MainFrm.cpp
Filter=T
LastObject=IDM_ImportPoint




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

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

[MNU:IDR_MAINFRAME]
Type=1
Class=CMainFrame
Command1=IDM_DerivePoint
Command2=IDM_ImportPoint
Command3=ID_APP_EXIT
Command4=ID_VIEW_TOOLBAR
Command5=ID_VIEW_STATUS_BAR
Command6=IDM_SetPointNum
Command7=IDM_SetPointType
Command8=IDM_GetRandomPoint
Command9=IDM_RUN
Command10=ID_APP_ABOUT
CommandCount=10

[ACL:IDR_MAINFRAME]
Type=1
Class=CMainFrame
Command1=ID_FILE_NEW
Command2=ID_FILE_OPEN
Command3=ID_FILE_SAVE
Command4=ID_FILE_PRINT
Command5=ID_EDIT_UNDO
Command6=ID_EDIT_CUT
Command7=ID_EDIT_COPY
Command8=ID_EDIT_PASTE
Command9=ID_EDIT_UNDO
Command10=ID_EDIT_CUT
Command11=ID_EDIT_COPY
Command12=ID_EDIT_PASTE
Command13=ID_NEXT_PANE
Command14=ID_PREV_PANE
CommandCount=14

[TB:IDR_MAINFRAME]
Type=1
Class=?
Command1=IDM_GetRange
Command2=IDM_GetRandomPoint
Command3=IDM_RUN
Command4=IDM_SetPointNum
Command5=IDM_SetPointType
Command6=IDM_DerivePoint
Command7=IDM_ImportPoint
Command8=ID_APP_ABOUT
CommandCount=8

[DLG:IDD_DLG_POINTNUM]
Type=1
Class=CDlgPointNum
ControlCount=4
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_EDIT_POINTNUM,edit,1350631552
Control4=IDC_STATIC,static,1342308352

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

[DLG:IDD_Dlg_PointType]
Type=1
Class=CDlgPointType
ControlCount=5
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_RADIO_PointType,button,1342308361
Control4=IDC_RADIO2,button,1342177289
Control5=IDC_STATIC,button,1342177287

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

⌨️ 快捷键说明

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