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

📄 p09005435doc.h

📁 MFC小程序
💻 H
字号:
// p09005435Doc.h : interface of the CP09005435Doc class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_P09005435DOC_H__D88036EB_4E74_4427_A12C_051791C72F94__INCLUDED_)
#define AFX_P09005435DOC_H__D88036EB_4E74_4427_A12C_051791C72F94__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "cMatrix.h"
#include "booklianbiao.h"


class Cbook;
class CP09005435Doc : public CDocument
{
	DECLARE_DYNCREATE(CP09005435Doc)
protected: // create from serialization only
	CP09005435Doc();
	

// Attributes
public:
    Cbooklianbiao *pinbook;       //指向在库图书的链表表头。
    Cbooklianbiao *poutbook;      //指向出借图书的链表表头。
	Cbooklianbiao *pinend;        //指向在库图书的链表末尾。
	Cbooklianbiao *poutend;       //指向出借图书的链表末尾。
	Cbooklianbiao *pinenter;      //用于在在库图书的链表中进行操作。
	Cbooklianbiao *poutenter;     //用于在出借图书的链表中进行操作。
	cMatrix<float>  m_Mat1;
	cMatrix<float>  m_Mat2;
	cMatrix<float>  m_Mat3;
// Operations
public:
	CTypedPtrArray<CObArray, Cbooklianbiao*> mbookArray;

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CP09005435Doc)
	public:
	virtual BOOL OnNewDocument();
	virtual void Serialize(CArchive& ar);
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CP09005435Doc();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CP09005435Doc)
	afx_msg void OnMatrixCreate();
	afx_msg void OnBookNew();
	afx_msg void OnBookLend();
	afx_msg void OnBookReturn();
	afx_msg void OnBOOKoldbook();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

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

#endif // !defined(AFX_P09005435DOC_H__D88036EB_4E74_4427_A12C_051791C72F94__INCLUDED_)

⌨️ 快捷键说明

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