📄 8bandlg.h
字号:
// 8banDlg.h : header file
//
#if !defined(AFX_8BANDLG_H__9F562919_89A9_48C6_9ACD_2310E9BEE5BB__INCLUDED_)
#define AFX_8BANDLG_H__9F562919_89A9_48C6_9ACD_2310E9BEE5BB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CMy8banDlg dialog
class CMy8banDlg : public CDialog
{
// Construction
public:
// float b[1024];
// int a[1024]=0;
void module(const Complex cin[],
float pout[], const int N, const int LEVER);
void dft(const int N,
const Complex cin[], Complex cout[]);
CMy8banDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMy8banDlg)
enum { IDD = IDD_MY8BAN_DIALOG };
float m_cycle;
float m_scope;
float m_parse;
float m_smp_alter;
float m_smp_num;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMy8banDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CMy8banDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
virtual void OnOK();
afx_msg void OnButton1();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_8BANDLG_H__9F562919_89A9_48C6_9ACD_2310E9BEE5BB__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -