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

📄 ad1dlg.h

📁 利用intel dsplib 库函数进行特定2FSK信号(需传导频)解调
💻 H
字号:
#if !defined(AFX_AD1DLG_H__AA059ACB_1C54_47FA_A45E_A28FAB261127__INCLUDED_)
#define AFX_AD1DLG_H__AA059ACB_1C54_47FA_A45E_A28FAB261127__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AD1Dlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CAD1Dlg dialog

class CAD1Dlg : public CDialog
{
// Construction
public:
	CAD1Dlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CAD1Dlg)
	enum { IDD = IDD_ADJUST1 };
	CSliderCtrl	m_ctrlAd1Sld2;
	CSliderCtrl	m_ctrlAd1Sld1;
	int		m_iAd1Upfre;
	int		m_iAd1Dnfre;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CAD1Dlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CAD1Dlg)
	afx_msg void OnAd1Ok();
	virtual BOOL OnInitDialog();
	afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
	afx_msg void OnAd1Cancel();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_AD1DLG_H__AA059ACB_1C54_47FA_A45E_A28FAB261127__INCLUDED_)

⌨️ 快捷键说明

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