01 2017 档案

摘要:ۣۣۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖ ۣۣۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖۖ 阅读全文
posted @ 2017-01-12 16:51 东百牧码人 阅读(197) 评论(1) 推荐(0)
摘要:1 void formsample_mousewheel(object sender, MouseEventArgs e) 2 { 3 //获取光标位置 4 Point mousepoint = new Point(e.X, e.Y); 5 //换算成相对本窗体的位置 6 ... 阅读全文
posted @ 2017-01-12 10:14 东百牧码人 阅读(377) 评论(0) 推荐(0)
摘要:[DllImport("user32.dll")] public static extern bool ReleaseCapture(); [DllImport("user32.dll")] public static extern bool SendMessage(IntPtr hwnd, int wMsg, int wParam, int l... 阅读全文
posted @ 2017-01-11 13:23 东百牧码人 阅读(282) 评论(0) 推荐(0)
摘要:游戏界面如上所示: 游戏规则:a.同色相邻(上下左右为相邻对角线不算)方块点击可消除,单个方块不可消除,消除后位置由上方方块填补;若中间出现整列空隙,由右侧平移填补至无整列缝隙; b.每次消除得分为消除方块数的平方;即加入本次消除5个方块,则得分为25分; c.当界面无可消除方块游戏结束;并将所有消 阅读全文
posted @ 2017-01-09 17:43 东百牧码人 阅读(604) 评论(0) 推荐(0)