摘要: /****************************** 单位* **** 时间* 2011年8月20日* 编写人* ********************************/#ifndef_MINE_BUTTON_H#define_MINE_BUTTON_H#include<string>usingnamespacestd;classMineButton{public:int x;int y;stringtext;bool isMine;bool isClear;public:MineButton();};#endif#include"minebutton 阅读全文
posted @ 2011-11-07 00:12 黎泽宇 阅读(237) 评论(0) 推荐(0) 编辑
摘要: #include"iostream"#include"string"usingnamespacestd;classStudent{public:Student();voidCreat(Studentstu[]);voidInsert(Studentstu[]);voidDelete(Studentstu[]);voidLookup(Studentstu[]);voidUpdate(Studentstu[]);voidStat(Studentstu[]);intLength(Studentstu[]);voidPrint(Studentstu[]);pri 阅读全文
posted @ 2011-11-07 00:08 黎泽宇 阅读(305) 评论(0) 推荐(0) 编辑