dbase.h

来自「人工智能课程里的动物程序」· C头文件 代码 · 共 75 行

H
75
字号
#if !defined(AFX_DBASE_H__67C76E6F_6DCF_11D7_8272_F614BC915951__INCLUDED_)
#define AFX_DBASE_H__67C76E6F_6DCF_11D7_8272_F614BC915951__INCLUDED_

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



/////////////////////////////////////////////////////////////////////////////
// CDbase command target

class CDbase : public CCmdTarget
{
	DECLARE_DYNCREATE(CDbase)

	CDbase();           // protected constructor used by dynamic creation

// Attributes
public:
    enum{
		maofa=0x000001,
		milk=0x000002,
		yumao=0x000004,
		fly=0x000008,
		egg=0x000010,
        meat=0x000020,
		quanchi=0x000040,
		zhao=0x000080,
		eyeforward=0x000100,
		puru=0x000200,
		ti=0x000400,
		juefanchu=0x000800,
		roushi=0x001000,
		huanghe=0x002000,
		anban=0x004000,
		blackstripe=0x008000,
		tilei=0x010000,
		longsnake=0x020000,
		longleg=0x040000,
		bird=0x080000,
		swim=0x100000,
		blackwhite=0x200000,
		goodatfly=0x400000,
	};
	long flag;
// Operations
public:
    virtual ~CDbase();
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDbase)
	//}}AFX_VIRTUAL

// Implementation
protected:
	

	// Generated message map functions
	//{{AFX_MSG(CDbase)
		// NOTE - the ClassWizard will add and remove member functions here.
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_DBASE_H__67C76E6F_6DCF_11D7_8272_F614BC915951__INCLUDED_)

⌨️ 快捷键说明

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