实例介绍
《Visual C++视频技术方案宝典》一书的原版光盘,需要的朋友赶紧下载吧,机不可失,我之所以推荐,是因为它有价值!
【实例截图】
【核心代码】
4744302542896017002.rar
└── Visual C++视频技术方案宝典配书光盘
├── 1
│ ├── 1.1
│ │ ├── 1.1.1
│ │ │ └── 01
│ │ │ ├── database
│ │ │ │ ├── StuffManage_Data.MDF
│ │ │ │ └── StuffManage_Log.LDF
│ │ │ └── StuffSys
│ │ │ ├── DataManage.cpp
│ │ │ ├── DataManage.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 26.ico
│ │ │ │ ├── StuffSys.ico
│ │ │ │ └── StuffSys.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── Stuff.cpp
│ │ │ ├── Stuff.h
│ │ │ ├── StuffManage.cpp
│ │ │ ├── StuffManage.h
│ │ │ ├── StuffSys.aps
│ │ │ ├── StuffSys.clw
│ │ │ ├── StuffSys.cpp
│ │ │ ├── StuffSysDlg.cpp
│ │ │ ├── StuffSysDlg.h
│ │ │ ├── StuffSys.dsp
│ │ │ ├── StuffSys.dsw
│ │ │ ├── StuffSys.h
│ │ │ ├── StuffSys.ncb
│ │ │ ├── StuffSys.opt
│ │ │ ├── StuffSys.plg
│ │ │ └── StuffSys.rc
│ │ ├── 1.1.2
│ │ │ ├── 01
│ │ │ │ └── Strategy
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Strategy.cpp
│ │ │ │ ├── Strategy.dsp
│ │ │ │ ├── Strategy.dsw
│ │ │ │ ├── Strategy.ncb
│ │ │ │ ├── Strategy.opt
│ │ │ │ └── Strategy.plg
│ │ │ ├── 02
│ │ │ │ └── SimpleFactory
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── SimpleFactory.cpp
│ │ │ │ ├── SimpleFactory.dsp
│ │ │ │ ├── SimpleFactory.dsw
│ │ │ │ ├── SimpleFactory.ncb
│ │ │ │ ├── SimpleFactory.opt
│ │ │ │ ├── SimpleFactory.plg
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ ├── 03
│ │ │ │ └── FactoryMethod
│ │ │ │ ├── FactoryMethod.cpp
│ │ │ │ ├── FactoryMethod.dsp
│ │ │ │ ├── FactoryMethod.dsw
│ │ │ │ ├── FactoryMethod.ncb
│ │ │ │ ├── FactoryMethod.opt
│ │ │ │ ├── FactoryMethod.plg
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ ├── 04
│ │ │ │ └── AbstractFactory
│ │ │ │ ├── AbstractFactory.cpp
│ │ │ │ ├── AbstractFactory.dsp
│ │ │ │ ├── AbstractFactory.dsw
│ │ │ │ ├── AbstractFactory.ncb
│ │ │ │ ├── AbstractFactory.opt
│ │ │ │ ├── AbstractFactory.plg
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ ├── 05
│ │ │ │ └── Observer
│ │ │ │ ├── Observer.cpp
│ │ │ │ ├── Observer.dsp
│ │ │ │ ├── Observer.dsw
│ │ │ │ ├── Observer.ncb
│ │ │ │ ├── Observer.opt
│ │ │ │ ├── Observer.plg
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ ├── 06
│ │ │ │ └── Adapter
│ │ │ │ ├── Adapter.cpp
│ │ │ │ ├── Adapter.dsp
│ │ │ │ ├── Adapter.dsw
│ │ │ │ ├── Adapter.ncb
│ │ │ │ ├── Adapter.opt
│ │ │ │ ├── Adapter.plg
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ ├── 07
│ │ │ │ └── Fasade
│ │ │ │ ├── Fasade.cpp
│ │ │ │ ├── Fasade.dsp
│ │ │ │ ├── Fasade.dsw
│ │ │ │ ├── Fasade.ncb
│ │ │ │ ├── Fasade.opt
│ │ │ │ ├── Fasade.plg
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ ├── 08
│ │ │ │ └── Iterator
│ │ │ │ ├── Iterator.cpp
│ │ │ │ ├── Iterator.dsp
│ │ │ │ ├── Iterator.dsw
│ │ │ │ ├── Iterator.ncb
│ │ │ │ ├── Iterator.opt
│ │ │ │ ├── Iterator.plg
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ ├── 09
│ │ │ │ └── Builder
│ │ │ │ ├── Builder.cpp
│ │ │ │ ├── Builder.dsp
│ │ │ │ ├── Builder.dsw
│ │ │ │ ├── Builder.ncb
│ │ │ │ ├── Builder.opt
│ │ │ │ ├── Builder.plg
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ ├── 10
│ │ │ │ └── CmdMode
│ │ │ │ ├── CmdMode.cpp
│ │ │ │ ├── CmdMode.dsp
│ │ │ │ ├── CmdMode.dsw
│ │ │ │ ├── CmdMode.ncb
│ │ │ │ ├── CmdMode.opt
│ │ │ │ ├── CmdMode.plg
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ └── 11
│ │ │ └── StateMode
│ │ │ ├── ReadMe.txt
│ │ │ ├── StateMode.cpp
│ │ │ ├── StateMode.dsp
│ │ │ ├── StateMode.dsw
│ │ │ ├── StateMode.ncb
│ │ │ ├── StateMode.opt
│ │ │ ├── StateMode.plg
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 1.1.3
│ │ ├── 01
│ │ │ └── OperationDeploy
│ │ │ ├── fun.def
│ │ │ ├── OperationDeploy.cpp
│ │ │ ├── OperationDeploy.dsp
│ │ │ ├── OperationDeploy.dsw
│ │ │ ├── OperationDeploy.h
│ │ │ ├── OperationDeploy.ncb
│ │ │ ├── OperationDeploy.opt
│ │ │ ├── OperationDeploy.plg
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 02
│ │ │ ├── database
│ │ │ │ ├── StuffManage_Data.MDF
│ │ │ │ └── StuffManage_Log.LDF
│ │ │ └── Visual C++示例
│ │ │ ├── column.cpp
│ │ │ ├── column.h
│ │ │ ├── columns.cpp
│ │ │ ├── columns.h
│ │ │ ├── dataformatdisp.cpp
│ │ │ ├── dataformatdisp.h
│ │ │ ├── datagrid.cpp
│ │ │ ├── datagrid.h
│ │ │ ├── font.cpp
│ │ │ ├── font.h
│ │ │ ├── OperationDeploy.dll
│ │ │ ├── picture.cpp
│ │ │ ├── picture.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 01.ico
│ │ │ │ ├── StuffMge.ico
│ │ │ │ ├── StuffMge.rc2
│ │ │ │ └── Thumbs.db
│ │ │ ├── resource.h
│ │ │ ├── selbookmarks.cpp
│ │ │ ├── selbookmarks.h
│ │ │ ├── split.cpp
│ │ │ ├── split.h
│ │ │ ├── splits.cpp
│ │ │ ├── splits.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── stddataformatsdisp.cpp
│ │ │ ├── stddataformatsdisp.h
│ │ │ ├── StuffMge.aps
│ │ │ ├── StuffMge.clw
│ │ │ ├── StuffMge.cpp
│ │ │ ├── StuffMgeDlg.cpp
│ │ │ ├── StuffMgeDlg.h
│ │ │ ├── StuffMge.dsp
│ │ │ ├── StuffMge.dsw
│ │ │ ├── StuffMge.h
│ │ │ ├── StuffMge.ncb
│ │ │ ├── StuffMge.opt
│ │ │ ├── StuffMge.plg
│ │ │ └── StuffMge.rc
│ │ ├── 03
│ │ │ ├── database
│ │ │ │ ├── StuffManage_Data.MDF
│ │ │ │ └── StuffManage_Log.LDF
│ │ │ └── Delphi示例
│ │ │ ├── DataManage.dcu
│ │ │ ├── DataManage.~pas
│ │ │ ├── DataManage.pas
│ │ │ ├── Example.cfg
│ │ │ ├── Example.dof
│ │ │ ├── Example.~dpr
│ │ │ ├── Example.dpr
│ │ │ ├── Example.exe
│ │ │ ├── Example.res
│ │ │ ├── Main.dcu
│ │ │ ├── Main.~ddp
│ │ │ ├── Main.ddp
│ │ │ ├── Main.~dfm
│ │ │ ├── Main.dfm
│ │ │ ├── Main.~pas
│ │ │ └── Main.pas
│ │ ├── 04
│ │ │ └── SpaceDeploy
│ │ │ ├── DataManage.cpp
│ │ │ ├── DataManage.h
│ │ │ ├── DataManage.rgs
│ │ │ ├── dlldata.c
│ │ │ ├── ReleaseUMinDependency
│ │ │ │ ├── msado15.tlh
│ │ │ │ └── msado15.tli
│ │ │ ├── resource.h
│ │ │ ├── SpaceDeploy.cpp
│ │ │ ├── SpaceDeploy.def
│ │ │ ├── SpaceDeploy.dsp
│ │ │ ├── SpaceDeploy.dsw
│ │ │ ├── SpaceDeploy.h
│ │ │ ├── SpaceDeploy_i.c
│ │ │ ├── SpaceDeploy.idl
│ │ │ ├── SpaceDeploy.ncb
│ │ │ ├── SpaceDeploy.opt
│ │ │ ├── SpaceDeploy_p.c
│ │ │ ├── SpaceDeploy.plg
│ │ │ ├── SpaceDeployps.def
│ │ │ ├── SpaceDeploy.rc
│ │ │ ├── SpaceDeploy.tlb
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── StuffManage.cpp
│ │ │ ├── StuffManage.h
│ │ │ └── StuffManage.rgs
│ │ └── 05
│ │ ├── database
│ │ │ ├── StuffManage_Data.MDF
│ │ │ └── StuffManage_Log.LDF
│ │ └── StuffManage
│ │ ├── column.cpp
│ │ ├── column.h
│ │ ├── columns.cpp
│ │ ├── columns.h
│ │ ├── dataformatdisp.cpp
│ │ ├── dataformatdisp.h
│ │ ├── datagrid.cpp
│ │ ├── datagrid.h
│ │ ├── font.cpp
│ │ ├── font.h
│ │ ├── msado15.tlh
│ │ ├── msado15.tli
│ │ ├── picture.cpp
│ │ ├── picture.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 06.ico
│ │ │ ├── StuffManage.ico
│ │ │ └── StuffManage.rc2
│ │ ├── resource.h
│ │ ├── selbookmarks.cpp
│ │ ├── selbookmarks.h
│ │ ├── SpaceDeploy.tlb
│ │ ├── SpaceDeploy.tlh
│ │ ├── SpaceDeploy.tli
│ │ ├── split.cpp
│ │ ├── split.h
│ │ ├── splits.cpp
│ │ ├── splits.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── stddataformatsdisp.cpp
│ │ ├── stddataformatsdisp.h
│ │ ├── StuffManage.aps
│ │ ├── StuffManage.clw
│ │ ├── StuffManage.cpp
│ │ ├── StuffManageDlg.cpp
│ │ ├── StuffManageDlg.h
│ │ ├── StuffManage.dsp
│ │ ├── StuffManage.dsw
│ │ ├── StuffManage.h
│ │ ├── StuffManage.ncb
│ │ ├── StuffManage.opt
│ │ ├── StuffManage.plg
│ │ └── StuffManage.rc
│ └── 1.3
│ ├── 1.3.1
│ │ ├── 01
│ │ │ └── CustomDialog
│ │ │ ├── CustomDialog.aps
│ │ │ ├── CustomDialog.clw
│ │ │ ├── CustomDialog.cpp
│ │ │ ├── CustomDialogDlg.cpp
│ │ │ ├── CustomDialogDlg.h
│ │ │ ├── CustomDialog.dsp
│ │ │ ├── CustomDialog.dsw
│ │ │ ├── CustomDialog.h
│ │ │ ├── CustomDialog.ncb
│ │ │ ├── CustomDialog.opt
│ │ │ ├── CustomDialog.plg
│ │ │ ├── CustomDialog.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 4.ico
│ │ │ │ ├── CustomDialog.ico
│ │ │ │ ├── CustomDialog.rc2
│ │ │ │ └── 网络聊天室界面.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 02
│ │ └── DrawDialog
│ │ ├── DrawDialog.aps
│ │ ├── DrawDialog.clw
│ │ ├── DrawDialog.cpp
│ │ ├── DrawDialogDlg.cpp
│ │ ├── DrawDialogDlg.h
│ │ ├── DrawDialog.dsp
│ │ ├── DrawDialog.dsw
│ │ ├── DrawDialog.h
│ │ ├── DrawDialog.ncb
│ │ ├── DrawDialog.opt
│ │ ├── DrawDialog.plg
│ │ ├── DrawDialog.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── BackGround.bmp
│ │ │ ├── BottomBand.bmp
│ │ │ ├── closebutton.bmp
│ │ │ ├── closehotbutton.bmp
│ │ │ ├── DrawDialog.ico
│ │ │ ├── DrawDialog.rc2
│ │ │ ├── LeftBand.bmp
│ │ │ ├── LeftTitle.bmp
│ │ │ ├── maxbutton.bmp
│ │ │ ├── maxhotbutton.bmp
│ │ │ ├── MidTitle.bmp
│ │ │ ├── minbutton.bmp
│ │ │ ├── minhotbutton.bmp
│ │ │ ├── RightBand.bmp
│ │ │ └── RightTitle.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 1.3.2
│ │ └── 01
│ │ └── InheritedDlg
│ │ ├── ChildDlg.cpp
│ │ ├── ChildDlg.h
│ │ ├── InheritedDlg.aps
│ │ ├── InheritedDlg.clw
│ │ ├── InheritedDlg.cpp
│ │ ├── InheritedDlgDlg.cpp
│ │ ├── InheritedDlgDlg.h
│ │ ├── InheritedDlg.dsp
│ │ ├── InheritedDlg.dsw
│ │ ├── InheritedDlg.h
│ │ ├── InheritedDlg.ncb
│ │ ├── InheritedDlg.opt
│ │ ├── InheritedDlg.plg
│ │ ├── InheritedDlg.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 62.ico
│ │ │ ├── InheritedDlg.ico
│ │ │ └── InheritedDlg.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 1.3.3
│ │ ├── 01
│ │ │ └── IconMenu
│ │ │ ├── IconMenu.aps
│ │ │ ├── IconMenu.clw
│ │ │ ├── IconMenu.cpp
│ │ │ ├── IconMenuDlg.cpp
│ │ │ ├── IconMenuDlg.h
│ │ │ ├── IconMenu.dsp
│ │ │ ├── IconMenu.dsw
│ │ │ ├── IconMenu.h
│ │ │ ├── IconMenu.ncb
│ │ │ ├── IconMenu.opt
│ │ │ ├── IconMenu.plg
│ │ │ ├── IconMenu.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 07.bmp
│ │ │ │ ├── 08.bmp
│ │ │ │ ├── 09.bmp
│ │ │ │ ├── 10.bmp
│ │ │ │ ├── 52.ico
│ │ │ │ ├── 59.bmp
│ │ │ │ ├── 60.bmp
│ │ │ │ ├── 61.bmp
│ │ │ │ ├── 62.bmp
│ │ │ │ ├── 63.bmp
│ │ │ │ ├── 64.bmp
│ │ │ │ ├── 65.bmp
│ │ │ │ ├── 87.bmp
│ │ │ │ ├── 93.bmp
│ │ │ │ ├── IconMenu.ico
│ │ │ │ ├── IconMenu.rc2
│ │ │ │ └── 中小企业管理系统.bmp
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 02
│ │ └── DrawMenu
│ │ ├── DrawMenu.aps
│ │ ├── DrawMenu.clw
│ │ ├── DrawMenu.cpp
│ │ ├── DrawMenuDlg.cpp
│ │ ├── DrawMenuDlg.h
│ │ ├── DrawMenu.dsp
│ │ ├── DrawMenu.dsw
│ │ ├── DrawMenu.h
│ │ ├── DrawMenu.ncb
│ │ ├── DrawMenu.opt
│ │ ├── DrawMenu.plg
│ │ ├── DrawMenu.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 56.ico
│ │ │ ├── 57.ico
│ │ │ ├── 58.ico
│ │ │ ├── 59.ico
│ │ │ ├── 60.ico
│ │ │ ├── 61.ico
│ │ │ ├── 62.ico
│ │ │ ├── 63.ico
│ │ │ ├── 64.ico
│ │ │ ├── 65.ico
│ │ │ ├── 66.ico
│ │ │ ├── 67.ico
│ │ │ ├── 68.ico
│ │ │ ├── 6.ico
│ │ │ ├── 73.ico
│ │ │ ├── DrawMenu.ico
│ │ │ ├── DrawMenu.rc2
│ │ │ └── 商品销售管理系统主界面.bmp
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 1.3.4
│ │ ├── 01
│ │ │ └── BKToolbar
│ │ │ ├── BKToolbar.aps
│ │ │ ├── BKToolbar.clw
│ │ │ ├── BKToolbar.cpp
│ │ │ ├── BKToolbarDlg.cpp
│ │ │ ├── BKToolbarDlg.h
│ │ │ ├── BKToolbar.dsp
│ │ │ ├── BKToolbar.dsw
│ │ │ ├── BKToolbar.h
│ │ │ ├── BKToolbar.ncb
│ │ │ ├── BKToolbar.opt
│ │ │ ├── BKToolbar.plg
│ │ │ ├── BKToolbar.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 06.ico
│ │ │ │ ├── 108.ico
│ │ │ │ ├── 13.ico
│ │ │ │ ├── 146.ico
│ │ │ │ ├── 148.ico
│ │ │ │ ├── 77.ico
│ │ │ │ ├── 80.ico
│ │ │ │ ├── 92.ico
│ │ │ │ ├── BKToolbar.ico
│ │ │ │ ├── BKToolbar.rc2
│ │ │ │ ├── icon18.ico
│ │ │ │ ├── icon19.ico
│ │ │ │ ├── icon20.ico
│ │ │ │ ├── icon21.ico
│ │ │ │ ├── icon22.ico
│ │ │ │ ├── icon23.ico
│ │ │ │ ├── icon24.ico
│ │ │ │ ├── ITEM.bmp
│ │ │ │ ├── Thumbs.db
│ │ │ │ └── 库存管理系统界面.bmp
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 02
│ │ └── DrawToolBar
│ │ ├── DrawToolBar.aps
│ │ ├── DrawToolBar.clw
│ │ ├── DrawToolBar.cpp
│ │ ├── DrawToolBarDlg.cpp
│ │ ├── DrawToolBarDlg.h
│ │ ├── DrawToolBar.dsp
│ │ ├── DrawToolBar.dsw
│ │ ├── DrawToolBar.h
│ │ ├── DrawToolBar.ncb
│ │ ├── DrawToolBar.opt
│ │ ├── DrawToolBar.plg
│ │ ├── DrawToolBar.rc
│ │ ├── DrawTool.cpp
│ │ ├── DrawTool.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 07.ico
│ │ │ ├── 47.ico
│ │ │ ├── 48.ico
│ │ │ ├── 49.ico
│ │ │ ├── 50.ico
│ │ │ ├── 51.ico
│ │ │ ├── 52.ico
│ │ │ ├── 53.ico
│ │ │ ├── DrawToolBar.ico
│ │ │ ├── DrawToolBar.rc2
│ │ │ └── 企业综合信息管理系统界面.bmp
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 1.3.5
│ │ └── 01
│ │ └── CustomScroll
│ │ ├── CustomScroll.aps
│ │ ├── CustomScroll.clw
│ │ ├── CustomScroll.cpp
│ │ ├── CustomScrollDlg.cpp
│ │ ├── CustomScrollDlg.h
│ │ ├── CustomScroll.dsp
│ │ ├── CustomScroll.dsw
│ │ ├── CustomScroll.h
│ │ ├── CustomScroll.ncb
│ │ ├── CustomScroll.opt
│ │ ├── CustomScroll.plg
│ │ ├── CustomScroll.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 017.bmp
│ │ │ ├── 07.ico
│ │ │ ├── Bchanelbk.bmp
│ │ │ ├── Bleftarrow.bmp
│ │ │ ├── Brightarrow.bmp
│ │ │ ├── Bthumb.bmp
│ │ │ ├── CustomScroll.ico
│ │ │ ├── CustomScroll.rc2
│ │ │ ├── DOWNARROW.bmp
│ │ │ ├── Thumbs.db
│ │ │ ├── vchanelbk.bmp
│ │ │ ├── Vthumb.bmp
│ │ │ └── 新建 BMP 图像.bmp
│ │ ├── resource.h
│ │ ├── ScrollParent.cpp
│ │ ├── ScrollParent.h
│ │ ├── SkinScroll.cpp
│ │ ├── SkinScroll.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 1.3.6
│ │ ├── 01
│ │ │ └── ChangeSkin
│ │ │ ├── ChangeSkin.aps
│ │ │ ├── ChangeSkin.clw
│ │ │ ├── ChangeSkin.cpp
│ │ │ ├── ChangeSkinDlg.cpp
│ │ │ ├── ChangeSkinDlg.h
│ │ │ ├── ChangeSkin.dsp
│ │ │ ├── ChangeSkin.dsw
│ │ │ ├── ChangeSkin.h
│ │ │ ├── ChangeSkin.ncb
│ │ │ ├── ChangeSkin.opt
│ │ │ ├── ChangeSkin.plg
│ │ │ ├── ChangeSkin.rc
│ │ │ ├── DrawButton.cpp
│ │ │ ├── DrawButton.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 65.ico
│ │ │ │ ├── ChangeSkin.ico
│ │ │ │ ├── ChangeSkin.rc2
│ │ │ │ └── 按钮.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 02
│ │ ├── SkinAlter
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── SkinAlter.ico
│ │ │ │ └── SkinAlter.rc2
│ │ │ ├── resource.h
│ │ │ ├── SkinAlter.aps
│ │ │ ├── SkinAlter.clw
│ │ │ ├── SkinAlter.cpp
│ │ │ ├── SkinAlterDlg.cpp
│ │ │ ├── SkinAlterDlg.h
│ │ │ ├── SkinAlter.dsp
│ │ │ ├── SkinAlter.dsw
│ │ │ ├── SkinAlter.h
│ │ │ ├── SkinAlter.ncb
│ │ │ ├── SkinAlter.opt
│ │ │ ├── SkinAlter.plg
│ │ │ ├── SkinAlter.rc
│ │ │ ├── SkinOne.ski
│ │ │ ├── SkinTwo.ski
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── SkinDll
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── BackGround.bmp
│ │ │ │ ├── BottomBand.bmp
│ │ │ │ ├── closebutton.bmp
│ │ │ │ ├── closehotbutton.bmp
│ │ │ │ ├── LeftBand.bmp
│ │ │ │ ├── leftbottom.bmp
│ │ │ │ ├── LeftTitle.bmp
│ │ │ │ ├── maxbutton.bmp
│ │ │ │ ├── maxhotbutton.bmp
│ │ │ │ ├── MidTitle.bmp
│ │ │ │ ├── minbutton.bmp
│ │ │ │ ├── minhotbutton.bmp
│ │ │ │ ├── RightBand.bmp
│ │ │ │ ├── rightbottom.bmp
│ │ │ │ ├── RightTitle.bmp
│ │ │ │ ├── SkinDll.rc2
│ │ │ │ ├── Thumbs.db
│ │ │ │ └── 原稿.bmp
│ │ │ ├── resource.h
│ │ │ ├── SkinDll.aps
│ │ │ ├── SkinDll.clw
│ │ │ ├── SkinDll.cpp
│ │ │ ├── SkinDll.def
│ │ │ ├── SkinDll.dsp
│ │ │ ├── SkinDll.dsw
│ │ │ ├── SkinDll.h
│ │ │ ├── SkinDll.ncb
│ │ │ ├── SkinDll.opt
│ │ │ ├── SkinDll.plg
│ │ │ ├── SkinDll.rc
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── SkinOne
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── BackGround.bmp
│ │ │ ├── BottomBand.bmp
│ │ │ ├── closebutton.bmp
│ │ │ ├── closehotbutton.bmp
│ │ │ ├── LeftBand.bmp
│ │ │ ├── leftbottom.bmp
│ │ │ ├── LeftTitle.bmp
│ │ │ ├── maxbutton.bmp
│ │ │ ├── maxhotbutton.bmp
│ │ │ ├── MidTitle.bmp
│ │ │ ├── minbutton.bmp
│ │ │ ├── minhotbutton.bmp
│ │ │ ├── RightBand.bmp
│ │ │ ├── rightbottom.bmp
│ │ │ ├── RightTitle.bmp
│ │ │ ├── SkinDll.rc2
│ │ │ ├── Thumbs.db
│ │ │ └── 原稿.bmp
│ │ ├── resource.h
│ │ ├── SkinDll.aps
│ │ ├── SkinDll.clw
│ │ ├── SkinDll.cpp
│ │ ├── SkinDll.def
│ │ ├── SkinDll.dsp
│ │ ├── SkinDll.dsw
│ │ ├── SkinDll.h
│ │ ├── SkinDll.ncb
│ │ ├── SkinDll.opt
│ │ ├── SkinDll.plg
│ │ ├── SkinDll.rc
│ │ ├── SkinDll.ski
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 1.3.7
│ ├── 01
│ │ └── TestDllOne
│ │ ├── 100.ico
│ │ ├── 103.ico
│ │ ├── bitmap1.bmp
│ │ ├── icon1.ico
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ └── TestDllOne.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TestDllOne.aps
│ │ ├── TestDllOne.clw
│ │ ├── TestDllOne.cpp
│ │ ├── TestDllOne.def
│ │ ├── TestDllOne.dsp
│ │ ├── TestDllOne.dsw
│ │ ├── TestDllOne.h
│ │ ├── TestDllOne.ncb
│ │ ├── TestDllOne.opt
│ │ ├── TestDllOne.plg
│ │ └── TestDllOne.rc
│ └── 02
│ └── SysPlug
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SysPlugDoc.ico
│ │ ├── SysPlug.ico
│ │ ├── SysPlug.rc2
│ │ └── Toolbar.bmp
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── SysPlug.aps
│ ├── SysPlug.clw
│ ├── SysPlug.cpp
│ ├── SysPlugDoc.cpp
│ ├── SysPlugDoc.h
│ ├── SysPlug.dsp
│ ├── SysPlug.dsw
│ ├── SysPlug.h
│ ├── SysPlug.ncb
│ ├── SysPlug.opt
│ ├── SysPlug.plg
│ ├── SysPlug.rc
│ ├── SysPlugView.cpp
│ └── SysPlugView.h
├── 2
│ ├── 2.2
│ │ ├── 2.2.3
│ │ │ └── 01
│ │ │ └── VideoPreview
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 64.ico
│ │ │ │ ├── VideoPreview.ico
│ │ │ │ └── VideoPreview.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── VideoPreview.aps
│ │ │ ├── VideoPreview.clw
│ │ │ ├── VideoPreview.cpp
│ │ │ ├── VideoPreviewDlg.cpp
│ │ │ ├── VideoPreviewDlg.h
│ │ │ ├── VideoPreview.dsp
│ │ │ ├── VideoPreview.dsw
│ │ │ ├── VideoPreview.h
│ │ │ ├── VideoPreview.ncb
│ │ │ ├── VideoPreview.opt
│ │ │ ├── VideoPreview.plg
│ │ │ └── VideoPreview.rc
│ │ ├── 2.2.5
│ │ │ └── 01
│ │ │ └── CallbackDesigend
│ │ │ ├── CallbackDesigend.aps
│ │ │ ├── CallbackDesigend.clw
│ │ │ ├── CallbackDesigend.cpp
│ │ │ ├── CallbackDesigendDlg.cpp
│ │ │ ├── CallbackDesigendDlg.h
│ │ │ ├── CallbackDesigend.dsp
│ │ │ ├── CallbackDesigend.dsw
│ │ │ ├── CallbackDesigend.h
│ │ │ ├── CallbackDesigend.ncb
│ │ │ ├── CallbackDesigend.opt
│ │ │ ├── CallbackDesigend.plg
│ │ │ ├── CallbackDesigend.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 159.ico
│ │ │ │ ├── CallbackDesigend.ico
│ │ │ │ └── CallbackDesigend.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 2.2.6
│ │ └── 01
│ │ └── VideoEncode
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 21.ico
│ │ │ ├── VideoEncode.ico
│ │ │ └── VideoEncode.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── VideoEncode.aps
│ │ ├── VideoEncode.clw
│ │ ├── VideoEncode.cpp
│ │ ├── VideoEncodeDlg.cpp
│ │ ├── VideoEncodeDlg.h
│ │ ├── VideoEncode.dsp
│ │ ├── VideoEncode.dsw
│ │ ├── VideoEncode.h
│ │ ├── VideoEncode.ncb
│ │ ├── VideoEncode.opt
│ │ ├── VideoEncode.plg
│ │ └── VideoEncode.rc
│ ├── 2.3
│ │ ├── 2.3.6
│ │ │ └── 01
│ │ │ └── Preview
│ │ │ ├── Preview.aps
│ │ │ ├── Preview.clw
│ │ │ ├── Preview.cpp
│ │ │ ├── PreviewDlg.cpp
│ │ │ ├── PreviewDlg.h
│ │ │ ├── Preview.dsp
│ │ │ ├── Preview.dsw
│ │ │ ├── Preview.h
│ │ │ ├── Preview.ncb
│ │ │ ├── Preview.opt
│ │ │ ├── Preview.plg
│ │ │ ├── Preview.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 39.ico
│ │ │ │ ├── Preview.ico
│ │ │ │ └── Preview.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 2.3.7
│ │ │ ├── 01
│ │ │ │ └── NotifyEvent
│ │ │ │ ├── NotifyEvent.aps
│ │ │ │ ├── NotifyEvent.clw
│ │ │ │ ├── NotifyEvent.cpp
│ │ │ │ ├── NotifyEventDlg.cpp
│ │ │ │ ├── NotifyEventDlg.h
│ │ │ │ ├── NotifyEvent.dsp
│ │ │ │ ├── NotifyEvent.dsw
│ │ │ │ ├── NotifyEvent.h
│ │ │ │ ├── NotifyEvent.ncb
│ │ │ │ ├── NotifyEvent.opt
│ │ │ │ ├── NotifyEvent.plg
│ │ │ │ ├── NotifyEvent.rc
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── res
│ │ │ │ │ ├── NotifyEvent.ico
│ │ │ │ │ └── NotifyEvent.rc2
│ │ │ │ ├── Resource.h
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ └── 02
│ │ │ └── DirectShowEvent
│ │ │ ├── DirectShowEvent.aps
│ │ │ ├── DirectShowEvent.clw
│ │ │ ├── DirectShowEvent.cpp
│ │ │ ├── DirectShowEventDlg.cpp
│ │ │ ├── DirectShowEventDlg.h
│ │ │ ├── DirectShowEvent.dsp
│ │ │ ├── DirectShowEvent.dsw
│ │ │ ├── DirectShowEvent.h
│ │ │ ├── DirectShowEvent.ncb
│ │ │ ├── DirectShowEvent.opt
│ │ │ ├── DirectShowEvent.plg
│ │ │ ├── DirectShowEvent.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 160.ico
│ │ │ │ ├── DirectShowEvent.ico
│ │ │ │ └── DirectShowEvent.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 2.3.8
│ │ └── 01
│ │ └── Kinescope
│ │ ├── Kinescope.aps
│ │ ├── Kinescope.clw
│ │ ├── Kinescope.cpp
│ │ ├── KinescopeDlg.cpp
│ │ ├── KinescopeDlg.h
│ │ ├── Kinescope.dsp
│ │ ├── Kinescope.dsw
│ │ ├── Kinescope.h
│ │ ├── Kinescope.ncb
│ │ ├── Kinescope.opt
│ │ ├── Kinescope.plg
│ │ ├── Kinescope.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 07.ico
│ │ │ ├── Kinescope.ico
│ │ │ └── Kinescope.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 2.4
│ │ └── 2.4.5
│ │ ├── 01
│ │ │ └── Capture
│ │ │ ├── c
│ │ │ ├── Capture.aps
│ │ │ ├── Capture.clw
│ │ │ ├── Capture.cpp
│ │ │ ├── CaptureDlg.cpp
│ │ │ ├── CaptureDlg.h
│ │ │ ├── Capture.dsp
│ │ │ ├── Capture.dsw
│ │ │ ├── Capture.exe
│ │ │ ├── Capture.h
│ │ │ ├── Capture.ncb
│ │ │ ├── Capture.opt
│ │ │ ├── Capture.plg
│ │ │ ├── Capture.rc
│ │ │ ├── MediaTransmit.dll
│ │ │ ├── MediaTransmit.h
│ │ │ ├── MediaTransmit.lib
│ │ │ ├── Mix.dll
│ │ │ ├── MPG4c32.dll
│ │ │ ├── Overlay.cpp
│ │ │ ├── Overlay.h
│ │ │ ├── Panel.cpp
│ │ │ ├── Panel.h
│ │ │ ├── PreView.cpp
│ │ │ ├── PreView.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 07.ico
│ │ │ │ ├── BK.bmp
│ │ │ │ ├── Capture.ico
│ │ │ │ ├── Capture.rc2
│ │ │ │ └── 按钮.bmp
│ │ │ ├── resource.h
│ │ │ ├── Sa7134Capture.dll
│ │ │ ├── Sa7134Capture.h
│ │ │ ├── Sa7134Capture.lib
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── SysSetting.ini
│ │ │ └── xvidcore.dll
│ │ └── 02
│ │ └── Client
│ │ ├── Client.aps
│ │ ├── Client.clw
│ │ ├── Client.cpp
│ │ ├── ClientDlg.cpp
│ │ ├── ClientDlg.h
│ │ ├── Client.dsp
│ │ ├── Client.dsw
│ │ ├── Client.h
│ │ ├── Client.ncb
│ │ ├── Client.opt
│ │ ├── Client.plg
│ │ ├── Client.rc
│ │ ├── MediaTransmit.dll
│ │ ├── MediaTransmit.h
│ │ ├── MediaTransmit.lib
│ │ ├── Mix.dll
│ │ ├── MPG4c32.dll
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 12.ico
│ │ │ ├── Client.ico
│ │ │ └── Client.rc2
│ │ ├── resource.h
│ │ ├── Sa7134Capture.dll
│ │ ├── Sa7134Capture.h
│ │ ├── Sa7134Capture.lib
│ │ ├── ServerInfo.cpp
│ │ ├── ServerInfo.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── xvidcore.dll
│ └── 2.5
│ ├── 2.5.2
│ │ └── 01
│ │ └── CloudMsg
│ │ ├── CloudMsg.aps
│ │ ├── CloudMsg.clw
│ │ ├── CloudMsg.cpp
│ │ ├── CloudMsgDlg.cpp
│ │ ├── CloudMsgDlg.h
│ │ ├── CloudMsg.dsp
│ │ ├── CloudMsg.dsw
│ │ ├── CloudMsg.h
│ │ ├── CloudMsg.ncb
│ │ ├── CloudMsg.opt
│ │ ├── CloudMsg.plg
│ │ ├── CloudMsg.rc
│ │ ├── ControlForm.cpp
│ │ ├── ControlForm.h
│ │ ├── mscomm.cpp
│ │ ├── mscomm.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 06.ico
│ │ │ ├── CloudMsg.ico
│ │ │ └── CloudMsg.rc2
│ │ ├── resource.h
│ │ ├── StageButton.cpp
│ │ ├── StageButton.h
│ │ ├── stage.ini
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 2.5.3
│ │ └── 01
│ │ └── TimeDIY
│ │ ├── CtrlFrm.cpp
│ │ ├── CtrlFrm.h
│ │ ├── Global.h
│ │ ├── MediaTransmit.dll
│ │ ├── MediaTransmit.h
│ │ ├── MediaTransmit.lib
│ │ ├── Mix.dll
│ │ ├── MPG4c32.dll
│ │ ├── mscomm.cpp
│ │ ├── mscomm.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 54.ico
│ │ │ ├── TimeDIY.ico
│ │ │ ├── TimeDIY.rc2
│ │ │ └── 按钮.bmp
│ │ ├── resource.h
│ │ ├── Sa7134Capture.dll
│ │ ├── Sa7134Capture.h
│ │ ├── Sa7134Capture.lib
│ │ ├── stage.ini
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TimeDIY.aps
│ │ ├── TimeDIY.clw
│ │ ├── TimeDIY.cpp
│ │ ├── TimeDIYDlg.cpp
│ │ ├── TimeDIYDlg.h
│ │ ├── TimeDIY.dsp
│ │ ├── TimeDIY.dsw
│ │ ├── TimeDIY.exe
│ │ ├── TimeDIY.h
│ │ ├── TimeDIY.ncb
│ │ ├── TimeDIY.opt
│ │ ├── TimeDIY.plg
│ │ ├── TimeDIY.rc
│ │ └── xvidcore.dll
│ └── 2.5.4
│ ├── 01
│ │ └── Server
│ │ ├── CloudMsg.aps
│ │ ├── CloudMsg.clw
│ │ ├── CloudMsg.cpp
│ │ ├── CloudMsgDlg.cpp
│ │ ├── CloudMsgDlg.h
│ │ ├── CloudMsg.dsp
│ │ ├── CloudMsg.dsw
│ │ ├── CloudMsg.h
│ │ ├── CloudMsg.ncb
│ │ ├── CloudMsg.opt
│ │ ├── CloudMsg.plg
│ │ ├── CloudMsg.rc
│ │ ├── mscomm.cpp
│ │ ├── mscomm.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 06.ico
│ │ │ ├── CloudMsg.ico
│ │ │ ├── CloudMsg.rc2
│ │ │ └── 按钮.bmp
│ │ ├── resource.h
│ │ ├── StageButton.cpp
│ │ ├── stage.ini
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 02
│ └── Client
│ ├── CloudMsg.aps
│ ├── CloudMsg.clw
│ ├── CloudMsg.cpp
│ ├── CloudMsgDlg.cpp
│ ├── CloudMsgDlg.h
│ ├── CloudMsg.dsp
│ ├── CloudMsg.dsw
│ ├── CloudMsg.h
│ ├── CloudMsg.ncb
│ ├── CloudMsg.opt
│ ├── CloudMsg.plg
│ ├── CloudMsg.rc
│ ├── ControlForm.cpp
│ ├── ControlForm.h
│ ├── mscomm.cpp
│ ├── mscomm.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 06.ico
│ │ ├── CloudMsg.ico
│ │ ├── CloudMsg.rc2
│ │ └── 按钮.bmp
│ ├── resource.h
│ ├── SrvInfo.cpp
│ ├── SrvInfo.h
│ ├── StageButton.cpp
│ ├── StageButton.h
│ ├── stage.ini
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 4
│ ├── 4.2
│ │ ├── 4.2.2
│ │ │ ├── 01
│ │ │ │ ├── ControlSound.aps
│ │ │ │ ├── ControlSound.clw
│ │ │ │ ├── ControlSound.cpp
│ │ │ │ ├── ControlSoundDlg.cpp
│ │ │ │ ├── ControlSoundDlg.h
│ │ │ │ ├── ControlSound.dsp
│ │ │ │ ├── ControlSound.dsw
│ │ │ │ ├── ControlSound.h
│ │ │ │ ├── ControlSound.ncb
│ │ │ │ ├── ControlSound.opt
│ │ │ │ ├── ControlSound.plg
│ │ │ │ ├── ControlSound.rc
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── res
│ │ │ │ │ ├── ControlSound.ico
│ │ │ │ │ └── ControlSound.rc2
│ │ │ │ ├── resource.h
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ ├── 02
│ │ │ │ ├── LRSoundControl.aps
│ │ │ │ ├── LRSoundControl.clw
│ │ │ │ ├── LRSoundControl.cpp
│ │ │ │ ├── LRSoundControlDlg.cpp
│ │ │ │ ├── LRSoundControlDlg.h
│ │ │ │ ├── LRSoundControl.dsp
│ │ │ │ ├── LRSoundControl.dsw
│ │ │ │ ├── LRSoundControl.h
│ │ │ │ ├── LRSoundControl.ncb
│ │ │ │ ├── LRSoundControl.opt
│ │ │ │ ├── LRSoundControl.plg
│ │ │ │ ├── LRSoundControl.rc
│ │ │ │ ├── res
│ │ │ │ │ ├── LRSoundControl.ico
│ │ │ │ │ └── LRSoundControl.rc2
│ │ │ │ ├── resource.h
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ └── 03
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Mute.bmp
│ │ │ │ ├── SetMute.ico
│ │ │ │ └── SetMute.rc2
│ │ │ ├── resource.h
│ │ │ ├── SetMute.aps
│ │ │ ├── SetMute.clw
│ │ │ ├── SetMute.cpp
│ │ │ ├── SetMuteDlg.cpp
│ │ │ ├── SetMuteDlg.h
│ │ │ ├── SetMute.dsp
│ │ │ ├── SetMute.dsw
│ │ │ ├── SetMute.h
│ │ │ ├── SetMute.ncb
│ │ │ ├── SetMute.opt
│ │ │ ├── SetMute.plg
│ │ │ ├── SetMute.rc
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 4.2.3
│ │ │ ├── 01
│ │ │ │ ├── MCIStrRecord.aps
│ │ │ │ ├── MCIStrRecord.clw
│ │ │ │ ├── MCIStrRecord.cpp
│ │ │ │ ├── MCIStrRecordDlg.cpp
│ │ │ │ ├── MCIStrRecordDlg.h
│ │ │ │ ├── MCIStrRecord.dsp
│ │ │ │ ├── MCIStrRecord.dsw
│ │ │ │ ├── MCIStrRecord.h
│ │ │ │ ├── MCIStrRecord.ncb
│ │ │ │ ├── MCIStrRecord.opt
│ │ │ │ ├── MCIStrRecord.plg
│ │ │ │ ├── MCIStrRecord.rc
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── res
│ │ │ │ │ ├── MCIStrRecord.ico
│ │ │ │ │ └── MCIStrRecord.rc2
│ │ │ │ ├── resource.h
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ └── 程序使用说明.txt
│ │ │ ├── 02
│ │ │ │ ├── MCIMsgRecord.aps
│ │ │ │ ├── MCIMsgRecord.clw
│ │ │ │ ├── MCIMsgRecord.cpp
│ │ │ │ ├── MCIMsgRecordDlg.cpp
│ │ │ │ ├── MCIMsgRecordDlg.h
│ │ │ │ ├── MCIMsgRecord.dsp
│ │ │ │ ├── MCIMsgRecord.dsw
│ │ │ │ ├── MCIMsgRecord.h
│ │ │ │ ├── MCIMsgRecord.ncb
│ │ │ │ ├── MCIMsgRecord.opt
│ │ │ │ ├── MCIMsgRecord.plg
│ │ │ │ ├── MCIMsgRecord.rc
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── res
│ │ │ │ │ ├── MCIMsgRecord.ico
│ │ │ │ │ └── MCIMsgRecord.rc2
│ │ │ │ ├── resource.h
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ └── 03
│ │ │ ├── MCIAdvRecord.aps
│ │ │ ├── MCIAdvRecord.clw
│ │ │ ├── MCIAdvRecord.cpp
│ │ │ ├── MCIAdvRecordDlg.cpp
│ │ │ ├── MCIAdvRecordDlg.h
│ │ │ ├── MCIAdvRecord.dsp
│ │ │ ├── MCIAdvRecord.dsw
│ │ │ ├── MCIAdvRecord.h
│ │ │ ├── MCIAdvRecord.ncb
│ │ │ ├── MCIAdvRecord.opt
│ │ │ ├── MCIAdvRecord.plg
│ │ │ ├── MCIAdvRecord.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── MCIAdvRecord.ico
│ │ │ │ └── MCIAdvRecord.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 4.2.4
│ │ ├── 01
│ │ │ ├── CDPlayer.aps
│ │ │ ├── CDPlayer.clw
│ │ │ ├── CDPlayer.cpp
│ │ │ ├── CDPlayerDlg.cpp
│ │ │ ├── CDPlayerDlg.h
│ │ │ ├── CDPlayer.dsp
│ │ │ ├── CDPlayer.dsw
│ │ │ ├── CDPlayer.h
│ │ │ ├── CDPlayer.ncb
│ │ │ ├── CDPlayer.opt
│ │ │ ├── CDPlayer.plg
│ │ │ ├── CDPlayer.rc
│ │ │ ├── res
│ │ │ │ ├── CDPlayer.ico
│ │ │ │ └── CDPlayer.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 02
│ │ │ ├── CDPlayer.aps
│ │ │ ├── CDPlayer.clw
│ │ │ ├── CDPlayer.cpp
│ │ │ ├── CDPlayerDlg.cpp
│ │ │ ├── CDPlayerDlg.h
│ │ │ ├── CDPlayer.dsp
│ │ │ ├── CDPlayer.dsw
│ │ │ ├── CDPlayer.h
│ │ │ ├── CDPlayer.ncb
│ │ │ ├── CDPlayer.opt
│ │ │ ├── CDPlayer.plg
│ │ │ ├── CDPlayer.rc
│ │ │ ├── res
│ │ │ │ ├── CDPlayer.ico
│ │ │ │ └── CDPlayer.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 03
│ │ ├── CDSnatch.aps
│ │ ├── CDSnatch.clw
│ │ ├── CDSnatch.cpp
│ │ ├── CDSnatchDlg.cpp
│ │ ├── CDSnatchDlg.h
│ │ ├── CDSnatch.dsp
│ │ ├── CDSnatch.dsw
│ │ ├── CDSnatch.h
│ │ ├── CDSnatch.ncb
│ │ ├── CDSnatch.opt
│ │ ├── CDSnatch.plg
│ │ ├── CDSnatch.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── CDSnatch.ico
│ │ │ └── CDSnatch.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 程序使用说明.txt
│ ├── 4.3
│ │ ├── 4.3.2
│ │ │ ├── 01
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── res
│ │ │ │ │ ├── WavePlay.ico
│ │ │ │ │ └── WavePlay.rc2
│ │ │ │ ├── resource.h
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── WavePlay.aps
│ │ │ │ ├── WavePlay.clw
│ │ │ │ ├── WavePlay.cpp
│ │ │ │ ├── WavePlayDlg.cpp
│ │ │ │ ├── WavePlayDlg.h
│ │ │ │ ├── WavePlay.dsp
│ │ │ │ ├── WavePlay.dsw
│ │ │ │ ├── WavePlay.h
│ │ │ │ ├── WavePlay.ncb
│ │ │ │ ├── WavePlay.opt
│ │ │ │ ├── WavePlay.plg
│ │ │ │ └── WavePlay.rc
│ │ │ ├── 02
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── res
│ │ │ │ │ ├── WavePlay.ico
│ │ │ │ │ └── WavePlay.rc2
│ │ │ │ ├── resource.h
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── WavePlay.aps
│ │ │ │ ├── WavePlay.clw
│ │ │ │ ├── WavePlay.cpp
│ │ │ │ ├── WavePlayDlg.cpp
│ │ │ │ ├── WavePlayDlg.h
│ │ │ │ ├── WavePlay.dsp
│ │ │ │ ├── WavePlay.dsw
│ │ │ │ ├── WavePlay.h
│ │ │ │ ├── WavePlay.ncb
│ │ │ │ ├── WavePlay.opt
│ │ │ │ ├── WavePlay.plg
│ │ │ │ └── WavePlay.rc
│ │ │ ├── 03
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── res
│ │ │ │ │ ├── WavePlay.ico
│ │ │ │ │ └── WavePlay.rc2
│ │ │ │ ├── resource.h
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── WavePlay.aps
│ │ │ │ ├── WavePlay.clw
│ │ │ │ ├── WavePlay.cpp
│ │ │ │ ├── WavePlayDlg.cpp
│ │ │ │ ├── WavePlayDlg.h
│ │ │ │ ├── WavePlay.dsp
│ │ │ │ ├── WavePlay.dsw
│ │ │ │ ├── WavePlay.h
│ │ │ │ ├── WavePlay.ncb
│ │ │ │ ├── WavePlay.opt
│ │ │ │ ├── WavePlay.plg
│ │ │ │ └── WavePlay.rc
│ │ │ ├── 04
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── res
│ │ │ │ │ ├── WavePlay.ico
│ │ │ │ │ └── WavePlay.rc2
│ │ │ │ ├── resource.h
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── WavePlay.aps
│ │ │ │ ├── WavePlay.clw
│ │ │ │ ├── WavePlay.cpp
│ │ │ │ ├── WavePlayDlg.cpp
│ │ │ │ ├── WavePlayDlg.h
│ │ │ │ ├── WavePlay.dsp
│ │ │ │ ├── WavePlay.dsw
│ │ │ │ ├── WavePlay.h
│ │ │ │ ├── WavePlay.ncb
│ │ │ │ ├── WavePlay.opt
│ │ │ │ ├── WavePlay.plg
│ │ │ │ └── WavePlay.rc
│ │ │ ├── 05
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── res
│ │ │ │ │ ├── LogOut.wav
│ │ │ │ │ ├── WavePlay.ico
│ │ │ │ │ └── WavePlay.rc2
│ │ │ │ ├── resource.h
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── WavePlay.aps
│ │ │ │ ├── WavePlay.clw
│ │ │ │ ├── WavePlay.cpp
│ │ │ │ ├── WavePlayDlg.cpp
│ │ │ │ ├── WavePlayDlg.h
│ │ │ │ ├── WavePlay.dsp
│ │ │ │ ├── WavePlay.dsw
│ │ │ │ ├── WavePlay.h
│ │ │ │ ├── WavePlay.ncb
│ │ │ │ ├── WavePlay.opt
│ │ │ │ ├── WavePlay.plg
│ │ │ │ └── WavePlay.rc
│ │ │ └── 06
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── WavePlay.ico
│ │ │ │ └── WavePlay.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── WavePlay.aps
│ │ │ ├── WavePlay.clw
│ │ │ ├── WavePlay.cpp
│ │ │ ├── WavePlayDlg.cpp
│ │ │ ├── WavePlayDlg.h
│ │ │ ├── WavePlay.dsp
│ │ │ ├── WavePlay.dsw
│ │ │ ├── WavePlay.h
│ │ │ ├── WavePlay.ncb
│ │ │ ├── WavePlay.opt
│ │ │ ├── WavePlay.plg
│ │ │ └── WavePlay.rc
│ │ └── 4.3.3
│ │ ├── 01
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── WaveFormRecord.ico
│ │ │ │ └── WaveFormRecord.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── WaveFormRecord.aps
│ │ │ ├── WaveFormRecord.clw
│ │ │ ├── WaveFormRecord.cpp
│ │ │ ├── WaveFormRecordDlg.cpp
│ │ │ ├── WaveFormRecordDlg.h
│ │ │ ├── WaveFormRecord.dsp
│ │ │ ├── WaveFormRecord.dsw
│ │ │ ├── WaveFormRecord.h
│ │ │ ├── WaveFormRecord.ncb
│ │ │ ├── WaveFormRecord.opt
│ │ │ ├── WaveFormRecord.plg
│ │ │ └── WaveFormRecord.rc
│ │ └── 02
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── WaveFormBuffer.ico
│ │ │ └── WaveFormBuffer.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── test.txt
│ │ ├── WaveFormBuffer.aps
│ │ ├── WaveFormBuffer.clw
│ │ ├── WaveFormBuffer.cpp
│ │ ├── WaveFormBufferDlg.cpp
│ │ ├── WaveFormBufferDlg.h
│ │ ├── WaveFormBuffer.dsp
│ │ ├── WaveFormBuffer.dsw
│ │ ├── WaveFormBuffer.h
│ │ ├── WaveFormBuffer.ncb
│ │ ├── WaveFormBuffer.opt
│ │ ├── WaveFormBuffer.plg
│ │ └── WaveFormBuffer.rc
│ └── 4.4
│ ├── 4.4.2
│ │ └── 01
│ │ ├── DSWaveRecord.aps
│ │ ├── DSWaveRecord.clw
│ │ ├── DSWaveRecord.cpp
│ │ ├── DSWaveRecordDlg.cpp
│ │ ├── DSWaveRecordDlg.h
│ │ ├── DSWaveRecord.dsp
│ │ ├── DSWaveRecord.dsw
│ │ ├── DSWaveRecord.h
│ │ ├── DSWaveRecord.ncb
│ │ ├── DSWaveRecord.opt
│ │ ├── DSWaveRecord.plg
│ │ ├── DSWaveRecord.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── DSWaveRecord.ico
│ │ │ └── DSWaveRecord.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 程序使用说明.txt
│ └── 4.4.3
│ └── 01
│ ├── DXPlayWav.aps
│ ├── DXPlayWav.clw
│ ├── DXPlayWav.cpp
│ ├── DXPlayWavDlg.cpp
│ ├── DXPlayWavDlg.h
│ ├── DXPlayWav.dsp
│ ├── DXPlayWav.dsw
│ ├── DXPlayWav.h
│ ├── DXPlayWav.ncb
│ ├── DXPlayWav.opt
│ ├── DXPlayWav.plg
│ ├── DXPlayWav.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DXPlayWav.ico
│ │ └── DXPlayWav.rc2
│ ├── resource.h
│ ├── result.txt
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 5
│ ├── 5.2
│ │ ├── 5.2.2
│ │ │ └── 01
│ │ │ └── ConsinConvert
│ │ │ ├── ConsinConvert.aps
│ │ │ ├── ConsinConvert.clw
│ │ │ ├── ConsinConvert.cpp
│ │ │ ├── ConsinConvertDlg.cpp
│ │ │ ├── ConsinConvertDlg.h
│ │ │ ├── ConsinConvert.dsp
│ │ │ ├── ConsinConvert.dsw
│ │ │ ├── ConsinConvert.h
│ │ │ ├── ConsinConvert.ncb
│ │ │ ├── ConsinConvert.opt
│ │ │ ├── ConsinConvert.plg
│ │ │ ├── ConsinConvert.rc
│ │ │ ├── New.bmp
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 12.ico
│ │ │ │ ├── ConsinConvert.ico
│ │ │ │ └── ConsinConvert.rc2
│ │ │ ├── resource.h
│ │ │ ├── Source.bmp
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 5.2.7
│ │ │ └── 01
│ │ │ └── JpegCode
│ │ │ ├── dibapi.cpp
│ │ │ ├── dibapi.h
│ │ │ ├── JCONFIG.H
│ │ │ ├── JMORECFG.H
│ │ │ ├── JpegCode.aps
│ │ │ ├── JpegCode.clw
│ │ │ ├── JpegCode.cpp
│ │ │ ├── JpegCodeDlg.cpp
│ │ │ ├── JpegCodeDlg.h
│ │ │ ├── JpegCode.dsp
│ │ │ ├── JpegCode.dsw
│ │ │ ├── JpegCode.h
│ │ │ ├── JpegCode.ncb
│ │ │ ├── JpegCode.opt
│ │ │ ├── JpegCode.plg
│ │ │ ├── JpegCode.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 152.ico
│ │ │ │ ├── JpegCode.ico
│ │ │ │ └── JpegCode.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ └── 程序使用说明.txt
│ │ └── 5.2.8
│ │ └── 01
│ │ └── CompressJpeg
│ │ ├── CompressJpeg.aps
│ │ ├── CompressJpeg.clw
│ │ ├── CompressJpeg.cpp
│ │ ├── CompressJpegDlg.cpp
│ │ ├── CompressJpegDlg.h
│ │ ├── CompressJpeg.dsp
│ │ ├── CompressJpeg.dsw
│ │ ├── CompressJpeg.h
│ │ ├── CompressJpeg.ncb
│ │ ├── CompressJpeg.opt
│ │ ├── CompressJpeg.plg
│ │ ├── CompressJpeg.rc
│ │ ├── JCONFIG.H
│ │ ├── JMORECFG.H
│ │ ├── JPEGLIB2.lib.ncb
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 104.ico
│ │ │ ├── CompressJpeg.ico
│ │ │ └── CompressJpeg.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 程序使用说明.txt
│ ├── 5.3
│ │ └── 5.3.2
│ │ ├── 01
│ │ │ └── AviCompress
│ │ │ ├── AviCompress.aps
│ │ │ ├── AviCompress.clw
│ │ │ ├── AviCompress.cpp
│ │ │ ├── AviCompressDlg.cpp
│ │ │ ├── AviCompressDlg.h
│ │ │ ├── AviCompress.dsp
│ │ │ ├── AviCompress.dsw
│ │ │ ├── AviCompress.h
│ │ │ ├── AviCompress.ncb
│ │ │ ├── AviCompress.opt
│ │ │ ├── AviCompress.plg
│ │ │ ├── AviCompress.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 152.ico
│ │ │ │ ├── AviCompress.ico
│ │ │ │ └── AviCompress.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 02
│ │ └── VideoCompress
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 104.ico
│ │ │ ├── VideoCompress.ico
│ │ │ └── VideoCompress.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── VideoCompress.aps
│ │ ├── VideoCompress.clw
│ │ ├── VideoCompress.cpp
│ │ ├── VideoCompressDlg.cpp
│ │ ├── VideoCompressDlg.h
│ │ ├── VideoCompress.dsp
│ │ ├── VideoCompress.dsw
│ │ ├── VideoCompress.h
│ │ ├── VideoCompress.ncb
│ │ ├── VideoCompress.opt
│ │ ├── VideoCompress.plg
│ │ └── VideoCompress.rc
│ └── 5.4
│ └── 5.4.2
│ ├── 01
│ │ └── AcmCompress
│ │ ├── AcmCompress.aps
│ │ ├── AcmCompress.clw
│ │ ├── AcmCompress.cpp
│ │ ├── AcmCompressDlg.cpp
│ │ ├── AcmCompressDlg.h
│ │ ├── AcmCompress.dsp
│ │ ├── AcmCompress.dsw
│ │ ├── AcmCompress.h
│ │ ├── AcmCompress.ncb
│ │ ├── AcmCompress.opt
│ │ ├── AcmCompress.plg
│ │ ├── AcmCompress.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── 52.ico
│ │ │ ├── AcmCompress.ico
│ │ │ ├── AcmCompress.rc2
│ │ │ └── 按钮.bmp
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 02
│ └── AudioCompress
│ ├── AudioCompress.aps
│ ├── AudioCompress.cpp
│ ├── AudioCompressDlg.cpp
│ ├── AudioCompressDlg.h
│ ├── AudioCompress.dsp
│ ├── AudioCompress.dsw
│ ├── AudioCompress.h
│ ├── AudioCompress.ncb
│ ├── AudioCompress.opt
│ ├── AudioCompress.plg
│ ├── AudioCompress.rc
│ ├── debug.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 24.ico
│ │ ├── AudioCompress.ico
│ │ ├── AudioCompress.rc2
│ │ └── 按钮.bmp
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── wave.cpp
│ └── wave.h
├── 6
│ ├── 6.2
│ │ ├── 6.2.4
│ │ │ └── 01
│ │ │ ├── ReadMe.txt
│ │ │ ├── ReConnect.aps
│ │ │ ├── ReConnect.clw
│ │ │ ├── ReConnect.cpp
│ │ │ ├── ReConnectDlg.cpp
│ │ │ ├── ReConnectDlg.h
│ │ │ ├── ReConnect.dsp
│ │ │ ├── ReConnect.dsw
│ │ │ ├── ReConnect.h
│ │ │ ├── ReConnect.ncb
│ │ │ ├── ReConnect.opt
│ │ │ ├── ReConnect.plg
│ │ │ ├── ReConnect.rc
│ │ │ ├── res
│ │ │ │ ├── 104.ico
│ │ │ │ ├── 71.ico
│ │ │ │ ├── ReConnect.ico
│ │ │ │ └── ReConnect.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 6.2.5
│ │ │ └── 01
│ │ │ ├── 001.aps
│ │ │ ├── 001.clw
│ │ │ ├── 001.cpp
│ │ │ ├── 001Dlg.cpp
│ │ │ ├── 001Dlg.h
│ │ │ ├── 001.dsp
│ │ │ ├── 001.dsw
│ │ │ ├── 001.h
│ │ │ ├── 001.ncb
│ │ │ ├── 001.opt
│ │ │ ├── 001.plg
│ │ │ ├── 001.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 001.ico
│ │ │ │ ├── 001.rc2
│ │ │ │ ├── 02.ico
│ │ │ │ └── 104.ico
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 6.2.6
│ │ │ └── 01
│ │ │ ├── ClientSocket.cpp
│ │ │ ├── ClientSocket.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ART BASI.ICO
│ │ │ │ ├── BROWN FO.ICO
│ │ │ │ ├── TransFile.ico
│ │ │ │ ├── TransFile.rc2
│ │ │ │ └── 按钮.bmp
│ │ │ ├── resource.h
│ │ │ ├── ServerSocket.cpp
│ │ │ ├── ServerSocket.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── TransFile.aps
│ │ │ ├── TransFile.clw
│ │ │ ├── TransFile.cpp
│ │ │ ├── TransFileDlg.cpp
│ │ │ ├── TransFileDlg.h
│ │ │ ├── TransFile.dsp
│ │ │ ├── TransFile.dsw
│ │ │ ├── TransFile.h
│ │ │ ├── TransFile.ncb
│ │ │ ├── TransFile.opt
│ │ │ ├── TransFile.plg
│ │ │ └── TransFile.rc
│ │ └── 6.2.7
│ │ └── 01
│ │ ├── ClientAS.cpp
│ │ ├── ClientAS.h
│ │ ├── NetPhone.aps
│ │ ├── NetPhone.clw
│ │ ├── NetPhone.cpp
│ │ ├── NetPhoneDlg.cpp
│ │ ├── NetPhoneDlg.h
│ │ ├── NetPhone.dsp
│ │ ├── NetPhone.dsw
│ │ ├── NetPhone.h
│ │ ├── NetPhone.ncb
│ │ ├── NetPhone.opt
│ │ ├── NetPhone.plg
│ │ ├── NetPhone.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── NetPhone.ico
│ │ │ ├── NetPhone.rc2
│ │ │ └── 按钮.bmp
│ │ ├── resource.h
│ │ ├── ServerAS.cpp
│ │ ├── ServerAS.h
│ │ ├── ServerSocket.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 程序使用说明.txt
│ ├── 6.3
│ │ └── 6.3.3
│ │ ├── 01
│ │ │ ├── aaa.aps
│ │ │ ├── aaa.clw
│ │ │ ├── aaa.cpp
│ │ │ ├── aaaDlg.cpp
│ │ │ ├── aaaDlg.h
│ │ │ ├── aaa.dsp
│ │ │ ├── aaa.dsw
│ │ │ ├── aaa.h
│ │ │ ├── aaa.ncb
│ │ │ ├── aaa.opt
│ │ │ ├── aaa.plg
│ │ │ ├── aaa.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── aaa.ico
│ │ │ │ └── aaa.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 02
│ │ ├── bbb.aps
│ │ ├── bbb.clw
│ │ ├── bbb.cpp
│ │ ├── bbbDlg.cpp
│ │ ├── bbbDlg.h
│ │ ├── bbb.dsp
│ │ ├── bbb.dsw
│ │ ├── bbb.h
│ │ ├── bbb.ncb
│ │ ├── bbb.opt
│ │ ├── bbb.plg
│ │ ├── bbb.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── bbb.ico
│ │ │ └── bbb.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 6.4
│ │ └── 6.4.2
│ │ ├── 01
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── STelevise.ico
│ │ │ │ └── STelevise.rc2
│ │ │ ├── resource.h
│ │ │ ├── ServerSocket.cpp
│ │ │ ├── ServerSocket.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── STelevise.aps
│ │ │ ├── STelevise.clw
│ │ │ ├── STelevise.cpp
│ │ │ ├── STeleviseDlg.cpp
│ │ │ ├── STeleviseDlg.h
│ │ │ ├── STelevise.dsp
│ │ │ ├── STelevise.dsw
│ │ │ ├── STelevise.h
│ │ │ ├── STelevise.ncb
│ │ │ ├── STelevise.opt
│ │ │ ├── STelevise.plg
│ │ │ └── STelevise.rc
│ │ └── 02
│ │ ├── ClientSocket.cpp
│ │ ├── ClientSocket.h
│ │ ├── CTelevise.aps
│ │ ├── CTelevise.clw
│ │ ├── CTelevise.cpp
│ │ ├── CTeleviseDlg.cpp
│ │ ├── CTeleviseDlg.h
│ │ ├── CTelevise.dsp
│ │ ├── CTelevise.dsw
│ │ ├── CTelevise.h
│ │ ├── CTelevise.ncb
│ │ ├── CTelevise.opt
│ │ ├── CTelevise.plg
│ │ ├── CTelevise.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── CTelevise.ico
│ │ │ └── CTelevise.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 6.5
│ ├── 6.5.1
│ │ ├── 01
│ │ │ ├── CRCClient.aps
│ │ │ ├── CRCClient.clw
│ │ │ ├── CRCClient.cpp
│ │ │ ├── CRCClientDlg.cpp
│ │ │ ├── CRCClientDlg.h
│ │ │ ├── CRCClient.dsp
│ │ │ ├── CRCClient.dsw
│ │ │ ├── CRCClient.h
│ │ │ ├── CRCClient.ncb
│ │ │ ├── CRCClient.opt
│ │ │ ├── CRCClient.plg
│ │ │ ├── CRCClient.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── CRCClient.ico
│ │ │ │ └── CRCClient.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 02
│ │ ├── CRCSever.aps
│ │ ├── CRCSever.clw
│ │ ├── CRCSever.cpp
│ │ ├── CRCSeverDlg.cpp
│ │ ├── CRCSeverDlg.h
│ │ ├── CRCSever.dsp
│ │ ├── CRCSever.dsw
│ │ ├── CRCSever.h
│ │ ├── CRCSever.ncb
│ │ ├── CRCSever.opt
│ │ ├── CRCSever.plg
│ │ ├── CRCSever.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── CRCSever.ico
│ │ │ └── CRCSever.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 6.5.2
│ ├── 01
│ │ ├── Checksum.cpp
│ │ ├── Checksum.h
│ │ ├── MD5Client.aps
│ │ ├── MD5Client.clw
│ │ ├── MD5Client.cpp
│ │ ├── MD5ClientDlg.cpp
│ │ ├── MD5ClientDlg.h
│ │ ├── MD5Client.dsp
│ │ ├── MD5Client.dsw
│ │ ├── MD5Client.h
│ │ ├── MD5Client.ncb
│ │ ├── MD5Client.opt
│ │ ├── MD5Client.plg
│ │ ├── MD5Client.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── MD5Client.ico
│ │ │ └── MD5Client.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 02
│ ├── Checksum.cpp
│ ├── Checksum.h
│ ├── ClientSocket.cpp
│ ├── ClientSocket.h
│ ├── MD5Server.aps
│ ├── MD5Server.clw
│ ├── MD5Server.cpp
│ ├── MD5ServerDlg.cpp
│ ├── MD5ServerDlg.h
│ ├── MD5Server.dsp
│ ├── MD5Server.dsw
│ ├── MD5Server.h
│ ├── MD5Server.ncb
│ ├── MD5Server.opt
│ ├── MD5Server.plg
│ ├── MD5Server.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── MD5Server.ico
│ │ └── MD5Server.rc2
│ ├── resource.h
│ ├── ServerSocket.cpp
│ ├── ServerSocket.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 7
│ ├── 7.2
│ │ ├── 7.2.1
│ │ │ └── 01
│ │ │ ├── Des.aps
│ │ │ ├── Des.clw
│ │ │ ├── Des.cpp
│ │ │ ├── DesDlg.cpp
│ │ │ ├── DesDlg.h
│ │ │ ├── Des.dsp
│ │ │ ├── Des.dsw
│ │ │ ├── DesEncrypt.cpp
│ │ │ ├── DesEncrypt.h
│ │ │ ├── Des.h
│ │ │ ├── Des.ncb
│ │ │ ├── Des.opt
│ │ │ ├── Des.plg
│ │ │ ├── Des.rc
│ │ │ ├── Login.cpp
│ │ │ ├── Login.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Des.ico
│ │ │ │ ├── Des.rc2
│ │ │ │ └── 按钮.bmp
│ │ │ ├── resource.h
│ │ │ ├── shujuku.mdb
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 7.2.2
│ │ └── 01
│ │ └── RSA
│ │ ├── Login.cpp
│ │ ├── Login.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── RSA.ico
│ │ │ ├── RSA.rc2
│ │ │ └── 按钮.bmp
│ │ ├── resource.h
│ │ ├── RSA.APS
│ │ ├── RSA.clw
│ │ ├── RSA.cpp
│ │ ├── RSADlg.cpp
│ │ ├── RSADlg.h
│ │ ├── RSA.dsp
│ │ ├── RSA.dsw
│ │ ├── RSA.h
│ │ ├── RSA.ncb
│ │ ├── RSA.opt
│ │ ├── RSA.plg
│ │ ├── RSA.rc
│ │ ├── shujuku.mdb
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 7.3
│ │ ├── 7.3.1
│ │ │ ├── 01
│ │ │ │ ├── DesEncrypt.cpp
│ │ │ │ ├── DesEncrypt.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── res
│ │ │ │ │ ├── Server.ico
│ │ │ │ │ └── Server.rc2
│ │ │ │ ├── resource.h
│ │ │ │ ├── Server.aps
│ │ │ │ ├── Server.clw
│ │ │ │ ├── Server.cpp
│ │ │ │ ├── ServerDlg.cpp
│ │ │ │ ├── ServerDlg.h
│ │ │ │ ├── Server.dsp
│ │ │ │ ├── Server.dsw
│ │ │ │ ├── Server.h
│ │ │ │ ├── Server.ncb
│ │ │ │ ├── Server.opt
│ │ │ │ ├── Server.plg
│ │ │ │ ├── Server.rc
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ └── 02
│ │ │ ├── Client.aps
│ │ │ ├── Client.clw
│ │ │ ├── Client.cpp
│ │ │ ├── ClientDlg.cpp
│ │ │ ├── ClientDlg.h
│ │ │ ├── Client.dsp
│ │ │ ├── Client.dsw
│ │ │ ├── Client.h
│ │ │ ├── Client.ncb
│ │ │ ├── Client.opt
│ │ │ ├── Client.plg
│ │ │ ├── Client.rc
│ │ │ ├── DesEncrypt.cpp
│ │ │ ├── DesEncrypt.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Client.ico
│ │ │ │ └── Client.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 7.3.2
│ │ ├── 01
│ │ │ ├── Client.aps
│ │ │ ├── Client.clw
│ │ │ ├── Client.cpp
│ │ │ ├── ClientDlg.cpp
│ │ │ ├── ClientDlg.h
│ │ │ ├── Client.dsp
│ │ │ ├── Client.dsw
│ │ │ ├── Client.h
│ │ │ ├── Client.ncb
│ │ │ ├── Client.opt
│ │ │ ├── Client.plg
│ │ │ ├── Client.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Client.ico
│ │ │ │ └── Client.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 02
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Server.ico
│ │ │ │ └── Server.rc2
│ │ │ ├── resource.h
│ │ │ ├── Server.aps
│ │ │ ├── Server.clw
│ │ │ ├── Server.cpp
│ │ │ ├── ServerDlg.cpp
│ │ │ ├── ServerDlg.h
│ │ │ ├── Server.dsp
│ │ │ ├── Server.dsw
│ │ │ ├── Server.h
│ │ │ ├── Server.ncb
│ │ │ ├── Server.opt
│ │ │ ├── Server.plg
│ │ │ ├── Server.rc
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 程序使用说明.txt
│ └── 7.4
│ ├── 7.4.2
│ │ └── 01
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Write.ico
│ │ │ ├── Write.rc2
│ │ │ └── 按钮.bmp
│ │ ├── resource.h
│ │ ├── RGDLW32V.OBJ
│ │ ├── softdog.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── Write.aps
│ │ ├── Write.clw
│ │ ├── Write.cpp
│ │ ├── WriteDlg.cpp
│ │ ├── WriteDlg.h
│ │ ├── Write.dsp
│ │ ├── Write.dsw
│ │ ├── Write.h
│ │ ├── Write.ncb
│ │ ├── Write.opt
│ │ ├── Write.plg
│ │ └── Write.rc
│ └── 7.4.3
│ └── 01
│ ├── EncryptDog.aps
│ ├── EncryptDog.clw
│ ├── EncryptDog.cpp
│ ├── EncryptDogDlg.cpp
│ ├── EncryptDogDlg.h
│ ├── EncryptDog.dsp
│ ├── EncryptDog.dsw
│ ├── EncryptDog.h
│ ├── EncryptDog.ncb
│ ├── EncryptDog.opt
│ ├── EncryptDog.plg
│ ├── EncryptDog.rc
│ ├── Login.cpp
│ ├── Login.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── EncryptDog.ico
│ │ ├── EncryptDog.rc2
│ │ └── 按钮.bmp
│ ├── resource.h
│ ├── RGDLW32V.OBJ
│ ├── softdog.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 8
│ ├── 8.1
│ │ ├── 8.1.1
│ │ │ ├── 01
│ │ │ │ ├── ClientSocket.cpp
│ │ │ │ ├── ClientSocket.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── res
│ │ │ │ │ ├── Server.ico
│ │ │ │ │ ├── Server.rc2
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ └── 聊天系列版.bmp
│ │ │ │ ├── resource.h
│ │ │ │ ├── Server.aps
│ │ │ │ ├── Server.clw
│ │ │ │ ├── Server.cpp
│ │ │ │ ├── ServerDlg.cpp
│ │ │ │ ├── ServerDlg.h
│ │ │ │ ├── Server.dsp
│ │ │ │ ├── Server.dsw
│ │ │ │ ├── Server.h
│ │ │ │ ├── Server.ncb
│ │ │ │ ├── Server.opt
│ │ │ │ ├── Server.plg
│ │ │ │ ├── Server.rc
│ │ │ │ ├── ServerSocket.cpp
│ │ │ │ ├── ServerSocket.h
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ └── 02
│ │ │ ├── Client.aps
│ │ │ ├── Client.clw
│ │ │ ├── Client.cpp
│ │ │ ├── ClientDlg.cpp
│ │ │ ├── ClientDlg.h
│ │ │ ├── Client.dsp
│ │ │ ├── Client.dsw
│ │ │ ├── Client.h
│ │ │ ├── Client.ncb
│ │ │ ├── Client.opt
│ │ │ ├── Client.plg
│ │ │ ├── Client.rc
│ │ │ ├── Mysocket.cpp
│ │ │ ├── Mysocket.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Client.ico
│ │ │ │ ├── Client.rc2
│ │ │ │ └── 聊天系列版.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 8.1.2
│ │ ├── 01
│ │ │ ├── ClientSocket.cpp
│ │ │ ├── ClientSocket.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Server.ico
│ │ │ │ ├── Server.rc2
│ │ │ │ ├── Thumbs.db
│ │ │ │ └── 聊天系列版.bmp
│ │ │ ├── resource.h
│ │ │ ├── Server.aps
│ │ │ ├── Server.clw
│ │ │ ├── Server.cpp
│ │ │ ├── ServerDlg.cpp
│ │ │ ├── ServerDlg.h
│ │ │ ├── Server.dsp
│ │ │ ├── Server.dsw
│ │ │ ├── Server.h
│ │ │ ├── Server.ncb
│ │ │ ├── Server.opt
│ │ │ ├── Server.plg
│ │ │ ├── Server.rc
│ │ │ ├── ServerSocket.cpp
│ │ │ ├── ServerSocket.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 02
│ │ ├── Client.aps
│ │ ├── Client.clw
│ │ ├── Client.cpp
│ │ ├── ClientDlg.cpp
│ │ ├── ClientDlg.h
│ │ ├── Client.dsp
│ │ ├── Client.dsw
│ │ ├── Client.h
│ │ ├── Client.ncb
│ │ ├── Client.opt
│ │ ├── Client.plg
│ │ ├── Client.rc
│ │ ├── Mysocket.cpp
│ │ ├── Mysocket.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Client.ico
│ │ │ ├── Client.rc2
│ │ │ └── 聊天系列版.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 聊天记录.txt
│ ├── 8.2
│ │ ├── 8.2.1
│ │ │ ├── 01
│ │ │ │ ├── ClientSocket.cpp
│ │ │ │ ├── ClientSocket.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── res
│ │ │ │ │ ├── Server.ico
│ │ │ │ │ └── Server.rc2
│ │ │ │ ├── resource.h
│ │ │ │ ├── Server.aps
│ │ │ │ ├── Server.clw
│ │ │ │ ├── Server.cpp
│ │ │ │ ├── ServerDlg.cpp
│ │ │ │ ├── ServerDlg.h
│ │ │ │ ├── Server.dsp
│ │ │ │ ├── Server.dsw
│ │ │ │ ├── Server.h
│ │ │ │ ├── Server.ncb
│ │ │ │ ├── Server.opt
│ │ │ │ ├── Server.plg
│ │ │ │ ├── Server.rc
│ │ │ │ ├── ServerSocket.cpp
│ │ │ │ ├── ServerSocket.h
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ └── 02
│ │ │ ├── Client.aps
│ │ │ ├── Client.clw
│ │ │ ├── Client.cpp
│ │ │ ├── ClientDlg.cpp
│ │ │ ├── ClientDlg.h
│ │ │ ├── Client.dsp
│ │ │ ├── Client.dsw
│ │ │ ├── Client.h
│ │ │ ├── Client.ncb
│ │ │ ├── Client.opt
│ │ │ ├── Client.plg
│ │ │ ├── Client.rc
│ │ │ ├── ClientSocket.cpp
│ │ │ ├── ClientSocket.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Client.ico
│ │ │ │ └── Client.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── 8.2.2
│ │ │ └── 01
│ │ │ ├── Client.aps
│ │ │ ├── Client.clw
│ │ │ ├── Client.cpp
│ │ │ ├── ClientDlg.cpp
│ │ │ ├── ClientDlg.h
│ │ │ ├── Client.dsp
│ │ │ ├── Client.dsw
│ │ │ ├── Client.h
│ │ │ ├── Client.ncb
│ │ │ ├── Client.opt
│ │ │ ├── Client.plg
│ │ │ ├── Client.rc
│ │ │ ├── MediaTransmit.dll
│ │ │ ├── MediaTransmit.h
│ │ │ ├── MediaTransmit.lib
│ │ │ ├── Mix.dll
│ │ │ ├── MPG4c32.dll
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── 12.ico
│ │ │ │ ├── Client.ico
│ │ │ │ └── Client.rc2
│ │ │ ├── resource.h
│ │ │ ├── Sa7134Capture.dll
│ │ │ ├── Sa7134Capture.h
│ │ │ ├── Sa7134Capture.lib
│ │ │ ├── ServerInfo.cpp
│ │ │ ├── ServerInfo.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ └── xvidcore.dll
│ │ ├── 8.2.3
│ │ │ ├── 01
│ │ │ │ ├── Client.aps
│ │ │ │ ├── Client.clw
│ │ │ │ ├── Client.cpp
│ │ │ │ ├── ClientDlg.cpp
│ │ │ │ ├── ClientDlg.h
│ │ │ │ ├── Client.dsp
│ │ │ │ ├── Client.dsw
│ │ │ │ ├── Client.h
│ │ │ │ ├── Client.ncb
│ │ │ │ ├── Client.opt
│ │ │ │ ├── Client.plg
│ │ │ │ ├── Client.rc
│ │ │ │ ├── ClientSocket.cpp
│ │ │ │ ├── ClientSocket.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── res
│ │ │ │ │ ├── Client.ico
│ │ │ │ │ └── Client.rc2
│ │ │ │ ├── resource.h
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ └── 02
│ │ │ ├── BMP
│ │ │ ├── ClientSocket.cpp
│ │ │ ├── ClientSocket.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Server.ico
│ │ │ │ └── Server.rc2
│ │ │ ├── resource.h
│ │ │ ├── Server.aps
│ │ │ ├── Server.clw
│ │ │ ├── Server.cpp
│ │ │ ├── ServerDlg.cpp
│ │ │ ├── ServerDlg.h
│ │ │ ├── Server.dsp
│ │ │ ├── Server.dsw
│ │ │ ├── Server.h
│ │ │ ├── Server.ncb
│ │ │ ├── Server.opt
│ │ │ ├── Server.plg
│ │ │ ├── Server.rc
│ │ │ ├── ServerSocket.cpp
│ │ │ ├── ServerSocket.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 8.2.4
│ │ └── 01
│ │ ├── mediaplayer2.cpp
│ │ ├── mediaplayer2.h
│ │ ├── mediaplayerdvd.cpp
│ │ ├── mediaplayerdvd.h
│ │ ├── PlayAVI.aps
│ │ ├── PlayAVI.clw
│ │ ├── PlayAVI.cpp
│ │ ├── PlayAVIDlg.cpp
│ │ ├── PlayAVIDlg.h
│ │ ├── PlayAVI.dsp
│ │ ├── PlayAVI.dsw
│ │ ├── PlayAVI.h
│ │ ├── PlayAVI.ncb
│ │ ├── PlayAVI.opt
│ │ ├── PlayAVI.plg
│ │ ├── PlayAVI.rc
│ │ ├── res
│ │ │ ├── PlayAVI.ico
│ │ │ └── PlayAVI.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 8.3
│ ├── 8.3.1
│ │ ├── 01
│ │ │ ├── Client.aps
│ │ │ ├── Client.clw
│ │ │ ├── Client.cpp
│ │ │ ├── ClientDlg.cpp
│ │ │ ├── ClientDlg.h
│ │ │ ├── Client.dsp
│ │ │ ├── Client.dsw
│ │ │ ├── Client.h
│ │ │ ├── Client.ncb
│ │ │ ├── Client.opt
│ │ │ ├── Client.plg
│ │ │ ├── Client.rc
│ │ │ ├── ClientSocket.cpp
│ │ │ ├── ClientSocket.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Client.ico
│ │ │ │ └── Client.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── 02
│ │ ├── ClientSocket.cpp
│ │ ├── ClientSocket.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Server.ico
│ │ │ └── Server.rc2
│ │ ├── resource.h
│ │ ├── Server.aps
│ │ ├── Server.clw
│ │ ├── Server.cpp
│ │ ├── ServerDlg.cpp
│ │ ├── ServerDlg.h
│ │ ├── Server.dsp
│ │ ├── Server.dsw
│ │ ├── Server.h
│ │ ├── Server.ncb
│ │ ├── Server.opt
│ │ ├── Server.plg
│ │ ├── Server.rc
│ │ ├── ServerSocket.cpp
│ │ ├── ServerSocket.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 8.3.2
│ └── 01
│ ├── ReadMe.txt
│ ├── res
│ │ ├── 65.ico
│ │ ├── WAVPlay.ico
│ │ └── WAVPlay.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── WAVPlay.aps
│ ├── WAVPlay.clw
│ ├── WAVPlay.cpp
│ ├── WAVPlayDlg.cpp
│ ├── WAVPlayDlg.h
│ ├── WAVPlay.dsp
│ ├── WAVPlay.dsw
│ ├── WAVPlay.h
│ ├── WAVPlay.ncb
│ ├── WAVPlay.opt
│ ├── WAVPlay.plg
│ └── WAVPlay.rc
├── 9
│ └── 9.4
│ └── 9.4.1
│ └── 01
│ ├── BackUp.aps
│ ├── BackUp.clw
│ ├── BackUp.cpp
│ ├── BackUpDlg.cpp
│ ├── BackUpDlg.h
│ ├── BackUp.dsp
│ ├── BackUp.dsw
│ ├── BackUp.h
│ ├── BackUp.ncb
│ ├── BackUp.opt
│ ├── BackUp.plg
│ ├── BackUp.rc
│ ├── msado15.tlh
│ ├── msado15.tli
│ ├── ReadMe.txt
│ ├── res
│ │ ├── BackUp.ico
│ │ └── BackUp.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── Visual C++视频技术方案宝典配书软件.doc
└── 光盘使用说明.doc
337 directories, 2192 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论