cpn_genview.h
来自「PN码生成程序,可以生成L1波段的GOLD扩频码.修改抽头位置可以改变其对应的卫」· C头文件 代码 · 共 68 行
H
68 行
// cPN_genView.h : interface of the CCPN_genView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_CPN_GENVIEW_H__CD173ADE_A9B3_442E_800E_5B21C18A3AE5__INCLUDED_)
#define AFX_CPN_GENVIEW_H__CD173ADE_A9B3_442E_800E_5B21C18A3AE5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CCPN_genView : public CView
{
protected: // create from serialization only
CCPN_genView();
DECLARE_DYNCREATE(CCPN_genView)
// Attributes
public:
CCPN_genDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCPN_genView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CCPN_genView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CCPN_genView)
afx_msg void OnGen();
afx_msg void OnTest();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in cPN_genView.cpp
inline CCPN_genDoc* CCPN_genView::GetDocument()
{ return (CCPN_genDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CPN_GENVIEW_H__CD173ADE_A9B3_442E_800E_5B21C18A3AE5__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?