📄 beequeue.h
字号:
// beequeue.h: interface for the beequeue class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BEEQUEUE_H__4DE26478_3BC5_4372_B930_1D01347B6033__INCLUDED_)
#define AFX_BEEQUEUE_H__4DE26478_3BC5_4372_B930_1D01347B6033__INCLUDED_
#include "abee.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
const int beenum[5]={24,12,10,9,12};
const int beedata[5][24][3][2]=
{{{{0,270},{10,250},{20,270}},
{{20,270},{30,250},{40,270}},
{{40,270},{50,250},{60,270}},
{{60,270},{70,250},{80,270}},
{{80,270},{90,250},{100,270}}, //5
{{100,270},{110,250},{120,270}},
{{120,270},{130,250},{140,270}},
{{140,270},{150,250},{160,270}},
{{160,270},{170,250},{180,270}},
{{10,250},{20,230},{30,250}}, //10
{{30,250},{40,230},{50,250}},
{{50,250},{60,230},{70,250}},
{{70,250},{80,230},{90,250}},
{{90,250},{100,230},{110,250}},
{{110,250},{120,230},{130,250}}, //15
{{130,250},{140,230},{150,250}},
{{150,250},{160,230},{170,250}},
{{20,230},{30,210},{40,230}},
{{40,230},{50,210},{60,230}},
{{60,230},{70,210},{80,230}}, //20
{{80,230},{90,210},{100,230}},
{{100,230},{110,210},{120,230}},
{{120,230},{130,210},{140,230}},
{{140,230},{150,210},{160,230}}} //24
,
{{{0,270},{10,250},{20,270}},
{{20,270},{30,250},{40,270}},
{{40,270},{50,250},{60,270}},
{{60,270},{70,250},{80,270}},
{{80,270},{90,250},{100,270}}, //5
{{100,270},{110,250},{120,270}},
{{120,270},{130,250},{140,270}},
{{140,270},{150,250},{160,270}},
{{160,270},{170,250},{180,270}},
{{10,250},{20,230},{30,250}}, //10
{{30,250},{40,230},{50,250}},
{{50,250},{60,230},{70,250}}}
,
{{{0,270},{10,250},{20,270}},
{{20,270},{30,250},{40,270}},
{{40,270},{50,250},{60,270}},
{{60,270},{70,250},{80,270}},
{{80,270},{90,250},{100,270}}, //5
{{100,270},{110,250},{120,270}},
{{120,270},{130,250},{140,270}},
{{140,270},{150,250},{160,270}},
{{160,270},{170,250},{180,270}},
{{10,250},{20,230},{30,250}}} //10
,
{{{0,270},{10,250},{20,270}},
{{20,270},{30,250},{40,270}},
{{40,270},{50,250},{60,270}},
{{60,270},{70,250},{80,270}},
{{80,270},{90,250},{100,270}}, //5
{{100,270},{110,250},{120,270}},
{{120,270},{130,250},{140,270}},
{{140,270},{150,250},{160,270}},
{{160,270},{170,250},{180,270}}}
,
{{{0,270},{10,250},{20,270}},
{{20,270},{30,250},{40,270}},
{{40,270},{50,250},{60,270}},
{{60,270},{70,250},{80,270}},
{{80,270},{90,250},{100,270}}, //5
{{100,270},{110,250},{120,270}},
{{120,270},{130,250},{140,270}},
{{140,270},{150,250},{160,270}},
{{160,270},{170,250},{180,270}},
{{10,250},{20,230},{30,250}}, //10
{{30,250},{40,230},{50,250}},
{{50,250},{60,230},{70,250}}}
};
class beequeue
{
public:
int m_beenumber;
void paint(CDC *pdc,screen *pscreen);
void move(screen *pscreen);
bool initqueue(int gate);
abee m_abee[100];
beequeue();
virtual ~beequeue();
int m_status;
private:
};
#endif // !defined(AFX_BEEQUEUE_H__4DE26478_3BC5_4372_B930_1D01347B6033__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -