?? vcmat1doc.h
字號:
// VCmat1Doc.h : interface of the CVCmat1Doc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_VCMAT1DOC_H__F88E40C6_AF5E_4287_8C5C_7F2BE88C72AC__INCLUDED_)
#define AFX_VCMAT1DOC_H__F88E40C6_AF5E_4287_8C5C_7F2BE88C72AC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "mex.h"
#include "mat.h"
class CVCmat1Doc : public CDocument
{
protected: // create from serialization only
CVCmat1Doc();
DECLARE_DYNCREATE(CVCmat1Doc)
// Attributes
public:
int m,n;
double c_x,*c_A,**c_AB;
mxArray *m_x,*m_A,*m_AB;
mxArray *Read_mxArray(MATFile *pmat,const char *VariableName);
void Write_mxArray(MATFile *pmat, char *VariableName,mxArray *Variable);
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CVCmat1Doc)
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive& ar);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CVCmat1Doc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CVCmat1Doc)
afx_msg void OnMenuSaveAsMatFile();
afx_msg void OnMenuInPutFromMat();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_VCMAT1DOC_H__F88E40C6_AF5E_4287_8C5C_7F2BE88C72AC__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -