📄 askdlg.h
字号:
// ASkDlg.h : header file
//
#if !defined(AFX_ASKDLG_H__BCC2ECE3_9AA5_4327_9DE4_40DF9BC0DF74__INCLUDED_)
#define AFX_ASKDLG_H__BCC2ECE3_9AA5_4327_9DE4_40DF9BC0DF74__INCLUDED_
#include"StuCodeInfo.h"
#define F 40
#define N1 1024 //用于存储DIF-FFT的点数
#define PI 3.1415926
#include "InputDlg.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CASkDlg dialog
class CASkDlg : public CDialog
{
// Construction
public:
StuCodeInfo StuA;
void DrawGraph(double [],int ,double [],int );//time & frequence domain drawing function(绘图函数)
CInputDlg m_Input;
CASkDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CASkDlg)
enum { IDD = IDD_ASK_DIALOG };
int m_InitialInput;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CASkDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CASkDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnChangeInitialInputEDIT1();
afx_msg void OnBaseSignal();
afx_msg void OnPassLpf1();
afx_msg void OnMudulate();
afx_msg void OnNoise();
afx_msg void OnChannel();
afx_msg void OnPassBpf();
afx_msg void OnDemodulate();
afx_msg void OnPassLpf2();
afx_msg void OnJudge();
afx_msg void OnChangeTimedomain();
afx_msg void OnTimedomain();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ASKDLG_H__BCC2ECE3_9AA5_4327_9DE4_40DF9BC0DF74__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -