📄 collection.h
字号:
// Collection.h: interface for the CCollection class.
//
//////////////////////////////////////////////////////////////////////
#include "afxtempl.h"
#if !defined(AFX_COLLECTION_H__F7B35704_8D3C_4C4E_81EA_EC0E07EEB6D4__INCLUDED_)
#define AFX_COLLECTION_H__F7B35704_8D3C_4C4E_81EA_EC0E07EEB6D4__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CCollection : public CArray<BYTE,BYTE>
{
public:
int m_nCount;
BYTE m_com[30];
BYTE m_com2[30];
void Compound(int n,int m,CArray<BYTE,BYTE> *p, int nWidth);
void CreateCompound(CArray<BYTE,BYTE> *p, int nWidth);
void SubtractCollection(CCollection *pCol);
int Find(BYTE cByte);
void AddCollection(CCollection *pCol);
CCollection();
virtual ~CCollection();
};
#endif // !defined(AFX_COLLECTION_H__F7B35704_8D3C_4C4E_81EA_EC0E07EEB6D4__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -