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

📄 linedlg.h

📁 数字信号处理试验
💻 H
字号:
#if !defined(AFX_LINEDLG_H__F9BBA10C_09DB_4602_B950_6057D4895252__INCLUDED_)
#define AFX_LINEDLG_H__F9BBA10C_09DB_4602_B950_6057D4895252__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CLineDlg dialog
// 
// #include "MainFrm.h"
// #include "FFTView.h"

class CLineDlg : public CDialog
{
// Construction
public:
	void AddList(void);
	HICON m_hIcon;
//	CSystemTray m_trayIcon;
	void DrawLine(int n, double max,double *num);
	double *xPreal;
	double *xPimg;
	double *XPreal;
	double *XPimg;
	double *XParg;
	double *XPabs;
	double xMaxreal;
//	float xMinreal;
	
	double xMaximg;
//	float xMinimg;

	double XMaxreal;
//	float XMinreal;

	double XMaximg;
//	float XMinimg;
	double XMaxAbs;
	double XMaxArg;
	
	double para1;
	double para2;

	int LineCount;
	int index;
	int index2;
	CLineDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CLineDlg)
	enum { IDD = IDD_DIALOG1 };
	CStatic	m_ShowPic;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CLineDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual void PostNcDestroy();
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CLineDlg)
	afx_msg void OnPaint();
	virtual BOOL OnInitDialog();
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_LINEDLG_H__F9BBA10C_09DB_4602_B950_6057D4895252__INCLUDED_)

⌨️ 快捷键说明

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