摘要:
#pragma onceclass MyQueue{public: MyQueue(); ~MyQueue(); void Insert(int aValue); int Top(); void Pop(); void PrintQueue(); void PrintHead();private: int GetIncreIndex(const int& aIndex);private: int* m_pData; int m_Length; int m_Count; int m_Head; int m_Tail;}... 阅读全文
posted @ 2013-09-05 14:30
hailong
阅读(424)
评论(0)
推荐(0)

浙公网安备 33010602011771号