communication.clw

来自「本程序利用VC实现均匀量化和非均匀量化信噪比的仿真。并画出曲线」· CLW 代码 · 共 57 行

CLW
57
字号
; CLW file contains information for the MFC ClassWizard

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

ClassCount=3
Class1=CCommunicationApp
Class2=CCommunicationDlg
Class3=CAboutDlg

ResourceCount=3
Resource1=IDD_ABOUTBOX
Resource2=IDR_MAINFRAME
Resource3=IDD_COMMUNICATION_DIALOG

[CLS:CCommunicationApp]
Type=0
HeaderFile=communication.h
ImplementationFile=communication.cpp
Filter=N

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

[CLS:CAboutDlg]
Type=0
HeaderFile=communicationDlg.h
ImplementationFile=communicationDlg.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_COMMUNICATION_DIALOG]
Type=1
Class=CCommunicationDlg
ControlCount=2
Control1=IDC_COORD,static,1342308352
Control2=IDC_STATIC,static,1342308352

⌨️ 快捷键说明

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