实例介绍
各种小游戏编程代码实例集锦 其中包括:五子棋 拼图,飞机等各种小游戏的代码还有可运行的编译程序....
【实例截图】
【核心代码】
11933a5510c8b44f7b3e749ae4173602.rar
└── c++游戏编程
├── 实例01
│ ├── Debug
│ │ ├── BuildLog.htm
│ │ ├── mt.dep
│ │ ├── stdafx.obj
│ │ ├── vc90.pdb
│ │ ├── 实例1Dlg.obj
│ │ ├── 实例1.exe
│ │ ├── 实例1.exe.embed.manifest
│ │ ├── 实例1.exe.embed.manifest.res
│ │ ├── 实例1.exe.intermediate.manifest
│ │ ├── 实例1.obj
│ │ ├── 实例1.pdb
│ │ └── 实例1.res
│ ├── ReadMe.txt
│ ├── RES
│ │ ├── 实例1.ico
│ │ ├── 实例1.manifest
│ │ └── 实例1.rc2
│ ├── Resource.h
│ ├── STDAFX.CPP
│ ├── STDAFX.H
│ ├── UpgradeLog.XML
│ ├── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ ├── 实例1.aps
│ ├── 实例1.bmp
│ ├── 实例1.cpp
│ ├── 实例1Dlg.cpp
│ ├── 实例1Dlg.h
│ ├── 实例1.h
│ ├── 实例1.ncb
│ ├── 实例1.rc
│ ├── 实例1.sln
│ ├── 实例1.suo
│ ├── 实例1.vcproj
│ └── 实例1.vcproj.vip.Administrator.user
├── 实例02
│ ├── ReadMe.txt
│ ├── RES
│ │ ├── 实例2.ico
│ │ ├── 实例2.manifest
│ │ └── 实例2.rc2
│ ├── Resource.h
│ ├── STDAFX.CPP
│ ├── STDAFX.H
│ ├── 实例2.aps
│ ├── 实例2.bmp
│ ├── 实例2.cpp
│ ├── 实例2Dlg.cpp
│ ├── 实例2Dlg.h
│ ├── 实例2.h
│ ├── 实例2.ncb
│ ├── 实例2.rc
│ ├── 实例2.sln
│ ├── 实例2.suo
│ └── 实例2.vcproj
├── 实例03
│ ├── Jump
│ │ ├── ACRICEPR.GIF
│ │ ├── bmpEnd.bmp
│ │ ├── bmpStart.bmp
│ │ ├── BtnFocus.wav
│ │ ├── ChessMan.cpp
│ │ ├── ChessMan.h
│ │ ├── ChildView.cpp
│ │ ├── ChildView.h
│ │ ├── DlgRegister.cpp
│ │ ├── DlgRegister.h
│ │ ├── Jump.aps
│ │ ├── Jump.chm
│ │ ├── Jump.clw
│ │ ├── Jump.cpp
│ │ ├── Jump.h
│ │ ├── JUMPHELP.HTM
│ │ ├── Jump.hhp
│ │ ├── Jump.ncb
│ │ ├── Jump.opt
│ │ ├── Jump.plg
│ │ ├── Jump.rc
│ │ ├── Jump.sln
│ │ ├── Jump.suo
│ │ ├── Jump.vcproj
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── RCa64839
│ │ ├── RCa64907
│ │ ├── RCa65331
│ │ ├── RCa97325
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── Chess01.bmp
│ │ │ ├── Chess02.bmp
│ │ │ ├── Chess03.bmp
│ │ │ ├── Chess04.bmp
│ │ │ ├── CIRCLE_W.CUR
│ │ │ ├── CURSOR_H.CUR
│ │ │ ├── Hand.cur
│ │ │ ├── iconRigel.ico
│ │ │ ├── Jump.ICO
│ │ │ ├── Jump.rc2
│ │ │ ├── Tile01.bmp
│ │ │ ├── Tile02.bmp
│ │ │ ├── Tile03.bmp
│ │ │ ├── Tile04.bmp
│ │ │ ├── Tile05.bmp
│ │ │ ├── Tile06.bmp
│ │ │ ├── Tile07.bmp
│ │ │ └── Toolbar.bmp
│ │ ├── RESOURCE.H
│ │ ├── SaveStep.LOG
│ │ ├── Setup.bmp
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── SuperLink.cpp
│ │ ├── SuperLink.h
│ │ ├── Temp.bmp
│ │ └── TICK.WAV
│ └── 实例3.bmp
├── 实例04
│ ├── Jump
│ │ ├── ACRICEPR.GIF
│ │ ├── bmpEnd.bmp
│ │ ├── bmpStart.bmp
│ │ ├── BtnFocus.wav
│ │ ├── ChessMan.cpp
│ │ ├── ChessMan.h
│ │ ├── ChildView.cpp
│ │ ├── ChildView.h
│ │ ├── DlgRegister.cpp
│ │ ├── DlgRegister.h
│ │ ├── Jump.aps
│ │ ├── Jump.chm
│ │ ├── Jump.clw
│ │ ├── Jump.cpp
│ │ ├── Jump.h
│ │ ├── JUMPHELP.HTM
│ │ ├── Jump.hhp
│ │ ├── Jump.ncb
│ │ ├── Jump.opt
│ │ ├── Jump.plg
│ │ ├── Jump.rc
│ │ ├── Jump.sln
│ │ ├── Jump.suo
│ │ ├── Jump.vcproj
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── RCa64839
│ │ ├── RCa64907
│ │ ├── RCa65331
│ │ ├── RCa97325
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── Chess01.bmp
│ │ │ ├── Chess02.bmp
│ │ │ ├── Chess03.bmp
│ │ │ ├── Chess04.bmp
│ │ │ ├── CIRCLE_W.CUR
│ │ │ ├── CURSOR_H.CUR
│ │ │ ├── Hand.cur
│ │ │ ├── iconRigel.ico
│ │ │ ├── Jump.ICO
│ │ │ ├── Jump.rc2
│ │ │ ├── Tile01.bmp
│ │ │ ├── Tile02.bmp
│ │ │ ├── Tile03.bmp
│ │ │ ├── Tile04.bmp
│ │ │ ├── Tile05.bmp
│ │ │ ├── Tile06.bmp
│ │ │ ├── Tile07.bmp
│ │ │ └── Toolbar.bmp
│ │ ├── RESOURCE.H
│ │ ├── SaveStep.LOG
│ │ ├── Setup.bmp
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── SuperLink.cpp
│ │ ├── SuperLink.h
│ │ ├── Temp.bmp
│ │ └── TICK.WAV
│ └── 实例4.bmp
├── 实例05
│ ├── Jump
│ │ ├── ACRICEPR.GIF
│ │ ├── bmpEnd.bmp
│ │ ├── bmpStart.bmp
│ │ ├── BtnFocus.wav
│ │ ├── ChessMan.cpp
│ │ ├── ChessMan.h
│ │ ├── ChildView.cpp
│ │ ├── ChildView.h
│ │ ├── DlgRegister.cpp
│ │ ├── DlgRegister.h
│ │ ├── Jump.aps
│ │ ├── Jump.chm
│ │ ├── Jump.clw
│ │ ├── Jump.cpp
│ │ ├── Jump.h
│ │ ├── JUMPHELP.HTM
│ │ ├── Jump.hhp
│ │ ├── Jump.ncb
│ │ ├── Jump.opt
│ │ ├── Jump.plg
│ │ ├── Jump.rc
│ │ ├── Jump.sln
│ │ ├── Jump.suo
│ │ ├── Jump.vcproj
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── RCa64839
│ │ ├── RCa64907
│ │ ├── RCa65331
│ │ ├── RCa97325
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── Chess01.bmp
│ │ │ ├── Chess02.bmp
│ │ │ ├── Chess03.bmp
│ │ │ ├── Chess04.bmp
│ │ │ ├── CIRCLE_W.CUR
│ │ │ ├── CURSOR_H.CUR
│ │ │ ├── Hand.cur
│ │ │ ├── iconRigel.ico
│ │ │ ├── Jump.ICO
│ │ │ ├── Jump.rc2
│ │ │ ├── Tile01.bmp
│ │ │ ├── Tile02.bmp
│ │ │ ├── Tile03.bmp
│ │ │ ├── Tile04.bmp
│ │ │ ├── Tile05.bmp
│ │ │ ├── Tile06.bmp
│ │ │ ├── Tile07.bmp
│ │ │ └── Toolbar.bmp
│ │ ├── RESOURCE.H
│ │ ├── SaveStep.LOG
│ │ ├── Setup.bmp
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── SuperLink.cpp
│ │ ├── SuperLink.h
│ │ ├── Temp.bmp
│ │ └── TICK.WAV
│ ├── 实例5.bmp
│ └── 实例5.suo
├── 实例06
│ ├── 实例6.bmp
│ ├── 实例6.suo
│ └── 拼图
│ ├── AboutDlg.cpp
│ ├── AboutDlg.h
│ ├── Cat.bmp
│ ├── Duck.bmp
│ ├── GG.BMP
│ ├── Girl.bmp
│ ├── HelloKit.bmp
│ ├── Picture.aps
│ ├── Picture.clw
│ ├── Picture.cpp
│ ├── PictureDlg.cpp
│ ├── PictureDlg.h
│ ├── Picture.h
│ ├── Picture.ncb
│ ├── Picture.plg
│ ├── Picture.rc
│ ├── Picture.sln
│ ├── Picture.suo
│ ├── Picture.vcproj
│ ├── ReadMe.txt
│ ├── RES
│ │ ├── MA.BMP
│ │ ├── Picture.ico
│ │ └── Picture.rc2
│ ├── RESOURCE.H
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── Title.bmp
├── 实例07
│ ├── 实例7.bmp
│ ├── 实例7.suo
│ └── 拼图
│ ├── AboutDlg.cpp
│ ├── AboutDlg.h
│ ├── Cat.bmp
│ ├── Duck.bmp
│ ├── GG.BMP
│ ├── Girl.bmp
│ ├── HelloKit.bmp
│ ├── Picture.aps
│ ├── Picture.clw
│ ├── Picture.cpp
│ ├── PictureDlg.cpp
│ ├── PictureDlg.h
│ ├── Picture.h
│ ├── Picture.ncb
│ ├── Picture.plg
│ ├── Picture.rc
│ ├── Picture.sln
│ ├── Picture.suo
│ ├── Picture.vcproj
│ ├── ReadMe.txt
│ ├── RES
│ │ ├── MA.BMP
│ │ ├── Picture.ico
│ │ └── Picture.rc2
│ ├── RESOURCE.H
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── Title.bmp
├── 实例08
│ ├── RECTCODE
│ │ ├── AboutDlg.cpp
│ │ ├── AboutDlg.h
│ │ ├── HWRECT.APS
│ │ ├── HWRECT.CLW
│ │ ├── HWRECT.CPP
│ │ ├── HWRECTDoc.cpp
│ │ ├── HWRECTDoc.h
│ │ ├── HWRECT.H
│ │ ├── HWRECT.NCB
│ │ ├── Hwrect.plg
│ │ ├── HWRECT.RC
│ │ ├── HWRECT.SLN
│ │ ├── HWRECT.SUO
│ │ ├── HWRECT.vcproj
│ │ ├── HWRECTView.cpp
│ │ ├── HWRECTView.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── MakeHelp.bat
│ │ ├── OptionDlg.cpp
│ │ ├── OptionDlg.h
│ │ ├── RES
│ │ │ ├── business0.ico
│ │ │ ├── HWRECTDoc.ico
│ │ │ ├── HWRECT.ICO
│ │ │ ├── HWRECT.RC2
│ │ │ ├── MY.BMP
│ │ │ └── Toolbar.bmp
│ │ ├── RESOURCE.H
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 实例8.bmp
│ └── 实例8.suo
├── 实例09
│ ├── RECTCODE
│ │ ├── AboutDlg.cpp
│ │ ├── AboutDlg.h
│ │ ├── HWRECT.APS
│ │ ├── HWRECT.CLW
│ │ ├── HWRECT.CPP
│ │ ├── HWRECTDoc.cpp
│ │ ├── HWRECTDoc.h
│ │ ├── HWRECT.H
│ │ ├── HWRECT.NCB
│ │ ├── Hwrect.plg
│ │ ├── HWRECT.RC
│ │ ├── HWRECT.SLN
│ │ ├── HWRECT.SUO
│ │ ├── HWRECT.vcproj
│ │ ├── HWRECTView.cpp
│ │ ├── HWRECTView.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── MakeHelp.bat
│ │ ├── OptionDlg.cpp
│ │ ├── OptionDlg.h
│ │ ├── RES
│ │ │ ├── business0.ico
│ │ │ ├── HWRECTDoc.ico
│ │ │ ├── HWRECT.ICO
│ │ │ ├── HWRECT.RC2
│ │ │ ├── MY.BMP
│ │ │ └── Toolbar.bmp
│ │ ├── RESOURCE.H
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 实例9.bmp
│ └── 实例9.suo
├── 实例10
│ ├── RECTCODE
│ │ ├── AboutDlg.cpp
│ │ ├── AboutDlg.h
│ │ ├── HWRECT.APS
│ │ ├── HWRECT.CLW
│ │ ├── HWRECT.CPP
│ │ ├── HWRECTDoc.cpp
│ │ ├── HWRECTDoc.h
│ │ ├── HWRECT.H
│ │ ├── HWRECT.NCB
│ │ ├── Hwrect.plg
│ │ ├── HWRECT.RC
│ │ ├── HWRECT.SLN
│ │ ├── HWRECT.SUO
│ │ ├── HWRECT.vcproj
│ │ ├── HWRECTView.cpp
│ │ ├── HWRECTView.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── MakeHelp.bat
│ │ ├── OptionDlg.cpp
│ │ ├── OptionDlg.h
│ │ ├── RES
│ │ │ ├── business0.ico
│ │ │ ├── HWRECTDoc.ico
│ │ │ ├── HWRECT.ICO
│ │ │ ├── HWRECT.RC2
│ │ │ ├── MY.BMP
│ │ │ └── Toolbar.bmp
│ │ ├── RESOURCE.H
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 实例10.bmp
│ └── 实例10.suo
├── 实例100
│ ├── PtGame
│ │ ├── LookDlg.cpp
│ │ ├── LookDlg.h
│ │ ├── PtGame.aps
│ │ ├── PtGame.clw
│ │ ├── PtGame.cpp
│ │ ├── PtGameDlg.cpp
│ │ ├── PtGameDlg.h
│ │ ├── PtGame.h
│ │ ├── PtGame.ncb
│ │ ├── PtGame.rc
│ │ ├── PtGame.sln
│ │ ├── PtGame.suo
│ │ ├── PtGame.vcproj
│ │ ├── RES
│ │ │ ├── 1.BMP
│ │ │ ├── 2.BMP
│ │ │ ├── 3.BMP
│ │ │ ├── 4.BMP
│ │ │ ├── 5.BMP
│ │ │ ├── 6.BMP
│ │ │ ├── GAME1.BMP
│ │ │ ├── GAME2.BMP
│ │ │ ├── GAME3.BMP
│ │ │ ├── GAME4.BMP
│ │ │ ├── GAME5.BMP
│ │ │ ├── GAME6.BMP
│ │ │ ├── PtGame.ico
│ │ │ ├── PtGame.rc2
│ │ │ └── SCSIOPEN.ICO
│ │ ├── RESOURCE.H
│ │ ├── SettingDlg.cpp
│ │ ├── SettingDlg.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例100.bmp
├── 实例11
│ ├── ReadMe.txt
│ ├── RES
│ │ ├── ICON1.ICO
│ │ ├── ICON2.ICO
│ │ ├── ICON3.ICO
│ │ ├── ICON4.ICO
│ │ ├── ICON5.ICO
│ │ ├── ICON6.ICO
│ │ ├── 实例11.ico
│ │ ├── 实例11.manifest
│ │ └── 实例11.rc2
│ ├── Resource.h
│ ├── STDAFX.CPP
│ ├── STDAFX.H
│ ├── 实例11.aps
│ ├── 实例11.bmp
│ ├── 实例11.cpp
│ ├── 实例11Dlg.cpp
│ ├── 实例11Dlg.h
│ ├── 实例11.h
│ ├── 实例11.ncb
│ ├── 实例11.rc
│ ├── 实例11.sln
│ ├── 实例11.suo
│ └── 实例11.vcproj
├── 实例12
│ ├── ReadMe.txt
│ ├── RES
│ │ ├── ICON1.ICO
│ │ ├── ICON2.ICO
│ │ ├── ICON3.ICO
│ │ ├── ICON4.ICO
│ │ ├── ICON5.ICO
│ │ ├── ICON6.ICO
│ │ ├── 实例11.ico
│ │ ├── 实例11.manifest
│ │ └── 实例11.rc2
│ ├── Resource.h
│ ├── STDAFX.CPP
│ ├── STDAFX.H
│ ├── 实例11.aps
│ ├── 实例11.bmp
│ ├── 实例11.cpp
│ ├── 实例11Dlg.cpp
│ ├── 实例11Dlg.h
│ ├── 实例11.h
│ ├── 实例11.ncb
│ ├── 实例11.rc
│ ├── 实例11.sln
│ └── 实例11.vcproj
├── 实例13
│ ├── FIGHTER
│ │ ├── AboutPage.cpp
│ │ ├── AboutPage.h
│ │ ├── BCMenu.cpp
│ │ ├── BCMenu.h
│ │ ├── CongraduationDlg.cpp
│ │ ├── CongraduationDlg.h
│ │ ├── CREDITSTATIC.CPP
│ │ ├── CREDITSTATIC.H
│ │ ├── Fighter.aps
│ │ ├── Fighter.clw
│ │ ├── Fighter.cpp
│ │ ├── FighterDlg.cpp
│ │ ├── FighterDlg.h
│ │ ├── Fighter.h
│ │ ├── FighterInfo.cpp
│ │ ├── FighterInfo.h
│ │ ├── Fighter.ncb
│ │ ├── Fighter.rc
│ │ ├── FIGHTER.RNK
│ │ ├── Fighter.sln
│ │ ├── Fighter.suo
│ │ ├── Fighter.vcproj
│ │ ├── hyperlink.cpp
│ │ ├── hyperlink.h
│ │ ├── MyButton.cpp
│ │ ├── MyButton.h
│ │ ├── OperationPage.cpp
│ │ ├── OperationPage.h
│ │ ├── QuitDlg.cpp
│ │ ├── QuitDlg.h
│ │ ├── RankPage.cpp
│ │ ├── RankPage.h
│ │ ├── RES
│ │ │ ├── BITMAP1.BMP
│ │ │ ├── Fighter.ico
│ │ │ ├── Fighter.rc2
│ │ │ ├── FRAME.BMP
│ │ │ ├── GUN.ICO
│ │ │ ├── HAND.CUR
│ │ │ ├── LOAD.BMP
│ │ │ ├── MOUSE.ICO
│ │ │ ├── NEW.BMP
│ │ │ ├── NEWCOOL.BMP
│ │ │ ├── NEWHOT.BMP
│ │ │ ├── OPTION.BMP
│ │ │ ├── PLANE.BMP
│ │ │ ├── POSI.BMP
│ │ │ ├── QUIT.BMP
│ │ │ ├── SAVE.BMP
│ │ │ ├── SETTING.ICO
│ │ │ ├── SHANSHUI.BMP
│ │ │ └── TOOLBAR.BMP
│ │ ├── RESOURCE.H
│ │ ├── SettingPage.cpp
│ │ ├── SettingPage.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 实例13.bmp
│ └── 实例13.suo
├── 实例14
│ ├── FIGHTER
│ │ ├── AboutPage.cpp
│ │ ├── AboutPage.h
│ │ ├── BCMenu.cpp
│ │ ├── BCMenu.h
│ │ ├── CongraduationDlg.cpp
│ │ ├── CongraduationDlg.h
│ │ ├── CREDITSTATIC.CPP
│ │ ├── CREDITSTATIC.H
│ │ ├── Fighter.aps
│ │ ├── Fighter.clw
│ │ ├── Fighter.cpp
│ │ ├── FighterDlg.cpp
│ │ ├── FighterDlg.h
│ │ ├── Fighter.h
│ │ ├── FighterInfo.cpp
│ │ ├── FighterInfo.h
│ │ ├── Fighter.ncb
│ │ ├── Fighter.rc
│ │ ├── FIGHTER.RNK
│ │ ├── Fighter.sln
│ │ ├── Fighter.suo
│ │ ├── Fighter.vcproj
│ │ ├── hyperlink.cpp
│ │ ├── hyperlink.h
│ │ ├── MyButton.cpp
│ │ ├── MyButton.h
│ │ ├── OperationPage.cpp
│ │ ├── OperationPage.h
│ │ ├── QuitDlg.cpp
│ │ ├── QuitDlg.h
│ │ ├── RankPage.cpp
│ │ ├── RankPage.h
│ │ ├── RES
│ │ │ ├── BITMAP1.BMP
│ │ │ ├── Fighter.ico
│ │ │ ├── Fighter.rc2
│ │ │ ├── FRAME.BMP
│ │ │ ├── GUN.ICO
│ │ │ ├── HAND.CUR
│ │ │ ├── LOAD.BMP
│ │ │ ├── MOUSE.ICO
│ │ │ ├── NEW.BMP
│ │ │ ├── NEWCOOL.BMP
│ │ │ ├── NEWHOT.BMP
│ │ │ ├── OPTION.BMP
│ │ │ ├── PLANE.BMP
│ │ │ ├── POSI.BMP
│ │ │ ├── QUIT.BMP
│ │ │ ├── SAVE.BMP
│ │ │ ├── SETTING.ICO
│ │ │ ├── SHANSHUI.BMP
│ │ │ └── TOOLBAR.BMP
│ │ ├── RESOURCE.H
│ │ ├── SettingPage.cpp
│ │ ├── SettingPage.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 实例14.bmp
│ └── 实例14.suo
├── 实例15
│ ├── FIGHTER
│ │ ├── AboutPage.cpp
│ │ ├── AboutPage.h
│ │ ├── BCMenu.cpp
│ │ ├── BCMenu.h
│ │ ├── CongraduationDlg.cpp
│ │ ├── CongraduationDlg.h
│ │ ├── CREDITSTATIC.CPP
│ │ ├── CREDITSTATIC.H
│ │ ├── Fighter.aps
│ │ ├── Fighter.clw
│ │ ├── Fighter.cpp
│ │ ├── FighterDlg.cpp
│ │ ├── FighterDlg.h
│ │ ├── Fighter.h
│ │ ├── FighterInfo.cpp
│ │ ├── FighterInfo.h
│ │ ├── Fighter.ncb
│ │ ├── Fighter.rc
│ │ ├── FIGHTER.RNK
│ │ ├── Fighter.sln
│ │ ├── Fighter.suo
│ │ ├── Fighter.vcproj
│ │ ├── hyperlink.cpp
│ │ ├── hyperlink.h
│ │ ├── MyButton.cpp
│ │ ├── MyButton.h
│ │ ├── OperationPage.cpp
│ │ ├── OperationPage.h
│ │ ├── QuitDlg.cpp
│ │ ├── QuitDlg.h
│ │ ├── RankPage.cpp
│ │ ├── RankPage.h
│ │ ├── RES
│ │ │ ├── BITMAP1.BMP
│ │ │ ├── Fighter.ico
│ │ │ ├── Fighter.rc2
│ │ │ ├── FRAME.BMP
│ │ │ ├── GUN.ICO
│ │ │ ├── HAND.CUR
│ │ │ ├── LOAD.BMP
│ │ │ ├── MOUSE.ICO
│ │ │ ├── NEW.BMP
│ │ │ ├── NEWCOOL.BMP
│ │ │ ├── NEWHOT.BMP
│ │ │ ├── OPTION.BMP
│ │ │ ├── PLANE.BMP
│ │ │ ├── POSI.BMP
│ │ │ ├── QUIT.BMP
│ │ │ ├── SAVE.BMP
│ │ │ ├── SETTING.ICO
│ │ │ ├── SHANSHUI.BMP
│ │ │ └── TOOLBAR.BMP
│ │ ├── RESOURCE.H
│ │ ├── SettingPage.cpp
│ │ ├── SettingPage.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 实例15.bmp
│ └── 实例16.suo
├── 实例16
│ ├── ReadMe.txt
│ ├── RES
│ │ ├── ICON1.ICO
│ │ ├── 实例16.ico
│ │ ├── 实例16.manifest
│ │ └── 实例16.rc2
│ ├── Resource.h
│ ├── STDAFX.CPP
│ ├── STDAFX.H
│ ├── 实例16.aps
│ ├── 实例16.bmp
│ ├── 实例16.cpp
│ ├── 实例16Dlg.cpp
│ ├── 实例16Dlg.h
│ ├── 实例16.h
│ ├── 实例16.ncb
│ ├── 实例16.rc
│ ├── 实例16.sln
│ ├── 实例16.suo
│ └── 实例16.vcproj
├── 实例17
│ ├── ReadMe.txt
│ ├── RES
│ │ ├── ICON1.ICO
│ │ ├── 实例16.ico
│ │ ├── 实例16.manifest
│ │ └── 实例16.rc2
│ ├── Resource.h
│ ├── STDAFX.CPP
│ ├── STDAFX.H
│ ├── 实例16.aps
│ ├── 实例16.bmp
│ ├── 实例16.cpp
│ ├── 实例16Dlg.cpp
│ ├── 实例16Dlg.h
│ ├── 实例16.h
│ ├── 实例16.ncb
│ ├── 实例16.rc
│ ├── 实例16.sln
│ ├── 实例16.vcproj
│ └── 实例17.suo
├── 实例18
│ ├── ReadMe.txt
│ ├── RES
│ │ ├── 实例18.ico
│ │ ├── 实例18.manifest
│ │ └── 实例18.rc2
│ ├── Resource.h
│ ├── STDAFX.CPP
│ ├── STDAFX.H
│ ├── 实例18.aps
│ ├── 实例18.bmp
│ ├── 实例18.cpp
│ ├── 实例18Dlg.cpp
│ ├── 实例18Dlg.h
│ ├── 实例18.h
│ ├── 实例18.ncb
│ ├── 实例18.rc
│ ├── 实例18.sln
│ ├── 实例18.suo
│ └── 实例18.vcproj
├── 实例19
│ ├── CSDemo
│ │ ├── CSDemo.aps
│ │ ├── CSDemo.cpp
│ │ ├── CSDemoDlg.cpp
│ │ ├── CSDemoDlg.h
│ │ ├── CSDemo.h
│ │ ├── CSDemo.ncb
│ │ ├── CSDemo.rc
│ │ ├── CSDemo.sln
│ │ ├── CSDemo.suo
│ │ ├── CSDemo.vcproj
│ │ ├── DiamondDlg.cpp
│ │ ├── DiamondDlg.h
│ │ ├── DiamondShape.cpp
│ │ ├── DiamondShape.h
│ │ ├── DiamondStatic.cpp
│ │ ├── DiamondStatic.h
│ │ ├── RES
│ │ │ ├── CSDemo.ico
│ │ │ └── CSDemo.rc2
│ │ ├── RESOURCE.H
│ │ ├── RESOURCE.HM
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 实例19.bmp
│ └── 实例19.suo
├── 实例20
│ ├── CSDemo
│ │ ├── CSDemo.aps
│ │ ├── CSDemo.cpp
│ │ ├── CSDemoDlg.cpp
│ │ ├── CSDemoDlg.h
│ │ ├── CSDemo.h
│ │ ├── CSDemo.ncb
│ │ ├── CSDemo.rc
│ │ ├── CSDemo.sln
│ │ ├── CSDemo.suo
│ │ ├── CSDemo.vcproj
│ │ ├── DiamondDlg.cpp
│ │ ├── DiamondDlg.h
│ │ ├── DiamondShape.cpp
│ │ ├── DiamondShape.h
│ │ ├── DiamondStatic.cpp
│ │ ├── DiamondStatic.h
│ │ ├── RES
│ │ │ ├── CSDemo.ico
│ │ │ └── CSDemo.rc2
│ │ ├── RESOURCE.H
│ │ ├── RESOURCE.HM
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例20.bmp
├── 实例21
│ ├── FixYou
│ │ ├── AutoFont.cpp
│ │ ├── AutoFont.h
│ │ ├── Beer1.bmp
│ │ ├── Beer2.bmp
│ │ ├── Beer3.bmp
│ │ ├── Beer4.bmp
│ │ ├── Beer5.bmp
│ │ ├── Beer6.bmp
│ │ ├── Beer7.bmp
│ │ ├── Beer8.bmp
│ │ ├── BmpBtn.bmp
│ │ ├── FixYou.aps
│ │ ├── FixYou.clw
│ │ ├── FixYou.cpp
│ │ ├── FixYouDlg.cpp
│ │ ├── FixYouDlg.h
│ │ ├── FixYou.h
│ │ ├── FixYou.ico
│ │ ├── FixYou.ncb
│ │ ├── FixYou.rc
│ │ ├── FixYou.rc2
│ │ ├── FixYou.sln
│ │ ├── FixYou.suo
│ │ ├── FixYou.vcproj
│ │ ├── ReadMe.txt
│ │ ├── Registry.cpp
│ │ ├── Registry.h
│ │ ├── RESOURCE.H
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TransparentWnd.cpp
│ │ ├── TransparentWnd.h
│ │ ├── WBButton.cpp
│ │ └── WBButton.h
│ └── 实例21.bmp
├── 实例22
│ ├── FixYou
│ │ ├── AutoFont.cpp
│ │ ├── AutoFont.h
│ │ ├── Beer1.bmp
│ │ ├── Beer2.bmp
│ │ ├── Beer3.bmp
│ │ ├── Beer4.bmp
│ │ ├── Beer5.bmp
│ │ ├── Beer6.bmp
│ │ ├── Beer7.bmp
│ │ ├── Beer8.bmp
│ │ ├── BmpBtn.bmp
│ │ ├── FixYou.aps
│ │ ├── FixYou.clw
│ │ ├── FixYou.cpp
│ │ ├── FixYouDlg.cpp
│ │ ├── FixYouDlg.h
│ │ ├── FixYou.h
│ │ ├── FixYou.ico
│ │ ├── FixYou.ncb
│ │ ├── FixYou.rc
│ │ ├── FixYou.rc2
│ │ ├── FixYou.sln
│ │ ├── FixYou.suo
│ │ ├── FixYou.vcproj
│ │ ├── ReadMe.txt
│ │ ├── Registry.cpp
│ │ ├── Registry.h
│ │ ├── RESOURCE.H
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TransparentWnd.cpp
│ │ ├── TransparentWnd.h
│ │ ├── WBButton.cpp
│ │ └── WBButton.h
│ └── 实例22.bmp
├── 实例23
│ ├── SRC
│ │ ├── A10.CPP
│ │ ├── A10.NCB
│ │ ├── A10.SLN
│ │ ├── A10.SUO
│ │ ├── A10.vcproj
│ │ ├── A.MID
│ │ ├── BALL.BMP
│ │ ├── BOM1.BMP
│ │ ├── BOM2.BMP
│ │ ├── BULET0.BMP
│ │ ├── BULET1.BMP
│ │ ├── CENTER.BMP
│ │ ├── Ddutil.cpp
│ │ ├── DDUTIL.H
│ │ ├── ENEMY.BMP
│ │ ├── FLAME.BMP
│ │ ├── flamedead.BMP
│ │ ├── ICON1.ICO
│ │ ├── LEFT.BMP
│ │ ├── MAP1.BMP
│ │ ├── MAP2.BMP
│ │ ├── MAP3.BMP
│ │ ├── RESOURCE.H
│ │ ├── RIGHT.BMP
│ │ └── Script1.rc
│ └── 实例23.bmp
├── 实例24
│ ├── SRC
│ │ ├── A10.CPP
│ │ ├── A10.ncb
│ │ ├── A10.SLN
│ │ ├── A10.SUO
│ │ ├── A10.vcproj
│ │ ├── A10.vcproj.vip.Administrator.user
│ │ ├── A.MID
│ │ ├── BALL.BMP
│ │ ├── BOM1.BMP
│ │ ├── BOM2.BMP
│ │ ├── BULET0.BMP
│ │ ├── BULET1.BMP
│ │ ├── CENTER.BMP
│ │ ├── Ddutil.cpp
│ │ ├── DDUTIL.H
│ │ ├── Debug
│ │ │ ├── A10.exe.embed.manifest
│ │ │ ├── BuildLog.htm
│ │ │ ├── Ddutil.obj
│ │ │ └── vc90.pdb
│ │ ├── ENEMY.BMP
│ │ ├── FLAME.BMP
│ │ ├── flamedead.BMP
│ │ ├── ICON1.ICO
│ │ ├── LEFT.BMP
│ │ ├── MAP1.BMP
│ │ ├── MAP2.BMP
│ │ ├── MAP3.BMP
│ │ ├── RESOURCE.H
│ │ ├── RIGHT.BMP
│ │ ├── Script1.aps
│ │ ├── Script1.rc
│ │ ├── UpgradeLog.XML
│ │ └── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ └── 实例24.bmp
├── 实例25
│ ├── RFK
│ │ ├── BlockType.cpp
│ │ ├── BlockType.h
│ │ ├── FM.BMP
│ │ ├── HowToPlay.cpp
│ │ ├── HowToPlay.h
│ │ ├── InputName.cpp
│ │ ├── InputName.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── Block.ico
│ │ │ ├── ICO00001.ICO
│ │ │ ├── ICO00002.ICO
│ │ │ ├── ICO00003.ICO
│ │ │ ├── ICO00004.ICO
│ │ │ ├── ICON2.ICO
│ │ │ ├── ICON_BLO.ICO
│ │ │ ├── iconRigel.ico
│ │ │ ├── RFKbak.ico
│ │ │ ├── RFKDoc.ico
│ │ │ ├── RFK.ICO
│ │ │ └── RFK.RC2
│ │ ├── RESOURCE.H
│ │ ├── RFK.001
│ │ ├── RFK.APS
│ │ ├── RFK.CLW
│ │ ├── RFK.CPP
│ │ ├── RFKDoc.cpp
│ │ ├── RFKDoc.h
│ │ ├── RFK.H
│ │ ├── RFK.NCB
│ │ ├── RFK.OPT
│ │ ├── RFK.PLG
│ │ ├── RFK.RC
│ │ ├── RFK.SLN
│ │ ├── RFK.SUO
│ │ ├── RFK.vcproj
│ │ ├── RFKView.cpp
│ │ ├── RFKView.h
│ │ ├── SetType.cpp
│ │ ├── SetType.h
│ │ ├── SpeedDlg.cpp
│ │ ├── SpeedDlg.h
│ │ ├── SPEEDSELECT.cpp
│ │ ├── SPEEDSELECT.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TOP.INI
│ │ ├── TopList.cpp
│ │ └── TopList.h
│ └── 实例25.bmp
├── 实例26
│ ├── RFK
│ │ ├── BlockType.cpp
│ │ ├── BlockType.h
│ │ ├── FM.BMP
│ │ ├── HowToPlay.cpp
│ │ ├── HowToPlay.h
│ │ ├── InputName.cpp
│ │ ├── InputName.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── Block.ico
│ │ │ ├── ICO00001.ICO
│ │ │ ├── ICO00002.ICO
│ │ │ ├── ICO00003.ICO
│ │ │ ├── ICO00004.ICO
│ │ │ ├── ICON2.ICO
│ │ │ ├── ICON_BLO.ICO
│ │ │ ├── iconRigel.ico
│ │ │ ├── RFKbak.ico
│ │ │ ├── RFKDoc.ico
│ │ │ ├── RFK.ICO
│ │ │ └── RFK.RC2
│ │ ├── RESOURCE.H
│ │ ├── RFK.001
│ │ ├── RFK.APS
│ │ ├── RFK.CLW
│ │ ├── RFK.CPP
│ │ ├── RFKDoc.cpp
│ │ ├── RFKDoc.h
│ │ ├── RFK.H
│ │ ├── RFK.NCB
│ │ ├── RFK.OPT
│ │ ├── RFK.PLG
│ │ ├── RFK.RC
│ │ ├── RFK.SLN
│ │ ├── RFK.SUO
│ │ ├── RFK.vcproj
│ │ ├── RFKView.cpp
│ │ ├── RFKView.h
│ │ ├── SetType.cpp
│ │ ├── SetType.h
│ │ ├── SpeedDlg.cpp
│ │ ├── SpeedDlg.h
│ │ ├── SPEEDSELECT.cpp
│ │ ├── SPEEDSELECT.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TOP.INI
│ │ ├── TopList.cpp
│ │ └── TopList.h
│ └── 实例26.bmp
├── 实例27
│ ├── RFK
│ │ ├── BlockType.cpp
│ │ ├── BlockType.h
│ │ ├── FM.BMP
│ │ ├── HowToPlay.cpp
│ │ ├── HowToPlay.h
│ │ ├── InputName.cpp
│ │ ├── InputName.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── Block.ico
│ │ │ ├── ICO00001.ICO
│ │ │ ├── ICO00002.ICO
│ │ │ ├── ICO00003.ICO
│ │ │ ├── ICO00004.ICO
│ │ │ ├── ICON2.ICO
│ │ │ ├── ICON_BLO.ICO
│ │ │ ├── iconRigel.ico
│ │ │ ├── RFKbak.ico
│ │ │ ├── RFKDoc.ico
│ │ │ ├── RFK.ICO
│ │ │ └── RFK.RC2
│ │ ├── RESOURCE.H
│ │ ├── RFK.001
│ │ ├── RFK.APS
│ │ ├── RFK.CLW
│ │ ├── RFK.CPP
│ │ ├── RFKDoc.cpp
│ │ ├── RFKDoc.h
│ │ ├── RFK.H
│ │ ├── RFK.NCB
│ │ ├── RFK.OPT
│ │ ├── RFK.PLG
│ │ ├── RFK.RC
│ │ ├── RFK.SLN
│ │ ├── RFK.SUO
│ │ ├── RFK.vcproj
│ │ ├── RFKView.cpp
│ │ ├── RFKView.h
│ │ ├── SetType.cpp
│ │ ├── SetType.h
│ │ ├── SpeedDlg.cpp
│ │ ├── SpeedDlg.h
│ │ ├── SPEEDSELECT.cpp
│ │ ├── SPEEDSELECT.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TOP.INI
│ │ ├── TopList.cpp
│ │ └── TopList.h
│ └── 实例27.bmp
├── 实例28
│ ├── games_r_s
│ │ ├── ChildFrm.cpp
│ │ ├── ChildFrm.h
│ │ ├── DlgTOOL.cpp
│ │ ├── DlgTOOL.h
│ │ ├── Els.cpp
│ │ ├── ElsGame.cpp
│ │ ├── ElsGame.h
│ │ ├── Els.h
│ │ ├── GAMES.APS
│ │ ├── GAMES.CPP
│ │ ├── gamesDoc.cpp
│ │ ├── gamesDoc.h
│ │ ├── GAMES.H
│ │ ├── GAMES.NCB
│ │ ├── GAMES.RC
│ │ ├── GAMES.SLN
│ │ ├── GAMES.SUO
│ │ ├── games.vcproj
│ │ ├── gamesView.cpp
│ │ ├── gamesView.h
│ │ ├── GamsWnd.cpp
│ │ ├── GamsWnd.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── MyThread.cpp
│ │ ├── MyThread.h
│ │ ├── MyView.cpp
│ │ ├── MyView.h
│ │ ├── RES
│ │ │ ├── BITMAP1.BMP
│ │ │ ├── BITMAP3.BMP
│ │ │ ├── BOMB-09.BMP
│ │ │ ├── BUTTON.GIF
│ │ │ ├── CATALOG.ICO
│ │ │ ├── COCOSMO.ICO
│ │ │ ├── DOCUMENT.ICO
│ │ │ ├── ELSNULL.BMP
│ │ │ ├── gamesDoc.ico
│ │ │ ├── GAMES.ICO
│ │ │ ├── GAMES.RC2
│ │ │ ├── ICO00001.ICO
│ │ │ ├── ICON1.ICO
│ │ │ ├── ONE.BMP
│ │ │ ├── ORANGE.GIF
│ │ │ ├── RS
│ │ │ │ ├── ICON1.ICO
│ │ │ │ ├── NETMANAGER.ICO
│ │ │ │ ├── RASBERRY.ICO
│ │ │ │ └── STACKUP.ICO
│ │ │ ├── STACKUP.ICO
│ │ │ ├── TAB_3.BMP
│ │ │ ├── Toolbar.bmp
│ │ │ ├── TOOL.BMP
│ │ │ └── TYPE.ICO
│ │ ├── Resource.h
│ │ ├── SheGame.cpp
│ │ ├── SheGame.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例28.bmp
├── 实例29
│ ├── games_r_s
│ │ ├── ChildFrm.cpp
│ │ ├── ChildFrm.h
│ │ ├── DlgTOOL.cpp
│ │ ├── DlgTOOL.h
│ │ ├── Els.cpp
│ │ ├── ElsGame.cpp
│ │ ├── ElsGame.h
│ │ ├── Els.h
│ │ ├── GAMES.APS
│ │ ├── GAMES.CPP
│ │ ├── gamesDoc.cpp
│ │ ├── gamesDoc.h
│ │ ├── GAMES.H
│ │ ├── GAMES.NCB
│ │ ├── GAMES.RC
│ │ ├── GAMES.SLN
│ │ ├── GAMES.SUO
│ │ ├── games.vcproj
│ │ ├── gamesView.cpp
│ │ ├── gamesView.h
│ │ ├── GamsWnd.cpp
│ │ ├── GamsWnd.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── MyThread.cpp
│ │ ├── MyThread.h
│ │ ├── MyView.cpp
│ │ ├── MyView.h
│ │ ├── RES
│ │ │ ├── BITMAP1.BMP
│ │ │ ├── BITMAP3.BMP
│ │ │ ├── BOMB-09.BMP
│ │ │ ├── BUTTON.GIF
│ │ │ ├── CATALOG.ICO
│ │ │ ├── COCOSMO.ICO
│ │ │ ├── DOCUMENT.ICO
│ │ │ ├── ELSNULL.BMP
│ │ │ ├── gamesDoc.ico
│ │ │ ├── GAMES.ICO
│ │ │ ├── GAMES.RC2
│ │ │ ├── ICO00001.ICO
│ │ │ ├── ICON1.ICO
│ │ │ ├── ONE.BMP
│ │ │ ├── ORANGE.GIF
│ │ │ ├── RS
│ │ │ │ ├── ICON1.ICO
│ │ │ │ ├── NETMANAGER.ICO
│ │ │ │ ├── RASBERRY.ICO
│ │ │ │ └── STACKUP.ICO
│ │ │ ├── STACKUP.ICO
│ │ │ ├── TAB_3.BMP
│ │ │ ├── Toolbar.bmp
│ │ │ ├── TOOL.BMP
│ │ │ └── TYPE.ICO
│ │ ├── Resource.h
│ │ ├── SheGame.cpp
│ │ ├── SheGame.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例29.bmp
├── 实例30
│ ├── OhMyGod_Src
│ │ ├── ANSWER.BMP
│ │ ├── BCMenu.cpp
│ │ ├── BCMenu.h
│ │ ├── BITMAP1.BMP
│ │ ├── EXIT.BMP
│ │ ├── HELP.BMP
│ │ ├── HyperLink.cpp
│ │ ├── HyperLink.h
│ │ ├── OhMyGod.aps
│ │ ├── OhMyGod.clw
│ │ ├── OhMyGod.cpp
│ │ ├── OhMyGodDlg.cpp
│ │ ├── OhMyGodDlg.h
│ │ ├── OhMyGod.dsp
│ │ ├── OhMyGod.h
│ │ ├── OhMyGod.ico
│ │ ├── OhMyGod.ncb
│ │ ├── OhMyGod.rc
│ │ ├── OhMyGod.rc2
│ │ ├── OhMyGod.sln
│ │ ├── OhMyGod.suo
│ │ ├── OhMyGod.vcproj
│ │ ├── PROBLEM.BMP
│ │ ├── RESOURCE.H
│ │ ├── RUNNER10.BMP
│ │ ├── RUNNER11.BMP
│ │ ├── RUNNER12.BMP
│ │ ├── RUNNER13.BMP
│ │ ├── RUNNER14.BMP
│ │ ├── RUNNER15.BMP
│ │ ├── RUNNER16.BMP
│ │ ├── RUNNER17.BMP
│ │ ├── RUNNER18.BMP
│ │ ├── RUNNER19.BMP
│ │ ├── RUNNER1.BMP
│ │ ├── RUNNER20.BMP
│ │ ├── RUNNER21.BMP
│ │ ├── RUNNER22.BMP
│ │ ├── RUNNER23.BMP
│ │ ├── RUNNER24.BMP
│ │ ├── RUNNER2.BMP
│ │ ├── RUNNER3.BMP
│ │ ├── RUNNER4.BMP
│ │ ├── RUNNER5.BMP
│ │ ├── RUNNER6.BMP
│ │ ├── RUNNER7.BMP
│ │ ├── RUNNER8.BMP
│ │ ├── RUNNER9.BMP
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TransparentWnd.cpp
│ │ └── TransparentWnd.h
│ └── 实例30.bmp
├── 实例31
│ ├── OhMyGod_Src
│ │ ├── ANSWER.BMP
│ │ ├── BCMenu.cpp
│ │ ├── BCMenu.h
│ │ ├── BITMAP1.BMP
│ │ ├── EXIT.BMP
│ │ ├── HELP.BMP
│ │ ├── HyperLink.cpp
│ │ ├── HyperLink.h
│ │ ├── OhMyGod.aps
│ │ ├── OhMyGod.clw
│ │ ├── OhMyGod.cpp
│ │ ├── OhMyGodDlg.cpp
│ │ ├── OhMyGodDlg.h
│ │ ├── OhMyGod.h
│ │ ├── OhMyGod.ico
│ │ ├── OhMyGod.ncb
│ │ ├── OhMyGod.rc
│ │ ├── OhMyGod.rc2
│ │ ├── OhMyGod.sln
│ │ ├── OhMyGod.suo
│ │ ├── OhMyGod.vcproj
│ │ ├── PROBLEM.BMP
│ │ ├── RESOURCE.H
│ │ ├── RUNNER10.BMP
│ │ ├── RUNNER11.BMP
│ │ ├── RUNNER12.BMP
│ │ ├── RUNNER13.BMP
│ │ ├── RUNNER14.BMP
│ │ ├── RUNNER15.BMP
│ │ ├── RUNNER16.BMP
│ │ ├── RUNNER17.BMP
│ │ ├── RUNNER18.BMP
│ │ ├── RUNNER19.BMP
│ │ ├── RUNNER1.BMP
│ │ ├── RUNNER20.BMP
│ │ ├── RUNNER21.BMP
│ │ ├── RUNNER22.BMP
│ │ ├── RUNNER23.BMP
│ │ ├── RUNNER24.BMP
│ │ ├── RUNNER2.BMP
│ │ ├── RUNNER3.BMP
│ │ ├── RUNNER4.BMP
│ │ ├── RUNNER5.BMP
│ │ ├── RUNNER6.BMP
│ │ ├── RUNNER7.BMP
│ │ ├── RUNNER8.BMP
│ │ ├── RUNNER9.BMP
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TransparentWnd.cpp
│ │ └── TransparentWnd.h
│ └── 实例31.bmp
├── 实例32
│ ├── chuangame
│ │ ├── BITMAP
│ │ │ ├── KONG.BMP
│ │ │ ├── KONGJ.BMP
│ │ │ ├── KONGXC.BMP
│ │ │ ├── KONGYC.BMP
│ │ │ ├── LNIU.BMP
│ │ │ ├── lxianshang.bmp
│ │ │ ├── LXIANXIA.BMP
│ │ │ ├── LXIANYOU.BMP
│ │ │ ├── LXIANZUO.BMP
│ │ │ ├── MAIN.BMP
│ │ │ ├── NIU.BMP
│ │ │ ├── xianshang.bmp
│ │ │ ├── XIANSY.BMP
│ │ │ ├── XIANSZ.BMP
│ │ │ ├── XIANXC.BMP
│ │ │ ├── XIANXIA.BMP
│ │ │ ├── XIANXY.BMP
│ │ │ ├── XIANXZ.BMP
│ │ │ ├── XIANYC.BMP
│ │ │ ├── XIANYOU.BMP
│ │ │ └── XIANZUO.BMP
│ │ ├── chuangame.ncb
│ │ ├── chuangame.opt
│ │ ├── chuangame.plg
│ │ ├── chuangame.sln
│ │ ├── chuangame.suo
│ │ ├── chuangame.vcproj
│ │ ├── chuangniu.cpp
│ │ ├── CHUANNIU.H
│ │ ├── HA.CPP
│ │ ├── HA.H
│ │ ├── ICON1.ICO
│ │ ├── NIU1.APS
│ │ ├── NIU1.RC
│ │ ├── RESOURCE.H
│ │ └── 游戏规则.txt
│ └── 实例32.bmp
├── 实例33
│ ├── chuangame
│ │ ├── BITMAP
│ │ │ ├── KONG.BMP
│ │ │ ├── KONGJ.BMP
│ │ │ ├── KONGXC.BMP
│ │ │ ├── KONGYC.BMP
│ │ │ ├── LNIU.BMP
│ │ │ ├── lxianshang.bmp
│ │ │ ├── LXIANXIA.BMP
│ │ │ ├── LXIANYOU.BMP
│ │ │ ├── LXIANZUO.BMP
│ │ │ ├── MAIN.BMP
│ │ │ ├── NIU.BMP
│ │ │ ├── xianshang.bmp
│ │ │ ├── XIANSY.BMP
│ │ │ ├── XIANSZ.BMP
│ │ │ ├── XIANXC.BMP
│ │ │ ├── XIANXIA.BMP
│ │ │ ├── XIANXY.BMP
│ │ │ ├── XIANXZ.BMP
│ │ │ ├── XIANYC.BMP
│ │ │ ├── XIANYOU.BMP
│ │ │ └── XIANZUO.BMP
│ │ ├── chuangame.ncb
│ │ ├── chuangame.opt
│ │ ├── chuangame.plg
│ │ ├── chuangame.sln
│ │ ├── chuangame.suo
│ │ ├── chuangame.vcproj
│ │ ├── chuangniu.cpp
│ │ ├── CHUANNIU.H
│ │ ├── HA.CPP
│ │ ├── HA.H
│ │ ├── ICON1.ICO
│ │ ├── NIU1.APS
│ │ ├── NIU1.RC
│ │ ├── RESOURCE.H
│ │ └── 游戏规则.txt
│ └── 实例33.bmp
├── 实例34
│ ├── West
│ │ ├── BCMenu.cpp
│ │ ├── BCMenu.h
│ │ ├── HyperLink.cpp
│ │ ├── HyperLink.h
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── EXIT.BMP
│ │ │ ├── HELP.BMP
│ │ │ ├── WEST11.BMP
│ │ │ ├── WEST12.BMP
│ │ │ ├── WEST1.BMP
│ │ │ ├── WEST2.BMP
│ │ │ ├── West.ico
│ │ │ ├── West.rc2
│ │ │ └── WEST.WAV
│ │ ├── RESOURCE.H
│ │ ├── StdAfx.cpp
│ │ ├── STDAFX.H
│ │ ├── TransparentWnd.cpp
│ │ ├── TransparentWnd.h
│ │ ├── West.aps
│ │ ├── West.clw
│ │ ├── West.cpp
│ │ ├── WestDlg.cpp
│ │ ├── WestDlg.h
│ │ ├── West.h
│ │ ├── West.ncb
│ │ ├── West.rc
│ │ ├── West.sln
│ │ ├── West.suo
│ │ └── West.vcproj
│ └── 实例34.bmp
├── 实例35
│ ├── West
│ │ ├── BCMenu.cpp
│ │ ├── BCMenu.h
│ │ ├── HyperLink.cpp
│ │ ├── HyperLink.h
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── EXIT.BMP
│ │ │ ├── HELP.BMP
│ │ │ ├── WEST11.BMP
│ │ │ ├── WEST12.BMP
│ │ │ ├── WEST1.BMP
│ │ │ ├── WEST2.BMP
│ │ │ ├── West.ico
│ │ │ ├── West.rc2
│ │ │ └── WEST.WAV
│ │ ├── RESOURCE.H
│ │ ├── StdAfx.cpp
│ │ ├── STDAFX.H
│ │ ├── TransparentWnd.cpp
│ │ ├── TransparentWnd.h
│ │ ├── West.aps
│ │ ├── West.clw
│ │ ├── West.cpp
│ │ ├── WestDlg.cpp
│ │ ├── WestDlg.h
│ │ ├── West.h
│ │ ├── West.ncb
│ │ ├── West.rc
│ │ ├── West.sln
│ │ ├── West.suo
│ │ └── West.vcproj
│ └── 实例35.bmp
├── 实例36
│ ├── QTDZDEMO
│ │ ├── Bomb.cpp
│ │ ├── Bomb.h
│ │ ├── ChildView.cpp
│ │ ├── ChildView.h
│ │ ├── Explosion.cpp
│ │ ├── Explosion.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── MyEdit.cpp
│ │ ├── MyEdit.h
│ │ ├── MyObject.cpp
│ │ ├── MyObject.h
│ │ ├── MyShip.cpp
│ │ ├── MyShip.h
│ │ ├── RES
│ │ │ ├── BOMB.BMP
│ │ │ ├── explosion.bmp
│ │ │ ├── SHIP.BMP
│ │ │ ├── ShipDemo.ico
│ │ │ ├── ShipDemo.rc2
│ │ │ ├── submarine.bmp
│ │ │ └── TORPEDO.BMP
│ │ ├── RESOURCE.H
│ │ ├── Score.cpp
│ │ ├── Score.h
│ │ ├── ShipDemo.aps
│ │ ├── ShipDemo.clw
│ │ ├── ShipDemo.cpp
│ │ ├── ShipDemo.h
│ │ ├── ShipDemo.ncb
│ │ ├── ShipDemo.opt
│ │ ├── ShipDemo.plg
│ │ ├── ShipDemo.rc
│ │ ├── ShipDemo.sln
│ │ ├── ShipDemo.suo
│ │ ├── ShipDemo.vcproj
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── Submarine.cpp
│ │ ├── Submarine.h
│ │ ├── TORPEDO.CPP
│ │ └── Torpedo.h
│ └── 实例36.bmp
├── 实例37
│ ├── QTDZDEMO
│ │ ├── Bomb.cpp
│ │ ├── Bomb.h
│ │ ├── ChildView.cpp
│ │ ├── ChildView.h
│ │ ├── Explosion.cpp
│ │ ├── Explosion.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── MyEdit.cpp
│ │ ├── MyEdit.h
│ │ ├── MyObject.cpp
│ │ ├── MyObject.h
│ │ ├── MyShip.cpp
│ │ ├── MyShip.h
│ │ ├── RES
│ │ │ ├── BOMB.BMP
│ │ │ ├── explosion.bmp
│ │ │ ├── SHIP.BMP
│ │ │ ├── ShipDemo.ico
│ │ │ ├── ShipDemo.rc2
│ │ │ ├── submarine.bmp
│ │ │ └── TORPEDO.BMP
│ │ ├── RESOURCE.H
│ │ ├── Score.cpp
│ │ ├── Score.h
│ │ ├── ShipDemo.aps
│ │ ├── ShipDemo.clw
│ │ ├── ShipDemo.cpp
│ │ ├── ShipDemo.h
│ │ ├── ShipDemo.ncb
│ │ ├── ShipDemo.opt
│ │ ├── ShipDemo.plg
│ │ ├── ShipDemo.rc
│ │ ├── ShipDemo.sln
│ │ ├── ShipDemo.suo
│ │ ├── ShipDemo.vcproj
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── Submarine.cpp
│ │ ├── Submarine.h
│ │ ├── TORPEDO.CPP
│ │ └── Torpedo.h
│ └── 实例37.bmp
├── 实例38
│ ├── BoxMan
│ │ ├── BoxMan.aps
│ │ ├── BoxManClass.cpp
│ │ ├── BoxManClass.h
│ │ ├── BoxMan.clw
│ │ ├── BoxMan.cpp
│ │ ├── BoxMan.h
│ │ ├── BoxMan.ncb
│ │ ├── BoxMan.opt
│ │ ├── BoxMan.plg
│ │ ├── BoxMan.rc
│ │ ├── BoxMan.sln
│ │ ├── BoxMan.suo
│ │ ├── BoxMan.vcproj
│ │ ├── ChildView.cpp
│ │ ├── ChildView.h
│ │ ├── HLP
│ │ │ ├── AfxCore.rtf
│ │ │ ├── AppExit.bmp
│ │ │ ├── BoxMan.cnt
│ │ │ ├── BoxMan.hm
│ │ │ ├── BoxMan.hpj
│ │ │ ├── BoxMan.LOG
│ │ │ ├── BoxMan.ph
│ │ │ ├── Bullet.bmp
│ │ │ ├── CurArw2.bmp
│ │ │ ├── CurArw4.bmp
│ │ │ ├── CurHelp.bmp
│ │ │ ├── EditCopy.bmp
│ │ │ ├── EditCut.bmp
│ │ │ ├── EditPast.bmp
│ │ │ ├── EditUndo.bmp
│ │ │ ├── FileNew.bmp
│ │ │ ├── FileOpen.bmp
│ │ │ ├── FilePrnt.bmp
│ │ │ ├── FileSave.bmp
│ │ │ ├── HlpSBar.bmp
│ │ │ ├── HlpTBar.bmp
│ │ │ ├── RecFirst.bmp
│ │ │ ├── RecLast.bmp
│ │ │ ├── RecNext.bmp
│ │ │ ├── RecPrev.bmp
│ │ │ ├── Scmax.bmp
│ │ │ ├── ScMenu.bmp
│ │ │ └── Scmin.bmp
│ │ ├── MailStatic.cpp
│ │ ├── MailStatic.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── MakeHelp.bat
│ │ ├── Map.dat
│ │ ├── MapSelectDlg.cpp
│ │ ├── MapSelectDlg.h
│ │ ├── MoveWay.dat
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── BoxMan.ico
│ │ │ ├── BoxMan.rc2
│ │ │ ├── Map.bmp
│ │ │ └── Toolbar.bmp
│ │ ├── RESOURCE.H
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例38.bmp
├── 实例39
│ ├── BoxMan
│ │ ├── BoxMan.aps
│ │ ├── BoxManClass.cpp
│ │ ├── BoxManClass.h
│ │ ├── BoxMan.clw
│ │ ├── BoxMan.cpp
│ │ ├── BoxMan.h
│ │ ├── BoxMan.ncb
│ │ ├── BoxMan.opt
│ │ ├── BoxMan.plg
│ │ ├── BoxMan.rc
│ │ ├── BoxMan.sln
│ │ ├── BoxMan.suo
│ │ ├── BoxMan.vcproj
│ │ ├── ChildView.cpp
│ │ ├── ChildView.h
│ │ ├── HLP
│ │ │ ├── AfxCore.rtf
│ │ │ ├── AppExit.bmp
│ │ │ ├── BoxMan.cnt
│ │ │ ├── BoxMan.hm
│ │ │ ├── BoxMan.hpj
│ │ │ ├── BoxMan.LOG
│ │ │ ├── BoxMan.ph
│ │ │ ├── Bullet.bmp
│ │ │ ├── CurArw2.bmp
│ │ │ ├── CurArw4.bmp
│ │ │ ├── CurHelp.bmp
│ │ │ ├── EditCopy.bmp
│ │ │ ├── EditCut.bmp
│ │ │ ├── EditPast.bmp
│ │ │ ├── EditUndo.bmp
│ │ │ ├── FileNew.bmp
│ │ │ ├── FileOpen.bmp
│ │ │ ├── FilePrnt.bmp
│ │ │ ├── FileSave.bmp
│ │ │ ├── HlpSBar.bmp
│ │ │ ├── HlpTBar.bmp
│ │ │ ├── RecFirst.bmp
│ │ │ ├── RecLast.bmp
│ │ │ ├── RecNext.bmp
│ │ │ ├── RecPrev.bmp
│ │ │ ├── Scmax.bmp
│ │ │ ├── ScMenu.bmp
│ │ │ └── Scmin.bmp
│ │ ├── MailStatic.cpp
│ │ ├── MailStatic.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── MakeHelp.bat
│ │ ├── Map.dat
│ │ ├── MapSelectDlg.cpp
│ │ ├── MapSelectDlg.h
│ │ ├── MoveWay.dat
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── BoxMan.ico
│ │ │ ├── BoxMan.rc2
│ │ │ ├── Map.bmp
│ │ │ └── Toolbar.bmp
│ │ ├── RESOURCE.H
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例39.bmp
├── 实例40
│ ├── BoxMan
│ │ ├── BoxMan.aps
│ │ ├── BoxManClass.cpp
│ │ ├── BoxManClass.h
│ │ ├── BoxMan.clw
│ │ ├── BoxMan.cpp
│ │ ├── BoxMan.exe
│ │ ├── BoxMan.h
│ │ ├── BoxMan.ncb
│ │ ├── BoxMan.opt
│ │ ├── BoxMan.plg
│ │ ├── BoxMan.rc
│ │ ├── BoxMan.sln
│ │ ├── BoxMan.suo
│ │ ├── BoxMan.vcproj
│ │ ├── ChildView.cpp
│ │ ├── ChildView.h
│ │ ├── HLP
│ │ │ ├── AfxCore.rtf
│ │ │ ├── AppExit.bmp
│ │ │ ├── BoxMan.cnt
│ │ │ ├── BoxMan.hm
│ │ │ ├── BoxMan.hpj
│ │ │ ├── BoxMan.LOG
│ │ │ ├── BoxMan.ph
│ │ │ ├── Bullet.bmp
│ │ │ ├── CurArw2.bmp
│ │ │ ├── CurArw4.bmp
│ │ │ ├── CurHelp.bmp
│ │ │ ├── EditCopy.bmp
│ │ │ ├── EditCut.bmp
│ │ │ ├── EditPast.bmp
│ │ │ ├── EditUndo.bmp
│ │ │ ├── FileNew.bmp
│ │ │ ├── FileOpen.bmp
│ │ │ ├── FilePrnt.bmp
│ │ │ ├── FileSave.bmp
│ │ │ ├── HlpSBar.bmp
│ │ │ ├── HlpTBar.bmp
│ │ │ ├── RecFirst.bmp
│ │ │ ├── RecLast.bmp
│ │ │ ├── RecNext.bmp
│ │ │ ├── RecPrev.bmp
│ │ │ ├── Scmax.bmp
│ │ │ ├── ScMenu.bmp
│ │ │ └── Scmin.bmp
│ │ ├── MailStatic.cpp
│ │ ├── MailStatic.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── MakeHelp.bat
│ │ ├── Map.dat
│ │ ├── MapSelectDlg.cpp
│ │ ├── MapSelectDlg.h
│ │ ├── MoveWay.dat
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── BoxMan.ico
│ │ │ ├── BoxMan.rc2
│ │ │ ├── Map.bmp
│ │ │ └── Toolbar.bmp
│ │ ├── RESOURCE.H
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例40.bmp
├── 实例41
│ ├── WINMINE
│ │ ├── ChildView.cpp
│ │ ├── ChildView.h
│ │ ├── CustomDlg.cpp
│ │ ├── CustomDlg.h
│ │ ├── HTMLHELP.H
│ │ ├── HTMLHELP.LIB
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── RecordDlg.cpp
│ │ ├── RecordDlg.h
│ │ ├── RES
│ │ │ ├── CELLS.BMP
│ │ │ ├── FACES.BMP
│ │ │ ├── NUM.BMP
│ │ │ └── WINMINE.ICO
│ │ ├── RESOURCE.H
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── WinDlg.cpp
│ │ ├── WinDlg.h
│ │ ├── WinMine.aps
│ │ ├── WINMINE.CHM
│ │ ├── WinMine.clw
│ │ ├── WinMine.cpp
│ │ ├── WinMine.exe
│ │ ├── WinMine.h
│ │ ├── WinMine.ncb
│ │ ├── WinMine.rc
│ │ ├── WinMine.sln
│ │ ├── WinMine.suo
│ │ └── WinMine.vcproj
│ └── 实例41.bmp
├── 实例42
│ ├── WINMINE
│ │ ├── ChildView.cpp
│ │ ├── ChildView.h
│ │ ├── CustomDlg.cpp
│ │ ├── CustomDlg.h
│ │ ├── HTMLHELP.H
│ │ ├── HTMLHELP.LIB
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── RecordDlg.cpp
│ │ ├── RecordDlg.h
│ │ ├── RES
│ │ │ ├── CELLS.BMP
│ │ │ ├── FACES.BMP
│ │ │ ├── NUM.BMP
│ │ │ └── WINMINE.ICO
│ │ ├── RESOURCE.H
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── WinDlg.cpp
│ │ ├── WinDlg.h
│ │ ├── WinMine.aps
│ │ ├── WINMINE.CHM
│ │ ├── WinMine.clw
│ │ ├── WinMine.cpp
│ │ ├── WinMine.exe
│ │ ├── WinMine.h
│ │ ├── WinMine.ncb
│ │ ├── WinMine.rc
│ │ ├── WinMine.sln
│ │ ├── WinMine.suo
│ │ └── WinMine.vcproj
│ └── 实例42.bmp
├── 实例43
│ ├── WINMINE
│ │ ├── ChildView.cpp
│ │ ├── ChildView.h
│ │ ├── CustomDlg.cpp
│ │ ├── CustomDlg.h
│ │ ├── Debug
│ │ │ ├── BuildLog.htm
│ │ │ ├── CustomDlg.obj
│ │ │ ├── MainFrm.obj
│ │ │ ├── RecordDlg.obj
│ │ │ ├── StdAfx.obj
│ │ │ ├── vc90.pdb
│ │ │ ├── WinDlg.obj
│ │ │ ├── WinMine.exe.embed.manifest
│ │ │ └── WinMine.obj
│ │ ├── HTMLHELP.H
│ │ ├── HTMLHELP.LIB
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── RecordDlg.cpp
│ │ ├── RecordDlg.h
│ │ ├── RES
│ │ │ ├── CELLS.BMP
│ │ │ ├── FACES.BMP
│ │ │ ├── NUM.BMP
│ │ │ └── WINMINE.ICO
│ │ ├── RESOURCE.H
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── WinDlg.cpp
│ │ ├── WinDlg.h
│ │ ├── WinMine.aps
│ │ ├── WINMINE.CHM
│ │ ├── WinMine.clw
│ │ ├── WinMine.cpp
│ │ ├── WinMine.exe
│ │ ├── WinMine.h
│ │ ├── WinMine.ncb
│ │ ├── WinMine.rc
│ │ ├── WinMine.sln
│ │ ├── WinMine.suo
│ │ ├── WinMine.vcproj
│ │ └── WinMine.vcproj.vip.Administrator.user
│ └── 实例43.bmp
├── 实例44
│ ├── WHRD
│ │ ├── 0.BMP
│ │ ├── 1.BMP
│ │ ├── 2.BMP
│ │ ├── 3.BMP
│ │ ├── 4.BMP
│ │ ├── BACK.BMP
│ │ ├── ChessMan.cpp
│ │ ├── ChessMan.h
│ │ ├── ChildView.cpp
│ │ ├── ChildView.h
│ │ ├── DlgLevel.cpp
│ │ ├── DlgLevel.h
│ │ ├── DlgLevel.htm
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ ├── BuildLog.htm
│ │ │ ├── ChessMan.obj
│ │ │ ├── ChildView.obj
│ │ │ ├── DlgLevel.obj
│ │ │ ├── MainFrm.obj
│ │ │ ├── STDAFX.OBJ
│ │ │ ├── VC70.PDB
│ │ │ ├── Whrd.exe
│ │ │ ├── Whrd.obj
│ │ │ ├── Whrd.pdb
│ │ │ └── Whrd.res
│ │ ├── RES
│ │ │ ├── Hand.cur
│ │ │ ├── Toolbar.bmp
│ │ │ ├── Whrd.ico
│ │ │ ├── Whrd.manifest
│ │ │ └── Whrd.rc2
│ │ ├── Resource.h
│ │ ├── STDAFX.CPP
│ │ ├── STDAFX.H
│ │ ├── Whrd.aps
│ │ ├── Whrd.cpp
│ │ ├── Whrd.h
│ │ ├── Whrd.ncb
│ │ ├── Whrd.rc
│ │ ├── Whrd.sln
│ │ ├── Whrd.suo
│ │ └── Whrd.vcproj
│ └── 实例44.bmp
├── 实例45
│ ├── WHRD
│ │ ├── 0.BMP
│ │ ├── 1.BMP
│ │ ├── 2.BMP
│ │ ├── 3.BMP
│ │ ├── 4.BMP
│ │ ├── BACK.BMP
│ │ ├── ChessMan.cpp
│ │ ├── ChessMan.h
│ │ ├── ChildView.cpp
│ │ ├── ChildView.h
│ │ ├── DlgLevel.cpp
│ │ ├── DlgLevel.h
│ │ ├── DlgLevel.htm
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ ├── BuildLog.htm
│ │ │ ├── ChessMan.obj
│ │ │ ├── ChildView.obj
│ │ │ ├── DlgLevel.obj
│ │ │ ├── MainFrm.obj
│ │ │ ├── STDAFX.OBJ
│ │ │ ├── VC70.PDB
│ │ │ ├── Whrd.exe
│ │ │ ├── Whrd.obj
│ │ │ ├── Whrd.pdb
│ │ │ └── Whrd.res
│ │ ├── RES
│ │ │ ├── Hand.cur
│ │ │ ├── Toolbar.bmp
│ │ │ ├── Whrd.ico
│ │ │ ├── Whrd.manifest
│ │ │ └── Whrd.rc2
│ │ ├── Resource.h
│ │ ├── STDAFX.CPP
│ │ ├── STDAFX.H
│ │ ├── Whrd.aps
│ │ ├── Whrd.cpp
│ │ ├── Whrd.h
│ │ ├── Whrd.ncb
│ │ ├── Whrd.rc
│ │ ├── Whrd.sln
│ │ ├── Whrd.suo
│ │ └── Whrd.vcproj
│ └── 实例45.bmp
├── 实例46
│ ├── 24
│ │ ├── 24.CPP
│ │ ├── 24.H
│ │ ├── 24.NCB
│ │ ├── 24.SLN
│ │ ├── 24.SUO
│ │ ├── 24.vcproj
│ │ ├── ReadMe.txt
│ │ ├── STDAFX.CPP
│ │ └── STDAFX.H
│ └── 实例46.bmp
├── 实例47
│ ├── TTT
│ │ ├── ReadMe.txt
│ │ ├── STDAFX.CPP
│ │ ├── STDAFX.H
│ │ ├── TTT.CPP
│ │ ├── TTT.NCB
│ │ ├── TTT.SLN
│ │ ├── TTT.SUO
│ │ └── ttt.vcproj
│ └── 实例47.bmp
├── 实例48
│ ├── TTT
│ │ ├── ReadMe.txt
│ │ ├── STDAFX.CPP
│ │ ├── STDAFX.H
│ │ ├── TTT.CPP
│ │ ├── TTT.NCB
│ │ ├── TTT.SLN
│ │ ├── TTT.SUO
│ │ └── ttt.vcproj
│ └── 实例48.bmp
├── 实例49
│ ├── D
│ │ ├── BACK1.BMP
│ │ ├── BACK3.BMP
│ │ ├── BACK4.BMP
│ │ ├── BACK.MID
│ │ ├── BOMB.BMP
│ │ ├── BOMB_.BMP
│ │ ├── C10.BMP
│ │ ├── C11.BMP
│ │ ├── C12.BMP
│ │ ├── C13.BMP
│ │ ├── C14.BMP
│ │ ├── C15.BMP
│ │ ├── C16.BMP
│ │ ├── C18.BMP
│ │ ├── C19.BMP
│ │ ├── C1.BMP
│ │ ├── C20.BMP
│ │ ├── C21.BMP
│ │ ├── C22.BMP
│ │ ├── C23.BMP
│ │ ├── C24.BMP
│ │ ├── C25.BMP
│ │ ├── C26.BMP
│ │ ├── C27.BMP
│ │ ├── C28.BMP
│ │ ├── C29.BMP
│ │ ├── C2.BMP
│ │ ├── C30.BMP
│ │ ├── C31.BMP
│ │ ├── C32.BMP
│ │ ├── C33.BMP
│ │ ├── C34.BMP
│ │ ├── C35.BMP
│ │ ├── C36.BMP
│ │ ├── C37.BMP
│ │ ├── C38.BMP
│ │ ├── C39.BMP
│ │ ├── C3.BMP
│ │ ├── C40.BMP
│ │ ├── C41.BMP
│ │ ├── C42.BMP
│ │ ├── C43.BMP
│ │ ├── C45.BMP
│ │ ├── C46.BMP
│ │ ├── C47.BMP
│ │ ├── C48.BMP
│ │ ├── C49.BMP
│ │ ├── C4.BMP
│ │ ├── C50.BMP
│ │ ├── C51.BMP
│ │ ├── C52.BMP
│ │ ├── C53.BMP
│ │ ├── C54.BMP
│ │ ├── C5.BMP
│ │ ├── C60.BMP
│ │ ├── C61.BMP
│ │ ├── C62.BMP
│ │ ├── C63.BMP
│ │ ├── C64.BMP
│ │ ├── C65.BMP
│ │ ├── C66.BMP
│ │ ├── C6.BMP
│ │ ├── C70.BMP
│ │ ├── C71.BMP
│ │ ├── C72.BMP
│ │ ├── C73.BMP
│ │ ├── C74.BMP
│ │ ├── C75.BMP
│ │ ├── C76.BMP
│ │ ├── C7.BMP
│ │ ├── C8.BMP
│ │ ├── C9.BMP
│ │ ├── Dazi.c
│ │ ├── Dazi.h
│ │ ├── DAZI.NCB
│ │ ├── DAZI.PLG
│ │ ├── DAZI.SLN
│ │ ├── DAZI.SUO
│ │ ├── dazi.vcproj
│ │ ├── HIT.WAV
│ │ ├── ICON1.ICO
│ │ ├── README.TXT
│ │ ├── RESOURCE.H
│ │ ├── Script1.aps
│ │ └── Script1.rc
│ └── 实例49.bmp
├── 实例50
│ ├── D
│ │ ├── BACK1.BMP
│ │ ├── BACK3.BMP
│ │ ├── BACK4.BMP
│ │ ├── BACK.MID
│ │ ├── BOMB.BMP
│ │ ├── BOMB_.BMP
│ │ ├── C10.BMP
│ │ ├── C11.BMP
│ │ ├── C12.BMP
│ │ ├── C13.BMP
│ │ ├── C14.BMP
│ │ ├── C15.BMP
│ │ ├── C16.BMP
│ │ ├── C18.BMP
│ │ ├── C19.BMP
│ │ ├── C1.BMP
│ │ ├── C20.BMP
│ │ ├── C21.BMP
│ │ ├── C22.BMP
│ │ ├── C23.BMP
│ │ ├── C24.BMP
│ │ ├── C25.BMP
│ │ ├── C26.BMP
│ │ ├── C27.BMP
│ │ ├── C28.BMP
│ │ ├── C29.BMP
│ │ ├── C2.BMP
│ │ ├── C30.BMP
│ │ ├── C31.BMP
│ │ ├── C32.BMP
│ │ ├── C33.BMP
│ │ ├── C34.BMP
│ │ ├── C35.BMP
│ │ ├── C36.BMP
│ │ ├── C37.BMP
│ │ ├── C38.BMP
│ │ ├── C39.BMP
│ │ ├── C3.BMP
│ │ ├── C40.BMP
│ │ ├── C41.BMP
│ │ ├── C42.BMP
│ │ ├── C43.BMP
│ │ ├── C45.BMP
│ │ ├── C46.BMP
│ │ ├── C47.BMP
│ │ ├── C48.BMP
│ │ ├── C49.BMP
│ │ ├── C4.BMP
│ │ ├── C50.BMP
│ │ ├── C51.BMP
│ │ ├── C52.BMP
│ │ ├── C53.BMP
│ │ ├── C54.BMP
│ │ ├── C5.BMP
│ │ ├── C60.BMP
│ │ ├── C61.BMP
│ │ ├── C62.BMP
│ │ ├── C63.BMP
│ │ ├── C64.BMP
│ │ ├── C65.BMP
│ │ ├── C66.BMP
│ │ ├── C6.BMP
│ │ ├── C70.BMP
│ │ ├── C71.BMP
│ │ ├── C72.BMP
│ │ ├── C73.BMP
│ │ ├── C74.BMP
│ │ ├── C75.BMP
│ │ ├── C76.BMP
│ │ ├── C7.BMP
│ │ ├── C8.BMP
│ │ ├── C9.BMP
│ │ ├── Dazi.c
│ │ ├── Dazi.h
│ │ ├── DAZI.NCB
│ │ ├── DAZI.PLG
│ │ ├── DAZI.SLN
│ │ ├── DAZI.SUO
│ │ ├── dazi.vcproj
│ │ ├── HIT.WAV
│ │ ├── ICON1.ICO
│ │ ├── README.TXT
│ │ ├── RESOURCE.H
│ │ ├── Script1.aps
│ │ └── Script1.rc
│ └── 实例50.bmp
├── 实例51
│ ├── BWChess
│ │ ├── AboutDlg.cpp
│ │ ├── AboutDlg.h
│ │ ├── AddSec.cpp
│ │ ├── AddSec.h
│ │ ├── BestDlg.cpp
│ │ ├── BestDlg.h
│ │ ├── BtnST.cpp
│ │ ├── BtnST.h
│ │ ├── BWChess.aps
│ │ ├── BWChess.clw
│ │ ├── BWChess.cpp
│ │ ├── BWChessDlg.cpp
│ │ ├── BWChessDlg.h
│ │ ├── BWChess.h
│ │ ├── BWChess.ncb
│ │ ├── BWChess.rc
│ │ ├── BWChess.sln
│ │ ├── BWChess.suo
│ │ ├── BWChess.vcproj
│ │ ├── ConfirmSec.cpp
│ │ ├── ConfirmSec.h
│ │ ├── CREDITSTATIC.CPP
│ │ ├── CREDITSTATIC.H
│ │ ├── Demo.cpp
│ │ ├── Demo.h
│ │ ├── Dib.cpp
│ │ ├── Dib.h
│ │ ├── DigitalPlayer.cpp
│ │ ├── DigitalPlayer.h
│ │ ├── GlobalVar0.h
│ │ ├── GlobalVar.h
│ │ ├── HelperAPI.cpp
│ │ ├── HelperAPI.h
│ │ ├── HowToDlg.cpp
│ │ ├── HowToDlg.h
│ │ ├── HyperLink.cpp
│ │ ├── HyperLink.h
│ │ ├── Message1.cpp
│ │ ├── Message1.h
│ │ ├── Message2.cpp
│ │ ├── Message2.h
│ │ ├── NetPlay.cpp
│ │ ├── NetPlay.h
│ │ ├── RecordDlg.cpp
│ │ ├── RecordDlg.h
│ │ ├── RES
│ │ │ ├── 32X32X16_QUESTION.ICO
│ │ │ ├── BLACK4.WAV
│ │ │ ├── Black.bmp
│ │ │ ├── Book03.ico
│ │ │ ├── BWChess.rc2
│ │ │ ├── BW.ICO
│ │ │ ├── CanPlace1.bmp
│ │ │ ├── CanPlace2.bmp
│ │ │ ├── Crdfle13.ico
│ │ │ ├── CurBlack.bmp
│ │ │ ├── CurWhite.bmp
│ │ │ ├── Destop.ico
│ │ │ ├── Empty.bmp
│ │ │ ├── ERROR.WAV
│ │ │ ├── Frame10-10.bmp
│ │ │ ├── Frame10-1.bmp
│ │ │ ├── Frame10-2.bmp
│ │ │ ├── Frame10-3.bmp
│ │ │ ├── Frame10-4.bmp
│ │ │ ├── Frame10-5.bmp
│ │ │ ├── Frame10-6.bmp
│ │ │ ├── Frame10-7.bmp
│ │ │ ├── Frame10-8.bmp
│ │ │ ├── Frame10-9.bmp
│ │ │ ├── Frame1-10.bmp
│ │ │ ├── Frame11.bmp
│ │ │ ├── Frame1-2.bmp
│ │ │ ├── Frame1-3.bmp
│ │ │ ├── Frame1-4.bmp
│ │ │ ├── Frame1-5.bmp
│ │ │ ├── Frame1-6.bmp
│ │ │ ├── Frame1-7.bmp
│ │ │ ├── Frame1-8.bmp
│ │ │ ├── Frame1-9.bmp
│ │ │ ├── Frame2-10.bmp
│ │ │ ├── Frame2-1.bmp
│ │ │ ├── Frame3-10.bmp
│ │ │ ├── Frame3-1.bmp
│ │ │ ├── Frame4-10.bmp
│ │ │ ├── Frame4-1.bmp
│ │ │ ├── Frame5-10.bmp
│ │ │ ├── Frame5-1.bmp
│ │ │ ├── Frame6-10.bmp
│ │ │ ├── Frame6-1.bmp
│ │ │ ├── Frame7-10.bmp
│ │ │ ├── Frame7-1.bmp
│ │ │ ├── Frame8-10.bmp
│ │ │ ├── Frame8-1.bmp
│ │ │ ├── Frame9-10.bmp
│ │ │ ├── Frame9-1.bmp
│ │ │ ├── HANDBLACK.CUR
│ │ │ ├── HAND.CUR
│ │ │ ├── HANDWHITE.CUR
│ │ │ ├── Help File HLP.ico
│ │ │ ├── Help GID.ico
│ │ │ ├── Jester.ico
│ │ │ ├── Key06.ico
│ │ │ ├── Lose1.wav
│ │ │ ├── MASK.BMP
│ │ │ ├── OK.ICO
│ │ │ ├── OPENFOLD.ICO
│ │ │ ├── Point6.ico
│ │ │ ├── PUTSTONE.WAV
│ │ │ ├── Secure3.ico
│ │ │ ├── Secure4.ico
│ │ │ ├── Support.ico
│ │ │ ├── UNDO.WAV
│ │ │ ├── User.ico
│ │ │ ├── WHITE.BMP
│ │ │ ├── Win1.wav
│ │ │ └── WinPopup.ico
│ │ ├── RESOURCE.H
│ │ ├── SettingDlg.cpp
│ │ ├── SettingDlg.h
│ │ ├── SetupDlg.cpp
│ │ ├── SetupDlg.h
│ │ ├── STACK.CPP
│ │ ├── STACK.H
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── Undo.cpp
│ │ └── Undo.h
│ └── 实例51.bmp
├── 实例52
│ ├── BWChess
│ │ ├── AboutDlg.cpp
│ │ ├── AboutDlg.h
│ │ ├── AddSec.cpp
│ │ ├── AddSec.h
│ │ ├── BestDlg.cpp
│ │ ├── BestDlg.h
│ │ ├── BtnST.cpp
│ │ ├── BtnST.h
│ │ ├── BWChess.aps
│ │ ├── BWChess.clw
│ │ ├── BWChess.cpp
│ │ ├── BWChessDlg.cpp
│ │ ├── BWChessDlg.h
│ │ ├── BWChess.h
│ │ ├── BWChess.ncb
│ │ ├── BWChess.rc
│ │ ├── BWChess.sln
│ │ ├── BWChess.suo
│ │ ├── BWChess.vcproj
│ │ ├── ConfirmSec.cpp
│ │ ├── ConfirmSec.h
│ │ ├── CREDITSTATIC.CPP
│ │ ├── CREDITSTATIC.H
│ │ ├── Demo.cpp
│ │ ├── Demo.h
│ │ ├── Dib.cpp
│ │ ├── Dib.h
│ │ ├── DigitalPlayer.cpp
│ │ ├── DigitalPlayer.h
│ │ ├── GlobalVar0.h
│ │ ├── GlobalVar.h
│ │ ├── HelperAPI.cpp
│ │ ├── HelperAPI.h
│ │ ├── HowToDlg.cpp
│ │ ├── HowToDlg.h
│ │ ├── HyperLink.cpp
│ │ ├── HyperLink.h
│ │ ├── Message1.cpp
│ │ ├── Message1.h
│ │ ├── Message2.cpp
│ │ ├── Message2.h
│ │ ├── NetPlay.cpp
│ │ ├── NetPlay.h
│ │ ├── RecordDlg.cpp
│ │ ├── RecordDlg.h
│ │ ├── RES
│ │ │ ├── 32X32X16_QUESTION.ICO
│ │ │ ├── BLACK4.WAV
│ │ │ ├── Black.bmp
│ │ │ ├── Book03.ico
│ │ │ ├── BWChess.rc2
│ │ │ ├── BW.ICO
│ │ │ ├── CanPlace1.bmp
│ │ │ ├── CanPlace2.bmp
│ │ │ ├── Crdfle13.ico
│ │ │ ├── CurBlack.bmp
│ │ │ ├── CurWhite.bmp
│ │ │ ├── Destop.ico
│ │ │ ├── Empty.bmp
│ │ │ ├── ERROR.WAV
│ │ │ ├── Frame10-10.bmp
│ │ │ ├── Frame10-1.bmp
│ │ │ ├── Frame10-2.bmp
│ │ │ ├── Frame10-3.bmp
│ │ │ ├── Frame10-4.bmp
│ │ │ ├── Frame10-5.bmp
│ │ │ ├── Frame10-6.bmp
│ │ │ ├── Frame10-7.bmp
│ │ │ ├── Frame10-8.bmp
│ │ │ ├── Frame10-9.bmp
│ │ │ ├── Frame1-10.bmp
│ │ │ ├── Frame11.bmp
│ │ │ ├── Frame1-2.bmp
│ │ │ ├── Frame1-3.bmp
│ │ │ ├── Frame1-4.bmp
│ │ │ ├── Frame1-5.bmp
│ │ │ ├── Frame1-6.bmp
│ │ │ ├── Frame1-7.bmp
│ │ │ ├── Frame1-8.bmp
│ │ │ ├── Frame1-9.bmp
│ │ │ ├── Frame2-10.bmp
│ │ │ ├── Frame2-1.bmp
│ │ │ ├── Frame3-10.bmp
│ │ │ ├── Frame3-1.bmp
│ │ │ ├── Frame4-10.bmp
│ │ │ ├── Frame4-1.bmp
│ │ │ ├── Frame5-10.bmp
│ │ │ ├── Frame5-1.bmp
│ │ │ ├── Frame6-10.bmp
│ │ │ ├── Frame6-1.bmp
│ │ │ ├── Frame7-10.bmp
│ │ │ ├── Frame7-1.bmp
│ │ │ ├── Frame8-10.bmp
│ │ │ ├── Frame8-1.bmp
│ │ │ ├── Frame9-10.bmp
│ │ │ ├── Frame9-1.bmp
│ │ │ ├── HANDBLACK.CUR
│ │ │ ├── HAND.CUR
│ │ │ ├── HANDWHITE.CUR
│ │ │ ├── Help File HLP.ico
│ │ │ ├── Help GID.ico
│ │ │ ├── Jester.ico
│ │ │ ├── Key06.ico
│ │ │ ├── Lose1.wav
│ │ │ ├── MASK.BMP
│ │ │ ├── OK.ICO
│ │ │ ├── OPENFOLD.ICO
│ │ │ ├── Point6.ico
│ │ │ ├── PUTSTONE.WAV
│ │ │ ├── Secure3.ico
│ │ │ ├── Secure4.ico
│ │ │ ├── Support.ico
│ │ │ ├── UNDO.WAV
│ │ │ ├── User.ico
│ │ │ ├── WHITE.BMP
│ │ │ ├── Win1.wav
│ │ │ └── WinPopup.ico
│ │ ├── RESOURCE.H
│ │ ├── SettingDlg.cpp
│ │ ├── SettingDlg.h
│ │ ├── SetupDlg.cpp
│ │ ├── SetupDlg.h
│ │ ├── STACK.CPP
│ │ ├── STACK.H
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── Undo.cpp
│ │ └── Undo.h
│ └── 实例52.bmp
├── 实例53
│ ├── BWChess
│ │ ├── AboutDlg.cpp
│ │ ├── AboutDlg.h
│ │ ├── AddSec.cpp
│ │ ├── AddSec.h
│ │ ├── BestDlg.cpp
│ │ ├── BestDlg.h
│ │ ├── BtnST.cpp
│ │ ├── BtnST.h
│ │ ├── BWChess.aps
│ │ ├── BWChess.clw
│ │ ├── BWChess.cpp
│ │ ├── BWChessDlg.cpp
│ │ ├── BWChessDlg.h
│ │ ├── BWChess.h
│ │ ├── BWChess.ncb
│ │ ├── BWChess.rc
│ │ ├── BWChess.sln
│ │ ├── BWChess.suo
│ │ ├── BWChess.vcproj
│ │ ├── ConfirmSec.cpp
│ │ ├── ConfirmSec.h
│ │ ├── CREDITSTATIC.CPP
│ │ ├── CREDITSTATIC.H
│ │ ├── Demo.cpp
│ │ ├── Demo.h
│ │ ├── Dib.cpp
│ │ ├── Dib.h
│ │ ├── DigitalPlayer.cpp
│ │ ├── DigitalPlayer.h
│ │ ├── GlobalVar0.h
│ │ ├── GlobalVar.h
│ │ ├── HelperAPI.cpp
│ │ ├── HelperAPI.h
│ │ ├── HowToDlg.cpp
│ │ ├── HowToDlg.h
│ │ ├── HyperLink.cpp
│ │ ├── HyperLink.h
│ │ ├── Message1.cpp
│ │ ├── Message1.h
│ │ ├── Message2.cpp
│ │ ├── Message2.h
│ │ ├── NetPlay.cpp
│ │ ├── NetPlay.h
│ │ ├── RecordDlg.cpp
│ │ ├── RecordDlg.h
│ │ ├── RES
│ │ │ ├── 32X32X16_QUESTION.ICO
│ │ │ ├── BLACK4.WAV
│ │ │ ├── Black.bmp
│ │ │ ├── Book03.ico
│ │ │ ├── BWChess.rc2
│ │ │ ├── BW.ICO
│ │ │ ├── CanPlace1.bmp
│ │ │ ├── CanPlace2.bmp
│ │ │ ├── Crdfle13.ico
│ │ │ ├── CurBlack.bmp
│ │ │ ├── CurWhite.bmp
│ │ │ ├── Destop.ico
│ │ │ ├── Empty.bmp
│ │ │ ├── ERROR.WAV
│ │ │ ├── Frame10-10.bmp
│ │ │ ├── Frame10-1.bmp
│ │ │ ├── Frame10-2.bmp
│ │ │ ├── Frame10-3.bmp
│ │ │ ├── Frame10-4.bmp
│ │ │ ├── Frame10-5.bmp
│ │ │ ├── Frame10-6.bmp
│ │ │ ├── Frame10-7.bmp
│ │ │ ├── Frame10-8.bmp
│ │ │ ├── Frame10-9.bmp
│ │ │ ├── Frame1-10.bmp
│ │ │ ├── Frame11.bmp
│ │ │ ├── Frame1-2.bmp
│ │ │ ├── Frame1-3.bmp
│ │ │ ├── Frame1-4.bmp
│ │ │ ├── Frame1-5.bmp
│ │ │ ├── Frame1-6.bmp
│ │ │ ├── Frame1-7.bmp
│ │ │ ├── Frame1-8.bmp
│ │ │ ├── Frame1-9.bmp
│ │ │ ├── Frame2-10.bmp
│ │ │ ├── Frame2-1.bmp
│ │ │ ├── Frame3-10.bmp
│ │ │ ├── Frame3-1.bmp
│ │ │ ├── Frame4-10.bmp
│ │ │ ├── Frame4-1.bmp
│ │ │ ├── Frame5-10.bmp
│ │ │ ├── Frame5-1.bmp
│ │ │ ├── Frame6-10.bmp
│ │ │ ├── Frame6-1.bmp
│ │ │ ├── Frame7-10.bmp
│ │ │ ├── Frame7-1.bmp
│ │ │ ├── Frame8-10.bmp
│ │ │ ├── Frame8-1.bmp
│ │ │ ├── Frame9-10.bmp
│ │ │ ├── Frame9-1.bmp
│ │ │ ├── HANDBLACK.CUR
│ │ │ ├── HAND.CUR
│ │ │ ├── HANDWHITE.CUR
│ │ │ ├── Help File HLP.ico
│ │ │ ├── Help GID.ico
│ │ │ ├── Jester.ico
│ │ │ ├── Key06.ico
│ │ │ ├── Lose1.wav
│ │ │ ├── MASK.BMP
│ │ │ ├── OK.ICO
│ │ │ ├── OPENFOLD.ICO
│ │ │ ├── Point6.ico
│ │ │ ├── PUTSTONE.WAV
│ │ │ ├── Secure3.ico
│ │ │ ├── Secure4.ico
│ │ │ ├── Support.ico
│ │ │ ├── UNDO.WAV
│ │ │ ├── User.ico
│ │ │ ├── WHITE.BMP
│ │ │ ├── Win1.wav
│ │ │ └── WinPopup.ico
│ │ ├── RESOURCE.H
│ │ ├── SettingDlg.cpp
│ │ ├── SettingDlg.h
│ │ ├── SetupDlg.cpp
│ │ ├── SetupDlg.h
│ │ ├── STACK.CPP
│ │ ├── STACK.H
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── Undo.cpp
│ │ └── Undo.h
│ └── 实例53.bmp
├── 实例54
│ ├── FIVE2
│ │ ├── 7.APS
│ │ ├── 7.CPP
│ │ ├── 7.DEP
│ │ ├── 7Dlg.cpp
│ │ ├── 7Dlg.h
│ │ ├── 7.H
│ │ ├── 7.NCB
│ │ ├── 7.RC
│ │ ├── 7.SLN
│ │ ├── 7.SUO
│ │ ├── 7.vcproj
│ │ ├── CDC2.CPP
│ │ ├── CDC2.H
│ │ ├── DIM.H
│ │ ├── Dlgoption.cpp
│ │ ├── Dlgoption.h
│ │ ├── README.TXT
│ │ ├── Release
│ │ │ └── WUZI.INI
│ │ ├── RES
│ │ │ ├── 7.ICO
│ │ │ ├── 7.RC2
│ │ │ ├── DEAD.BMP
│ │ │ ├── LOGOO.BMP
│ │ │ ├── MASK.BMP
│ │ │ ├── QP.BMP
│ │ │ ├── QZB.BMP
│ │ │ └── QZH.BMP
│ │ ├── RESOURCE.H
│ │ ├── RoundButton1.cpp
│ │ ├── RoundButton1.h
│ │ ├── ROUNDBUTTON.CPP
│ │ ├── ROUNDBUTTON.H
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── WZQ.CPP
│ │ └── WZQ.H
│ └── 实例54.bmp
├── 实例55
│ ├── FIVE2
│ │ ├── 7.APS
│ │ ├── 7.CPP
│ │ ├── 7.DEP
│ │ ├── 7Dlg.cpp
│ │ ├── 7Dlg.h
│ │ ├── 7.H
│ │ ├── 7.NCB
│ │ ├── 7.RC
│ │ ├── 7.SLN
│ │ ├── 7.SUO
│ │ ├── 7.vcproj
│ │ ├── CDC2.CPP
│ │ ├── CDC2.H
│ │ ├── DIM.H
│ │ ├── Dlgoption.cpp
│ │ ├── Dlgoption.h
│ │ ├── README.TXT
│ │ ├── Release
│ │ │ └── WUZI.INI
│ │ ├── RES
│ │ │ ├── 7.ICO
│ │ │ ├── 7.RC2
│ │ │ ├── DEAD.BMP
│ │ │ ├── LOGOO.BMP
│ │ │ ├── MASK.BMP
│ │ │ ├── QP.BMP
│ │ │ ├── QZB.BMP
│ │ │ └── QZH.BMP
│ │ ├── RESOURCE.H
│ │ ├── RoundButton1.cpp
│ │ ├── RoundButton1.h
│ │ ├── ROUNDBUTTON.CPP
│ │ ├── ROUNDBUTTON.H
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── WZQ.CPP
│ │ └── WZQ.H
│ └── 实例55.bmp
├── 实例56
│ ├── FIVE2
│ │ ├── 7.APS
│ │ ├── 7.CPP
│ │ ├── 7.DEP
│ │ ├── 7Dlg.cpp
│ │ ├── 7Dlg.h
│ │ ├── 7.H
│ │ ├── 7.NCB
│ │ ├── 7.RC
│ │ ├── 7.SLN
│ │ ├── 7.SUO
│ │ ├── 7.vcproj
│ │ ├── CDC2.CPP
│ │ ├── CDC2.H
│ │ ├── DIM.H
│ │ ├── Dlgoption.cpp
│ │ ├── Dlgoption.h
│ │ ├── README.TXT
│ │ ├── Release
│ │ │ └── WUZI.INI
│ │ ├── RES
│ │ │ ├── 7.ICO
│ │ │ ├── 7.RC2
│ │ │ ├── DEAD.BMP
│ │ │ ├── LOGOO.BMP
│ │ │ ├── MASK.BMP
│ │ │ ├── QP.BMP
│ │ │ ├── QZB.BMP
│ │ │ └── QZH.BMP
│ │ ├── RESOURCE.H
│ │ ├── RoundButton1.cpp
│ │ ├── RoundButton1.h
│ │ ├── ROUNDBUTTON.CPP
│ │ ├── ROUNDBUTTON.H
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── WZQ.CPP
│ │ └── WZQ.H
│ └── 实例56.bmp
├── 实例57
│ ├── FIVESTAR
│ │ ├── FIVESTAR.APS
│ │ ├── FIVESTAR.CLW
│ │ ├── FIVESTAR.CPP
│ │ ├── FIVESTAR.DEP
│ │ ├── fivestarDlg.cpp
│ │ ├── fivestarDlg.h
│ │ ├── FIVESTAR.H
│ │ ├── FIVESTAR.NCB
│ │ ├── Fivestar.opt
│ │ ├── FIVESTAR.PLG
│ │ ├── FIVESTAR.RC
│ │ ├── FIVESTAR.SLN
│ │ ├── FIVESTAR.SUO
│ │ ├── fivestar.vcproj
│ │ ├── Midi.cpp
│ │ ├── Midi.h
│ │ ├── Node.cpp
│ │ ├── Node.h
│ │ ├── PlaySoundThread.cpp
│ │ ├── PlaySoundThread.h
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── BGMUSIC1.MID
│ │ │ ├── BGMUSIC2.MID
│ │ │ ├── BGMUSIC3.MID
│ │ │ ├── BITMAP1.BMP
│ │ │ ├── BMP00001.BMP
│ │ │ ├── FIVESTAR.ICO
│ │ │ ├── FIVESTAR.RC2
│ │ │ ├── TOOLBAR1.BMP
│ │ │ ├── WZQ.BMP
│ │ │ └── WZQ.PSD
│ │ ├── RESOURCE.H
│ │ ├── SAVE.RES
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例57.bmp
├── 实例58
│ ├── FIVESTAR
│ │ ├── FIVESTAR.APS
│ │ ├── FIVESTAR.CLW
│ │ ├── FIVESTAR.CPP
│ │ ├── FIVESTAR.DEP
│ │ ├── fivestarDlg.cpp
│ │ ├── fivestarDlg.h
│ │ ├── FIVESTAR.H
│ │ ├── FIVESTAR.NCB
│ │ ├── Fivestar.opt
│ │ ├── FIVESTAR.PLG
│ │ ├── FIVESTAR.RC
│ │ ├── FIVESTAR.SLN
│ │ ├── FIVESTAR.SUO
│ │ ├── fivestar.vcproj
│ │ ├── Midi.cpp
│ │ ├── Midi.h
│ │ ├── Node.cpp
│ │ ├── Node.h
│ │ ├── PlaySoundThread.cpp
│ │ ├── PlaySoundThread.h
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── BGMUSIC1.MID
│ │ │ ├── BGMUSIC2.MID
│ │ │ ├── BGMUSIC3.MID
│ │ │ ├── BITMAP1.BMP
│ │ │ ├── BMP00001.BMP
│ │ │ ├── FIVESTAR.ICO
│ │ │ ├── FIVESTAR.RC2
│ │ │ ├── TOOLBAR1.BMP
│ │ │ ├── WZQ.BMP
│ │ │ └── WZQ.PSD
│ │ ├── RESOURCE.H
│ │ ├── SAVE.RES
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例58.bmp
├── 实例59
│ ├── FIVESTAR
│ │ ├── FIVESTAR.APS
│ │ ├── FIVESTAR.CLW
│ │ ├── FIVESTAR.CPP
│ │ ├── FIVESTAR.DEP
│ │ ├── fivestarDlg.cpp
│ │ ├── fivestarDlg.h
│ │ ├── FIVESTAR.H
│ │ ├── FIVESTAR.NCB
│ │ ├── Fivestar.opt
│ │ ├── FIVESTAR.PLG
│ │ ├── FIVESTAR.RC
│ │ ├── FIVESTAR.SLN
│ │ ├── FIVESTAR.SUO
│ │ ├── fivestar.vcproj
│ │ ├── Midi.cpp
│ │ ├── Midi.h
│ │ ├── Node.cpp
│ │ ├── Node.h
│ │ ├── PlaySoundThread.cpp
│ │ ├── PlaySoundThread.h
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── BGMUSIC1.MID
│ │ │ ├── BGMUSIC2.MID
│ │ │ ├── BGMUSIC3.MID
│ │ │ ├── BITMAP1.BMP
│ │ │ ├── BMP00001.BMP
│ │ │ ├── FIVESTAR.ICO
│ │ │ ├── FIVESTAR.RC2
│ │ │ ├── TOOLBAR1.BMP
│ │ │ ├── WZQ.BMP
│ │ │ └── WZQ.PSD
│ │ ├── RESOURCE.H
│ │ ├── SAVE.RES
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例59.bmp
├── 实例60
│ ├── PENTE
│ │ ├── AboutDlg.cpp
│ │ ├── AboutDlg.h
│ │ ├── BestDlg.cpp
│ │ ├── BestDlg.h
│ │ ├── Dib.cpp
│ │ ├── Dib.h
│ │ ├── GlobalVar0.h
│ │ ├── GlobalVar.h
│ │ ├── HelperAPI.cpp
│ │ ├── HelperAPI.h
│ │ ├── Pente.aps
│ │ ├── Pente.cpp
│ │ ├── PenteDlg.cpp
│ │ ├── PenteDlg.h
│ │ ├── Pente.h
│ │ ├── Pente.ncb
│ │ ├── Pente.opt
│ │ ├── Pente.plg
│ │ ├── Pente.rc
│ │ ├── Pente.sln
│ │ ├── Pente.suo
│ │ ├── Pente.vcproj
│ │ ├── ReadMe.txt
│ │ ├── RecordDlg.cpp
│ │ ├── RecordDlg.h
│ │ ├── RES
│ │ │ ├── BLACK4.WAV
│ │ │ ├── Black.bmp
│ │ │ ├── BLACKD3.WAV
│ │ │ ├── BLACKWIN.WAV
│ │ │ ├── Board.BMP
│ │ │ ├── ERROR.WAV
│ │ │ ├── GOODBYE.WAV
│ │ │ ├── HandBlack.cur
│ │ │ ├── HandWhite.cur
│ │ │ ├── MASK.BMP
│ │ │ ├── NEWGAME.WAV
│ │ │ ├── Pente.ico
│ │ │ ├── Pente.rc2
│ │ │ ├── PUTSTONE.WAV
│ │ │ ├── TIME.WAV
│ │ │ ├── UNDO.WAV
│ │ │ ├── WELCOME.WAV
│ │ │ ├── White1.bmp
│ │ │ ├── WHITE4.WAV
│ │ │ ├── WHITE.BMP
│ │ │ ├── WHITED3.WAV
│ │ │ └── WHITEWIN.WAV
│ │ ├── RESOURCE.H
│ │ ├── SetupDlg.cpp
│ │ ├── SetupDlg.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例60.bmp
├── 实例61
│ ├── PENTE
│ │ ├── AboutDlg.cpp
│ │ ├── AboutDlg.h
│ │ ├── BestDlg.cpp
│ │ ├── BestDlg.h
│ │ ├── Dib.cpp
│ │ ├── Dib.h
│ │ ├── GlobalVar0.h
│ │ ├── GlobalVar.h
│ │ ├── HelperAPI.cpp
│ │ ├── HelperAPI.h
│ │ ├── Pente.aps
│ │ ├── Pente.cpp
│ │ ├── PenteDlg.cpp
│ │ ├── PenteDlg.h
│ │ ├── Pente.h
│ │ ├── Pente.ncb
│ │ ├── Pente.opt
│ │ ├── Pente.plg
│ │ ├── Pente.rc
│ │ ├── Pente.sln
│ │ ├── Pente.suo
│ │ ├── Pente.vcproj
│ │ ├── ReadMe.txt
│ │ ├── RecordDlg.cpp
│ │ ├── RecordDlg.h
│ │ ├── RES
│ │ │ ├── BLACK4.WAV
│ │ │ ├── Black.bmp
│ │ │ ├── BLACKD3.WAV
│ │ │ ├── BLACKWIN.WAV
│ │ │ ├── Board.BMP
│ │ │ ├── ERROR.WAV
│ │ │ ├── GOODBYE.WAV
│ │ │ ├── HandBlack.cur
│ │ │ ├── HandWhite.cur
│ │ │ ├── MASK.BMP
│ │ │ ├── NEWGAME.WAV
│ │ │ ├── Pente.ico
│ │ │ ├── Pente.rc2
│ │ │ ├── PUTSTONE.WAV
│ │ │ ├── TIME.WAV
│ │ │ ├── UNDO.WAV
│ │ │ ├── WELCOME.WAV
│ │ │ ├── White1.bmp
│ │ │ ├── WHITE4.WAV
│ │ │ ├── WHITE.BMP
│ │ │ ├── WHITED3.WAV
│ │ │ └── WHITEWIN.WAV
│ │ ├── RESOURCE.H
│ │ ├── SetupDlg.cpp
│ │ ├── SetupDlg.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例61.bmp
├── 实例62
│ ├── PENTE
│ │ ├── AboutDlg.cpp
│ │ ├── AboutDlg.h
│ │ ├── BestDlg.cpp
│ │ ├── BestDlg.h
│ │ ├── Dib.cpp
│ │ ├── Dib.h
│ │ ├── GlobalVar0.h
│ │ ├── GlobalVar.h
│ │ ├── HelperAPI.cpp
│ │ ├── HelperAPI.h
│ │ ├── Pente.aps
│ │ ├── Pente.cpp
│ │ ├── PenteDlg.cpp
│ │ ├── PenteDlg.h
│ │ ├── Pente.h
│ │ ├── Pente.ncb
│ │ ├── Pente.opt
│ │ ├── Pente.plg
│ │ ├── Pente.rc
│ │ ├── Pente.sln
│ │ ├── Pente.suo
│ │ ├── Pente.vcproj
│ │ ├── ReadMe.txt
│ │ ├── RecordDlg.cpp
│ │ ├── RecordDlg.h
│ │ ├── RES
│ │ │ ├── BLACK4.WAV
│ │ │ ├── Black.bmp
│ │ │ ├── BLACKD3.WAV
│ │ │ ├── BLACKWIN.WAV
│ │ │ ├── Board.BMP
│ │ │ ├── ERROR.WAV
│ │ │ ├── GOODBYE.WAV
│ │ │ ├── HandBlack.cur
│ │ │ ├── HandWhite.cur
│ │ │ ├── MASK.BMP
│ │ │ ├── NEWGAME.WAV
│ │ │ ├── Pente.ico
│ │ │ ├── Pente.rc2
│ │ │ ├── PUTSTONE.WAV
│ │ │ ├── TIME.WAV
│ │ │ ├── UNDO.WAV
│ │ │ ├── WELCOME.WAV
│ │ │ ├── White1.bmp
│ │ │ ├── WHITE4.WAV
│ │ │ ├── WHITE.BMP
│ │ │ ├── WHITED3.WAV
│ │ │ └── WHITEWIN.WAV
│ │ ├── RESOURCE.H
│ │ ├── SetupDlg.cpp
│ │ ├── SetupDlg.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例62.bmp
├── 实例63
│ ├── Snoopy Five
│ │ ├── AI.CPP
│ │ ├── AI.H
│ │ ├── CHIMES.WAV
│ │ ├── Five.aps
│ │ ├── Five.clw
│ │ ├── Five.cpp
│ │ ├── FiveDlg.cpp
│ │ ├── FiveDlg.h
│ │ ├── Five.h
│ │ ├── Five.ncb
│ │ ├── Five.opt
│ │ ├── Five.plg
│ │ ├── Five.rc
│ │ ├── Five.sln
│ │ ├── Five.suo
│ │ ├── Five.vcproj
│ │ ├── Lose0.wav
│ │ ├── Lose1.wav
│ │ ├── Lose2.WAV
│ │ ├── Lose3.WAV
│ │ ├── Lose4.wav
│ │ ├── NetClientDlg.cpp
│ │ ├── NetClientDlg.h
│ │ ├── NetServerDlg.cpp
│ │ ├── NetServerDlg.h
│ │ ├── PUT.WAV
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── Black1.bmp
│ │ │ ├── CUR_SEL.BMP
│ │ │ ├── Five.ico
│ │ │ ├── Five.rc2
│ │ │ ├── SETUP.BMP
│ │ │ ├── SETUP.PSP
│ │ │ ├── SNOOPY.AVI
│ │ │ └── White1.bmp
│ │ ├── RESOURCE.H
│ │ ├── SetParamDlg.cpp
│ │ ├── SetParamDlg.h
│ │ ├── SNOOPY.AVI
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── Win0.wav
│ │ ├── Win1.wav
│ │ ├── Win2.WAV
│ │ ├── Win3.wav
│ │ └── Win4.wav
│ └── 实例63.bmp
├── 实例64
│ ├── Snoopy Five
│ │ ├── AI.CPP
│ │ ├── AI.H
│ │ ├── CHIMES.WAV
│ │ ├── Five.aps
│ │ ├── Five.clw
│ │ ├── Five.cpp
│ │ ├── FiveDlg.cpp
│ │ ├── FiveDlg.h
│ │ ├── Five.h
│ │ ├── Five.ncb
│ │ ├── Five.opt
│ │ ├── Five.plg
│ │ ├── Five.rc
│ │ ├── Five.sln
│ │ ├── Five.suo
│ │ ├── Five.vcproj
│ │ ├── Lose0.wav
│ │ ├── Lose1.wav
│ │ ├── Lose2.WAV
│ │ ├── Lose3.WAV
│ │ ├── Lose4.wav
│ │ ├── NetClientDlg.cpp
│ │ ├── NetClientDlg.h
│ │ ├── NetServerDlg.cpp
│ │ ├── NetServerDlg.h
│ │ ├── PUT.WAV
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── Black1.bmp
│ │ │ ├── CUR_SEL.BMP
│ │ │ ├── Five.ico
│ │ │ ├── Five.rc2
│ │ │ ├── SETUP.BMP
│ │ │ ├── SETUP.PSP
│ │ │ ├── SNOOPY.AVI
│ │ │ └── White1.bmp
│ │ ├── RESOURCE.H
│ │ ├── SetParamDlg.cpp
│ │ ├── SetParamDlg.h
│ │ ├── SNOOPY.AVI
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── Win0.wav
│ │ ├── Win1.wav
│ │ ├── Win2.WAV
│ │ ├── Win3.wav
│ │ └── Win4.wav
│ └── 实例64.bmp
├── 实例65
│ ├── Snoopy Five
│ │ ├── AI.CPP
│ │ ├── AI.H
│ │ ├── CHIMES.WAV
│ │ ├── Five.aps
│ │ ├── Five.clw
│ │ ├── Five.cpp
│ │ ├── FiveDlg.cpp
│ │ ├── FiveDlg.h
│ │ ├── Five.h
│ │ ├── Five.ncb
│ │ ├── Five.opt
│ │ ├── Five.plg
│ │ ├── Five.rc
│ │ ├── Five.sln
│ │ ├── Five.suo
│ │ ├── Five.vcproj
│ │ ├── Lose0.wav
│ │ ├── Lose1.wav
│ │ ├── Lose2.WAV
│ │ ├── Lose3.WAV
│ │ ├── Lose4.wav
│ │ ├── NetClientDlg.cpp
│ │ ├── NetClientDlg.h
│ │ ├── NetServerDlg.cpp
│ │ ├── NetServerDlg.h
│ │ ├── PUT.WAV
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── Black1.bmp
│ │ │ ├── CUR_SEL.BMP
│ │ │ ├── Five.ico
│ │ │ ├── Five.rc2
│ │ │ ├── SETUP.BMP
│ │ │ ├── SETUP.PSP
│ │ │ ├── SNOOPY.AVI
│ │ │ └── White1.bmp
│ │ ├── RESOURCE.H
│ │ ├── SetParamDlg.cpp
│ │ ├── SetParamDlg.h
│ │ ├── SNOOPY.AVI
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── Win0.wav
│ │ ├── Win1.wav
│ │ ├── Win2.WAV
│ │ ├── Win3.wav
│ │ └── Win4.wav
│ └── 实例65.bmp
├── 实例66
│ ├── mantischess_s
│ │ ├── Mantis.aps
│ │ ├── MantisChessDef.h
│ │ ├── MantisChessDraw.cpp
│ │ ├── MantisChessDraw.h
│ │ ├── MantisChessStd.cpp
│ │ ├── MantisChessStd.h
│ │ ├── MantisChessThink.cpp
│ │ ├── MantisChessThink.h
│ │ ├── Mantis.cpp
│ │ ├── Mantis.h
│ │ ├── Mantis.ncb
│ │ ├── Mantis.rc
│ │ ├── Mantis.sln
│ │ ├── Mantis.suo
│ │ ├── Mantis.vcproj
│ │ ├── Release
│ │ ├── RES
│ │ │ ├── BLACK_B.ICO
│ │ │ ├── BLACK_J.ICO
│ │ │ ├── BLACK_K.ICO
│ │ │ ├── BLACK_M.ICO
│ │ │ ├── BLACK_P.ICO
│ │ │ ├── BLACK_S.ICO
│ │ │ ├── BLACK_X.ICO
│ │ │ ├── BOX1.ICO
│ │ │ ├── CANTGO.CUR
│ │ │ ├── HAND1.CUR
│ │ │ ├── HAND.CUR
│ │ │ ├── ICON1.ICO
│ │ │ ├── Mantis.ico
│ │ │ ├── RED_B.ICO
│ │ │ ├── RED_J.ICO
│ │ │ ├── RED_K.ICO
│ │ │ ├── RED_M.ICO
│ │ │ ├── RED_P.ICO
│ │ │ ├── RED_S.ICO
│ │ │ ├── RED_X.ICO
│ │ │ └── SMALL.ICO
│ │ └── RESOURCE.H
│ └── 实例66.bmp
├── 实例67
│ ├── mantischess_s
│ │ ├── Mantis.aps
│ │ ├── MantisChessDef.h
│ │ ├── MantisChessDraw.cpp
│ │ ├── MantisChessDraw.h
│ │ ├── MantisChessStd.cpp
│ │ ├── MantisChessStd.h
│ │ ├── MantisChessThink.cpp
│ │ ├── MantisChessThink.h
│ │ ├── Mantis.cpp
│ │ ├── Mantis.h
│ │ ├── Mantis.ncb
│ │ ├── Mantis.rc
│ │ ├── Mantis.sln
│ │ ├── Mantis.suo
│ │ ├── Mantis.vcproj
│ │ ├── Release
│ │ ├── RES
│ │ │ ├── BLACK_B.ICO
│ │ │ ├── BLACK_J.ICO
│ │ │ ├── BLACK_K.ICO
│ │ │ ├── BLACK_M.ICO
│ │ │ ├── BLACK_P.ICO
│ │ │ ├── BLACK_S.ICO
│ │ │ ├── BLACK_X.ICO
│ │ │ ├── BOX1.ICO
│ │ │ ├── CANTGO.CUR
│ │ │ ├── HAND1.CUR
│ │ │ ├── HAND.CUR
│ │ │ ├── ICON1.ICO
│ │ │ ├── Mantis.ico
│ │ │ ├── RED_B.ICO
│ │ │ ├── RED_J.ICO
│ │ │ ├── RED_K.ICO
│ │ │ ├── RED_M.ICO
│ │ │ ├── RED_P.ICO
│ │ │ ├── RED_S.ICO
│ │ │ ├── RED_X.ICO
│ │ │ └── SMALL.ICO
│ │ └── RESOURCE.H
│ └── 实例67.bmp
├── 实例68
│ ├── mantischess_s
│ │ ├── Mantis.aps
│ │ ├── MantisChessDef.h
│ │ ├── MantisChessDraw.cpp
│ │ ├── MantisChessDraw.h
│ │ ├── MantisChessStd.cpp
│ │ ├── MantisChessStd.h
│ │ ├── MantisChessThink.cpp
│ │ ├── MantisChessThink.h
│ │ ├── Mantis.cpp
│ │ ├── Mantis.h
│ │ ├── Mantis.ncb
│ │ ├── Mantis.rc
│ │ ├── Mantis.sln
│ │ ├── Mantis.suo
│ │ ├── Mantis.vcproj
│ │ ├── Release
│ │ ├── RES
│ │ │ ├── BLACK_B.ICO
│ │ │ ├── BLACK_J.ICO
│ │ │ ├── BLACK_K.ICO
│ │ │ ├── BLACK_M.ICO
│ │ │ ├── BLACK_P.ICO
│ │ │ ├── BLACK_S.ICO
│ │ │ ├── BLACK_X.ICO
│ │ │ ├── BOX1.ICO
│ │ │ ├── CANTGO.CUR
│ │ │ ├── HAND1.CUR
│ │ │ ├── HAND.CUR
│ │ │ ├── ICON1.ICO
│ │ │ ├── Mantis.ico
│ │ │ ├── RED_B.ICO
│ │ │ ├── RED_J.ICO
│ │ │ ├── RED_K.ICO
│ │ │ ├── RED_M.ICO
│ │ │ ├── RED_P.ICO
│ │ │ ├── RED_S.ICO
│ │ │ ├── RED_X.ICO
│ │ │ └── SMALL.ICO
│ │ └── RESOURCE.H
│ └── 实例68.bmp
├── 实例69
│ ├── XQS
│ │ ├── BaiDlg.cpp
│ │ ├── BaiDlg.h
│ │ ├── BaseClasses.cpp
│ │ ├── BaseClasses.h
│ │ ├── BaseDef.cpp
│ │ ├── BaseDef.h
│ │ ├── Chess.aps
│ │ ├── Chess.clw
│ │ ├── Chess.cpp
│ │ ├── ChessDlg.cpp
│ │ ├── ChessDlg.h
│ │ ├── Chess.h
│ │ ├── chesshelp.html
│ │ ├── Chess.ncb
│ │ ├── Chess.plg
│ │ ├── Chess.rc
│ │ ├── Chess.sln
│ │ ├── Chess.suo
│ │ ├── Chess.vcproj
│ │ ├── CoolButton.cpp
│ │ ├── CoolButton.h
│ │ ├── HLINKCTL.CPP
│ │ ├── HLINKCTL.H
│ │ ├── MapFace.cpp
│ │ ├── MapFace.h
│ │ ├── MoveList.cpp
│ │ ├── MoveList.h
│ │ ├── OpenDlg.cpp
│ │ ├── OpenDlg.h
│ │ ├── OptionDlg.cpp
│ │ ├── OptionDlg.h
│ │ ├── ReadMe.txt
│ │ ├── ReportDlg.cpp
│ │ ├── ReportDlg.h
│ │ ├── RES
│ │ │ ├── BLACK_B.ICO
│ │ │ ├── BLACK_J.ICO
│ │ │ ├── BLACK_K.ICO
│ │ │ ├── BLACK_M.ICO
│ │ │ ├── BLACK_P.ICO
│ │ │ ├── BLACK_S.ICO
│ │ │ ├── BLACK_X.ICO
│ │ │ ├── Chess.ico
│ │ │ ├── Chess.rc2
│ │ │ ├── CUT.ICO
│ │ │ ├── DIR.ICO
│ │ │ ├── ICON1.ICO
│ │ │ ├── ICON2.ICO
│ │ │ ├── ICON3.ICO
│ │ │ ├── RED_B.ICO
│ │ │ ├── RED_J.ICO
│ │ │ ├── RED_K.ICO
│ │ │ ├── RED_M.ICO
│ │ │ ├── RED_P.ICO
│ │ │ ├── RED_S.ICO
│ │ │ └── RED_X.ICO
│ │ ├── RESOURCE.H
│ │ ├── SDSDSD.CPP
│ │ ├── Setting.set
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── StepList.cpp
│ │ ├── StepList.h
│ │ ├── Thinkdef.h
│ │ ├── Thinker.cpp
│ │ ├── Thinker.h
│ │ ├── Thinker.set
│ │ ├── ThinkOptionDlg.cpp
│ │ ├── ThinkOptionDlg.h
│ │ └── 历史.txt
│ └── 实例69.bmp
├── 实例70
│ ├── XQS
│ │ ├── BaiDlg.cpp
│ │ ├── BaiDlg.h
│ │ ├── BaseClasses.cpp
│ │ ├── BaseClasses.h
│ │ ├── BaseDef.cpp
│ │ ├── BaseDef.h
│ │ ├── Chess.aps
│ │ ├── Chess.clw
│ │ ├── Chess.cpp
│ │ ├── ChessDlg.cpp
│ │ ├── ChessDlg.h
│ │ ├── Chess.h
│ │ ├── chesshelp.html
│ │ ├── Chess.ncb
│ │ ├── Chess.plg
│ │ ├── Chess.rc
│ │ ├── Chess.sln
│ │ ├── Chess.suo
│ │ ├── Chess.vcproj
│ │ ├── CoolButton.cpp
│ │ ├── CoolButton.h
│ │ ├── HLINKCTL.CPP
│ │ ├── HLINKCTL.H
│ │ ├── MapFace.cpp
│ │ ├── MapFace.h
│ │ ├── MoveList.cpp
│ │ ├── MoveList.h
│ │ ├── OpenDlg.cpp
│ │ ├── OpenDlg.h
│ │ ├── OptionDlg.cpp
│ │ ├── OptionDlg.h
│ │ ├── ReadMe.txt
│ │ ├── ReportDlg.cpp
│ │ ├── ReportDlg.h
│ │ ├── RES
│ │ │ ├── BLACK_B.ICO
│ │ │ ├── BLACK_J.ICO
│ │ │ ├── BLACK_K.ICO
│ │ │ ├── BLACK_M.ICO
│ │ │ ├── BLACK_P.ICO
│ │ │ ├── BLACK_S.ICO
│ │ │ ├── BLACK_X.ICO
│ │ │ ├── Chess.ico
│ │ │ ├── Chess.rc2
│ │ │ ├── CUT.ICO
│ │ │ ├── DIR.ICO
│ │ │ ├── ICON1.ICO
│ │ │ ├── ICON2.ICO
│ │ │ ├── ICON3.ICO
│ │ │ ├── RED_B.ICO
│ │ │ ├── RED_J.ICO
│ │ │ ├── RED_K.ICO
│ │ │ ├── RED_M.ICO
│ │ │ ├── RED_P.ICO
│ │ │ ├── RED_S.ICO
│ │ │ └── RED_X.ICO
│ │ ├── RESOURCE.H
│ │ ├── SDSDSD.CPP
│ │ ├── Setting.set
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── StepList.cpp
│ │ ├── StepList.h
│ │ ├── Thinkdef.h
│ │ ├── Thinker.cpp
│ │ ├── Thinker.h
│ │ ├── Thinker.set
│ │ ├── ThinkOptionDlg.cpp
│ │ ├── ThinkOptionDlg.h
│ │ └── 历史.txt
│ └── 实例70.bmp
├── 实例71
│ ├── XQS
│ │ ├── BaiDlg.cpp
│ │ ├── BaiDlg.h
│ │ ├── BaseClasses.cpp
│ │ ├── BaseClasses.h
│ │ ├── BaseDef.cpp
│ │ ├── BaseDef.h
│ │ ├── Chess.aps
│ │ ├── Chess.clw
│ │ ├── Chess.cpp
│ │ ├── ChessDlg.cpp
│ │ ├── ChessDlg.h
│ │ ├── Chess.h
│ │ ├── chesshelp.html
│ │ ├── Chess.ncb
│ │ ├── Chess.plg
│ │ ├── Chess.rc
│ │ ├── Chess.sln
│ │ ├── Chess.suo
│ │ ├── Chess.vcproj
│ │ ├── CoolButton.cpp
│ │ ├── CoolButton.h
│ │ ├── HLINKCTL.CPP
│ │ ├── HLINKCTL.H
│ │ ├── MapFace.cpp
│ │ ├── MapFace.h
│ │ ├── MoveList.cpp
│ │ ├── MoveList.h
│ │ ├── OpenDlg.cpp
│ │ ├── OpenDlg.h
│ │ ├── OptionDlg.cpp
│ │ ├── OptionDlg.h
│ │ ├── ReadMe.txt
│ │ ├── ReportDlg.cpp
│ │ ├── ReportDlg.h
│ │ ├── RES
│ │ │ ├── BLACK_B.ICO
│ │ │ ├── BLACK_J.ICO
│ │ │ ├── BLACK_K.ICO
│ │ │ ├── BLACK_M.ICO
│ │ │ ├── BLACK_P.ICO
│ │ │ ├── BLACK_S.ICO
│ │ │ ├── BLACK_X.ICO
│ │ │ ├── Chess.ico
│ │ │ ├── Chess.rc2
│ │ │ ├── CUT.ICO
│ │ │ ├── DIR.ICO
│ │ │ ├── ICON1.ICO
│ │ │ ├── ICON2.ICO
│ │ │ ├── ICON3.ICO
│ │ │ ├── RED_B.ICO
│ │ │ ├── RED_J.ICO
│ │ │ ├── RED_K.ICO
│ │ │ ├── RED_M.ICO
│ │ │ ├── RED_P.ICO
│ │ │ ├── RED_S.ICO
│ │ │ └── RED_X.ICO
│ │ ├── RESOURCE.H
│ │ ├── SDSDSD.CPP
│ │ ├── Setting.set
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── StepList.cpp
│ │ ├── StepList.h
│ │ ├── Thinkdef.h
│ │ ├── Thinker.cpp
│ │ ├── Thinker.h
│ │ ├── Thinker.set
│ │ ├── ThinkOptionDlg.cpp
│ │ ├── ThinkOptionDlg.h
│ │ └── 历史.txt
│ └── 实例71.bmp
├── 实例72
│ ├── qv_Go2
│ │ ├── Go2.aps
│ │ ├── Go2.clw
│ │ ├── Go2.cpp
│ │ ├── Go2Doc.cpp
│ │ ├── Go2Doc.h
│ │ ├── Go2.h
│ │ ├── Go2.ncb
│ │ ├── Go2.opt
│ │ ├── Go2.plg
│ │ ├── Go2.rc
│ │ ├── Go2.sln
│ │ ├── Go2.suo
│ │ ├── Go2.vcproj
│ │ ├── Go2View.cpp
│ │ ├── Go2View.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ └── Go2.exe
│ │ ├── RES
│ │ │ ├── Go2Doc.ico
│ │ │ ├── Go2.ico
│ │ │ ├── Go2.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── RESOURCE.H
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例72.bmp
├── 实例73
│ ├── qv_Go2
│ │ ├── Go2.aps
│ │ ├── Go2.clw
│ │ ├── Go2.cpp
│ │ ├── Go2Doc.cpp
│ │ ├── Go2Doc.h
│ │ ├── Go2.h
│ │ ├── Go2.ncb
│ │ ├── Go2.opt
│ │ ├── Go2.plg
│ │ ├── Go2.rc
│ │ ├── Go2.sln
│ │ ├── Go2.suo
│ │ ├── Go2.vcproj
│ │ ├── Go2View.cpp
│ │ ├── Go2View.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ └── Go2.exe
│ │ ├── RES
│ │ │ ├── Go2Doc.ico
│ │ │ ├── Go2.ico
│ │ │ ├── Go2.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── RESOURCE.H
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例73.bmp
├── 实例74
│ ├── qv_Go2
│ │ ├── Go2.aps
│ │ ├── Go2.clw
│ │ ├── Go2.cpp
│ │ ├── Go2Doc.cpp
│ │ ├── Go2Doc.h
│ │ ├── Go2.h
│ │ ├── Go2.ncb
│ │ ├── Go2.opt
│ │ ├── Go2.plg
│ │ ├── Go2.rc
│ │ ├── Go2.sln
│ │ ├── Go2.suo
│ │ ├── Go2.vcproj
│ │ ├── Go2View.cpp
│ │ ├── Go2View.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ └── Go2.exe
│ │ ├── RES
│ │ │ ├── Go2Doc.ico
│ │ │ ├── Go2.ico
│ │ │ ├── Go2.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── RESOURCE.H
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例74.bmp
├── 实例75
│ ├── FireCtrl
│ │ ├── AutoFont.cpp
│ │ ├── AutoFont.h
│ │ ├── FireCtrl.aps
│ │ ├── FireCtrl.clw
│ │ ├── FireCtrl.cpp
│ │ ├── FireCtrlDlg.cpp
│ │ ├── FireCtrlDlg.h
│ │ ├── FireCtrl.h
│ │ ├── FireCtrl.ncb
│ │ ├── FireCtrl.plg
│ │ ├── FireCtrl.rc
│ │ ├── FireCtrl.sln
│ │ ├── FireCtrl.suo
│ │ ├── FireCtrl.vcproj
│ │ ├── FireWnd.cpp
│ │ ├── FireWnd.h
│ │ ├── HyperLink.cpp
│ │ ├── HyperLink.h
│ │ ├── PictureEx.cpp
│ │ ├── PictureEx.h
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── ButtonsWin3000.bmp
│ │ │ ├── FireCtrl.ico
│ │ │ ├── FireCtrl.rc2
│ │ │ └── Flag.gif
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── WBButton.cpp
│ │ └── WBButton.h
│ └── 实例75.bmp
├── 实例76
│ ├── FireCtrl
│ │ ├── AutoFont.cpp
│ │ ├── AutoFont.h
│ │ ├── FireCtrl.aps
│ │ ├── FireCtrl.clw
│ │ ├── FireCtrl.cpp
│ │ ├── FireCtrlDlg.cpp
│ │ ├── FireCtrlDlg.h
│ │ ├── FireCtrl.h
│ │ ├── FireCtrl.ncb
│ │ ├── FireCtrl.plg
│ │ ├── FireCtrl.rc
│ │ ├── FireCtrl.sln
│ │ ├── FireCtrl.suo
│ │ ├── FireCtrl.vcproj
│ │ ├── FireWnd.cpp
│ │ ├── FireWnd.h
│ │ ├── HyperLink.cpp
│ │ ├── HyperLink.h
│ │ ├── PictureEx.cpp
│ │ ├── PictureEx.h
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── ButtonsWin3000.bmp
│ │ │ ├── FireCtrl.ico
│ │ │ ├── FireCtrl.rc2
│ │ │ └── Flag.gif
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── WBButton.cpp
│ │ └── WBButton.h
│ └── 实例76.bmp
├── 实例77
│ ├── FireCtrl
│ │ ├── AutoFont.cpp
│ │ ├── AutoFont.h
│ │ ├── FireCtrl.aps
│ │ ├── FireCtrl.clw
│ │ ├── FireCtrl.cpp
│ │ ├── FireCtrlDlg.cpp
│ │ ├── FireCtrlDlg.h
│ │ ├── FireCtrl.h
│ │ ├── FireCtrl.ncb
│ │ ├── FireCtrl.plg
│ │ ├── FireCtrl.rc
│ │ ├── FireCtrl.sln
│ │ ├── FireCtrl.suo
│ │ ├── FireCtrl.vcproj
│ │ ├── FireWnd.cpp
│ │ ├── FireWnd.h
│ │ ├── HyperLink.cpp
│ │ ├── HyperLink.h
│ │ ├── PictureEx.cpp
│ │ ├── PictureEx.h
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── ButtonsWin3000.bmp
│ │ │ ├── FireCtrl.ico
│ │ │ ├── FireCtrl.rc2
│ │ │ └── Flag.gif
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── WBButton.cpp
│ │ └── WBButton.h
│ └── 实例77.bmp
├── 实例78
│ ├── IconSnap
│ │ ├── AutoFont.cpp
│ │ ├── AutoFont.h
│ │ ├── ChkListBox.cpp
│ │ ├── ChkListBox.h
│ │ ├── Dib.cpp
│ │ ├── Dib.h
│ │ ├── Icons.cpp
│ │ ├── Icons.h
│ │ ├── IconSnap.aps
│ │ ├── IconSnap.clw
│ │ ├── IconSnap.cpp
│ │ ├── IconSnapDlg.cpp
│ │ ├── IconSnapDlg.h
│ │ ├── IconSnap.h
│ │ ├── IconSnap.ncb
│ │ ├── IconSnap.opt
│ │ ├── IconSnap.plg
│ │ ├── IconSnap.rc
│ │ ├── IconSnap.sln
│ │ ├── IconSnap.suo
│ │ ├── IconSnap.vcproj
│ │ ├── MemDC.h
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── ButtonsWin3000.bmp
│ │ │ ├── Check.bmp
│ │ │ ├── IconSnap.ico
│ │ │ ├── IconSnap.rc2
│ │ │ ├── middlecheck.bmp
│ │ │ └── UnCheck.bmp
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── WBButton.cpp
│ │ └── WBButton.h
│ └── 实例78.bmp
├── 实例79
│ ├── IconSnap
│ │ ├── AutoFont.cpp
│ │ ├── AutoFont.h
│ │ ├── ChkListBox.cpp
│ │ ├── ChkListBox.h
│ │ ├── Dib.cpp
│ │ ├── Dib.h
│ │ ├── Icons.cpp
│ │ ├── Icons.h
│ │ ├── IconSnap.aps
│ │ ├── IconSnap.clw
│ │ ├── IconSnap.cpp
│ │ ├── IconSnapDlg.cpp
│ │ ├── IconSnapDlg.h
│ │ ├── IconSnap.h
│ │ ├── IconSnap.ncb
│ │ ├── IconSnap.opt
│ │ ├── IconSnap.plg
│ │ ├── IconSnap.rc
│ │ ├── IconSnap.sln
│ │ ├── IconSnap.suo
│ │ ├── IconSnap.vcproj
│ │ ├── MemDC.h
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── ButtonsWin3000.bmp
│ │ │ ├── Check.bmp
│ │ │ ├── IconSnap.ico
│ │ │ ├── IconSnap.rc2
│ │ │ ├── middlecheck.bmp
│ │ │ └── UnCheck.bmp
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── WBButton.cpp
│ │ └── WBButton.h
│ └── 实例79.bmp
├── 实例80
│ │ ├── Cubes.cpp
│ │ ├── Cubes.h
│ │ ├── Font.cpp
│ │ ├── Font.h
│ │ ├── MAIN.CPP
│ │ ├── MTXLIB.H
│ │ ├── Print.exe
│ │ ├── Print.ncb
│ │ ├── Print.opt
│ │ ├── Print.sln
│ │ ├── Print.suo
│ │ ├── Print.vcproj
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例80.bmp
├── 实例81
│ ├── MgnGlass
│ │ ├── ChildFrm.cpp
│ │ ├── ChildFrm.h
│ │ ├── ImageWnd.cpp
│ │ ├── ImageWnd.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── MgnDoc.cpp
│ │ ├── MgnDoc.h
│ │ ├── MgnGlass.aps
│ │ ├── MgnGlass.cpp
│ │ ├── MgnGlass.h
│ │ ├── MgnGlass.ncb
│ │ ├── MgnGlass.rc
│ │ ├── MgnGlass.sln
│ │ ├── MgnGlass.suo
│ │ ├── MgnGlass.vcproj
│ │ ├── MgnView.cpp
│ │ ├── MgnView.h
│ │ ├── MgProp.cpp
│ │ ├── MgProp.h
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── CURSOR_M.CUR
│ │ │ ├── MgnDoc.ico
│ │ │ ├── MgnGlass.ico
│ │ │ ├── MgnGlass.rc2
│ │ │ ├── Toolbar.bmp
│ │ │ └── Triangles.bmp
│ │ ├── RESOURCE.H
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例81.bmp
├── 实例82
│ ├── MgnGlass
│ │ ├── ChildFrm.cpp
│ │ ├── ChildFrm.h
│ │ ├── ImageWnd.cpp
│ │ ├── ImageWnd.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── MgnDoc.cpp
│ │ ├── MgnDoc.h
│ │ ├── MgnGlass.aps
│ │ ├── MgnGlass.cpp
│ │ ├── MgnGlass.h
│ │ ├── MgnGlass.ncb
│ │ ├── MgnGlass.rc
│ │ ├── MgnGlass.sln
│ │ ├── MgnGlass.suo
│ │ ├── MgnGlass.vcproj
│ │ ├── MgnView.cpp
│ │ ├── MgnView.h
│ │ ├── MgProp.cpp
│ │ ├── MgProp.h
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── CURSOR_M.CUR
│ │ │ ├── MgnDoc.ico
│ │ │ ├── MgnGlass.ico
│ │ │ ├── MgnGlass.rc2
│ │ │ ├── Toolbar.bmp
│ │ │ └── Triangles.bmp
│ │ ├── RESOURCE.H
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例82.bmp
├── 实例83
│ ├── ScreenSnap
│ │ ├── AutoFont.cpp
│ │ ├── AutoFont.h
│ │ ├── BCMenu.cpp
│ │ ├── BCMenu.h
│ │ ├── HyperLink.cpp
│ │ ├── HyperLink.h
│ │ ├── Ntray.cpp
│ │ ├── Ntray.h
│ │ ├── PictureEx.cpp
│ │ ├── PictureEx.h
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── ButtonsWin3000.bmp
│ │ │ ├── Flag.gif
│ │ │ ├── PopupMenu.bmp
│ │ │ ├── ScreenSnap.ico
│ │ │ └── ScreenSnap.rc2
│ │ ├── RESOURCE.H
│ │ ├── ScreenSnap.aps
│ │ ├── ScreenSnap.clw
│ │ ├── ScreenSnap.cpp
│ │ ├── ScreenSnapDlg.cpp
│ │ ├── ScreenSnapDlg.h
│ │ ├── ScreenSnap.h
│ │ ├── ScreenSnap.ncb
│ │ ├── ScreenSnap.plg
│ │ ├── ScreenSnap.positions
│ │ ├── ScreenSnap.rc
│ │ ├── ScreenSnap.sln
│ │ ├── ScreenSnap.suo
│ │ ├── ScreenSnap.vcproj
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── WBButton.cpp
│ │ └── WBButton.h
│ └── 实例86.bmp
├── 实例84
│ ├── ScreenSnap
│ │ ├── AutoFont.cpp
│ │ ├── AutoFont.h
│ │ ├── BCMenu.cpp
│ │ ├── BCMenu.h
│ │ ├── HyperLink.cpp
│ │ ├── HyperLink.h
│ │ ├── Ntray.cpp
│ │ ├── Ntray.h
│ │ ├── PictureEx.cpp
│ │ ├── PictureEx.h
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── ButtonsWin3000.bmp
│ │ │ ├── Flag.gif
│ │ │ ├── PopupMenu.bmp
│ │ │ ├── ScreenSnap.ico
│ │ │ └── ScreenSnap.rc2
│ │ ├── RESOURCE.H
│ │ ├── ScreenSnap.aps
│ │ ├── ScreenSnap.clw
│ │ ├── ScreenSnap.cpp
│ │ ├── ScreenSnapDlg.cpp
│ │ ├── ScreenSnapDlg.h
│ │ ├── ScreenSnap.h
│ │ ├── ScreenSnap.ncb
│ │ ├── ScreenSnap.plg
│ │ ├── ScreenSnap.positions
│ │ ├── ScreenSnap.rc
│ │ ├── ScreenSnap.sln
│ │ ├── ScreenSnap.suo
│ │ ├── ScreenSnap.vcproj
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── WBButton.cpp
│ │ └── WBButton.h
│ └── 实例84.bmp
├── 实例85
│ ├── ScreenSnap
│ │ ├── AutoFont.cpp
│ │ ├── AutoFont.h
│ │ ├── BCMenu.cpp
│ │ ├── BCMenu.h
│ │ ├── HyperLink.cpp
│ │ ├── HyperLink.h
│ │ ├── Ntray.cpp
│ │ ├── Ntray.h
│ │ ├── PictureEx.cpp
│ │ ├── PictureEx.h
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── ButtonsWin3000.bmp
│ │ │ ├── Flag.gif
│ │ │ ├── PopupMenu.bmp
│ │ │ ├── ScreenSnap.ico
│ │ │ └── ScreenSnap.rc2
│ │ ├── RESOURCE.H
│ │ ├── ScreenSnap.aps
│ │ ├── ScreenSnap.clw
│ │ ├── ScreenSnap.cpp
│ │ ├── ScreenSnapDlg.cpp
│ │ ├── ScreenSnapDlg.h
│ │ ├── ScreenSnap.h
│ │ ├── ScreenSnap.ncb
│ │ ├── ScreenSnap.plg
│ │ ├── ScreenSnap.positions
│ │ ├── ScreenSnap.rc
│ │ ├── ScreenSnap.sln
│ │ ├── ScreenSnap.suo
│ │ ├── ScreenSnap.vcproj
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── WBButton.cpp
│ │ └── WBButton.h
│ └── 实例85.bmp
├── 实例86
│ ├── SpecialFX
│ │ ├── CFireRoutine.cpp
│ │ ├── CFireRoutine.h
│ │ ├── CPlasmaRoutine.cpp
│ │ ├── CPlasmaRoutine.h
│ │ ├── CWaterRoutine.cpp
│ │ ├── CWaterRoutine.h
│ │ ├── DIBSectionLite.cpp
│ │ ├── DIBSectionLite.h
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── MAP.BMP
│ │ │ ├── SpecialFX.ico
│ │ │ └── SpecialFX.rc2
│ │ ├── RESOURCE.H
│ │ ├── SpecialFX.aps
│ │ ├── SpecialFX.clw
│ │ ├── SpecialFX.cpp
│ │ ├── SpecialFXDlg.cpp
│ │ ├── SpecialFXDlg.h
│ │ ├── SpecialFX.h
│ │ ├── SpecialFX.ncb
│ │ ├── SpecialFX.plg
│ │ ├── SpecialFX.rc
│ │ ├── SpecialFX.sln
│ │ ├── SpecialFX.suo
│ │ ├── SpecialFX.vcproj
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例86.bmp
├── 实例87
│ ├── SpecialFX
│ │ ├── CFireRoutine.cpp
│ │ ├── CFireRoutine.h
│ │ ├── CPlasmaRoutine.cpp
│ │ ├── CPlasmaRoutine.h
│ │ ├── CWaterRoutine.cpp
│ │ ├── CWaterRoutine.h
│ │ ├── DIBSectionLite.cpp
│ │ ├── DIBSectionLite.h
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── MAP.BMP
│ │ │ ├── SpecialFX.ico
│ │ │ └── SpecialFX.rc2
│ │ ├── RESOURCE.H
│ │ ├── SpecialFX.aps
│ │ ├── SpecialFX.clw
│ │ ├── SpecialFX.cpp
│ │ ├── SpecialFXDlg.cpp
│ │ ├── SpecialFXDlg.h
│ │ ├── SpecialFX.h
│ │ ├── SpecialFX.ncb
│ │ ├── SpecialFX.plg
│ │ ├── SpecialFX.rc
│ │ ├── SpecialFX.sln
│ │ ├── SpecialFX.suo
│ │ ├── SpecialFX.vcproj
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例87.bmp
├── 实例88
│ ├── SpecialFX
│ │ ├── CFireRoutine.cpp
│ │ ├── CFireRoutine.h
│ │ ├── CPlasmaRoutine.cpp
│ │ ├── CPlasmaRoutine.h
│ │ ├── CWaterRoutine.cpp
│ │ ├── CWaterRoutine.h
│ │ ├── DIBSectionLite.cpp
│ │ ├── DIBSectionLite.h
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── MAP.BMP
│ │ │ ├── SpecialFX.ico
│ │ │ └── SpecialFX.rc2
│ │ ├── RESOURCE.H
│ │ ├── SpecialFX.aps
│ │ ├── SpecialFX.clw
│ │ ├── SpecialFX.cpp
│ │ ├── SpecialFXDlg.cpp
│ │ ├── SpecialFXDlg.h
│ │ ├── SpecialFX.h
│ │ ├── SpecialFX.ncb
│ │ ├── SpecialFX.plg
│ │ ├── SpecialFX.rc
│ │ ├── SpecialFX.sln
│ │ ├── SpecialFX.suo
│ │ ├── SpecialFX.vcproj
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例88.bmp
├── 实例89
│ ├── TrayIcon
│ │ ├── ICON1.ICO
│ │ ├── ICON2.ICO
│ │ ├── ReadMe.txt
│ │ ├── RESOURCE.APS
│ │ ├── RESOURCE.H
│ │ ├── RESOURCE.RC
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TrayIcon.cpp
│ │ ├── TRAYICON.HTM
│ │ ├── TrayIcon.ncb
│ │ ├── TrayIcon.opt
│ │ ├── TrayIcon.plg
│ │ ├── TrayIcon.positions
│ │ ├── TrayIcon.sln
│ │ ├── TrayIcon.suo
│ │ ├── TrayIcon.Tags.WW
│ │ └── TrayIcon.vcproj
│ └── 实例89.bmp
├── 实例90
│ ├── TrayIcon
│ │ ├── ICON1.ICO
│ │ ├── ICON2.ICO
│ │ ├── ReadMe.txt
│ │ ├── RESOURCE.APS
│ │ ├── RESOURCE.H
│ │ ├── RESOURCE.RC
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TrayIcon.cpp
│ │ ├── TRAYICON.HTM
│ │ ├── TrayIcon.ncb
│ │ ├── TrayIcon.opt
│ │ ├── TrayIcon.plg
│ │ ├── TrayIcon.positions
│ │ ├── TrayIcon.sln
│ │ ├── TrayIcon.suo
│ │ ├── TrayIcon.Tags.WW
│ │ └── TrayIcon.vcproj
│ └── 实例90.bmp
├── 实例91
│ ├── Normals
│ │ ├── glIncludes.h
│ │ ├── GLObject.cpp
│ │ ├── GLObject.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── Normals.aps
│ │ ├── Normals.cpp
│ │ ├── NormalsDoc.cpp
│ │ ├── NormalsDoc.h
│ │ ├── Normals.h
│ │ ├── Normals.ncb
│ │ ├── Normals.rc
│ │ ├── Normals.sln
│ │ ├── Normals.suo
│ │ ├── Normals.vcproj
│ │ ├── NormalsView.cpp
│ │ ├── NormalsView.h
│ │ ├── Release
│ │ │ └── Normals.exe
│ │ ├── RES
│ │ │ ├── NormalsDoc.ico
│ │ │ ├── Normals.ico
│ │ │ └── Normals.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例91.bmp
├── 实例92
│ ├── Normals
│ │ ├── glIncludes.h
│ │ ├── GLObject.cpp
│ │ ├── GLObject.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── Normals.aps
│ │ ├── Normals.cpp
│ │ ├── NormalsDoc.cpp
│ │ ├── NormalsDoc.h
│ │ ├── Normals.h
│ │ ├── Normals.ncb
│ │ ├── Normals.rc
│ │ ├── Normals.sln
│ │ ├── Normals.suo
│ │ ├── Normals.vcproj
│ │ ├── NormalsView.cpp
│ │ ├── NormalsView.h
│ │ ├── Release
│ │ │ └── Normals.exe
│ │ ├── RES
│ │ │ ├── NormalsDoc.ico
│ │ │ ├── Normals.ico
│ │ │ └── Normals.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例92.bmp
├── 实例93
│ ├── Normals
│ │ ├── glIncludes.h
│ │ ├── GLObject.cpp
│ │ ├── GLObject.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── Normals.aps
│ │ ├── Normals.cpp
│ │ ├── NormalsDoc.cpp
│ │ ├── NormalsDoc.h
│ │ ├── Normals.h
│ │ ├── Normals.ncb
│ │ ├── Normals.rc
│ │ ├── Normals.sln
│ │ ├── Normals.suo
│ │ ├── Normals.vcproj
│ │ ├── NormalsView.cpp
│ │ ├── NormalsView.h
│ │ ├── Release
│ │ │ └── Normals.exe
│ │ ├── RES
│ │ │ ├── NormalsDoc.ico
│ │ │ ├── Normals.ico
│ │ │ └── Normals.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例93.bmp
├── 实例94
│ ├── EPOCH
│ │ ├── Bk.bmp
│ │ ├── BOW.BMP
│ │ ├── Ddutil.cpp
│ │ ├── DDUTIL.H
│ │ ├── EPOCH.NCB
│ │ ├── EPOCH.OPT
│ │ ├── EPOCH.PLG
│ │ ├── EPOCH.SLN
│ │ ├── EPOCH.SUO
│ │ ├── epoch.vcproj
│ │ ├── FIG.BMP
│ │ ├── HAM.BMP
│ │ ├── HAMBNS.FLC
│ │ ├── HAMFIG.BMP
│ │ ├── ICON1.ICO
│ │ ├── MAIN.CPP
│ │ ├── Mouse00.bmp
│ │ ├── Mouse01.bmp
│ │ ├── Mouse02.bmp
│ │ ├── RESOURCE.H
│ │ ├── SCORE01.BMP
│ │ ├── Score02.bmp
│ │ ├── Score03.bmp
│ │ ├── SCORE.DAT
│ │ ├── Script1.aps
│ │ ├── Script1.rc
│ │ ├── Script1.rc.bak
│ │ └── TIME.BMP
│ └── 实例94.bmp
├── 实例95
│ ├── EPOCH
│ │ ├── Bk.bmp
│ │ ├── BOW.BMP
│ │ ├── Ddutil.cpp
│ │ ├── DDUTIL.H
│ │ ├── EPOCH.NCB
│ │ ├── EPOCH.OPT
│ │ ├── EPOCH.PLG
│ │ ├── EPOCH.SLN
│ │ ├── EPOCH.SUO
│ │ ├── epoch.vcproj
│ │ ├── FIG.BMP
│ │ ├── HAM.BMP
│ │ ├── HAMBNS.FLC
│ │ ├── HAMFIG.BMP
│ │ ├── ICON1.ICO
│ │ ├── MAIN.CPP
│ │ ├── Mouse00.bmp
│ │ ├── Mouse01.bmp
│ │ ├── Mouse02.bmp
│ │ ├── RESOURCE.H
│ │ ├── SCORE01.BMP
│ │ ├── Score02.bmp
│ │ ├── Score03.bmp
│ │ ├── SCORE.DAT
│ │ ├── Script1.aps
│ │ ├── Script1.rc
│ │ ├── Script1.rc.bak
│ │ └── TIME.BMP
│ └── 实例95.bmp
├── 实例96
│ ├── DirectX_demo
│ │ ├── DirectControl.cpp
│ │ ├── DirectControl.h
│ │ ├── DirectDraw.cpp
│ │ ├── DirectDraw.h
│ │ ├── DirectObject.cpp
│ │ ├── DirectObject.h
│ │ ├── DirectSurface.cpp
│ │ ├── DirectSurface.h
│ │ ├── DirectX.aps
│ │ ├── DirectX.cpp
│ │ ├── DirectX.h
│ │ ├── DirectX.ncb
│ │ ├── DirectX.rc
│ │ ├── DirectX.sln
│ │ ├── DirectX.suo
│ │ ├── DirectX.vcproj
│ │ ├── RES
│ │ │ ├── Background.bmp
│ │ │ ├── DirectX.ico
│ │ │ └── DirectX.rc2
│ │ ├── RESOURCE.H
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例96.bmp
├── 实例97
│ ├── DirectX_demo
│ │ ├── DirectControl.cpp
│ │ ├── DirectControl.h
│ │ ├── DirectDraw.cpp
│ │ ├── DirectDraw.h
│ │ ├── DirectObject.cpp
│ │ ├── DirectObject.h
│ │ ├── DirectSurface.cpp
│ │ ├── DirectSurface.h
│ │ ├── DirectX.aps
│ │ ├── DirectX.cpp
│ │ ├── DirectX.h
│ │ ├── DirectX.ncb
│ │ ├── DirectX.rc
│ │ ├── DirectX.sln
│ │ ├── DirectX.suo
│ │ ├── DirectX.vcproj
│ │ ├── RES
│ │ │ ├── Background.bmp
│ │ │ ├── DirectX.ico
│ │ │ └── DirectX.rc2
│ │ ├── RESOURCE.H
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例97.bmp
├── 实例98
│ ├── PtGame
│ │ ├── LookDlg.cpp
│ │ ├── LookDlg.h
│ │ ├── PtGame.aps
│ │ ├── PtGame.clw
│ │ ├── PtGame.cpp
│ │ ├── PtGameDlg.cpp
│ │ ├── PtGameDlg.h
│ │ ├── PtGame.h
│ │ ├── PtGame.ncb
│ │ ├── PtGame.rc
│ │ ├── PtGame.sln
│ │ ├── PtGame.suo
│ │ ├── PtGame.vcproj
│ │ ├── RES
│ │ │ ├── 1.BMP
│ │ │ ├── 2.BMP
│ │ │ ├── 3.BMP
│ │ │ ├── 4.BMP
│ │ │ ├── 5.BMP
│ │ │ ├── 6.BMP
│ │ │ ├── GAME1.BMP
│ │ │ ├── GAME2.BMP
│ │ │ ├── GAME3.BMP
│ │ │ ├── GAME4.BMP
│ │ │ ├── GAME5.BMP
│ │ │ ├── GAME6.BMP
│ │ │ ├── PtGame.ico
│ │ │ ├── PtGame.rc2
│ │ │ └── SCSIOPEN.ICO
│ │ ├── RESOURCE.H
│ │ ├── SettingDlg.cpp
│ │ ├── SettingDlg.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 实例98.bmp
└── 实例99
├── PtGame
│ ├── LookDlg.cpp
│ ├── LookDlg.h
│ ├── PtGame.aps
│ ├── PtGame.clw
│ ├── PtGame.cpp
│ ├── PtGameDlg.cpp
│ ├── PtGameDlg.h
│ ├── PtGame.h
│ ├── PtGame.ncb
│ ├── PtGame.rc
│ ├── PtGame.sln
│ ├── PtGame.suo
│ ├── PtGame.vcproj
│ ├── RES
│ │ ├── 1.BMP
│ │ ├── 2.BMP
│ │ ├── 3.BMP
│ │ ├── 4.BMP
│ │ ├── 5.BMP
│ │ ├── 6.BMP
│ │ ├── GAME1.BMP
│ │ ├── GAME2.BMP
│ │ ├── GAME3.BMP
│ │ ├── GAME4.BMP
│ │ ├── GAME5.BMP
│ │ ├── GAME6.BMP
│ │ ├── PtGame.ico
│ │ ├── PtGame.rc2
│ │ └── SCSIOPEN.ICO
│ ├── RESOURCE.H
│ ├── SettingDlg.cpp
│ ├── SettingDlg.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
└── 实例99.bmp
303 directories, 4074 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论