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

📄 staticsplitter.h

📁 FFT算法进行FFT 、IFFT、功率谱计算
💻 H
字号:
// StaticSplitterWnd.h: interface for the StaticSplitterWnd class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_StaticSplitterWnd_H__6E703BF6_BF01_40BC_8F28_0BECE5B6B433__INCLUDED_)
#define AFX_StaticSplitterWnd_H__6E703BF6_BF01_40BC_8F28_0BECE5B6B433__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class StaticSplitterWnd : public CSplitterWnd  
{
public:
	StaticSplitterWnd();
	virtual ~StaticSplitterWnd();
protected:
	// Generated message map functions
	//{{AFX_MSG(StaticSplitterWnd)
	afx_msg void OnMouseMove(UINT nFlags, CPoint point);
	afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#endif // !defined(AFX_StaticSplitterWnd_H__6E703BF6_BF01_40BC_8F28_0BECE5B6B433__INCLUDED_)

⌨️ 快捷键说明

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