找传奇、传世资源到传世资源站!

c++实战开发入门(几个简单游戏项目的开发代码)

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

c 实战开发入门(几个简单游戏项目的开发代码)c 开发的简单游戏项目的开发代码,如推箱子、坦克动荡、快乐吃豆子、桌面破坏王等8款游戏from clipboard.
├── Code
│   ├── 01
│   │   ├── Bits
│   │   │   ├── 01.txt
│   │   │   ├── 02.txt
│   │   │   ├── 03.txt
│   │   │   ├── 04.txt
│   │   │   ├── 05.txt
│   │   │   ├── 06.txt
│   │   │   ├── 07.txt
│   │   │   ├── 08.txt
│   │   │   ├── 09.txt
│   │   │   ├── 10.txt
│   │   │   ├── 11.txt
│   │   │   ├── 12.txt
│   │   │   ├── 13.txt
│   │   │   ├── 14.txt
│   │   │   ├── 15.txt
│   │   │   ├── 16.txt
│   │   │   ├── 17.txt
│   │   │   ├── 18.txt
│   │   │   ├── 19.txt
│   │   │   ├── 20.txt
│   │   │   ├── 21.txt
│   │   │   ├── 22.txt
│   │   │   ├── 23.txt
│   │   │   ├── 24.txt
│   │   │   ├── 25.txt
│   │   │   ├── 26.txt
│   │   │   ├── 27.txt
│   │   │   ├── 28.txt
│   │   │   ├── 29.txt
│   │   │   ├── 30.txt
│   │   │   ├── 31.txt
│   │   │   ├── 32.txt
│   │   │   ├── 33.txt
│   │   │   ├── 34.txt
│   │   │   ├── 35.txt
│   │   │   ├── 36.txt
│   │   │   ├── 37.txt
│   │   │   ├── 38.txt
│   │   │   ├── 39.txt
│   │   │   ├── 40.txt
│   │   │   ├── 41.txt
│   │   │   ├── 42.txt
│   │   │   ├── 43.txt
│   │   │   ├── 44.txt
│   │   │   ├── 45.txt
│   │   │   ├── 46.txt
│   │   │   ├── 47.txt
│   │   │   ├── 48.txt
│   │   │   ├── 49.txt
│   │   │   ├── 50.txt
│   │   │   ├── 51.txt
│   │   │   └── 52.txt
│   │   ├── Module
│   │   │   ├── 001
│   │   │   │   ├── Tank
│   │   │   │   │   ├── MainFrm.cpp
│   │   │   │   │   ├── MainFrm.h
│   │   │   │   │   ├── ReadMe.txt
│   │   │   │   │   ├── Resource.h
│   │   │   │   │   ├── Tank.cpp
│   │   │   │   │   ├── Tank.h
│   │   │   │   │   ├── Tank.rc
│   │   │   │   │   ├── Tank.sln
│   │   │   │   │   ├── Tank.vcxproj
│   │   │   │   │   ├── Tank.vcxproj.filters
│   │   │   │   │   ├── res
│   │   │   │   │   ├── stdafx.cpp
│   │   │   │   │   ├── stdafx.h
│   │   │   │   │   └── targetver.h
│   │   │   │   └── Tank2
│   │   │   │       ├── Game.cpp
│   │   │   │       ├── Game.h
│   │   │   │       ├── MainFrm.cpp
│   │   │   │       ├── MainFrm.h
│   │   │   │       ├── ReadMe.txt
│   │   │   │       ├── Resource.h
│   │   │   │       ├── Tank.cpp
│   │   │   │       ├── Tank.h
│   │   │   │       ├── Tank.rc
│   │   │   │       ├── Tank.sln
│   │   │   │       ├── Tank.vcxproj
│   │   │   │       ├── Tank.vcxproj.filters
│   │   │   │       ├── res
│   │   │   │       ├── stdafx.cpp
│   │   │   │       ├── stdafx.h
│   │   │   │       └── targetver.h
│   │   │   ├── 002
│   │   │   │   ├── Tank
│   │   │   │   │   ├── Game.cpp
│   │   │   │   │   ├── Game.h
│   │   │   │   │   ├── MainFrm.cpp
│   │   │   │   │   ├── MainFrm.h
│   │   │   │   │   ├── ReadMe.txt
│   │   │   │   │   ├── Resource.h
│   │   │   │   │   ├── Tank.cpp
│   │   │   │   │   ├── Tank.h
│   │   │   │   │   ├── Tank.rc
│   │   │   │   │   ├── Tank.sln
│   │   │   │   │   ├── Tank.vcxproj
│   │   │   │   │   ├── Tank.vcxproj.filters
│   │   │   │   │   ├── res
│   │   │   │   │   ├── stdafx.cpp
│   │   │   │   │   ├── stdafx.h
│   │   │   │   │   └── targetver.h
│   │   │   │   └── Tank2
│   │   │   │       ├── 0.gif
│   │   │   │       ├── 1.gif
│   │   │   │       ├── 10.gif
│   │   │   │       ├── 11.gif
│   │   │   │       ├── 2.gif
│   │   │   │       ├── 3.gif
│   │   │   │       ├── 4.gif
│   │   │   │       ├── 5.gif
│   │   │   │       ├── 6.gif
│   │   │   │       ├── 7.gif
│   │   │   │       ├── 8.gif
│   │   │   │       ├── 9.gif
│   │   │   │       ├── Game.cpp
│   │   │   │       ├── Game.h
│   │   │   │       ├── MainFrm.cpp
│   │   │   │       ├── MainFrm.h
│   │   │   │       ├── ReadMe.txt
│   │   │   │       ├── Resource.h
│   │   │   │       ├── Tank.cpp
│   │   │   │       ├── Tank.h
│   │   │   │       ├── Tank.rc
│   │   │   │       ├── Tank.sln
│   │   │   │       ├── Tank.vcxproj
│   │   │   │       ├── Tank.vcxproj.filters
│   │   │   │       ├── menu_1player_0.png
│   │   │   │       ├── menu_1player_1.png
│   │   │   │       ├── menu_2plyaer_0.png
│   │   │   │       ├── menu_2plyaer_1.png
│   │   │   │       ├── menu_background.png
│   │   │   │       ├── menu_backup.png
│   │   │   │       ├── menu_key_player01_0.png
│   │   │   │       ├── menu_key_player01_1.png
│   │   │   │       ├── menu_key_player02_0.png
│   │   │   │       ├── menu_key_player02_1.png
│   │   │   │       ├── res
│   │   │   │       ├── stdafx.cpp
│   │   │   │       ├── stdafx.h
│   │   │   │       ├── tank.png
│   │   │   │       ├── tank_bot.png
│   │   │   │       ├── tank_player1.png
│   │   │   │       ├── tank_player2.png
│   │   │   │       ├── tank_player3.png
│   │   │   │       └── targetver.h
│   │   │   ├── 003
│   │   │   │   ├── Tank_坦克对象
│   │   │   │   │   ├── 0.gif
│   │   │   │   │   ├── 1.gif
│   │   │   │   │   ├── 10.gif
│   │   │   │   │   ├── 11.gif
│   │   │   │   │   ├── 2.gif
│   │   │   │   │   ├── 3.gif
│   │   │   │   │   ├── 4.gif
│   │   │   │   │   ├── 5.gif
│   │   │   │   │   ├── 6.gif
│   │   │   │   │   ├── 7.gif
│   │   │   │   │   ├── 8.gif
│   │   │   │   │   ├── 9.gif
│   │   │   │   │   ├── Bot.cpp
│   │   │   │   │   ├── Bot.h
│   │   │   │   │   ├── Bullet.cpp
│   │   │   │   │   ├── Bullet.h
│   │   │   │   │   ├── Game.cpp
│   │   │   │   │   ├── Game.h
│   │   │   │   │   ├── GameEntry.h
│   │   │   │   │   ├── GameHit.cpp
│   │   │   │   │   ├── GameHit.h
│   │   │   │   │   ├── GameMenuBackground.cpp
│   │   │   │   │   ├── GameMenuBackground.h
│   │   │   │   │   ├── GameMenuPanel.cpp
│   │   │   │   │   ├── GameMenuPanel.h
│   │   │   │   │   ├── GameMenuPanel2.cpp
│   │   │   │   │   ├── GameMenuPanel2.h
│   │   │   │   │   ├── GameTimer.h
│   │   │   │   │   ├── KeyMenuPlayer01.cpp
│   │   │   │   │   ├── KeyMenuPlayer01.h
│   │   │   │   │   ├── KeyMenuPlayer02.cpp
│   │   │   │   │   ├── KeyMenuPlayer02.h
│   │   │   │   │   ├── MainFrm.cpp
│   │   │   │   │   ├── MainFrm.h
│   │   │   │   │   ├── Player.cpp
│   │   │   │   │   ├── Player.h
│   │   │   │   │   ├── ReadMe.txt
│   │   │   │   │   ├── Resource.h
│   │   │   │   │   ├── Tank.cpp
│   │   │   │   │   ├── Tank.h
│   │   │   │   │   ├── Tank.rc
│   │   │   │   │   ├── Tank.sln
│   │   │   │   │   ├── Tank.vcxproj
│   │   │   │   │   ├── Tank.vcxproj.filters
│   │   │   │   │   ├── TankEntry.cpp
│   │   │   │   │   ├── TankEntry.h
│   │   │   │   │   ├── menu_1player_0.png
│   │   │   │   │   ├── menu_1player_1.png
│   │   │   │   │   ├── menu_2plyaer_0.png
│   │   │   │   │   ├── menu_2plyaer_1.png
│   │   │   │   │   ├── menu_background.png
│   │   │   │   │   ├── menu_backup.png
│   │   │   │   │   ├── menu_key_player01_0.png
│   │   │   │   │   ├── menu_key_player01_1.png
│   │   │   │   │   ├── menu_key_player02_0.png
│   │   │   │   │   ├── menu_key_player02_1.png
│   │   │   │   │   ├── res
│   │   │   │   │   ├── stdafx.cpp
│   │   │   │   │   ├── stdafx.h
│   │   │   │   │   ├── tank.png
│   │   │   │   │   ├── tank_bot.png
│   │   │   │   │   ├── tank_player1.png
│   │   │   │   │   ├── tank_player2.png
│   │   │   │   │   ├── tank_player3.png
│   │   │   │   │   └── targetver.h
│   │   │   │   ├── Tank_增加地图
│   │   │   │   │   ├── 0.gif
│   │   │   │   │   ├── 1.gif
│   │   │   │   │   ├── 10.gif
│   │   │   │   │   ├── 11.gif
│   │   │   │   │   ├── 2.gif
│   │   │   │   │   ├── 3.gif
│   │   │   │   │   ├── 4.gif
│   │   │   │   │   ├── 5.gif
│   │   │   │   │   ├── 6.gif
│   │   │   │   │   ├── 7.gif
│   │   │   │   │   ├── 8.gif
│   │   │   │   │   ├── 9.gif
│   │   │   │   │   ├── Bot.cpp
│   │   │   │   │   ├── Bot.h
│   │   │   │   │   ├── Bullet.cpp
│   │   │   │   │   ├── Bullet.h
│   │   │   │   │   ├── Game.cpp
│   │   │   │   │   ├── Game.h
│   │   │   │   │   ├── GameEntry.h
│   │   │   │   │   ├── GameHit.cpp
│   │   │   │   │   ├── GameHit.h
│   │   │   │   │   ├── GameMap.cpp
│   │   │   │   │   ├── GameMap.h
│   │   │   │   │   ├── GameMenuBackground.cpp
│   │   │   │   │   ├── GameMenuBackground.h
│   │   │   │   │   ├── GameMenuPanel.cpp
│   │   │   │   │   ├── GameMenuPanel.h
│   │   │   │   │   ├── GameMenuPanel2.cpp
│   │   │   │   │   ├── GameMenuPanel2.h
│   │   │   │   │   ├── GamePathFinder.h
│   │   │   │   │   ├── GameTimer.h
│   │   │   │   │   ├── MainFrm.cpp
│   │   │   │   │   ├── MainFrm.h
│   │   │   │   │   ├── Player.cpp
│   │   │   │   │   ├── Player.h
│   │   │   │   │   ├── ReadMe.txt
│   │   │   │   │   ├── Resource.h
│   │   │   │   │   ├── Tank.cpp
│   │   │   │   │   ├── Tank.h
│   │   │   │   │   ├── Tank.rc
│   │   │   │   │   ├── Tank.sln
│   │   │   │   │   ├── Tank.vcxproj
│   │   │   │   │   ├── Tank.vcxproj.filters
│   │   │   │   │   ├── TankEntry.cpp
│   │   │   │   │   ├── TankEntry.h
│   │   │   │   │   ├── Wall.cpp
│   │   │   │   │   ├── Wall.h
│   │   │   │   │   ├── menu_1player_0.png
│   │   │   │   │   ├── menu_1player_1.png
│   │   │   │   │   ├── menu_2plyaer_0.png
│   │   │   │   │   ├── menu_2plyaer_1.png
│   │   │   │   │   ├── menu_background.png
│   │   │   │   │   ├── menu_backup.png
│   │   │   │   │   ├── menu_key_player01_0.png
│   │   │   │   │   ├── menu_key_player01_1.png
│   │   │   │   │   ├── menu_key_player02_0.png
│   │   │   │   │   ├── menu_key_player02_1.png
│   │   │   │   │   ├── res
│   │   │   │   │   ├── stdafx.cpp
│   │   │   │   │   ├── stdafx.h
│   │   │   │   │   ├── tank.png
│   │   │   │   │   ├── tank_bot.png
│   │   │   │   │   ├── tank_player1.png
│   │   │   │   │   ├── tank_player2.png
│   │   │   │   │   ├── tank_player3.png
│   │   │   │   │   └── targetver.h
│   │   │   │   ├── Tank_设计菜单
│   │   │   │   │   ├── 0.gif
│   │   │   │   │   ├── 1.gif
│   │   │   │   │   ├── 10.gif
│   │   │   │   │   ├── 11.gif
│   │   │   │   │   ├── 2.gif
│   │   │   │   │   ├── 3.gif
│   │   │   │   │   ├── 4.gif
│   │   │   │   │   ├── 5.gif
│   │   │   │   │   ├── 6.gif
│   │   │   │   │   ├── 7.gif
│   │   │   │   │   ├── 8.gif
│   │   │   │   │   ├── 9.gif
│   │   │   │   │   ├── Game.cpp
│   │   │   │   │   ├── Game.h
│   │   │   │   │   ├── GameEntry.h
│   │   │   │   │   ├── GameMenuBackground.cpp
│   │   │   │   │   ├── GameMenuBackground.h
│   │   │   │   │   ├── GameMenuPanel.cpp
│   │   │   │   │   ├── GameMenuPanel.h
│   │   │   │   │   ├── GameMenuPanel2.cpp
│   │   │   │   │   ├── GameMenuPanel2.h
│   │   │   │   │   ├── KeyMenuPlayer01.cpp
│   │   │   │   │   ├── KeyMenuPlayer01.h
│   │   │   │   │   ├── KeyMenuPlayer02.cpp
│   │   │   │   │   ├── KeyMenuPlayer02.h
│   │   │   │   │   ├── MainFrm.cpp
│   │   │   │   │   ├── MainFrm.h
│   │   │   │   │   ├── ReadMe.txt
│   │   │   │   │   ├── Resource.h
│   │   │   │   │   ├── Tank.cpp
│   │   │   │   │   ├── Tank.h
│   │   │   │   │   ├── Tank.rc
│   │   │   │   │   ├── Tank.sln
│   │   │   │   │   ├── Tank.vcxproj
│   │   │   │   │   ├── Tank.vcxproj.filters
│   │   │   │   │   ├── menu_1player_0.png
│   │   │   │   │   ├── menu_1player_1.png
│   │   │   │   │   ├── menu_2plyaer_0.png
│   │   │   │   │   ├── menu_2plyaer_1.png
│   │   │   │   │   ├── menu_background.png
│   │   │   │   │   ├── menu_backup.png
│   │   │   │   │   ├── menu_key_player01_0.png
│   │   │   │   │   ├── menu_key_player01_1.png
│   │   │   │   │   ├── menu_key_player02_0.png
│   │   │   │   │   ├── menu_key_player02_1.png
│   │   │   │   │   ├── res
│   │   │   │   │   ├── stdafx.cpp
│   │   │   │   │   ├── stdafx.h
│   │   │   │   │   ├── tank.png
│   │   │   │   │   ├── tank_bot.png
│   │   │   │   │   ├── tank_player1.png
│   │   │   │   │   ├── tank_player2.png
│   │   │   │   │   ├── tank_player3.png
│   │   │   │   │   └── targetver.h
│   │   │   │   └── Tank_删减代码之后
│   │   │   │       ├── 0.gif
│   │   │   │       ├── 1.gif
│   │   │   │       ├── 10.gif
│   │   │   │       ├── 11.gif
│   │   │   │       ├── 2.gif
│   │   │   │       ├── 3.gif
│   │   │   │       ├── 4.gif
│   │   │   │       ├── 5.gif
│   │   │   │       ├── 6.gif
│   │   │   │       ├── 7.gif
│   │   │   │       ├── 8.gif
│   │   │   │       ├── 9.gif
│   │   │   │       ├── Game.cpp
│   │   │   │       ├── Game.h
│   │   │   │       ├── MainFrm.cpp
│   │   │   │       ├── MainFrm.h
│   │   │   │       ├── ReadMe.txt
│   │   │   │       ├── Resource.h
│   │   │   │       ├── Tank.cpp
│   │   │   │       ├── Tank.h
│   │   │   │       ├── Tank.rc
│   │   │   │       ├── Tank.sln
│   │   │   │       ├── Tank.vcxproj
│   │   │   │       ├── Tank.vcxproj.filters
│   │   │   │       ├── menu_1player_0.png
│   │   │   │       ├── menu_1player_1.png
│   │   │   │       ├── menu_2plyaer_0.png
│   │   │   │       ├── menu_2plyaer_1.png
│   │   │   │       ├── menu_background.png
│   │   │   │       ├── menu_backup.png
│   │   │   │       ├── menu_key_player01_0.png
│   │   │   │       ├── menu_key_player01_1.png
│   │   │   │       ├── menu_key_player02_0.png
│   │   │   │       ├── menu_key_player02_1.png
│   │   │   │       ├── res
│   │   │   │       ├── stdafx.cpp
│   │   │   │       ├── stdafx.h
│   │   │   │       ├── tank.png
│   │   │   │       ├── tank_bot.png
│   │   │   │       ├── tank_player1.png
│   │   │   │       ├── tank_player2.png
│   │   │   │       ├── tank_player3.png
│   │   │   │       └── targetver.h
│   │   │   └── 004
│   │   │       └── Tank
│   │   │           ├── 0.gif
│   │   │           ├── 1.gif
│   │   │           ├── 10.gif
│   │   │           ├── 11.gif
│   │   │           ├── 2.gif
│   │   │           ├── 3.gif
│   │   │           ├── 4.gif
│   │   │           ├── 5.gif
│   │   │           ├── 6.gif
│   │   │           ├── 7.gif
│   │   │           ├── 8.gif
│   │   │           ├── 9.gif
│   │   │           ├── Bot.cpp
│   │   │           ├── Bot.h
│   │   │           ├── Bullet.cpp
│   │   │           ├── Bullet.h
│   │   │           ├── Game.cpp
│   │   │           ├── Game.h
│   │   │           ├── GameEntry.h
│   │   │           ├── GameHit.cpp
│   │   │           ├── GameHit.h
│   │   │           ├── GameMap.cpp
│   │   │           ├── GameMap.h
│   │   │           ├── GameMenuBackground.cpp
│   │   │           ├── GameMenuBackground.h
│   │   │           ├── GameMenuPanel.cpp
│   │   │           ├── GameMenuPanel.h
│   │   │           ├── GameMenuPanel2.cpp
│   │   │           ├── GameMenuPanel2.h
│   │   │           ├── GamePathFinder.h
│   │   │           ├── GameTimer.h
│   │   │           ├── KeyMenuPlayer01.cpp
│   │   │           ├── KeyMenuPlayer01.h
│   │   │           ├── KeyMenuPlayer02.cpp
│   │   │           ├── KeyMenuPlayer02.h
│   │   │           ├── MainFrm.cpp
│   │   │           ├── MainFrm.h
│   │   │           ├── Player.cpp
│   │   │           ├── Player.h
│   │   │           ├── ReadMe.txt
│   │   │           ├── Resource.h
│   │   │           ├── Tank.cpp
│   │   │           ├── Tank.h
│   │   │           ├── Tank.rc
│   │   │           ├── Tank.sln
│   │   │           ├── Tank.vcxproj
│   │   │           ├── Tank.vcxproj.filters
│   │   │           ├── TankEntry.cpp
│   │   │           ├── TankEntry.h
│   │   │           ├── Wall.cpp
│   │   │           ├── Wall.h
│   │   │           ├── menu_1player_0.png
│   │   │           ├── menu_1player_1.png
│   │   │           ├── menu_2plyaer_0.png
│   │   │           ├── menu_2plyaer_1.png
│   │   │           ├── menu_background.png
│   │   │           ├── menu_backup.png
│   │   │           ├── menu_key_player01_0.png
│   │   │           ├── menu_key_player01_1.png
│   │   │           ├── menu_key_player02_0.png
│   │   │           ├── menu_key_player02_1.png
│   │   │           ├── res
│   │   │           ├── stdafx.cpp
│   │   │           ├── stdafx.h
│   │   │           ├── tank.png
│   │   │           ├── tank_bot.png
│   │   │           ├── tank_player1.png
│   │   │           ├── tank_player2.png
│   │   │           ├── tank_player3.png
│   │   │           └── targetver.h
│   │   ├── Project
│   │   │   └── Tank
│   │   │       ├── 0.gif
│   │   │       ├── 1.gif
│   │   │       ├── 10.gif
│   │   │       ├── 11.gif
│   │   │       ├── 2.gif
│   │   │       ├── 3.gif
│   │   │       ├── 4.gif
│   │   │       ├── 5.gif
│   │   │       ├── 6.gif
│   │   │       ├── 7.gif
│   │   │       ├── 8.gif
│   │   │       ├── 9.gif
│   │   │       ├── Bot.cpp
│   │   │       ├── Bot.h
│   │   │       ├── Bullet.cpp
│   │   │       ├── Bullet.h
│   │   │       ├── Game.cpp
│   │   │       ├── Game.h
│   │   │       ├── GameEntry.h
│   │   │       ├── GameHit.cpp
│   │   │       ├── GameHit.h
│   │   │       ├── GameMap.cpp
│   │   │       ├── GameMap.h
│   │   │       ├── GameMenuBackground.cpp
│   │   │       ├── GameMenuBackground.h
│   │   │       ├── GameMenuPanel.cpp
│   │   │       ├── GameMenuPanel.h
│   │   │       ├── GameMenuPanel2.cpp
│   │   │       ├── GameMenuPanel2.h
│   │   │       ├── GamePathFinder.h
│   │   │       ├── GameTimer.h
│   │   │       ├── KeyMenuPlayer01.cpp
│   │   │       ├── KeyMenuPlayer01.h
│   │   │       ├── KeyMenuPlayer02.cpp
│   │   │       ├── KeyMenuPlayer02.h
│   │   │       ├── MainFrm.cpp
│   │   │       ├── MainFrm.h
│   │   │       ├── Player.cpp
│   │   │       ├── Player.h
│   │   │       ├── ReadMe.txt
│   │   │       ├── Resource.h
│   │   │       ├── Tank.cpp
│   │   │       ├── Tank.h
│   │   │       ├── Tank.rc
│   │   │       ├── Tank.sln
│   │   │       ├── Tank.vcxproj
│   │   │       ├── Tank.vcxproj.filters
│   │   │       ├── TankEntry.cpp
│   │   │       ├── TankEntry.h
│   │   │       ├── Wall.cpp
│   │   │       ├── Wall.h
│   │   │       ├── menu_1player_0.png
│   │   │       ├── menu_1player_1.png
│   │   │       ├── menu_2plyaer_0.png
│   │   │       ├── menu_2plyaer_1.png
│   │   │       ├── menu_background.png
│   │   │       ├── menu_backup.png
│   │   │       ├── menu_key_player01_0.png
│   │   │       ├── menu_key_player01_1.png
│   │   │       ├── menu_key_player02_0.png
│   │   │       ├── menu_key_player02_1.png
│   │   │       ├── res
│   │   │       │   ├── Tank.ico
│   │   │       │   └── Tank.rc2
│   │   │       ├── stdafx.cpp
│   │   │       ├── stdafx.h
│   │   │       ├── tank.png
│   │   │       ├── tank_bot.png
│   │   │       ├── tank_player1.png
│   │   │       ├── tank_player2.png
│   │   │       ├── tank_player3.png
│   │   │       └── targetver.h
│   │   ├── Src
│   │   │   ├── Resources
│   │   │   └── head
│   │   ├── 代码找茬
│   │   │   ├── 找茬 01
│   │   │   │   └── Tank
│   │   │   │       ├── 0.gif
│   │   │   │       ├── 1.gif
│   │   │   │       ├── 10.gif
│   │   │   │       ├── 11.gif
│   │   │   │       ├── 2.gif
│   │   │   │       ├── 3.gif
│   │   │   │       ├── 4.gif
│   │   │   │       ├── 5.gif
│   │   │   │       ├── 6.gif
│   │   │   │       ├── 7.gif
│   │   │   │       ├── 8.gif
│   │   │   │       ├── 9.gif
│   │   │   │       ├── Bot.cpp
│   │   │   │       ├── Bot.h
│   │   │   │       ├── Bullet.cpp
│   │   │   │       ├── Bullet.h
│   │   │   │       ├── Game.cpp
│   │   │   │       ├── Game.h
│   │   │   │       ├── GameEntry.h
│   │   │   │       ├── GameHit.cpp
│   │   │   │       ├── GameHit.h
│   │   │   │       ├── GameMap.cpp
│   │   │   │       ├── GameMap.h
│   │   │   │       ├── GameMenuBackground.cpp
│   │   │   │       ├── GameMenuBackground.h
│   │   │   │       ├── GameMenuPanel.cpp
│   │   │   │       ├── GameMenuPanel.h
│   │   │   │       ├── GameMenuPanel2.cpp
│   │   │   │       ├── GameMenuPanel2.h
│   │   │   │       ├── GamePathFinder.h
│   │   │   │       ├── GameTimer.h
│   │   │   │       ├── KeyMenuPlayer01.cpp
│   │   │   │       ├── KeyMenuPlayer01.h
│   │   │   │       ├── KeyMenuPlayer02.cpp
│   │   │   │       ├── KeyMenuPlayer02.h
│   │   │   │       ├── MainFrm.cpp
│   │   │   │       ├── MainFrm.h
│   │   │   │       ├── Player.cpp
│   │   │   │       ├── Player.h
│   │   │   │       ├── ReadMe.txt
│   │   │   │       ├── Resource.h
│   │   │   │       ├── Tank.cpp
│   │   │   │       ├── Tank.h
│   │   │   │       ├── Tank.rc
│   │   │   │       ├── Tank.sln
│   │   │   │       ├── Tank.vcxproj
│   │   │   │       ├── Tank.vcxproj.filters
│   │   │   │       ├── TankEntry.cpp
│   │   │   │       ├── TankEntry.h
│   │   │   │       ├── Wall.cpp
│   │   │   │       ├── Wall.h
│   │   │   │       ├── menu_1player_0.png
│   │   │   │       ├── menu_1player_1.png
│   │   │   │       ├── menu_2plyaer_0.png
│   │   │   │       ├── menu_2plyaer_1.png
│   │   │   │       ├── menu_background.png
│   │   │   │       ├── menu_backup.png
│   │   │   │       ├── menu_key_player01_0.png
│   │   │   │       ├── menu_key_player01_1.png
│   │   │   │       ├── menu_key_player02_0.png
│   │   │   │       ├── menu_key_player02_1.png
│   │   │   │       ├── res
│   │   │   │       ├── stdafx.cpp
│   │   │   │       ├── stdafx.h
│   │   │   │       ├── tank.png
│   │   │   │       ├── tank_bot.png
│   │   │   │       ├── tank_player1.png
│   │   │   │       ├── tank_player2.png
│   │   │   │       └── targetver.h
│   │   │   ├── 找茬 02
│   │   │   │   └── Tank
│   │   │   │       ├── 0.gif
│   │   │   │       ├── 1.gif
│   │   │   │       ├── 10.gif
│   │   │   │       ├── 11.gif
│   │   │   │       ├── 2.gif
│   │   │   │       ├── 3.gif
│   │   │   │       ├── 4.gif
│   │   │   │       ├── 5.gif
│   │   │   │       ├── 6.gif
│   │   │   │       ├── 7.gif
│   │   │   │       ├── 8.gif
│   │   │   │       ├── 9.gif
│   │   │   │       ├── Bot.cpp
│   │   │   │       ├── Bot.h
│   │   │   │       ├── Bullet.cpp
│   │   │   │       ├── Bullet.h
│   │   │   │       ├── Game.cpp
│   │   │   │       ├── Game.h
│   │   │   │       ├── GameEntry.h
│   │   │   │       ├── GameHit.cpp
│   │   │   │       ├── GameHit.h
│   │   │   │       ├── GameMap.cpp
│   │   │   │       ├── GameMap.h
│   │   │   │       ├── GameMenuBackground.cpp
│   │   │   │       ├── GameMenuBackground.h
│   │   │   │       ├── GameMenuPanel.cpp
│   │   │   │       ├── GameMenuPanel.h
│   │   │   │       ├── GameMenuPanel2.cpp
│   │   │   │       ├── GameMenuPanel2.h
│   │   │   │       ├── GamePathFinder.h
│   │   │   │       ├── GameTimer.h
│   │   │   │       ├── KeyMenuPlayer01.cpp
│   │   │   │       ├── KeyMenuPlayer01.h
│   │   │   │       ├── KeyMenuPlayer02.cpp
│   │   │   │       ├── KeyMenuPlayer02.h
│   │   │   │       ├── MainFrm.cpp
│   │   │   │       ├── MainFrm.h
│   │   │   │       ├── Player.cpp
│   │   │   │       ├── Player.h
│   │   │   │       ├── ReadMe.txt
│   │   │   │       ├── Resource.h
│   │   │   │       ├── Tank.cpp
│   │   │   │       ├── Tank.h
│   │   │   │       ├── Tank.rc
│   │   │   │       ├── Tank.sln
│   │   │   │       ├── Tank.vcxproj
│   │   │   │       ├── Tank.vcxproj.filters
│   │   │   │       ├── TankEntry.cpp
│   │   │   │       ├── TankEntry.h
│   │   │   │       ├── Wall.cpp
│   │   │   │       ├── Wall.h
│   │   │   │       ├── menu_1player_0.png
│   │   │   │       ├── menu_1player_1.png
│   │   │   │       ├── menu_2plyaer_0.png
│   │   │   │       ├── menu_2plyaer_1.png
│   │   │   │       ├── menu_background.png
│   │   │   │       ├── menu_backup.png
│   │   │   │       ├── menu_key_player01_0.png
│   │   │   │       ├── menu_key_player01_1.png
│   │   │   │       ├── menu_key_player02_0.png
│   │   │   │       ├── menu_key_player02_1.png
│   │   │   │       ├── res
│   │   │   │       ├── stdafx.cpp
│   │   │   │       ├── stdafx.h
│   │   │   │       ├── tank.png
│   │   │   │       ├── tank_bot.png
│   │   │   │       ├── tank_player1.png
│   │   │   │       ├── tank_player2.png
│   │   │   │       ├── tank_player3.png
│   │   │   │       └── targetver.h
│   │   │   ├── 找茬 03
│   │   │   │   └── Tank
│   │   │   │       ├── 0.gif
│   │   │   │       ├── 1.gif
│   │   │   │       ├── 10.gif
│   │   │   │       ├── 11.gif
│   │   │   │       ├── 2.gif
│   │   │   │       ├── 3.gif
│   │   │   │       ├── 4.gif
│   │   │   │       ├── 5.gif
│   │   │   │       ├── 6.gif
│   │   │   │       ├── 7.gif
│   │   │   │       ├── 8.gif
│   │   │   │       ├── 9.gif
│   │   │   │       ├── Bot.cpp
│   │   │   │       ├── Bot.h
│   │   │   │       ├── Bullet.cpp
│   │   │   │       ├── Bullet.h
│   │   │   │       ├── Game.cpp
│   │   │   │       ├── Game.h
│   │   │   │       ├── GameEntry.h
│   │   │   │       ├── GameHit.cpp
│   │   │   │       ├── GameHit.h
│   │   │   │       ├── GameMap.cpp
│   │   │   │       ├── GameMap.h
│   │   │   │       ├── GameMenuBackground.cpp
│   │   │   │       ├── GameMenuBackground.h
│   │   │   │       ├── GameMenuPanel.cpp
│   │   │   │       ├── GameMenuPanel.h
│   │   │   │       ├── GameMenuPanel2.cpp
│   │   │   │       ├── GameMenuPanel2.h
│   │   │   │       ├── GamePathFinder.h
│   │   │   │       ├── GameTimer.h
│   │   │   │       ├── KeyMenuPlayer01.cpp
│   │   │   │       ├── KeyMenuPlayer01.h
│   │   │   │       ├── KeyMenuPlayer02.cpp
│   │   │   │       ├── KeyMenuPlayer02.h
│   │   │   │       ├── MainFrm.cpp
│   │   │   │       ├── MainFrm.h
│   │   │   │       ├── Player.cpp
│   │   │   │       ├── Player.h
│   │   │   │       ├── ReadMe.txt
│   │   │   │       ├── Resource.h
│   │   │   │       ├── Tank.cpp
│   │   │   │       ├── Tank.h
│   │   │   │       ├── Tank.rc
│   │   │   │       ├── Tank.sln
│   │   │   │       ├── Tank.vcxproj
│   │   │   │       ├── Tank.vcxproj.filters
│   │   │   │       ├── TankEntry.cpp
│   │   │   │       ├── TankEntry.h
│   │   │   │       ├── Wall.cpp
│   │   │   │       ├── Wall.h
│   │   │   │       ├── menu_1player_0.png
│   │   │   │       ├── menu_1player_1.png
│   │   │   │       ├── menu_2plyaer_0.png
│   │   │   │       ├── menu_2plyaer_1.png
│   │   │   │       ├── menu_background.png
│   │   │   │       ├── menu_backup.png
│   │   │   │       ├── menu_key_player01_0.png
│   │   │   │       ├── menu_key_player01_1.png
│   │   │   │       ├── menu_key_player02_0.png
│   │   │   │       ├── menu_key_player02_1.png
│   │   │   │       ├── res
│   │   │   │       ├── stdafx.cpp
│   │   │   │       ├── stdafx.h
│   │   │   │       ├── tank.png
│   │   │   │       ├── tank_bot.png
│   │   │   │       ├── tank_player1.png
│   │   │   │       ├── tank_player2.png
│   │   │   │       ├── tank_player3.png
│   │   │   │       └── targetver.h
│   │   │   ├── 找茬 04
│   │   │   │   └── Tank
│   │   │   │       ├── 0.gif
│   │   │   │       ├── 1.gif
│   │   │   │       ├── 10.gif
│   │   │   │       ├── 11.gif
│   │   │   │       ├── 2.gif
│   │   │   │       ├── 3.gif
│   │   │   │       ├── 4.gif
│   │   │   │       ├── 5.gif
│   │   │   │       ├── 6.gif
│   │   │   │       ├── 7.gif
│   │   │   │       ├── 8.gif
│   │   │   │       ├── 9.gif
│   │   │   │       ├── Bot.cpp
│   │   │   │       ├── Bot.h
│   │   │   │       ├── Bullet.cpp
│   │   │   │       ├── Bullet.h
│   │   │   │       ├── Game.cpp
│   │   │   │       ├── Game.h
│   │   │   │       ├── GameEntry.h
│   │   │   │       ├── GameHit.cpp
│   │   │   │       ├── GameHit.h
│   │   │   │       ├── GameMap.cpp
│   │   │   │       ├── GameMap.h
│   │   │   │       ├── GameMenuBackground.cpp
│   │   │   │       ├── GameMenuBackground.h
│   │   │   │       ├── GameMenuPanel.cpp
│   │   │   │       ├── GameMenuPanel.h
│   │   │   │       ├── GameMenuPanel2.cpp
│   │   │   │       ├── GameMenuPanel2.h
│   │   │   │       ├── GamePathFinder.h
│   │   │   │       ├── GameTimer.h
│   │   │   │       ├── KeyMenuPlayer01.cpp
│   │   │   │       ├── KeyMenuPlayer01.h
│   │   │   │       ├── KeyMenuPlayer02.cpp
│   │   │   │       ├── KeyMenuPlayer02.h
│   │   │   │       ├── MainFrm.cpp
│   │   │   │       ├── MainFrm.h
│   │   │   │       ├── Player.cpp
│   │   │   │       ├── Player.h
│   │   │   │       ├── ReadMe.txt
│   │   │   │       ├── Resource.h
│   │   │   │       ├── Tank.cpp
│   │   │   │       ├── Tank.h
│   │   │   │       ├── Tank.rc
│   │   │   │       ├── Tank.sln
│   │   │   │       ├── Tank.vcxproj
│   │   │   │       ├── Tank.vcxproj.filters
│   │   │   │       ├── TankEntry.cpp
│   │   │   │       ├── TankEntry.h
│   │   │   │       ├── Wall.cpp
│   │   │   │       ├── Wall.h
│   │   │   │       ├── menu_1player_0.png
│   │   │   │       ├── menu_1player_1.png
│   │   │   │       ├── menu_2plyaer_0.png
│   │   │   │       ├── menu_2plyaer_1.png
│   │   │   │       ├── menu_background.png
│   │   │   │       ├── menu_backup.png
│   │   │   │       ├── menu_key_player01_0.png
│   │   │   │       ├── menu_key_player01_1.png
│   │   │   │       ├── menu_key_player02_0.png
│   │   │   │       ├── menu_key_player02_1.png
│   │   │   │       ├── res
│   │   │   │       ├── stdafx.cpp
│   │   │   │       ├── stdafx.h
│   │   │   │       ├── tank.png
│   │   │   │       ├── tank_bot.png
│   │   │   │       ├── tank_player1.png
│   │   │   │       ├── tank_player2.png
│   │   │   │       ├── tank_player3.png
│   │   │   │       └── targetver.h
│   │   │   └── 找茬 05
│   │   │       └── Tank
│   │   │           ├── 0.gif
│   │   │           ├── 1.gif
│   │   │           ├── 10.gif
│   │   │           ├── 11.gif
│   │   │           ├── 2.gif
│   │   │           ├── 3.gif
│   │   │           ├── 4.gif
│   │   │           ├── 5.gif
│   │   │           ├── 6.gif
│   │   │           ├── 7.gif
│   │   │           ├── 8.gif
│   │   │           ├── 9.gif
│   │   │           ├── Bot.cpp
│   │   │           ├── Bot.h
│   │   │           ├── Bullet.cpp
│   │   │           ├── Bullet.h
│   │   │           ├── Game.cpp
│   │   │           ├── Game.h
│   │   │           ├── GameEntry.h
│   │   │           ├── GameHit.cpp
│   │   │           ├── GameHit.h
│   │   │           ├── GameMap.cpp
│   │   │           ├── GameMap.h
│   │   │           ├── GameMenuBackground.cpp
│   │   │           ├── GameMenuBackground.h
│   │   │           ├── GameMenuPanel.cpp
│   │   │           ├── GameMenuPanel.h
│   │   │           ├── GameMenuPanel2.cpp
│   │   │           ├── GameMenuPanel2.h
│   │   │           ├── GamePathFinder.h
│   │   │           ├── GameTimer.h
│   │   │           ├── KeyMenuPlayer01.cpp
│   │   │           ├── KeyMenuPlayer01.h
│   │   │           ├── KeyMenuPlayer02.cpp
│   │   │           ├── KeyMenuPlayer02.h
│   │   │           ├── MainFrm.cpp
│   │   │           ├── MainFrm.h
│   │   │           ├── Player.cpp
│   │   │           ├── Player.h
│   │   │           ├── ReadMe.txt
│   │   │           ├── Resource.h
│   │   │           ├── Tank.cpp
│   │   │           ├── Tank.h
│   │   │           ├── Tank.rc
│   │   │           ├── Tank.sln
│   │   │           ├── Tank.vcxproj
│   │   │           ├── Tank.vcxproj.filters
│   │   │           ├── TankEntry.cpp
│   │   │           ├── TankEntry.h
│   │   │           ├── Wall.cpp
│   │   │           ├── Wall.h
│   │   │           ├── menu_1player_0.png
│   │   │           ├── menu_1player_1.png
│   │   │           ├── menu_2plyaer_0.png
│   │   │           ├── menu_2plyaer_1.png
│   │   │           ├── menu_background.png
│   │   │           ├── menu_backup.png
│   │   │           ├── menu_key_player01_0.png
│   │   │           ├── menu_key_player01_1.png
│   │   │           ├── menu_key_player02_0.png
│   │   │           ├── menu_key_player02_1.png
│   │   │           ├── res
│   │   │           ├── stdafx.cpp
│   │   │           ├── stdafx.h
│   │   │           ├── tank.png
│   │   │           ├── tank_bot.png
│   │   │           ├── tank_player1.png
│   │   │           ├── tank_player2.png
│   │   │           ├── tank_player3.png
│   │   │           └── targetver.h
│   │   └── 项目配置使用说明.docx
│   ├── 02
│   │   ├── Bits
│   │   │   ├── 01.txt
│   │   │   ├── 02.txt
│   │   │   ├── 03.txt
│   │   │   ├── 04.txt
│   │   │   ├── 05.txt
│   │   │   ├── 06.txt
│   │   │   ├── 07.txt
│   │   │   ├── 08.txt
│   │   │   ├── 09.txt
│   │   │   ├── 10.txt
│   │   │   ├── 11.txt
│   │   │   ├── 12.txt
│   │   │   ├── 13.txt
│   │   │   ├── 14.txt
│   │   │   ├── 15.txt
│   │   │   ├── 16.txt
│   │   │   ├── 17.txt
│   │   │   ├── 18.txt
│   │   │   ├── 19.txt
│   │   │   ├── 20.txt
│   │   │   ├── 21.txt
│   │   │   ├── 22.txt
│   │   │   ├── 23.txt
│   │   │   ├── 24.txt
│   │   │   ├── 25.txt
│   │   │   ├── 26.txt
│   │   │   ├── 27.txt
│   │   │   ├── 28.txt
│   │   │   ├── 29.txt
│   │   │   ├── 30.txt
│   │   │   ├── 31.txt
│   │   │   ├── 32.txt
│   │   │   ├── 33.txt
│   │   │   ├── 34.txt
│   │   │   ├── 35.txt
│   │   │   ├── 36.txt
│   │   │   ├── 37.txt
│   │   │   ├── 38.txt
│   │   │   ├── 39.txt
│   │   │   ├── 40.txt
│   │   │   ├── 41.txt
│   │   │   └── 42.txt
│   │   ├── Module
│   │   │   ├── 001
│   │   │   │   ├── 01
│   │   │   │   │   └── DesktopToys
│   │   │   │   └── 02
│   │   │   │       └── DesktopToys
│   │   │   ├── 002
│   │   │   │   └── 01
│   │   │   │       └── DesktopToys
│   │   │   ├── 003
│   │   │   │   └── 01
│   │   │   │       └── DesktopToys
│   │   │   ├── 004
│   │   │   │   └── 01
│   │   │   │       └── DesktopToys
│   │   │   ├── 005
│   │   │   │   ├── 01_CGame实现
│   │   │   │   │   └── DesktopToys
│   │   │   │   └── 02_图片资源
│   │   │   │       └── DesktopToys
│   │   │   ├── 006
│   │   │   │   └── 01_游戏菜单
│   │   │   │       └── DesktopToys
│   │   │   ├── 007
│   │   │   │   └── 01_工具0
│   │   │   │       └── DesktopToys
│   │   │   ├── 008
│   │   │   │   └── 01_工具1
│   │   │   │       └── DesktopToys
│   │   │   ├── 009
│   │   │   │   └── 01_工具2
│   │   │   │       └── DesktopToys
│   │   │   ├── 010
│   │   │   │   └── 01_工具3
│   │   │   │       └── DesktopToys
│   │   │   └── 完整工程
│   │   │       ├── DesktopToys
│   │   │       │   ├── DMenu.cpp
│   │   │       │   ├── DMenu.h
│   │   │       │   ├── DesktopToys.cpp
│   │   │       │   ├── DesktopToys.h
│   │   │       │   ├── DesktopToys.rc
│   │   │       │   ├── DesktopToys.vcxproj
│   │   │       │   ├── DesktopToys.vcxproj.filters
│   │   │       │   ├── DesktopToysDlg.cpp
│   │   │       │   ├── DesktopToysDlg.h
│   │   │       │   ├── DialogMain.cpp
│   │   │       │   ├── DialogMain.h
│   │   │       │   ├── Game.cpp
│   │   │       │   ├── Game.h
│   │   │       │   ├── GameTimer.h
│   │   │       │   ├── IDrawable.cpp
│   │   │       │   ├── IDrawable.h
│   │   │       │   ├── IMark.cpp
│   │   │       │   ├── IMark.h
│   │   │       │   ├── IMouseAction.cpp
│   │   │       │   ├── IMouseAction.h
│   │   │       │   ├── IMoveable.cpp
│   │   │       │   ├── IMoveable.h
│   │   │       │   ├── MenuItem.cpp
│   │   │       │   ├── MenuItem.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── ScopeGuard.h
│   │   │       │   ├── ScreenTools.h
│   │   │       │   ├── Shooter.cpp
│   │   │       │   ├── Shooter.h
│   │   │       │   ├── Shooter0.cpp
│   │   │       │   ├── Shooter0.h
│   │   │       │   ├── Shooter0Mark.cpp
│   │   │       │   ├── Shooter0Mark.h
│   │   │       │   ├── Shooter1.cpp
│   │   │       │   ├── Shooter1.h
│   │   │       │   ├── Shooter1Mark.cpp
│   │   │       │   ├── Shooter1Mark.h
│   │   │       │   ├── Shooter2.cpp
│   │   │       │   ├── Shooter2.h
│   │   │       │   ├── Shooter2Mark.cpp
│   │   │       │   ├── Shooter2Mark.h
│   │   │       │   ├── Shooter2MarkSaw.cpp
│   │   │       │   ├── Shooter2MarkSaw.h
│   │   │       │   ├── Shooter3.cpp
│   │   │       │   ├── Shooter3.h
│   │   │       │   ├── Shooter3Mark.cpp
│   │   │       │   ├── Shooter3Mark.h
│   │   │       │   ├── TipStringChangeColor.cpp
│   │   │       │   ├── TipStringChangeColor.h
│   │   │       │   ├── TipStringFall.cpp
│   │   │       │   ├── TipStringFall.h
│   │   │       │   ├── res
│   │   │       │   ├── stdafx.cpp
│   │   │       │   ├── stdafx.h
│   │   │       │   └── targetver.h
│   │   │       └── DesktopToys.sln
│   │   ├── Project
│   │   │   └── DesktopToys
│   │   │       ├── DesktopToys
│   │   │       │   ├── DMenu.cpp
│   │   │       │   ├── DMenu.h
│   │   │       │   ├── DesktopToys.cpp
│   │   │       │   ├── DesktopToys.h
│   │   │       │   ├── DesktopToys.rc
│   │   │       │   ├── DesktopToys.vcxproj
│   │   │       │   ├── DesktopToys.vcxproj.filters
│   │   │       │   ├── DesktopToysDlg.cpp
│   │   │       │   ├── DesktopToysDlg.h
│   │   │       │   ├── DialogMain.cpp
│   │   │       │   ├── DialogMain.h
│   │   │       │   ├── Game.cpp
│   │   │       │   ├── Game.h
│   │   │       │   ├── GameTimer.h
│   │   │       │   ├── IDrawable.cpp
│   │   │       │   ├── IDrawable.h
│   │   │       │   ├── IMark.cpp
│   │   │       │   ├── IMark.h
│   │   │       │   ├── IMouseAction.cpp
│   │   │       │   ├── IMouseAction.h
│   │   │       │   ├── IMoveable.cpp
│   │   │       │   ├── IMoveable.h
│   │   │       │   ├── MenuItem.cpp
│   │   │       │   ├── MenuItem.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── ScopeGuard.h
│   │   │       │   ├── ScreenTools.h
│   │   │       │   ├── Shooter.cpp
│   │   │       │   ├── Shooter.h
│   │   │       │   ├── Shooter0.cpp
│   │   │       │   ├── Shooter0.h
│   │   │       │   ├── Shooter0Mark.cpp
│   │   │       │   ├── Shooter0Mark.h
│   │   │       │   ├── Shooter1.cpp
│   │   │       │   ├── Shooter1.h
│   │   │       │   ├── Shooter1Mark.cpp
│   │   │       │   ├── Shooter1Mark.h
│   │   │       │   ├── Shooter2.cpp
│   │   │       │   ├── Shooter2.h
│   │   │       │   ├── Shooter2Mark.cpp
│   │   │       │   ├── Shooter2Mark.h
│   │   │       │   ├── Shooter2MarkSaw.cpp
│   │   │       │   ├── Shooter2MarkSaw.h
│   │   │       │   ├── Shooter3.cpp
│   │   │       │   ├── Shooter3.h
│   │   │       │   ├── Shooter3Mark.cpp
│   │   │       │   ├── Shooter3Mark.h
│   │   │       │   ├── TipStringChangeColor.cpp
│   │   │       │   ├── TipStringChangeColor.h
│   │   │       │   ├── TipStringFall.cpp
│   │   │       │   ├── TipStringFall.h
│   │   │       │   ├── res
│   │   │       │   ├── stdafx.cpp
│   │   │       │   ├── stdafx.h
│   │   │       │   └── targetver.h
│   │   │       └── DesktopToys.sln
│   │   ├── Src
│   │   │   └── Resources
│   │   ├── 代码找茬
│   │   │   ├── 找茬 01
│   │   │   │   ├── DesktopToys
│   │   │   │   │   ├── DMenu.cpp
│   │   │   │   │   ├── DMenu.h
│   │   │   │   │   ├── DesktopToys.cpp
│   │   │   │   │   ├── DesktopToys.h
│   │   │   │   │   ├── DesktopToys.rc
│   │   │   │   │   ├── DesktopToys.vcxproj
│   │   │   │   │   ├── DesktopToys.vcxproj.filters
│   │   │   │   │   ├── DesktopToysDlg.cpp
│   │   │   │   │   ├── DesktopToysDlg.h
│   │   │   │   │   ├── DialogMain.cpp
│   │   │   │   │   ├── DialogMain.h
│   │   │   │   │   ├── Game.cpp
│   │   │   │   │   ├── Game.h
│   │   │   │   │   ├── GameTimer.h
│   │   │   │   │   ├── IDrawable.cpp
│   │   │   │   │   ├── IDrawable.h
│   │   │   │   │   ├── IMark.cpp
│   │   │   │   │   ├── IMark.h
│   │   │   │   │   ├── IMouseAction.cpp
│   │   │   │   │   ├── IMouseAction.h
│   │   │   │   │   ├── IMoveable.cpp
│   │   │   │   │   ├── IMoveable.h
│   │   │   │   │   ├── MenuItem.cpp
│   │   │   │   │   ├── MenuItem.h
│   │   │   │   │   ├── ReadMe.txt
│   │   │   │   │   ├── Resource.h
│   │   │   │   │   ├── ScopeGuard.h
│   │   │   │   │   ├── ScreenTools.h
│   │   │   │   │   ├── Shooter.cpp
│   │   │   │   │   ├── Shooter.h
│   │   │   │   │   ├── Shooter0.cpp
│   │   │   │   │   ├── Shooter0.h
│   │   │   │   │   ├── Shooter0Mark.cpp
│   │   │   │   │   ├── Shooter0Mark.h
│   │   │   │   │   ├── Shooter1.cpp
│   │   │   │   │   ├── Shooter1.h
│   │   │   │   │   ├── Shooter1Mark.cpp
│   │   │   │   │   ├── Shooter1Mark.h
│   │   │   │   │   ├── Shooter2.cpp
│   │   │   │   │   ├── Shooter2.h
│   │   │   │   │   ├── Shooter2Mark.cpp
│   │   │   │   │   ├── Shooter2Mark.h
│   │   │   │   │   ├── Shooter2MarkSaw.cpp
│   │   │   │   │   ├── Shooter2MarkSaw.h
│   │   │   │   │   ├── Shooter3.cpp
│   │   │   │   │   ├── Shooter3.h
│   │   │   │   │   ├── Shooter3Mark.cpp
│   │   │   │   │   ├── Shooter3Mark.h
│   │   │   │   │   ├── TipStringChangeColor.cpp
│   │   │   │   │   ├── TipStringChangeColor.h
│   │   │   │   │   ├── TipStringFall.cpp
│   │   │   │   │   ├── TipStringFall.h
│   │   │   │   │   ├── res
│   │   │   │   │   ├── stdafx.cpp
│   │   │   │   │   ├── stdafx.h
│   │   │   │   │   └── targetver.h
│   │   │   │   └── DesktopToys.sln
│   │   │   ├── 找茬 02
│   │   │   │   ├── DesktopToys
│   │   │   │   │   ├── DMenu.cpp
│   │   │   │   │   ├── DMenu.h
│   │   │   │   │   ├── DesktopToys.cpp
│   │   │   │   │   ├── DesktopToys.h
│   │   │   │   │   ├── DesktopToys.rc
│   │   │   │   │   ├── DesktopToys.vcxproj
│   │   │   │   │   ├── DesktopToys.vcxproj.filters
│   │   │   │   │   ├── DesktopToysDlg.cpp
│   │   │   │   │   ├── DesktopToysDlg.h
│   │   │   │   │   ├── DialogMain.cpp
│   │   │   │   │   ├── DialogMain.h
│   │   │   │   │   ├── Game.cpp
│   │   │   │   │   ├── Game.h
│   │   │   │   │   ├── GameTimer.h
│   │   │   │   │   ├── IDrawable.cpp
│   │   │   │   │   ├── IDrawable.h
│   │   │   │   │   ├── IMark.cpp
│   │   │   │   │   ├── IMark.h
│   │   │   │   │   ├── IMouseAction.cpp
│   │   │   │   │   ├── IMouseAction.h
│   │   │   │   │   ├── IMoveable.cpp
│   │   │   │   │   ├── IMoveable.h
│   │   │   │   │   ├── MenuItem.cpp
│   │   │   │   │   ├── MenuItem.h
│   │   │   │   │   ├── ReadMe.txt
│   │   │   │   │   ├── Resource.h
│   │   │   │   │   ├── ScopeGuard.h
│   │   │   │   │   ├── ScreenTools.h
│   │   │   │   │   ├── Shooter.cpp
│   │   │   │   │   ├── Shooter.h
│   │   │   │   │   ├── Shooter0.cpp
│   │   │   │   │   ├── Shooter0.h
│   │   │   │   │   ├── Shooter0Mark.cpp
│   │   │   │   │   ├── Shooter0Mark.h
│   │   │   │   │   ├── Shooter1.cpp
│   │   │   │   │   ├── Shooter1.h
│   │   │   │   │   ├── Shooter1Mark.cpp
│   │   │   │   │   ├── Shooter1Mark.h
│   │   │   │   │   ├── Shooter2.cpp
│   │   │   │   │   ├── Shooter2.h
│   │   │   │   │   ├── Shooter2Mark.cpp
│   │   │   │   │   ├── Shooter2Mark.h
│   │   │   │   │   ├── Shooter2MarkSaw.cpp
│   │   │   │   │   ├── Shooter2MarkSaw.h
│   │   │   │   │   ├── Shooter3.cpp
│   │   │   │   │   ├── Shooter3.h
│   │   │   │   │   ├── Shooter3Mark.cpp
│   │   │   │   │   ├── Shooter3Mark.h
│   │   │   │   │   ├── TipStringChangeColor.cpp
│   │   │   │   │   ├── TipStringChangeColor.h
│   │   │   │   │   ├── TipStringFall.cpp
│   │   │   │   │   ├── TipStringFall.h
│   │   │   │   │   ├── res
│   │   │   │   │   ├── stdafx.cpp
│   │   │   │   │   ├── stdafx.h
│   │   │   │   │   └── targetver.h
│   │   │   │   └── DesktopToys.sln
│   │   │   ├── 找茬 03
│   │   │   │   ├── DesktopToys
│   │   │   │   │   ├── DMenu.cpp
│   │   │   │   │   ├── DMenu.h
│   │   │   │   │   ├── DesktopToys.cpp
│   │   │   │   │   ├── DesktopToys.h
│   │   │   │   │   ├── DesktopToys.rc
│   │   │   │   │   ├── DesktopToys.vcxproj
│   │   │   │   │   ├── DesktopToys.vcxproj.filters
│   │   │   │   │   ├── DesktopToysDlg.cpp
│   │   │   │   │   ├── DesktopToysDlg.h
│   │   │   │   │   ├── DialogMain.cpp
│   │   │   │   │   ├── DialogMain.h
│   │   │   │   │   ├── Game.cpp
│   │   │   │   │   ├── Game.h
│   │   │   │   │   ├── GameTimer.h
│   │   │   │   │   ├── IDrawable.cpp
│   │   │   │   │   ├── IDrawable.h
│   │   │   │   │   ├── IMark.cpp
│   │   │   │   │   ├── IMark.h
│   │   │   │   │   ├── IMouseAction.cpp
│   │   │   │   │   ├── IMouseAction.h
│   │   │   │   │   ├── IMoveable.cpp
│   │   │   │   │   ├── IMoveable.h
│   │   │   │   │   ├── MenuItem.cpp
│   │   │   │   │   ├── MenuItem.h
│   │   │   │   │   ├── ReadMe.txt
│   │   │   │   │   ├── Resource.h
│   │   │   │   │   ├── ScopeGuard.h
│   │   │   │   │   ├── ScreenTools.h
│   │   │   │   │   ├── Shooter.cpp
│   │   │   │   │   ├── Shooter.h
│   │   │   │   │   ├── Shooter0.cpp
│   │   │   │   │   ├── Shooter0.h
│   │   │   │   │   ├── Shooter0Mark.cpp
│   │   │   │   │   ├── Shooter0Mark.h
│   │   │   │   │   ├── Shooter1.cpp
│   │   │   │   │   ├── Shooter1.h
│   │   │   │   │   ├── Shooter1Mark.cpp
│   │   │   │   │   ├── Shooter1Mark.h
│   │   │   │   │   ├── Shooter2.cpp
│   │   │   │   │   ├── Shooter2.h
│   │   │   │   │   ├── Shooter2Mark.cpp
│   │   │   │   │   ├── Shooter2Mark.h
│   │   │   │   │   ├── Shooter2MarkSaw.cpp
│   │   │   │   │   ├── Shooter2MarkSaw.h
│   │   │   │   │   ├── Shooter3.cpp
│   │   │   │   │   ├── Shooter3.h
│   │   │   │   │   ├── Shooter3Mark.cpp
│   │   │   │   │   ├── Shooter3Mark.h
│   │   │   │   │   ├── TipStringChangeColor.cpp
│   │   │   │   │   ├── TipStringChangeColor.h
│   │   │   │   │   ├── TipStringFall.cpp
│   │   │   │   │   ├── TipStringFall.h
│   │   │   │   │   ├── res
│   │   │   │   │   ├── stdafx.cpp
│   │   │   │   │   ├── stdafx.h
│   │   │   │   │   └── targetver.h
│   │   │   │   └── DesktopToys.sln
│   │   │   ├── 找茬 04
│   │   │   │   ├── DesktopToys
│   │   │   │   │   ├── DMenu.cpp
│   │   │   │   │   ├── DMenu.h
│   │   │   │   │   ├── DesktopToys.cpp
│   │   │   │   │   ├── DesktopToys.h
│   │   │   │   │   ├── DesktopToys.rc
│   │   │   │   │   ├── DesktopToys.vcxproj
│   │   │   │   │   ├── DesktopToys.vcxproj.filters
│   │   │   │   │   ├── DesktopToysDlg.cpp
│   │   │   │   │   ├── DesktopToysDlg.h
│   │   │   │   │   ├── DialogMain.cpp
│   │   │   │   │   ├── DialogMain.h
│   │   │   │   │   ├── Game.cpp
│   │   │   │   │   ├── Game.h
│   │   │   │   │   ├── GameTimer.h
│   │   │   │   │   ├── IDrawable.cpp
│   │   │   │   │   ├── IDrawable.h
│   │   │   │   │   ├── IMark.cpp
│   │   │   │   │   ├── IMark.h
│   │   │   │   │   ├── IMouseAction.cpp
│   │   │   │   │   ├── IMouseAction.h
│   │   │   │   │   ├── IMoveable.cpp
│   │   │   │   │   ├── IMoveable.h
│   │   │   │   │   ├── MenuItem.cpp
│   │   │   │   │   ├── MenuItem.h
│   │   │   │   │   ├── ReadMe.txt
│   │   │   │   │   ├── Resource.h
│   │   │   │   │   ├── ScopeGuard.h
│   │   │   │   │   ├── ScreenTools.h
│   │   │   │   │   ├── Shooter.cpp
│   │   │   │   │   ├── Shooter.h
│   │   │   │   │   ├── Shooter0.cpp
│   │   │   │   │   ├── Shooter0.h
│   │   │   │   │   ├── Shooter0Mark.cpp
│   │   │   │   │   ├── Shooter0Mark.h
│   │   │   │   │   ├── Shooter1.cpp
│   │   │   │   │   ├── Shooter1.h
│   │   │   │   │   ├── Shooter1Mark.cpp
│   │   │   │   │   ├── Shooter1Mark.h
│   │   │   │   │   ├── Shooter2.cpp
│   │   │   │   │   ├── Shooter2.h
│   │   │   │   │   ├── Shooter2Mark.cpp
│   │   │   │   │   ├── Shooter2Mark.h
│   │   │   │   │   ├── Shooter2MarkSaw.cpp
│   │   │   │   │   ├── Shooter2MarkSaw.h
│   │   │   │   │   ├── Shooter3.cpp
│   │   │   │   │   ├── Shooter3.h
│   │   │   │   │   ├── Shooter3Mark.cpp
│   │   │   │   │   ├── Shooter3Mark.h
│   │   │   │   │   ├── TipStringChangeColor.cpp
│   │   │   │   │   ├── TipStringChangeColor.h
│   │   │   │   │   ├── TipStringFall.cpp
│   │   │   │   │   ├── TipStringFall.h
│   │   │   │   │   ├── res
│   │   │   │   │   ├── stdafx.cpp
│   │   │   │   │   ├── stdafx.h
│   │   │   │   │   └── targetver.h
│   │   │   │   └── DesktopToys.sln
│   │   │   └── 找茬 05
│   │   │       ├── DesktopToys
│   │   │       │   ├── DMenu.cpp
│   │   │       │   ├── DMenu.h
│   │   │       │   ├── DesktopToys.cpp
│   │   │       │   ├── DesktopToys.h
│   │   │       │   ├── DesktopToys.rc
│   │   │       │   ├── DesktopToys.vcxproj
│   │   │       │   ├── DesktopToys.vcxproj.filters
│   │   │       │   ├── DesktopToysDlg.cpp
│   │   │       │   ├── DesktopToysDlg.h
│   │   │       │   ├── DialogMain.cpp
│   │   │       │   ├── DialogMain.h
│   │   │       │   ├── Game.cpp
│   │   │       │   ├── Game.h
│   │   │       │   ├── GameTimer.h
│   │   │       │   ├── IDrawable.cpp
│   │   │       │   ├── IDrawable.h
│   │   │       │   ├── IMark.cpp
│   │   │       │   ├── IMark.h
│   │   │       │   ├── IMouseAction.cpp
│   │   │       │   ├── IMouseAction.h
│   │   │       │   ├── IMoveable.cpp
│   │   │       │   ├── IMoveable.h
│   │   │       │   ├── MenuItem.cpp
│   │   │       │   ├── MenuItem.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── Resource.h
│   │   │       │   ├── ScopeGuard.h
│   │   │       │   ├── ScreenTools.h
│   │   │       │   ├── Shooter.cpp
│   │   │       │   ├── Shooter.h
│   │   │       │   ├── Shooter0.cpp
│   │   │       │   ├── Shooter0.h
│   │   │       │   ├── Shooter0Mark.cpp
│   │   │       │   ├── Shooter0Mark.h
│   │   │       │   ├── Shooter1.cpp
│   │   │       │   ├── Shooter1.h
│   │   │       │   ├── Shooter1Mark.cpp
│   │   │       │   ├── Shooter1Mark.h
│   │   │       │   ├── Shooter2.cpp
│   │   │       │   ├── Shooter2.h
│   │   │       │   ├── Shooter2Mark.cpp
│   │   │       │   ├── Shooter2Mark.h
│   │   │       │   ├── Shooter2MarkSaw.cpp
│   │   │       │   ├── Shooter2MarkSaw.h
│   │   │       │   ├── Shooter3.cpp
│   │   │       │   ├── Shooter3.h
│   │   │       │   ├── Shooter3Mark.cpp
│   │   │       │   ├── Shooter3Mark.h
│   │   │       │   ├── TipStringChangeColor.cpp
│   │   │       │   ├── TipStringChangeColor.h
│   │   │       │   ├── TipStringFall.cpp
│   │   │       │   ├── TipStringFall.h
│   │   │       │   ├── res
│   │   │       │   ├── stdafx.cpp
│   │   │       │   ├── stdafx.h
│   │   │       │   └── targetver.h
│   │   │       └── DesktopToys.sln
│   │   └── 项目配置使用说明.docx
│   ├── 03
│   │   ├── Bits
│   │   │   ├── 01.txt
│   │   │   ├── 02.txt
│   │   │   ├── 03.txt
│   │   │   ├── 04.txt
│   │   │   ├── 05.txt
│   │   │   ├── 06.txt
│   │   │   ├── 07.txt
│   │   │   ├── 08.txt
│   │   │   ├── 09.txt
│   │   │   ├── 10.txt
│   │   │   ├── 11.txt
│   │   │   ├── 12.txt
│   │   │   ├── 13.txt
│   │   │   ├── 14.txt
│   │   │   ├── 15.txt
│   │   │   ├── 16.txt
│   │   │   ├── 17.txt
│   │   │   ├── 18.txt
│   │   │   ├── 19.txt
│   │   │   ├── 20.txt
│   │   │   ├── 21.txt
│   │   │   ├── 22.txt
│   │   │   ├── 23.txt
│   │   │   ├── 24.txt
│   │   │   ├── 25.txt
│   │   │   ├── 26.txt
│   │   │   ├── 27.txt
│   │   │   ├── 28.txt
│   │   │   ├── 29.txt
│   │   │   ├── 30.txt
│   │   │   ├── 31.txt
│   │   │   ├── 32.txt
│   │   │   ├── 33.txt
│   │   │   ├── 34.txt
│   │   │   ├── 35.txt
│   │   │   ├── 36.txt
│   │   │   ├── 37.txt
│   │   │   ├── 38.txt
│   │   │   ├── 39.txt
│   │   │   ├── 40.txt
│   │   │   └── 41.txt
│   │   ├── Module
│   │   │   ├── 001
│   │   │   │   ├── 001
│   │   │   │   │   └── pacman
│   │   │   │   └── 002
│   │   │   │       └── pacman
│   │   │   ├── 002
│   │   │   │   ├── pacman
│   │   │   │   │   ├── ReadMe.txt
│   │   │   │   │   ├── Resource.h
│   │   │   │   │   ├── pacman.cpp
│   │   │   │   │   ├── pacman.h
│   │   │   │   │   ├── pacman.ico
│   │   │   │   │   ├── pacman.rc
│   │   │   │   │   ├── pacman.sln
│   │   │   │   │   ├── pacman.vcxproj
│   │   │   │   │   ├── pacman.vcxproj.filters
│   │   │   │   │   ├── small.ico
│   │   │   │   │   ├── stdafx.cpp
│   │   │   │   │   ├── stdafx.h
│   │   │   │   │   └── targetver.h
│   │   │   │   └── pacman_GDI综合运用
│   │   │   │       ├── ReadMe.txt
│   │   │   │       ├── Resource.h
│   │   │   │       ├── pacman.aps
│   │   │   │       ├── pacman.cpp
│   │   │   │       ├── pacman.h
│   │   │   │       ├── pacman.ico
│   │   │   │       ├── pacman.rc
│   │   │   │       ├── pacman.sln
│   │   │   │       ├── pacman.vcxproj
│   │   │   │       ├── pacman.vcxproj.filters
│   │   │   │       ├── small.ico
│   │   │   │       ├── stdafx.cpp
│   │   │   │       ├── stdafx.h
│   │   │   │       └── targetver.h
│   │   │   ├── 003
│   │   │   │   └── pacman
│   │   │   │       ├── GMap.cpp
│   │   │   │       ├── GMap.h
│   │   │   │       ├── ReadMe.txt
│   │   │   │       ├── Resource.h
│   │   │   │       ├── pacman.cpp
│   │   │   │       ├── pacman.h
│   │   │   │       ├── pacman.ico
│   │   │   │       ├── pacman.rc
│   │   │   │       ├── pacman.sln
│   │   │   │       ├── pacman.vcxproj
│   │   │   │       ├── pacman.vcxproj.filters
│   │   │   │       ├── small.ico
│   │   │   │       ├── stdafx.cpp
│   │   │   │       ├── stdafx.h
│   │   │   │       └── targetver.h
│   │   │   └── 004
│   │   │       └── pacman
│   │   │           ├── GMap.cpp
│   │   │           ├── GMap.h
│   │   │           ├── GObject.cpp
│   │   │           ├── GObject.h
│   │   │           ├── ReadMe.txt
│   │   │           ├── Resource.h
│   │   │           ├── pacman.cpp
│   │   │           ├── pacman.h
│   │   │           ├── pacman.ico
│   │   │           ├── pacman.rc
│   │   │           ├── pacman.sln
│   │   │           ├── pacman.vcxproj
│   │   │           ├── pacman.vcxproj.filters
│   │   │           ├── small.ico
│   │   │           ├── stdafx.cpp
│   │   │           ├── stdafx.h
│   │   │           └── targetver.h
│   │   ├── Project
│   │   │   └── pacman
│   │   │       ├── GMap.cpp
│   │   │       ├── GMap.h
│   │   │       ├── GObject.cpp
│   │   │       ├── GObject.h
│   │   │       ├── ReadMe.txt
│   │   │       ├── Resource.h
│   │   │       ├── pacman.cpp
│   │   │       ├── pacman.h
│   │   │       ├── pacman.ico
│   │   │       ├── pacman.rc
│   │   │       ├── pacman.sln
│   │   │       ├── pacman.vcxproj
│   │   │       ├── pacman.vcxproj.filters
│   │   │       ├── small.ico
│   │   │       ├── stdafx.cpp
│   │   │       ├── stdafx.h
│   │   │       └── targetver.h
│   │   ├── Src
│   │   │   ├── Common
│   │   │   ├── DAL
│   │   │   ├── Images
│   │   │   │   ├── BaseSet
│   │   │   │   ├── Express
│   │   │   │   ├── Other
│   │   │   │   └── ToolStrip
│   │   │   ├── pic
│   │   │   ├── 主窗体
│   │   │   └── 登录窗体
│   │   ├── 代码找茬
│   │   │   ├── 找茬 01
│   │   │   │   ├── ReadMe.txt
│   │   │   │   ├── Resource.h
│   │   │   │   ├── pacman.cpp
│   │   │   │   ├── pacman.h
│   │   │   │   ├── pacman.ico
│   │   │   │   ├── pacman.rc
│   │   │   │   ├── pacman.sln
│   │   │   │   ├── pacman.vcxproj
│   │   │   │   ├── pacman.vcxproj.filters
│   │   │   │   ├── small.ico
│   │   │   │   ├── stdafx.cpp
│   │   │   │   ├── stdafx.h
│   │   │   │   └── targetver.h
│   │   │   ├── 找茬 02
│   │   │   │   ├── ReadMe.txt
│   │   │   │   ├── Resource.h
│   │   │   │   ├── pacman.cpp
│   │   │   │   ├── pacman.h
│   │   │   │   ├── pacman.ico
│   │   │   │   ├── pacman.rc
│   │   │   │   ├── pacman.sln
│   │   │   │   ├── pacman.vcxproj
│   │   │   │   ├── pacman.vcxproj.filters
│   │   │   │   ├── small.ico
│   │   │   │   ├── stdafx.cpp
│   │   │   │   ├── stdafx.h
│   │   │   │   └── targetver.h
│   │   │   ├── 找茬 03
│   │   │   │   ├── ReadMe.txt
│   │   │   │   ├── Resource.h
│   │   │   │   ├── pacman.aps
│   │   │   │   ├── pacman.cpp
│   │   │   │   ├── pacman.h
│   │   │   │   ├── pacman.ico
│   │   │   │   ├── pacman.rc
│   │   │   │   ├── pacman.sln
│   │   │   │   ├── pacman.vcxproj
│   │   │   │   ├── pacman.vcxproj.filters
│   │   │   │   ├── small.ico
│   │   │   │   ├── stdafx.cpp
│   │   │   │   ├── stdafx.h
│   │   │   │   └── targetver.h
│   │   │   ├── 找茬 04
│   │   │   │   ├── GMap.cpp
│   │   │   │   ├── GMap.h
│   │   │   │   ├── ReadMe.txt
│   │   │   │   ├── Resource.h
│   │   │   │   ├── pacman.cpp
│   │   │   │   ├── pacman.h
│   │   │   │   ├── pacman.ico
│   │   │   │   ├── pacman.rc
│   │   │   │   ├── pacman.sln
│   │   │   │   ├── pacman.vcxproj
│   │   │   │   ├── pacman.vcxproj.filters
│   │   │   │   ├── small.ico
│   │   │   │   ├── stdafx.cpp
│   │   │   │   ├── stdafx.h
│   │   │   │   └── targetver.h
│   │   │   └── 找茬 05
│   │   │       ├── GMap.cpp
│   │   │       ├── GMap.h
│   │   │       ├── GObject.cpp
│   │   │       ├── GObject.h
│   │   │       ├── ReadMe.txt
│   │   │       ├── Resource.h
│   │   │       ├── pacman.cpp
│   │   │       ├── pacman.h
│   │   │       ├── pacman.ico
│   │   │       ├── pacman.rc
│   │   │       ├── pacman.sln
│   │   │       ├── pacman.vcxproj
│   │   │       ├── pacman.vcxproj.filters
│   │   │       ├── small.ico
│   │   │       ├── stdafx.cpp
│   │   │       ├── stdafx.h
│   │   │       └── targetver.h
│   │   └── 项目配置使用说明.docx
│   ├── 04
│   │   ├── Bits
│   │   │   ├── 01.txt
│   │   │   ├── 02.txt
│   │   │   ├── 03.txt
│   │   │   ├── 04.txt
│   │   │   ├── 05.txt
│   │   │   ├── 06.txt
│   │   │   ├── 07.txt
│   │   │   ├── 08.txt
│   │   │   ├── 09.txt
│   │   │   ├── 10.txt
│   │   │   ├── 11.txt
│   │   │   ├── 12.txt
│   │   │   ├── 13.txt
│   │   │   ├── 14.txt
│   │   │   ├── 15.txt
│   │   │   ├── 16.txt
│   │   │   ├── 17.txt
│   │   │   └── 18.txt
│   │   ├── Project
│   │   │   ├── MemoryCheat
│   │   │   │   ├── DialogProgress.cpp
│   │   │   │   ├── DialogProgress.h
│   │   │   │   ├── MemFinder.h
│   │   │   │   ├── MemoryCheat.aps
│   │   │   │   ├── MemoryCheat.cpp
│   │   │   │   ├── MemoryCheat.h
│   │   │   │   ├── MemoryCheat.rc
│   │   │   │   ├── MemoryCheat.vcxproj
│   │   │   │   ├── MemoryCheat.vcxproj.filters
│   │   │   │   ├── MemoryCheatDlg.cpp
│   │   │   │   ├── MemoryCheatDlg.h
│   │   │   │   ├── ReadMe.txt
│   │   │   │   ├── Resource.h
│   │   │   │   ├── res
│   │   │   │   │   ├── MemoryCheat.ico
│   │   │   │   │   └── MemoryCheat.rc2
│   │   │   │   ├── stdafx.cpp
│   │   │   │   ├── stdafx.h
│   │   │   │   └── targetver.h
│   │   │   ├── MemoryCheat.sln
│   │   │   └── pvz
│   │   │       ├── DialogMain.cpp
│   │   │       ├── DialogMain.h
│   │   │       ├── ReadMe.txt
│   │   │       ├── Resource.h
│   │   │       ├── pvz.aps
│   │   │       ├── pvz.cpp
│   │   │       ├── pvz.def
│   │   │       ├── pvz.h
│   │   │       ├── pvz.rc
│   │   │       ├── pvz.vcxproj
│   │   │       ├── pvz.vcxproj.filters
│   │   │       ├── res
│   │   │       │   ├── pvz.ico
│   │   │       │   └── pvz.rc2
│   │   │       ├── stdafx.cpp
│   │   │       ├── stdafx.h
│   │   │       └── targetver.h
│   │   ├── 项目配置使用说明.docx
│   │   └── 修改器适应的游戏版本
│   │       └── PlantsVsZombies.zip
│   ├── 05
│   │   ├── Bits
│   │   │   ├── 01.txt
│   │   │   ├── 02.txt
│   │   │   ├── 03.txt
│   │   │   ├── 04.txt
│   │   │   ├── 05.txt
│   │   │   ├── 06.txt
│   │   │   ├── 07.txt
│   │   │   ├── 08.txt
│   │   │   ├── 09.txt
│   │   │   ├── 10.txt
│   │   │   ├── 11.txt
│   │   │   ├── 12.txt
│   │   │   ├── 13.txt
│   │   │   ├── 14.txt
│   │   │   ├── 15.txt
│   │   │   ├── 16.txt
│   │   │   ├── 17.txt
│   │   │   └── 18.txt
│   │   ├── Project
│   │   │   └── 软件注册机
│   │   │       ├── 05_软件注册.sln
│   │   │       ├── CreateReg
│   │   │       │   ├── CreateReg.cpp
│   │   │       │   ├── CreateReg.h
│   │   │       │   ├── CreateReg.rc
│   │   │       │   ├── CreateReg.vcxproj
│   │   │       │   ├── CreateReg.vcxproj.filters
│   │   │       │   ├── CreateRegDlg.cpp
│   │   │       │   ├── CreateRegDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   └── resource.h
│   │   │       └── Register
│   │   │           ├── ReadMe.txt
│   │   │           ├── RegEdit.cpp
│   │   │           ├── RegEdit.h
│   │   │           ├── Register.cpp
│   │   │           ├── Register.h
│   │   │           ├── Register.rc
│   │   │           ├── Register.vcxproj
│   │   │           ├── Register.vcxproj.filters
│   │   │           ├── RegisterDlg.cpp
│   │   │           ├── RegisterDlg.h
│   │   │           ├── RegisterNumDlg.cpp
│   │   │           ├── RegisterNumDlg.h
│   │   │           ├── SelectDlg.cpp
│   │   │           ├── SelectDlg.h
│   │   │           ├── StdAfx.cpp
│   │   │           ├── StdAfx.h
│   │   │           ├── res
│   │   │           └── resource.h
│   │   └── 项目配置使用说明.docx
│   ├── 06
│   │   ├── Bits
│   │   │   ├── 01.txt
│   │   │   ├── 02.txt
│   │   │   ├── 03.txt
│   │   │   ├── 04.txt
│   │   │   ├── 05.txt
│   │   │   ├── 06.txt
│   │   │   ├── 07.txt
│   │   │   ├── 08.txt
│   │   │   ├── 09.txt
│   │   │   ├── 10.txt
│   │   │   ├── 11.txt
│   │   │   ├── 12.txt
│   │   │   ├── 13.txt
│   │   │   ├── 14.txt
│   │   │   ├── 15.txt
│   │   │   ├── 16.txt
│   │   │   ├── 17.txt
│   │   │   ├── 18.txt
│   │   │   ├── 19.txt
│   │   │   ├── 20.txt
│   │   │   ├── 21.txt
│   │   │   ├── 22.txt
│   │   │   ├── 23.txt
│   │   │   ├── 24.txt
│   │   │   ├── 25.txt
│   │   │   ├── 26.txt
│   │   │   ├── 27.txt
│   │   │   ├── 28.txt
│   │   │   ├── 29.txt
│   │   │   ├── 30.txt
│   │   │   ├── 31.txt
│   │   │   ├── 32.txt
│   │   │   ├── 33.txt
│   │   │   ├── 34.txt
│   │   │   ├── 35.txt
│   │   │   ├── 36.txt
│   │   │   ├── 37.txt
│   │   │   ├── 38.txt
│   │   │   ├── 39.txt
│   │   │   ├── 40.txt
│   │   │   └── 41.txt
│   │   ├── Project
│   │   │   └── 06_365系统加速器
│   │   │       ├── SysOptimize
│   │   │       │   ├── ContralDlg.cpp
│   │   │       │   ├── ContralDlg.h
│   │   │       │   ├── CustomMenu.cpp
│   │   │       │   ├── CustomMenu.h
│   │   │       │   ├── DiskDlg.cpp
│   │   │       │   ├── DiskDlg.h
│   │   │       │   ├── IconBtn.cpp
│   │   │       │   ├── IconBtn.h
│   │   │       │   ├── LitterDlg.cpp
│   │   │       │   ├── LitterDlg.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── SelectDlg.cpp
│   │   │       │   ├── SelectDlg.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── SysOptimize.cpp
│   │   │       │   ├── SysOptimize.h
│   │   │       │   ├── SysOptimize.rc
│   │   │       │   ├── SysOptimize.vcxproj
│   │   │       │   ├── SysOptimize.vcxproj.filters
│   │   │       │   ├── SysOptimizeDlg.cpp
│   │   │       │   ├── SysOptimizeDlg.h
│   │   │       │   ├── TaskDlg.cpp
│   │   │       │   ├── TaskDlg.h
│   │   │       │   ├── litterfile.ini
│   │   │       │   ├── res
│   │   │       │   └── resource.h
│   │   │       └── SysOptimize.sln
│   │   └── 项目配置使用说明.docx
│   ├── 07
│   │   ├── Bits
│   │   │   ├── 01.txt
│   │   │   ├── 02.txt
│   │   │   ├── 03.txt
│   │   │   ├── 04.txt
│   │   │   ├── 05.txt
│   │   │   ├── 06.txt
│   │   │   ├── 07.txt
│   │   │   ├── 08.txt
│   │   │   ├── 09.txt
│   │   │   ├── 10.txt
│   │   │   ├── 11.txt
│   │   │   ├── 12.txt
│   │   │   ├── 13.txt
│   │   │   ├── 14.txt
│   │   │   ├── 15.txt
│   │   │   ├── 16.txt
│   │   │   ├── 17.txt
│   │   │   ├── 18.txt
│   │   │   ├── 19.txt
│   │   │   ├── 20.txt
│   │   │   ├── 21.txt
│   │   │   ├── 22.txt
│   │   │   ├── 23.txt
│   │   │   ├── 24.txt
│   │   │   ├── 25.txt
│   │   │   └── 26.txt
│   │   ├── Project
│   │   │   └── Q友
│   │   │       ├── Debug
│   │   │       │   ├── Config
│   │   │       │   ├── ECS.mdb
│   │   │       │   └── File
│   │   │       ├── ECSClient
│   │   │       │   ├── BmpTree.cpp
│   │   │       │   ├── BmpTree.h
│   │   │       │   ├── ClientSock.cpp
│   │   │       │   ├── ClientSock.h
│   │   │       │   ├── ECS.mdb
│   │   │       │   ├── ECSClient.cpp
│   │   │       │   ├── ECSClient.h
│   │   │       │   ├── ECSClient.rc
│   │   │       │   ├── ECSClient.vcxproj
│   │   │       │   ├── ECSClient.vcxproj.filters
│   │   │       │   ├── ECSClientDlg.cpp
│   │   │       │   ├── ECSClientDlg.h
│   │   │       │   ├── Gif.dll
│   │   │       │   ├── Login.cpp
│   │   │       │   ├── Login.h
│   │   │       │   ├── Message.cpp
│   │   │       │   ├── Message.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── RvFileSock.cpp
│   │   │       │   ├── RvFileSock.h
│   │   │       │   ├── ScrollParent.cpp
│   │   │       │   ├── ScrollParent.h
│   │   │       │   ├── SendDlg.cpp
│   │   │       │   ├── SendDlg.h
│   │   │       │   ├── SkinScroll.cpp
│   │   │       │   ├── SkinScroll.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   └── resource.h
│   │   │       ├── ECSSrv
│   │   │       │   ├── AccountDlg.cpp
│   │   │       │   ├── AccountDlg.h
│   │   │       │   ├── ClientFileSock.cpp
│   │   │       │   ├── ClientFileSock.h
│   │   │       │   ├── ClientInfo.cpp
│   │   │       │   ├── ClientInfo.h
│   │   │       │   ├── ClientSock.cpp
│   │   │       │   ├── ClientSock.h
│   │   │       │   ├── DataManage.cpp
│   │   │       │   ├── DataManage.h
│   │   │       │   ├── DepartmentMng.cpp
│   │   │       │   ├── DepartmentMng.h
│   │   │       │   ├── ECS.mdb
│   │   │       │   ├── ECSSrv.cpp
│   │   │       │   ├── ECSSrv.h
│   │   │       │   ├── ECSSrv.rc
│   │   │       │   ├── ECSSrv.vcxproj
│   │   │       │   ├── ECSSrv.vcxproj.filters
│   │   │       │   ├── ECSSrvDlg.cpp
│   │   │       │   ├── ECSSrvDlg.h
│   │   │       │   ├── Message.cpp
│   │   │       │   ├── Message.h
│   │   │       │   ├── ReadMe.txt
│   │   │       │   ├── ServerSock.cpp
│   │   │       │   ├── ServerSock.h
│   │   │       │   ├── SrvFileSock.cpp
│   │   │       │   ├── SrvFileSock.h
│   │   │       │   ├── StdAfx.cpp
│   │   │       │   ├── StdAfx.h
│   │   │       │   ├── res
│   │   │       │   └── resource.h
│   │   │       └── RTX.sln
│   │   └── 项目配置使用说明.docx
│   └── 08
│       ├── Bits
│       │   ├── 01.txt
│       │   ├── 02.txt
│       │   ├── 03.txt
│       │   ├── 04.txt
│       │   ├── 05.txt
│       │   ├── 06.txt
│       │   ├── 07.txt
│       │   ├── 08.txt
│       │   ├── 09.txt
│       │   ├── 10.txt
│       │   ├── 11.txt
│       │   ├── 12.txt
│       │   ├── 13.txt
│       │   ├── 14.txt
│       │   ├── 15.txt
│       │   ├── 16.txt
│       │   └── 17.txt
│       ├── Project
│       │   ├── Database
│       │   │   ├── MrkjStock.mdf
│       │   │   └── MrkjStock_log.ldf
│       │   ├── MrkjStock
│       │   │   ├── 3thd
│       │   │   │   └── libcurl
│       │   │   ├── Debug
│       │   │   │   ├── help.html
│       │   │   │   └── sys.ini
│       │   │   ├── MrkjStock.sln
│       │   │   └── MrkjSystem
│       │   │       ├── CApplication.h
│       │   │       ├── CRange.h
│       │   │       ├── CWorkbook.h
│       │   │       ├── CWorkbooks.h
│       │   │       ├── CWorksheet.h
│       │   │       ├── CWorksheets.h
│       │   │       ├── CandlestickSerie.cpp
│       │   │       ├── CandlestickSerie.h
│       │   │       ├── Config.h
│       │   │       ├── CursorTip.cpp
│       │   │       ├── CursorTip.h
│       │   │       ├── DBDataEntry.cpp
│       │   │       ├── DBDataEntry.h
│       │   │       ├── DayDataEntry.cpp
│       │   │       ├── DayDataEntry.h
│       │   │       ├── DialogAbout.cpp
│       │   │       ├── DialogAbout.h
│       │   │       ├── DialogCalc.cpp
│       │   │       ├── DialogCalc.h
│       │   │       ├── DialogCalc01.cpp
│       │   │       ├── DialogCalc01.h
│       │   │       ├── DialogCalc02.cpp
│       │   │       ├── DialogCalc02.h
│       │   │       ├── DialogCalc03.cpp
│       │   │       ├── DialogCalc03.h
│       │   │       ├── DialogCalc04.cpp
│       │   │       ├── DialogCalc04.h
│       │   │       ├── DialogCalc05.cpp
│       │   │       ├── DialogCalc05.h
│       │   │       ├── DialogDataImpExp.cpp
│       │   │       ├── DialogDataImpExp.h
│       │   │       ├── DialogDataKind.cpp
│       │   │       ├── DialogDataKind.h
│       │   │       ├── DialogDataMaintenance.cpp
│       │   │       ├── DialogDataMaintenance.h
│       │   │       ├── DialogFilterKind.cpp
│       │   │       ├── DialogFilterKind.h
│       │   │       ├── DialogHistorySub01.cpp
│       │   │       ├── DialogHistorySub01.h
│       │   │       ├── DialogHistorySub02.cpp
│       │   │       ├── DialogHistorySub02.h
│       │   │       ├── DialogHostoryData.cpp
│       │   │       ├── DialogHostoryData.h
│       │   │       ├── DialogHuShen.cpp
│       │   │       ├── DialogHuShen.h
│       │   │       ├── DialogKeybdQuery.cpp
│       │   │       ├── DialogKeybdQuery.h
│       │   │       ├── DialogKindSelect.cpp
│       │   │       ├── DialogKindSelect.h
│       │   │       ├── DialogLogin.cpp
│       │   │       ├── DialogLogin.h
│       │   │       ├── DialogRealtimeData.cpp
│       │   │       ├── DialogRealtimeData.h
│       │   │       ├── DialogScreenShot.cpp
│       │   │       ├── DialogScreenShot.h
│       │   │       ├── DialogSetting.cpp
│       │   │       ├── DialogSetting.h
│       │   │       ├── DialogStockFilter.cpp
│       │   │       ├── DialogStockFilter.h
│       │   │       ├── DrawBuySellPanel.cpp
│       │   │       ├── DrawBuySellPanel.h
│       │   │       ├── DrawKLineImagePanel.cpp
│       │   │       ├── DrawKLineImagePanel.h
│       │   │       ├── HorizontalAxis.cpp
│       │   │       ├── HorizontalAxis.h
│       │   │       ├── HttpDataEntry.cpp
│       │   │       ├── HttpDataEntry.h
│       │   │       ├── HttpDataSource.cpp
│       │   │       ├── HttpDataSource.h
│       │   │       ├── HttpHelper.cpp
│       │   │       ├── HttpHelper.h
│       │   │       ├── KLineCandleElement.cpp
│       │   │       ├── KLineCandleElement.h
│       │   │       ├── KLineElement.h
│       │   │       ├── KLineItem.cpp
│       │   │       ├── KLineItem.h
│       │   │       ├── KLinePanelElement.cpp
│       │   │       ├── KLinePanelElement.h
│       │   │       ├── LeftTopLabel.cpp
│       │   │       ├── LeftTopLabel.h
│       │   │       ├── Log.h
│       │   │       ├── MMListCtrl.cpp
│       │   │       ├── MMListCtrl.h
│       │   │       ├── MRKJDatabase.cpp
│       │   │       ├── MRKJDatabase.h
│       │   │       ├── MrkjSystem.aps
│       │   │       ├── MrkjSystem.cpp
│       │   │       ├── MrkjSystem.h
│       │   │       ├── MrkjSystem.rc
│       │   │       ├── MrkjSystem.vcxproj
│       │   │       ├── MrkjSystem.vcxproj.filters
│       │   │       ├── MrkjSystemDlg.cpp
│       │   │       ├── MrkjSystemDlg.h
│       │   │       ├── MyPic.cpp
│       │   │       ├── MyPic.h
│       │   │       ├── ReadMe.txt
│       │   │       ├── Resource.h
│       │   │       ├── ScreenTools.h
│       │   │       ├── StockChart.cpp
│       │   │       ├── StockChart.h
│       │   │       ├── StringHelper.h
│       │   │       ├── TableFiles.cpp
│       │   │       ├── TableFiles.h
│       │   │       ├── Tools.h
│       │   │       ├── VerticalAxis.cpp
│       │   │       ├── VerticalAxis.h
│       │   │       ├── res
│       │   │       ├── stdafx.cpp
│       │   │       ├── stdafx.h
│       │   │       └── targetver.h
│       │   └── 数据库.zip
│       └── 项目配置使用说明.docx
└── c 实战开发入门(几个简单游戏项目的开发代码).rar

187 directories, 1865 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复