在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Visual C++程序设计与应用教程(第二版)案例源码

Visual C++程序设计与应用教程(第二版)案例源码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:22.29M
  • 下载次数:3
  • 浏览次数:68
  • 发布时间:2020-07-13
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
Visual C++程序设计与应用教程
【实例截图】
【核心代码】
马石安著VisualC程序设计与应用教程(第二版)
└── 马石安著Visual C++程序设计与应用教程(第二版)
├── 第10章实例
│   ├── Li10_1
│   │   ├── Li10_1.aps
│   │   ├── Li10_1.clw
│   │   ├── Li10_1.cpp
│   │   ├── Li10_1.dsp
│   │   ├── Li10_1.dsw
│   │   ├── Li10_1.h
│   │   ├── Li10_1.ncb
│   │   ├── Li10_1.opt
│   │   ├── Li10_1.plg
│   │   ├── Li10_1.rc
│   │   ├── Li10_1Dlg.cpp
│   │   ├── Li10_1Dlg.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li10_1.ico
│   │   └── Li10_1.rc2
│   ├── Li10_2
│   │   ├── Li10_2.aps
│   │   ├── Li10_2.clw
│   │   ├── Li10_2.cpp
│   │   ├── Li10_2.dsp
│   │   ├── Li10_2.dsw
│   │   ├── Li10_2.h
│   │   ├── Li10_2.ncb
│   │   ├── Li10_2.opt
│   │   ├── Li10_2.plg
│   │   ├── Li10_2.rc
│   │   ├── Li10_2Doc.cpp
│   │   ├── Li10_2Doc.h
│   │   ├── Li10_2View.cpp
│   │   ├── Li10_2View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li10_2.ico
│   │   ├── Li10_2.rc2
│   │   ├── Li10_2Doc.ico
│   │   └── Toolbar.bmp
│   ├── Li10_3
│   │   ├── Debug
│   │   │   ├── Li10_3.exe
│   │   │   ├── Li10_3.ilk
│   │   │   ├── Li10_3.obj
│   │   │   ├── Li10_3.pdb
│   │   │   ├── Li10_3.res
│   │   │   ├── Li10_3Dlg.obj
│   │   │   ├── StdAfx.obj
│   │   │   ├── UIThread.obj
│   │   │   ├── UIThreadDlg.obj
│   │   │   ├── vc60.idb
│   │   │   └── vc60.pdb
│   │   ├── Li10_3.aps
│   │   ├── Li10_3.clw
│   │   ├── Li10_3.cpp
│   │   ├── Li10_3.dsp
│   │   ├── Li10_3.dsw
│   │   ├── Li10_3.h
│   │   ├── Li10_3.ncb
│   │   ├── Li10_3.opt
│   │   ├── Li10_3.plg
│   │   ├── Li10_3.rc
│   │   ├── Li10_3Dlg.cpp
│   │   ├── Li10_3Dlg.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── UIThread.cpp
│   │   ├── UIThread.h
│   │   ├── UIThreadDlg.cpp
│   │   ├── UIThreadDlg.h
│   │   └── res
│   │   ├── Li10_3.ico
│   │   └── Li10_3.rc2
│   ├── Li10_4
│   │   ├── Li10_4.aps
│   │   ├── Li10_4.clw
│   │   ├── Li10_4.cpp
│   │   ├── Li10_4.dsp
│   │   ├── Li10_4.dsw
│   │   ├── Li10_4.h
│   │   ├── Li10_4.ncb
│   │   ├── Li10_4.opt
│   │   ├── Li10_4.plg
│   │   ├── Li10_4.rc
│   │   ├── Li10_4Dlg.cpp
│   │   ├── Li10_4Dlg.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li10_4.ico
│   │   ├── Li10_4.rc2
│   │   └── PLANE.ICO
│   ├── Li10_5
│   │   ├── Li10_2.aps
│   │   ├── Li10_2.clw
│   │   ├── Li10_2.cpp
│   │   ├── Li10_2.dsp
│   │   ├── Li10_2.dsw
│   │   ├── Li10_2.h
│   │   ├── Li10_2.ncb
│   │   ├── Li10_2.opt
│   │   ├── Li10_2.plg
│   │   ├── Li10_2.rc
│   │   ├── Li10_2Doc.cpp
│   │   ├── Li10_2Doc.h
│   │   ├── Li10_2View.cpp
│   │   ├── Li10_2View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li10_2.ico
│   │   ├── Li10_2.rc2
│   │   ├── Li10_2Doc.ico
│   │   └── Toolbar.bmp
│   ├── Li10_6
│   │   ├── Li10_6.aps
│   │   ├── Li10_6.clw
│   │   ├── Li10_6.cpp
│   │   ├── Li10_6.dsp
│   │   ├── Li10_6.dsw
│   │   ├── Li10_6.h
│   │   ├── Li10_6.ncb
│   │   ├── Li10_6.opt
│   │   ├── Li10_6.plg
│   │   ├── Li10_6.rc
│   │   ├── Li10_6Dlg.cpp
│   │   ├── Li10_6Dlg.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li10_6.ico
│   │   └── Li10_6.rc2
│   ├── Li10_7
│   │   ├── Li10_6.aps
│   │   ├── Li10_6.clw
│   │   ├── Li10_6.cpp
│   │   ├── Li10_6.dsp
│   │   ├── Li10_6.dsw
│   │   ├── Li10_6.h
│   │   ├── Li10_6.ncb
│   │   ├── Li10_6.opt
│   │   ├── Li10_6.plg
│   │   ├── Li10_6.rc
│   │   ├── Li10_6Dlg.cpp
│   │   ├── Li10_6Dlg.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li10_6.ico
│   │   └── Li10_6.rc2
│   ├── Li10_8
│   │   ├── Li10_8.aps
│   │   ├── Li10_8.clw
│   │   ├── Li10_8.cpp
│   │   ├── Li10_8.dsp
│   │   ├── Li10_8.dsw
│   │   ├── Li10_8.h
│   │   ├── Li10_8.ncb
│   │   ├── Li10_8.opt
│   │   ├── Li10_8.plg
│   │   ├── Li10_8.rc
│   │   ├── Li10_8Dlg.cpp
│   │   ├── Li10_8Dlg.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li10_8.ico
│   │   └── Li10_8.rc2
│   └── Li10_9
│   ├── Li10_2.aps
│   ├── Li10_2.clw
│   ├── Li10_2.cpp
│   ├── Li10_2.dsp
│   ├── Li10_2.dsw
│   ├── Li10_2.h
│   ├── Li10_2.ncb
│   ├── Li10_2.opt
│   ├── Li10_2.plg
│   ├── Li10_2.rc
│   ├── Li10_2Doc.cpp
│   ├── Li10_2Doc.h
│   ├── Li10_2View.cpp
│   ├── Li10_2View.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── ReadMe.txt
│   ├── Resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   └── res
│   ├── Li10_2.ico
│   ├── Li10_2.rc2
│   ├── Li10_2Doc.ico
│   └── Toolbar.bmp
├── 第11章实例
│   ├── Li11_1
│   │   └── StudentDB.mdb
│   ├── Li11_2
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── TestODBC.aps
│   │   ├── TestODBC.clw
│   │   ├── TestODBC.cpp
│   │   ├── TestODBC.dsp
│   │   ├── TestODBC.dsw
│   │   ├── TestODBC.h
│   │   ├── TestODBC.ncb
│   │   ├── TestODBC.opt
│   │   ├── TestODBC.plg
│   │   ├── TestODBC.rc
│   │   ├── TestODBCDoc.cpp
│   │   ├── TestODBCDoc.h
│   │   ├── TestODBCSet.cpp
│   │   ├── TestODBCSet.h
│   │   ├── TestODBCView.cpp
│   │   ├── TestODBCView.h
│   │   └── res
│   │   ├── TestODBC.ico
│   │   ├── TestODBC.rc2
│   │   ├── TestODBCDoc.ico
│   │   └── Toolbar.bmp
│   ├── Li11_3
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── TestODBC.aps
│   │   ├── TestODBC.clw
│   │   ├── TestODBC.cpp
│   │   ├── TestODBC.dsp
│   │   ├── TestODBC.dsw
│   │   ├── TestODBC.h
│   │   ├── TestODBC.ncb
│   │   ├── TestODBC.opt
│   │   ├── TestODBC.plg
│   │   ├── TestODBC.rc
│   │   ├── TestODBCDoc.cpp
│   │   ├── TestODBCDoc.h
│   │   ├── TestODBCSet.cpp
│   │   ├── TestODBCSet.h
│   │   ├── TestODBCView.cpp
│   │   ├── TestODBCView.h
│   │   └── res
│   │   ├── TestODBC.ico
│   │   ├── TestODBC.rc2
│   │   ├── TestODBCDoc.ico
│   │   └── Toolbar.bmp
│   ├── Li11_4
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── StudentDlg.cpp
│   │   ├── StudentDlg.h
│   │   ├── TestODBC.aps
│   │   ├── TestODBC.clw
│   │   ├── TestODBC.cpp
│   │   ├── TestODBC.dsp
│   │   ├── TestODBC.dsw
│   │   ├── TestODBC.h
│   │   ├── TestODBC.ncb
│   │   ├── TestODBC.opt
│   │   ├── TestODBC.plg
│   │   ├── TestODBC.rc
│   │   ├── TestODBCDoc.cpp
│   │   ├── TestODBCDoc.h
│   │   ├── TestODBCSet.cpp
│   │   ├── TestODBCSet.h
│   │   ├── TestODBCView.cpp
│   │   ├── TestODBCView.h
│   │   └── res
│   │   ├── TestODBC.ico
│   │   ├── TestODBC.rc2
│   │   ├── TestODBCDoc.ico
│   │   └── Toolbar.bmp
│   ├── Li11_5
│   │   ├── FindDlg.cpp
│   │   ├── FindDlg.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── StudentDlg.cpp
│   │   ├── StudentDlg.h
│   │   ├── TestODBC.aps
│   │   ├── TestODBC.clw
│   │   ├── TestODBC.cpp
│   │   ├── TestODBC.dsp
│   │   ├── TestODBC.dsw
│   │   ├── TestODBC.h
│   │   ├── TestODBC.ncb
│   │   ├── TestODBC.opt
│   │   ├── TestODBC.plg
│   │   ├── TestODBC.rc
│   │   ├── TestODBCDoc.cpp
│   │   ├── TestODBCDoc.h
│   │   ├── TestODBCSet.cpp
│   │   ├── TestODBCSet.h
│   │   ├── TestODBCView.cpp
│   │   ├── TestODBCView.h
│   │   └── res
│   │   ├── TestODBC.ico
│   │   ├── TestODBC.rc2
│   │   ├── TestODBCDoc.ico
│   │   └── Toolbar.bmp
│   └── Li11_6
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── ReadMe.txt
│   ├── Resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── StuDlg.cpp
│   ├── StuDlg.h
│   ├── StuFindDlg.cpp
│   ├── StuFindDlg.h
│   ├── StuModiDlg.cpp
│   ├── StuModiDlg.h
│   ├── StudelDlg.cpp
│   ├── StudelDlg.h
│   ├── StudentDB.mdb
│   ├── StudentDlg.cpp
│   ├── StudentDlg.h
│   ├── TestADO.aps
│   ├── TestADO.clw
│   ├── TestADO.cpp
│   ├── TestADO.dsp
│   ├── TestADO.dsw
│   ├── TestADO.h
│   ├── TestADO.ncb
│   ├── TestADO.opt
│   ├── TestADO.plg
│   ├── TestADO.rc
│   ├── TestADODoc.cpp
│   ├── TestADODoc.h
│   ├── TestADOView.cpp
│   ├── TestADOView.h
│   ├── column.cpp
│   ├── column.h
│   ├── columns.cpp
│   ├── columns.h
│   ├── dataformatdisp.cpp
│   ├── dataformatdisp.h
│   ├── datagrid.cpp
│   ├── datagrid.h
│   ├── font.cpp
│   ├── font.h
│   ├── msado15.tlh
│   ├── msado15.tli
│   ├── oledb32.tlh
│   ├── oledb32.tli
│   ├── picture.cpp
│   ├── picture.h
│   ├── res
│   │   ├── TestADO.ico
│   │   ├── TestADO.rc2
│   │   ├── TestADODoc.ico
│   │   └── Toolbar.bmp
│   ├── selbookmarks.cpp
│   ├── selbookmarks.h
│   ├── split.cpp
│   ├── split.h
│   ├── splits.cpp
│   ├── splits.h
│   ├── stddataformatsdisp.cpp
│   └── stddataformatsdisp.h
├── 第12章实例
│   ├── Li12_1
│   │   ├── Funcwav.aps
│   │   ├── Funcwav.clw
│   │   ├── Funcwav.cpp
│   │   ├── Funcwav.dsp
│   │   ├── Funcwav.dsw
│   │   ├── Funcwav.h
│   │   ├── Funcwav.ncb
│   │   ├── Funcwav.opt
│   │   ├── Funcwav.plg
│   │   ├── Funcwav.rc
│   │   ├── FuncwavDlg.cpp
│   │   ├── FuncwavDlg.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Funcwav.ico
│   │   └── Funcwav.rc2
│   ├── Li12_2
│   │   ├── Mciwav.aps
│   │   ├── Mciwav.clw
│   │   ├── Mciwav.cpp
│   │   ├── Mciwav.dsp
│   │   ├── Mciwav.dsw
│   │   ├── Mciwav.h
│   │   ├── Mciwav.ncb
│   │   ├── Mciwav.opt
│   │   ├── Mciwav.plg
│   │   ├── Mciwav.rc
│   │   ├── MciwavDlg.cpp
│   │   ├── MciwavDlg.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Mciwav.ico
│   │   └── Mciwav.rc2
│   ├── Li12_3
│   │   ├── ChildFrm.cpp
│   │   ├── ChildFrm.h
│   │   ├── Ex_MCI.aps
│   │   ├── Ex_MCI.clw
│   │   ├── Ex_MCI.cpp
│   │   ├── Ex_MCI.dsp
│   │   ├── Ex_MCI.dsw
│   │   ├── Ex_MCI.h
│   │   ├── Ex_MCI.ncb
│   │   ├── Ex_MCI.opt
│   │   ├── Ex_MCI.plg
│   │   ├── Ex_MCI.rc
│   │   ├── Ex_MCIDoc.cpp
│   │   ├── Ex_MCIDoc.h
│   │   ├── Ex_MCIView.cpp
│   │   ├── Ex_MCIView.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── clock.avi
│   │   └── res
│   │   ├── Ex_MCI.ico
│   │   ├── Ex_MCI.rc2
│   │   ├── Ex_MCIDoc.ico
│   │   └── Toolbar.bmp
│   └── Li12_4
│   ├── Explosion.avi
│   ├── Movie.aps
│   ├── Movie.clw
│   ├── Movie.cpp
│   ├── Movie.dsp
│   ├── Movie.dsw
│   ├── Movie.h
│   ├── Movie.ncb
│   ├── Movie.opt
│   ├── Movie.plg
│   ├── Movie.rc
│   ├── MovieDlg.cpp
│   ├── MovieDlg.h
│   ├── ReadMe.txt
│   ├── Resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── activemovie3.cpp
│   ├── activemovie3.h
│   ├── res
│   │   ├── Movie.ico
│   │   └── Movie.rc2
│   └── 但愿人长久.mp3
├── 第13章源码
│   └── Gobang
│   ├── Chess.cpp
│   ├── Chess.h
│   ├── Computer.cpp
│   ├── Computer.h
│   ├── DiaryInfo.cpp
│   ├── DiaryInfo.h
│   ├── Gobang.aps
│   ├── Gobang.clw
│   ├── Gobang.cpp
│   ├── Gobang.dsp
│   ├── Gobang.dsw
│   ├── Gobang.h
│   ├── Gobang.plg
│   ├── Gobang.rc
│   ├── Gobang.reg
│   ├── GobangDoc.cpp
│   ├── GobangDoc.h
│   ├── GobangView.cpp
│   ├── GobangView.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── Manager.cpp
│   ├── Manager.h
│   ├── Player.cpp
│   ├── Player.h
│   ├── ReadMe.txt
│   ├── Resource.h
│   ├── RightView.cpp
│   ├── RightView.h
│   ├── SettingDlg.cpp
│   ├── SettingDlg.h
│   ├── Splash.cpp
│   ├── Splash.h
│   ├── Splsh16.bmp
│   ├── Status.cpp
│   ├── Status.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── info.mdb
│   └── res
│   ├── BLACKWIN.WAV
│   ├── Black.bmp
│   ├── Board.BMP
│   ├── Gobang.ico
│   ├── Gobang.rc2
│   ├── GobangDoc.ico
│   ├── HANDBLACK.CUR
│   ├── HANDWHITE.CUR
│   ├── MASK.BMP
│   ├── PUTSTONE.WAV
│   ├── Toolbar.bmp
│   ├── WELCOME1.WAV
│   ├── WHITE.BMP
│   ├── WHITEWIN.WAV
│   ├── focusBlack.bmp
│   ├── focusWHITE.bmp
│   └── splash.bmp
├── 第1章实例
│   ├── Li1_1
│   │   ├── Li1_1.aps
│   │   ├── Li1_1.clw
│   │   ├── Li1_1.cpp
│   │   ├── Li1_1.dsp
│   │   ├── Li1_1.dsw
│   │   ├── Li1_1.h
│   │   ├── Li1_1.ncb
│   │   ├── Li1_1.opt
│   │   ├── Li1_1.plg
│   │   ├── Li1_1.rc
│   │   ├── Li1_1Doc.cpp
│   │   ├── Li1_1Doc.h
│   │   ├── Li1_1View.cpp
│   │   ├── Li1_1View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li1_1.ico
│   │   ├── Li1_1.rc2
│   │   ├── Li1_1Doc.ico
│   │   └── Toolbar.bmp
│   └── Li1_2
│   ├── Li1_1.aps
│   ├── Li1_1.clw
│   ├── Li1_1.cpp
│   ├── Li1_1.dsp
│   ├── Li1_1.dsw
│   ├── Li1_1.h
│   ├── Li1_1.ncb
│   ├── Li1_1.opt
│   ├── Li1_1.plg
│   ├── Li1_1.rc
│   ├── Li1_1Doc.cpp
│   ├── Li1_1Doc.h
│   ├── Li1_1View.cpp
│   ├── Li1_1View.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── ReadMe.txt
│   ├── Resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   └── res
│   ├── Li1_1.ico
│   ├── Li1_1.rc2
│   ├── Li1_1Doc.ico
│   ├── ROCKET.ICO
│   └── Toolbar.bmp
├── 第2章实例
│   ├── Li2_1
│   │   ├── Li2_1.aps
│   │   ├── Li2_1.clw
│   │   ├── Li2_1.cpp
│   │   ├── Li2_1.dsp
│   │   ├── Li2_1.dsw
│   │   ├── Li2_1.h
│   │   ├── Li2_1.ncb
│   │   ├── Li2_1.opt
│   │   ├── Li2_1.plg
│   │   ├── Li2_1.rc
│   │   ├── Li2_1Doc.cpp
│   │   ├── Li2_1Doc.h
│   │   ├── Li2_1View.cpp
│   │   ├── Li2_1View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li2_1.ico
│   │   ├── Li2_1.rc2
│   │   ├── Li2_1Doc.ico
│   │   └── Toolbar.bmp
│   ├── Li2_2
│   │   ├── Li2_1.aps
│   │   ├── Li2_1.clw
│   │   ├── Li2_1.cpp
│   │   ├── Li2_1.dsp
│   │   ├── Li2_1.dsw
│   │   ├── Li2_1.h
│   │   ├── Li2_1.ncb
│   │   ├── Li2_1.opt
│   │   ├── Li2_1.plg
│   │   ├── Li2_1.rc
│   │   ├── Li2_1Doc.cpp
│   │   ├── Li2_1Doc.h
│   │   ├── Li2_1View.cpp
│   │   ├── Li2_1View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li2_1.ico
│   │   ├── Li2_1.rc2
│   │   ├── Li2_1Doc.ico
│   │   └── Toolbar.bmp
│   ├── Li2_3
│   │   ├── Li2_3.aps
│   │   ├── Li2_3.clw
│   │   ├── Li2_3.cpp
│   │   ├── Li2_3.dsp
│   │   ├── Li2_3.dsw
│   │   ├── Li2_3.h
│   │   ├── Li2_3.ncb
│   │   ├── Li2_3.opt
│   │   ├── Li2_3.plg
│   │   ├── Li2_3.rc
│   │   ├── Li2_3Doc.cpp
│   │   ├── Li2_3Doc.h
│   │   ├── Li2_3View.cpp
│   │   ├── Li2_3View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li2_3.ico
│   │   ├── Li2_3.rc2
│   │   ├── Li2_3Doc.ico
│   │   └── Toolbar.bmp
│   ├── Li2_4
│   │   ├── Li2_4.clw
│   │   ├── Li2_4.cpp
│   │   ├── Li2_4.dsp
│   │   ├── Li2_4.dsw
│   │   ├── Li2_4.h
│   │   ├── Li2_4.ncb
│   │   ├── Li2_4.opt
│   │   ├── Li2_4.plg
│   │   ├── Li2_4.rc
│   │   ├── Li2_4Doc.cpp
│   │   ├── Li2_4Doc.h
│   │   ├── Li2_4View.cpp
│   │   ├── Li2_4View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li2_4.ico
│   │   ├── Li2_4.rc2
│   │   ├── Li2_4Doc.ico
│   │   └── Toolbar.bmp
│   └── Sy2
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── ReadMe.txt
│   ├── Resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── Sy2.aps
│   ├── Sy2.clw
│   ├── Sy2.cpp
│   ├── Sy2.dsp
│   ├── Sy2.dsw
│   ├── Sy2.h
│   ├── Sy2.ncb
│   ├── Sy2.opt
│   ├── Sy2.plg
│   ├── Sy2.rc
│   ├── Sy2Doc.cpp
│   ├── Sy2Doc.h
│   ├── Sy2View.cpp
│   ├── Sy2View.h
│   └── res
│   ├── Sy2.ico
│   ├── Sy2.rc2
│   ├── Sy2Doc.ico
│   └── Toolbar.bmp
├── 第3章实例
│   ├── DrawText
│   │   ├── DrawText.aps
│   │   ├── DrawText.clw
│   │   ├── DrawText.cpp
│   │   ├── DrawText.dsp
│   │   ├── DrawText.dsw
│   │   ├── DrawText.h
│   │   ├── DrawText.ncb
│   │   ├── DrawText.opt
│   │   ├── DrawText.plg
│   │   ├── DrawText.rc
│   │   ├── DrawTextDoc.cpp
│   │   ├── DrawTextDoc.h
│   │   ├── DrawTextView.cpp
│   │   ├── DrawTextView.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── 004.bmp
│   │   ├── DrawText.ico
│   │   ├── DrawText.rc2
│   │   ├── DrawTextDoc.ico
│   │   └── Toolbar.bmp
│   ├── Li3_1
│   │   ├── Li3_1.clw
│   │   ├── Li3_1.cpp
│   │   ├── Li3_1.dsp
│   │   ├── Li3_1.dsw
│   │   ├── Li3_1.h
│   │   ├── Li3_1.ncb
│   │   ├── Li3_1.opt
│   │   ├── Li3_1.plg
│   │   ├── Li3_1.rc
│   │   ├── Li3_1Doc.cpp
│   │   ├── Li3_1Doc.h
│   │   ├── Li3_1View.cpp
│   │   ├── Li3_1View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li3_1.ico
│   │   ├── Li3_1.rc2
│   │   ├── Li3_1Doc.ico
│   │   └── Toolbar.bmp
│   ├── Li3_10
│   │   ├── Li3_10.clw
│   │   ├── Li3_10.cpp
│   │   ├── Li3_10.dsp
│   │   ├── Li3_10.dsw
│   │   ├── Li3_10.h
│   │   ├── Li3_10.ncb
│   │   ├── Li3_10.opt
│   │   ├── Li3_10.plg
│   │   ├── Li3_10.rc
│   │   ├── Li3_10Doc.cpp
│   │   ├── Li3_10Doc.h
│   │   ├── Li3_10View.cpp
│   │   ├── Li3_10View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li3_10.ico
│   │   ├── Li3_10.rc2
│   │   ├── Li3_10Doc.ico
│   │   └── Toolbar.bmp
│   ├── Li3_11
│   │   ├── Li3_11.aps
│   │   ├── Li3_11.clw
│   │   ├── Li3_11.cpp
│   │   ├── Li3_11.dsp
│   │   ├── Li3_11.dsw
│   │   ├── Li3_11.h
│   │   ├── Li3_11.ncb
│   │   ├── Li3_11.opt
│   │   ├── Li3_11.plg
│   │   ├── Li3_11.rc
│   │   ├── Li3_11Doc.cpp
│   │   ├── Li3_11Doc.h
│   │   ├── Li3_11View.cpp
│   │   ├── Li3_11View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li3_11.ico
│   │   ├── Li3_11.rc2
│   │   ├── Li3_11Doc.ico
│   │   ├── Toolbar.bmp
│   │   └── 图片.bmp
│   ├── Li3_2
│   │   ├── Li3_2.aps
│   │   ├── Li3_2.clw
│   │   ├── Li3_2.cpp
│   │   ├── Li3_2.dsp
│   │   ├── Li3_2.dsw
│   │   ├── Li3_2.h
│   │   ├── Li3_2.ncb
│   │   ├── Li3_2.opt
│   │   ├── Li3_2.plg
│   │   ├── Li3_2.rc
│   │   ├── Li3_2Doc.cpp
│   │   ├── Li3_2Doc.h
│   │   ├── Li3_2View.cpp
│   │   ├── Li3_2View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li3_2.ico
│   │   ├── Li3_2.rc2
│   │   ├── Li3_2Doc.ico
│   │   └── Toolbar.bmp
│   ├── Li3_3
│   │   ├── Li3_3.aps
│   │   ├── Li3_3.clw
│   │   ├── Li3_3.cpp
│   │   ├── Li3_3.dsp
│   │   ├── Li3_3.dsw
│   │   ├── Li3_3.h
│   │   ├── Li3_3.ncb
│   │   ├── Li3_3.opt
│   │   ├── Li3_3.plg
│   │   ├── Li3_3.rc
│   │   ├── Li3_3Dlg.cpp
│   │   ├── Li3_3Dlg.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li3_3.ico
│   │   └── Li3_3.rc2
│   ├── Li3_4
│   │   ├── Li3_4.aps
│   │   ├── Li3_4.clw
│   │   ├── Li3_4.cpp
│   │   ├── Li3_4.dsp
│   │   ├── Li3_4.dsw
│   │   ├── Li3_4.h
│   │   ├── Li3_4.ncb
│   │   ├── Li3_4.opt
│   │   ├── Li3_4.plg
│   │   ├── Li3_4.rc
│   │   ├── Li3_4Dlg.cpp
│   │   ├── Li3_4Dlg.h
│   │   ├── Li3_4Doc.cpp
│   │   ├── Li3_4Doc.h
│   │   ├── Li3_4View.cpp
│   │   ├── Li3_4View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li3_4.ico
│   │   ├── Li3_4.rc2
│   │   ├── Li3_4Doc.ico
│   │   └── Toolbar.bmp
│   ├── Li3_5
│   │   ├── Li3_5.clw
│   │   ├── Li3_5.cpp
│   │   ├── Li3_5.dsp
│   │   ├── Li3_5.dsw
│   │   ├── Li3_5.h
│   │   ├── Li3_5.ncb
│   │   ├── Li3_5.opt
│   │   ├── Li3_5.plg
│   │   ├── Li3_5.rc
│   │   ├── Li3_5Doc.cpp
│   │   ├── Li3_5Doc.h
│   │   ├── Li3_5View.cpp
│   │   ├── Li3_5View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li3_5.ico
│   │   ├── Li3_5.rc2
│   │   ├── Li3_5Doc.ico
│   │   └── Toolbar.bmp
│   ├── Li3_6
│   │   ├── Li3_6.clw
│   │   ├── Li3_6.cpp
│   │   ├── Li3_6.dsp
│   │   ├── Li3_6.dsw
│   │   ├── Li3_6.h
│   │   ├── Li3_6.ncb
│   │   ├── Li3_6.opt
│   │   ├── Li3_6.plg
│   │   ├── Li3_6.rc
│   │   ├── Li3_6Doc.cpp
│   │   ├── Li3_6Doc.h
│   │   ├── Li3_6View.cpp
│   │   ├── Li3_6View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li3_6.ico
│   │   ├── Li3_6.rc2
│   │   ├── Li3_6Doc.ico
│   │   └── Toolbar.bmp
│   ├── Li3_7
│   │   ├── Li3_7.clw
│   │   ├── Li3_7.cpp
│   │   ├── Li3_7.dsp
│   │   ├── Li3_7.dsw
│   │   ├── Li3_7.h
│   │   ├── Li3_7.ncb
│   │   ├── Li3_7.opt
│   │   ├── Li3_7.plg
│   │   ├── Li3_7.rc
│   │   ├── Li3_7Doc.cpp
│   │   ├── Li3_7Doc.h
│   │   ├── Li3_7View.cpp
│   │   ├── Li3_7View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li3_7.ico
│   │   ├── Li3_7.rc2
│   │   ├── Li3_7Doc.ico
│   │   └── Toolbar.bmp
│   ├── Li3_8
│   │   ├── Li3_8.aps
│   │   ├── Li3_8.clw
│   │   ├── Li3_8.cpp
│   │   ├── Li3_8.dsp
│   │   ├── Li3_8.dsw
│   │   ├── Li3_8.h
│   │   ├── Li3_8.ncb
│   │   ├── Li3_8.opt
│   │   ├── Li3_8.plg
│   │   ├── Li3_8.rc
│   │   ├── Li3_8Doc.cpp
│   │   ├── Li3_8Doc.h
│   │   ├── Li3_8View.cpp
│   │   ├── Li3_8View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li3_8.ico
│   │   ├── Li3_8.rc2
│   │   ├── Li3_8Doc.ico
│   │   └── Toolbar.bmp
│   └── Li3_9
│   ├── Li3_9.clw
│   ├── Li3_9.cpp
│   ├── Li3_9.dsp
│   ├── Li3_9.dsw
│   ├── Li3_9.h
│   ├── Li3_9.ncb
│   ├── Li3_9.opt
│   ├── Li3_9.plg
│   ├── Li3_9.rc
│   ├── Li3_9Doc.cpp
│   ├── Li3_9Doc.h
│   ├── Li3_9View.cpp
│   ├── Li3_9View.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── ReadMe.txt
│   ├── Resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   └── res
│   ├── Li3_9.ico
│   ├── Li3_9.rc2
│   ├── Li3_9Doc.ico
│   └── Toolbar.bmp
├── 第4章实例
│   ├── Curve
│   │   ├── Curve.aps
│   │   ├── Curve.clw
│   │   ├── Curve.cpp
│   │   ├── Curve.dsp
│   │   ├── Curve.dsw
│   │   ├── Curve.h
│   │   ├── Curve.ncb
│   │   ├── Curve.opt
│   │   ├── Curve.plg
│   │   ├── Curve.rc
│   │   ├── CurveDoc.cpp
│   │   ├── CurveDoc.h
│   │   ├── CurveView.cpp
│   │   ├── CurveView.h
│   │   ├── Debug
│   │   │   ├── Curve.exe
│   │   │   ├── Curve.ilk
│   │   │   ├── Curve.obj
│   │   │   ├── Curve.pdb
│   │   │   ├── Curve.res
│   │   │   ├── CurveDoc.obj
│   │   │   ├── CurveView.obj
│   │   │   ├── MainFrm.obj
│   │   │   ├── StdAfx.obj
│   │   │   ├── vc60.idb
│   │   │   └── vc60.pdb
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Curve.ico
│   │   ├── Curve.rc2
│   │   ├── CurveDoc.ico
│   │   ├── Toolbar.bmp
│   │   └── toolbar1.bmp
│   ├── Li4_1
│   │   └── MyDraw
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MyDraw.clw
│   │   ├── MyDraw.cpp
│   │   ├── MyDraw.dsp
│   │   ├── MyDraw.dsw
│   │   ├── MyDraw.h
│   │   ├── MyDraw.plg
│   │   ├── MyDraw.rc
│   │   ├── MyDrawDoc.cpp
│   │   ├── MyDrawDoc.h
│   │   ├── MyDrawView.cpp
│   │   ├── MyDrawView.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── MyDraw.ico
│   │   ├── MyDraw.rc2
│   │   ├── MyDrawDoc.ico
│   │   └── Toolbar.bmp
│   ├── Li4_10
│   │   ├── Li4_10.aps
│   │   ├── Li4_10.clw
│   │   ├── Li4_10.cpp
│   │   ├── Li4_10.dsp
│   │   ├── Li4_10.dsw
│   │   ├── Li4_10.h
│   │   ├── Li4_10.ncb
│   │   ├── Li4_10.opt
│   │   ├── Li4_10.plg
│   │   ├── Li4_10.rc
│   │   ├── Li4_10Doc.cpp
│   │   ├── Li4_10Doc.h
│   │   ├── Li4_10View.cpp
│   │   ├── Li4_10View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li4_10.ico
│   │   ├── Li4_10.rc2
│   │   ├── Li4_10Doc.ico
│   │   └── Toolbar.bmp
│   ├── Li4_2
│   │   └── MyDraw
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MyDraw.clw
│   │   ├── MyDraw.cpp
│   │   ├── MyDraw.dsp
│   │   ├── MyDraw.dsw
│   │   ├── MyDraw.h
│   │   ├── MyDraw.plg
│   │   ├── MyDraw.rc
│   │   ├── MyDrawDoc.cpp
│   │   ├── MyDrawDoc.h
│   │   ├── MyDrawView.cpp
│   │   ├── MyDrawView.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── MyDraw.ico
│   │   ├── MyDraw.rc2
│   │   ├── MyDrawDoc.ico
│   │   └── Toolbar.bmp
│   ├── Li4_3
│   │   └── MyDraw
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MyDraw.clw
│   │   ├── MyDraw.cpp
│   │   ├── MyDraw.dsp
│   │   ├── MyDraw.dsw
│   │   ├── MyDraw.h
│   │   ├── MyDraw.plg
│   │   ├── MyDraw.rc
│   │   ├── MyDrawDoc.cpp
│   │   ├── MyDrawDoc.h
│   │   ├── MyDrawView.cpp
│   │   ├── MyDrawView.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── MyDraw.ico
│   │   ├── MyDraw.rc2
│   │   ├── MyDrawDoc.ico
│   │   └── Toolbar.bmp
│   ├── Li4_4
│   │   └── MyDraw
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MyDraw.aps
│   │   ├── MyDraw.clw
│   │   ├── MyDraw.cpp
│   │   ├── MyDraw.dsp
│   │   ├── MyDraw.dsw
│   │   ├── MyDraw.h
│   │   ├── MyDraw.plg
│   │   ├── MyDraw.rc
│   │   ├── MyDrawDoc.cpp
│   │   ├── MyDrawDoc.h
│   │   ├── MyDrawView.cpp
│   │   ├── MyDrawView.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── MyDraw.ico
│   │   ├── MyDraw.rc2
│   │   ├── MyDrawDoc.ico
│   │   └── Toolbar.bmp
│   ├── Li4_5
│   │   └── MyDraw
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MyDraw.aps
│   │   ├── MyDraw.clw
│   │   ├── MyDraw.cpp
│   │   ├── MyDraw.dsp
│   │   ├── MyDraw.dsw
│   │   ├── MyDraw.h
│   │   ├── MyDraw.plg
│   │   ├── MyDraw.rc
│   │   ├── MyDrawDoc.cpp
│   │   ├── MyDrawDoc.h
│   │   ├── MyDrawView.cpp
│   │   ├── MyDrawView.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── MyDraw.ico
│   │   ├── MyDraw.rc2
│   │   ├── MyDrawDoc.ico
│   │   └── Toolbar.bmp
│   ├── Li4_6
│   │   └── MyDraw
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MyDraw.aps
│   │   ├── MyDraw.clw
│   │   ├── MyDraw.cpp
│   │   ├── MyDraw.dsp
│   │   ├── MyDraw.dsw
│   │   ├── MyDraw.h
│   │   ├── MyDraw.plg
│   │   ├── MyDraw.rc
│   │   ├── MyDrawDoc.cpp
│   │   ├── MyDrawDoc.h
│   │   ├── MyDrawView.cpp
│   │   ├── MyDrawView.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── MyDraw.ico
│   │   ├── MyDraw.rc2
│   │   ├── MyDrawDoc.ico
│   │   └── Toolbar.bmp
│   ├── Li4_7
│   │   ├── Li4_7.aps
│   │   ├── Li4_7.clw
│   │   ├── Li4_7.cpp
│   │   ├── Li4_7.dsp
│   │   ├── Li4_7.dsw
│   │   ├── Li4_7.h
│   │   ├── Li4_7.ncb
│   │   ├── Li4_7.opt
│   │   ├── Li4_7.plg
│   │   ├── Li4_7.rc
│   │   ├── Li4_7Dlg.cpp
│   │   ├── Li4_7Dlg.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li4_7.ico
│   │   └── Li4_7.rc2
│   ├── Li4_8
│   │   └── MyDraw
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MyDraw.aps
│   │   ├── MyDraw.clw
│   │   ├── MyDraw.cpp
│   │   ├── MyDraw.dsp
│   │   ├── MyDraw.dsw
│   │   ├── MyDraw.h
│   │   ├── MyDraw.plg
│   │   ├── MyDraw.rc
│   │   ├── MyDrawDoc.cpp
│   │   ├── MyDrawDoc.h
│   │   ├── MyDrawView.cpp
│   │   ├── MyDrawView.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── MyDraw.ico
│   │   ├── MyDraw.rc2
│   │   ├── MyDrawDoc.ico
│   │   └── Toolbar.bmp
│   └── Li4_9
│   ├── Li4_9.aps
│   ├── Li4_9.clw
│   ├── Li4_9.cpp
│   ├── Li4_9.dsp
│   ├── Li4_9.dsw
│   ├── Li4_9.h
│   ├── Li4_9.ncb
│   ├── Li4_9.opt
│   ├── Li4_9.plg
│   ├── Li4_9.rc
│   ├── Li4_9Doc.cpp
│   ├── Li4_9Doc.h
│   ├── Li4_9View.cpp
│   ├── Li4_9View.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── ReadMe.txt
│   ├── Resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   └── res
│   ├── Li4_9.ico
│   ├── Li4_9.rc2
│   ├── Li4_9Doc.ico
│   ├── Toolbar.bmp
│   └── toolbar1.bmp
├── 第5章实例
│   ├── Calculator
│   │   ├── Calculator.aps
│   │   ├── Calculator.clw
│   │   ├── Calculator.cpp
│   │   ├── Calculator.dsp
│   │   ├── Calculator.dsw
│   │   ├── Calculator.h
│   │   ├── Calculator.ncb
│   │   ├── Calculator.opt
│   │   ├── Calculator.plg
│   │   ├── Calculator.rc
│   │   ├── CalculatorDlg.cpp
│   │   ├── CalculatorDlg.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Calculator.ico
│   │   └── Calculator.rc2
│   ├── Li5_1
│   │   └── MyDialog
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MyDialog.aps
│   │   ├── MyDialog.clw
│   │   ├── MyDialog.cpp
│   │   ├── MyDialog.dsp
│   │   ├── MyDialog.dsw
│   │   ├── MyDialog.h
│   │   ├── MyDialog.ncb
│   │   ├── MyDialog.opt
│   │   ├── MyDialog.rc
│   │   ├── MyDialogDoc.cpp
│   │   ├── MyDialogDoc.h
│   │   ├── MyDialogView.cpp
│   │   ├── MyDialogView.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── MyDialog.ico
│   │   ├── MyDialog.rc2
│   │   ├── MyDialogDoc.ico
│   │   └── Toolbar.bmp
│   ├── Li5_10
│   │   ├── Li5_10.aps
│   │   ├── Li5_10.clw
│   │   ├── Li5_10.cpp
│   │   ├── Li5_10.dsp
│   │   ├── Li5_10.dsw
│   │   ├── Li5_10.h
│   │   ├── Li5_10.plg
│   │   ├── Li5_10.rc
│   │   ├── Li5_10Doc.cpp
│   │   ├── Li5_10Doc.h
│   │   ├── Li5_10View.cpp
│   │   ├── Li5_10View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li5_10.ico
│   │   ├── Li5_10.rc2
│   │   ├── Li5_10Doc.ico
│   │   └── Toolbar.bmp
│   ├── Li5_2
│   │   └── MyDialog
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MyDialog.aps
│   │   ├── MyDialog.clw
│   │   ├── MyDialog.cpp
│   │   ├── MyDialog.dsp
│   │   ├── MyDialog.dsw
│   │   ├── MyDialog.h
│   │   ├── MyDialog.ncb
│   │   ├── MyDialog.opt
│   │   ├── MyDialog.rc
│   │   ├── MyDialogDoc.cpp
│   │   ├── MyDialogDoc.h
│   │   ├── MyDialogView.cpp
│   │   ├── MyDialogView.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── Square.cpp
│   │   ├── Square.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── MyDialog.ico
│   │   ├── MyDialog.rc2
│   │   ├── MyDialogDoc.ico
│   │   └── Toolbar.bmp
│   ├── Li5_3
│   │   └── MyDialog
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MyDialog.aps
│   │   ├── MyDialog.clw
│   │   ├── MyDialog.cpp
│   │   ├── MyDialog.dsp
│   │   ├── MyDialog.dsw
│   │   ├── MyDialog.h
│   │   ├── MyDialog.ncb
│   │   ├── MyDialog.opt
│   │   ├── MyDialog.rc
│   │   ├── MyDialogDoc.cpp
│   │   ├── MyDialogDoc.h
│   │   ├── MyDialogView.cpp
│   │   ├── MyDialogView.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── Square.cpp
│   │   ├── Square.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── MyDialog.ico
│   │   ├── MyDialog.rc2
│   │   ├── MyDialogDoc.ico
│   │   └── Toolbar.bmp
│   ├── Li5_4
│   │   └── MyDialog
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MyDialog.aps
│   │   ├── MyDialog.clw
│   │   ├── MyDialog.cpp
│   │   ├── MyDialog.dsp
│   │   ├── MyDialog.dsw
│   │   ├── MyDialog.h
│   │   ├── MyDialog.ncb
│   │   ├── MyDialog.opt
│   │   ├── MyDialog.plg
│   │   ├── MyDialog.rc
│   │   ├── MyDialogDoc.cpp
│   │   ├── MyDialogDoc.h
│   │   ├── MyDialogView.cpp
│   │   ├── MyDialogView.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── Square.cpp
│   │   ├── Square.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── MyDialog.ico
│   │   ├── MyDialog.rc2
│   │   ├── MyDialogDoc.ico
│   │   └── Toolbar.bmp
│   ├── Li5_5
│   │   ├── Li5_5.aps
│   │   ├── Li5_5.clw
│   │   ├── Li5_5.cpp
│   │   ├── Li5_5.dsp
│   │   ├── Li5_5.dsw
│   │   ├── Li5_5.h
│   │   ├── Li5_5.ncb
│   │   ├── Li5_5.opt
│   │   ├── Li5_5.plg
│   │   ├── Li5_5.rc
│   │   ├── Li5_5Doc.cpp
│   │   ├── Li5_5Doc.h
│   │   ├── Li5_5View.cpp
│   │   ├── Li5_5View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── Square.cpp
│   │   ├── Square.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li5_5.ico
│   │   ├── Li5_5.rc2
│   │   ├── Li5_5Doc.ico
│   │   └── Toolbar.bmp
│   ├── Li5_6
│   │   ├── Li5_6.aps
│   │   ├── Li5_6.clw
│   │   ├── Li5_6.cpp
│   │   ├── Li5_6.dsp
│   │   ├── Li5_6.dsw
│   │   ├── Li5_6.h
│   │   ├── Li5_6.plg
│   │   ├── Li5_6.rc
│   │   ├── Li5_6Doc.cpp
│   │   ├── Li5_6Doc.h
│   │   ├── Li5_6View.cpp
│   │   ├── Li5_6View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── PersonalPage.cpp
│   │   ├── PersonalPage.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── UnitPage.cpp
│   │   ├── UnitPage.h
│   │   └── res
│   │   ├── Li5_6.ico
│   │   ├── Li5_6.rc2
│   │   ├── Li5_6Doc.ico
│   │   └── Toolbar.bmp
│   ├── Li5_7
│   │   ├── Li5_7.aps
│   │   ├── Li5_7.clw
│   │   ├── Li5_7.cpp
│   │   ├── Li5_7.dsp
│   │   ├── Li5_7.dsw
│   │   ├── Li5_7.h
│   │   ├── Li5_7.plg
│   │   ├── Li5_7.rc
│   │   ├── Li5_7Doc.cpp
│   │   ├── Li5_7Doc.h
│   │   ├── Li5_7View.cpp
│   │   ├── Li5_7View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── PersonalPage.cpp
│   │   ├── PersonalPage.h
│   │   ├── ProframeSheet.cpp
│   │   ├── ProframeSheet.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── UnitPage.cpp
│   │   ├── UnitPage.h
│   │   └── res
│   │   ├── Li5_7.ico
│   │   ├── Li5_7.rc2
│   │   ├── Li5_7Doc.ico
│   │   └── Toolbar.bmp
│   ├── Li5_8
│   │   ├── Li5_8.aps
│   │   ├── Li5_8.clw
│   │   ├── Li5_8.cpp
│   │   ├── Li5_8.dsp
│   │   ├── Li5_8.dsw
│   │   ├── Li5_8.h
│   │   ├── Li5_8.plg
│   │   ├── Li5_8.rc
│   │   ├── Li5_8Doc.cpp
│   │   ├── Li5_8Doc.h
│   │   ├── Li5_8View.cpp
│   │   ├── Li5_8View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li5_8.ico
│   │   ├── Li5_8.rc2
│   │   ├── Li5_8Doc.ico
│   │   └── Toolbar.bmp
│   └── Li5_9
│   ├── Li5_9.aps
│   ├── Li5_9.clw
│   ├── Li5_9.cpp
│   ├── Li5_9.dsp
│   ├── Li5_9.dsw
│   ├── Li5_9.h
│   ├── Li5_9.plg
│   ├── Li5_9.rc
│   ├── Li5_9Doc.cpp
│   ├── Li5_9Doc.h
│   ├── Li5_9View.cpp
│   ├── Li5_9View.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── ReadMe.txt
│   ├── Resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   └── res
│   ├── Li5_9.ico
│   ├── Li5_9.rc2
│   ├── Li5_9Doc.ico
│   └── Toolbar.bmp
├── 第6章实例
│   ├── Li6_1
│   │   ├── Li6_1.aps
│   │   ├── Li6_1.clw
│   │   ├── Li6_1.cpp
│   │   ├── Li6_1.dsp
│   │   ├── Li6_1.dsw
│   │   ├── Li6_1.h
│   │   ├── Li6_1.ncb
│   │   ├── Li6_1.opt
│   │   ├── Li6_1.plg
│   │   ├── Li6_1.rc
│   │   ├── Li6_1Dlg.cpp
│   │   ├── Li6_1Dlg.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── FACE02.ICO
│   │   ├── Li6_1.ico
│   │   ├── Li6_1.rc2
│   │   ├── SECUR05.ICO
│   │   ├── SessionDlgFriend.ico
│   │   ├── bitmap1.bmp
│   │   └── bitmap2.bmp
│   ├── Li6_2
│   │   ├── Li6_2.aps
│   │   ├── Li6_2.clw
│   │   ├── Li6_2.cpp
│   │   ├── Li6_2.dsp
│   │   ├── Li6_2.dsw
│   │   ├── Li6_2.h
│   │   ├── Li6_2.ncb
│   │   ├── Li6_2.opt
│   │   ├── Li6_2.plg
│   │   ├── Li6_2.rc
│   │   ├── Li6_2Dlg.cpp
│   │   ├── Li6_2Dlg.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li6_2.ico
│   │   └── Li6_2.rc2
│   ├── Li6_3
│   │   ├── Debug
│   │   │   ├── Li6_3.exe
│   │   │   ├── Li6_3.ilk
│   │   │   ├── Li6_3.obj
│   │   │   ├── Li6_3.pdb
│   │   │   ├── Li6_3.res
│   │   │   ├── Li6_3Dlg.obj
│   │   │   ├── StdAfx.obj
│   │   │   ├── vc60.idb
│   │   │   └── vc60.pdb
│   │   ├── Li6_3.aps
│   │   ├── Li6_3.clw
│   │   ├── Li6_3.cpp
│   │   ├── Li6_3.dsp
│   │   ├── Li6_3.dsw
│   │   ├── Li6_3.h
│   │   ├── Li6_3.ncb
│   │   ├── Li6_3.opt
│   │   ├── Li6_3.plg
│   │   ├── Li6_3.rc
│   │   ├── Li6_3Dlg.cpp
│   │   ├── Li6_3Dlg.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── ARW02DN.ICO
│   │   ├── ARW02UP.ICO
│   │   ├── CHECKMRK.ICO
│   │   ├── Li6_3.ico
│   │   ├── Li6_3.rc2
│   │   ├── MISC20.ICO
│   │   ├── bitmap1.bmp
│   │   ├── bmp00001.bmp
│   │   ├── bmp00002.bmp
│   │   ├── bmp00003.bmp
│   │   ├── bmp00004.bmp
│   │   ├── bmp00005.bmp
│   │   ├── bmp00006.bmp
│   │   └── bmp00007.bmp
│   ├── Li6_4
│   │   ├── Li6_4.aps
│   │   ├── Li6_4.clw
│   │   ├── Li6_4.cpp
│   │   ├── Li6_4.dsp
│   │   ├── Li6_4.dsw
│   │   ├── Li6_4.h
│   │   ├── Li6_4.ncb
│   │   ├── Li6_4.opt
│   │   ├── Li6_4.plg
│   │   ├── Li6_4.rc
│   │   ├── Li6_4Dlg.cpp
│   │   ├── Li6_4Dlg.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li6_4.ico
│   │   └── Li6_4.rc2
│   ├── Li6_5
│   │   ├── Li6_4.aps
│   │   ├── Li6_4.clw
│   │   ├── Li6_4.cpp
│   │   ├── Li6_4.dsp
│   │   ├── Li6_4.dsw
│   │   ├── Li6_4.h
│   │   ├── Li6_4.ncb
│   │   ├── Li6_4.opt
│   │   ├── Li6_4.plg
│   │   ├── Li6_4.rc
│   │   ├── Li6_4Dlg.cpp
│   │   ├── Li6_4Dlg.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li6_4.ico
│   │   └── Li6_4.rc2
│   ├── Li6_6
│   │   └── MyComctl
│   │   ├── MyComctl.aps
│   │   ├── MyComctl.clw
│   │   ├── MyComctl.cpp
│   │   ├── MyComctl.dsp
│   │   ├── MyComctl.dsw
│   │   ├── MyComctl.h
│   │   ├── MyComctl.ncb
│   │   ├── MyComctl.opt
│   │   ├── MyComctl.plg
│   │   ├── MyComctl.rc
│   │   ├── MyComctlDlg.cpp
│   │   ├── MyComctlDlg.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── MyComctl.ico
│   │   └── MyComctl.rc2
│   ├── Li6_7
│   │   ├── MyComctl.aps
│   │   ├── MyComctl.clw
│   │   ├── MyComctl.cpp
│   │   ├── MyComctl.dsp
│   │   ├── MyComctl.dsw
│   │   ├── MyComctl.h
│   │   ├── MyComctl.ncb
│   │   ├── MyComctl.opt
│   │   ├── MyComctl.plg
│   │   ├── MyComctl.rc
│   │   ├── MyComctlDlg.cpp
│   │   ├── MyComctlDlg.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── MyComctl.ico
│   │   └── MyComctl.rc2
│   ├── Li6_8
│   │   ├── Debug
│   │   │   ├── MainFrm.obj
│   │   │   ├── MyProg.exe
│   │   │   ├── MyProg.ilk
│   │   │   ├── MyProg.obj
│   │   │   ├── MyProg.pdb
│   │   │   ├── MyProg.res
│   │   │   ├── MyProgDoc.obj
│   │   │   ├── MyProgView.obj
│   │   │   ├── Prog.obj
│   │   │   ├── StdAfx.obj
│   │   │   ├── vc60.idb
│   │   │   └── vc60.pdb
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MyProg.aps
│   │   ├── MyProg.clw
│   │   ├── MyProg.cpp
│   │   ├── MyProg.dsp
│   │   ├── MyProg.dsw
│   │   ├── MyProg.h
│   │   ├── MyProg.ncb
│   │   ├── MyProg.opt
│   │   ├── MyProg.plg
│   │   ├── MyProg.rc
│   │   ├── MyProgDoc.cpp
│   │   ├── MyProgDoc.h
│   │   ├── MyProgView.cpp
│   │   ├── MyProgView.h
│   │   ├── Prog.cpp
│   │   ├── Prog.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── MyProg.ico
│   │   ├── MyProg.rc2
│   │   ├── MyProgDoc.ico
│   │   └── Toolbar.bmp
│   └── SaleList
│   ├── ReadMe.txt
│   ├── Resource.h
│   ├── SaleList.aps
│   ├── SaleList.clw
│   ├── SaleList.cpp
│   ├── SaleList.dsp
│   ├── SaleList.dsw
│   ├── SaleList.h
│   ├── SaleList.ncb
│   ├── SaleList.opt
│   ├── SaleList.plg
│   ├── SaleList.rc
│   ├── SaleListDlg.cpp
│   ├── SaleListDlg.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   └── res
│   ├── SaleList.ico
│   └── SaleList.rc2
├── 第7章实例
│   ├── Li7_1
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Mydraw.aps
│   │   ├── Mydraw.clw
│   │   ├── Mydraw.cpp
│   │   ├── Mydraw.dsp
│   │   ├── Mydraw.dsw
│   │   ├── Mydraw.h
│   │   ├── Mydraw.ncb
│   │   ├── Mydraw.opt
│   │   ├── Mydraw.plg
│   │   ├── Mydraw.rc
│   │   ├── MydrawDoc.cpp
│   │   ├── MydrawDoc.h
│   │   ├── MydrawView.cpp
│   │   ├── MydrawView.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Mydraw.ico
│   │   ├── Mydraw.rc2
│   │   ├── MydrawDoc.ico
│   │   └── Toolbar.bmp
│   ├── Li7_10
│   │   ├── ChildFrm.cpp
│   │   ├── ChildFrm.h
│   │   ├── Li7_10.aps
│   │   ├── Li7_10.clw
│   │   ├── Li7_10.cpp
│   │   ├── Li7_10.dsp
│   │   ├── Li7_10.dsw
│   │   ├── Li7_10.h
│   │   ├── Li7_10.ncb
│   │   ├── Li7_10.opt
│   │   ├── Li7_10.plg
│   │   ├── Li7_10.rc
│   │   ├── Li7_10Doc.cpp
│   │   ├── Li7_10Doc.h
│   │   ├── Li7_10View.cpp
│   │   ├── Li7_10View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── PaintChildFrame.cpp
│   │   ├── PaintChildFrame.h
│   │   ├── PaintDoc.cpp
│   │   ├── PaintDoc.h
│   │   ├── PaintView.cpp
│   │   ├── PaintView.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li7_10.ico
│   │   ├── Li7_10.rc2
│   │   ├── Li7_10Doc.ico
│   │   └── Toolbar.bmp
│   ├── Li7_2
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Mydraw.aps
│   │   ├── Mydraw.clw
│   │   ├── Mydraw.cpp
│   │   ├── Mydraw.dsp
│   │   ├── Mydraw.dsw
│   │   ├── Mydraw.h
│   │   ├── Mydraw.ncb
│   │   ├── Mydraw.opt
│   │   ├── Mydraw.plg
│   │   ├── Mydraw.rc
│   │   ├── MydrawDoc.cpp
│   │   ├── MydrawDoc.h
│   │   ├── MydrawView.cpp
│   │   ├── MydrawView.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Mydraw.ico
│   │   ├── Mydraw.rc2
│   │   ├── MydrawDoc.ico
│   │   └── Toolbar.bmp
│   ├── Li7_3
│   │   ├── Circle.cpp
│   │   ├── Circle.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Mycircle.aps
│   │   ├── Mycircle.clw
│   │   ├── Mycircle.cpp
│   │   ├── Mycircle.dsp
│   │   ├── Mycircle.dsw
│   │   ├── Mycircle.h
│   │   ├── Mycircle.ncb
│   │   ├── Mycircle.opt
│   │   ├── Mycircle.plg
│   │   ├── Mycircle.rc
│   │   ├── MycircleDoc.cpp
│   │   ├── MycircleDoc.h
│   │   ├── MycircleView.cpp
│   │   ├── MycircleView.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Mycircle.ico
│   │   ├── Mycircle.rc2
│   │   ├── MycircleDoc.ico
│   │   └── Toolbar.bmp
│   ├── Li7_4
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Mydraw.aps
│   │   ├── Mydraw.clw
│   │   ├── Mydraw.cpp
│   │   ├── Mydraw.dsp
│   │   ├── Mydraw.dsw
│   │   ├── Mydraw.h
│   │   ├── Mydraw.ncb
│   │   ├── Mydraw.opt
│   │   ├── Mydraw.plg
│   │   ├── Mydraw.rc
│   │   ├── MydrawDoc.cpp
│   │   ├── MydrawDoc.h
│   │   ├── MydrawView.cpp
│   │   ├── MydrawView.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Mydraw.ico
│   │   ├── Mydraw.rc2
│   │   ├── MydrawDoc.ico
│   │   └── Toolbar.bmp
│   ├── Li7_5
│   │   ├── Circle.cpp
│   │   ├── Circle.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Mycircle.aps
│   │   ├── Mycircle.clw
│   │   ├── Mycircle.cpp
│   │   ├── Mycircle.dsp
│   │   ├── Mycircle.dsw
│   │   ├── Mycircle.h
│   │   ├── Mycircle.ncb
│   │   ├── Mycircle.opt
│   │   ├── Mycircle.plg
│   │   ├── Mycircle.rc
│   │   ├── MycircleDoc.cpp
│   │   ├── MycircleDoc.h
│   │   ├── MycircleView.cpp
│   │   ├── MycircleView.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Mycircle.ico
│   │   ├── Mycircle.rc2
│   │   ├── MycircleDoc.ico
│   │   └── Toolbar.bmp
│   ├── Li7_6
│   │   ├── Li7_6.clw
│   │   ├── Li7_6.cpp
│   │   ├── Li7_6.dsp
│   │   ├── Li7_6.dsw
│   │   ├── Li7_6.h
│   │   ├── Li7_6.ncb
│   │   ├── Li7_6.opt
│   │   ├── Li7_6.plg
│   │   ├── Li7_6.rc
│   │   ├── Li7_6Doc.cpp
│   │   ├── Li7_6Doc.h
│   │   ├── Li7_6View.cpp
│   │   ├── Li7_6View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li7_6.ico
│   │   ├── Li7_6.rc2
│   │   ├── Li7_6Doc.ico
│   │   └── Toolbar.bmp
│   ├── Li7_7
│   │   ├── ChooseView.cpp
│   │   ├── ChooseView.h
│   │   ├── Li7_7.aps
│   │   ├── Li7_7.clw
│   │   ├── Li7_7.cpp
│   │   ├── Li7_7.dsp
│   │   ├── Li7_7.dsw
│   │   ├── Li7_7.h
│   │   ├── Li7_7.ncb
│   │   ├── Li7_7.opt
│   │   ├── Li7_7.plg
│   │   ├── Li7_7.rc
│   │   ├── Li7_7Doc.cpp
│   │   ├── Li7_7Doc.h
│   │   ├── Li7_7View.cpp
│   │   ├── Li7_7View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li7_7.ico
│   │   ├── Li7_7.rc2
│   │   ├── Li7_7Doc.ico
│   │   └── Toolbar.bmp
│   ├── Li7_8
│   │   ├── ChildFrm.cpp
│   │   ├── ChildFrm.h
│   │   ├── LI7_8.APS
│   │   ├── LI7_8.clw
│   │   ├── LI7_8.cpp
│   │   ├── LI7_8.dsp
│   │   ├── LI7_8.dsw
│   │   ├── LI7_8.h
│   │   ├── LI7_8.ncb
│   │   ├── LI7_8.opt
│   │   ├── LI7_8.plg
│   │   ├── LI7_8.rc
│   │   ├── LI7_8Doc.cpp
│   │   ├── LI7_8Doc.h
│   │   ├── LI7_8View.cpp
│   │   ├── LI7_8View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── LI7_8.ico
│   │   ├── LI7_8.rc2
│   │   ├── LI7_8Doc.ico
│   │   └── Toolbar.bmp
│   ├── Li7_9
│   │   ├── ChildFrm.cpp
│   │   ├── ChildFrm.h
│   │   ├── ItalicView.cpp
│   │   ├── ItalicView.h
│   │   ├── Li7_9.aps
│   │   ├── Li7_9.clw
│   │   ├── Li7_9.cpp
│   │   ├── Li7_9.dsp
│   │   ├── Li7_9.dsw
│   │   ├── Li7_9.h
│   │   ├── Li7_9.ncb
│   │   ├── Li7_9.opt
│   │   ├── Li7_9.plg
│   │   ├── Li7_9.rc
│   │   ├── Li7_9Doc.cpp
│   │   ├── Li7_9Doc.h
│   │   ├── Li7_9View.cpp
│   │   ├── Li7_9View.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── Li7_9.ico
│   │   ├── Li7_9.rc2
│   │   ├── Li7_9Doc.ico
│   │   └── Toolbar.bmp
│   └── MyNote
│   ├── Debug
│   │   ├── MainFrm.obj
│   │   ├── MyNote.exe
│   │   ├── MyNote.ilk
│   │   ├── MyNote.obj
│   │   ├── MyNote.pdb
│   │   ├── MyNote.res
│   │   ├── MyNoteDoc.obj
│   │   ├── MyNoteView.obj
│   │   ├── StdAfx.obj
│   │   ├── vc60.idb
│   │   └── vc60.pdb
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── MyNote.aps
│   ├── MyNote.clw
│   ├── MyNote.cpp
│   ├── MyNote.dsp
│   ├── MyNote.dsw
│   ├── MyNote.h
│   ├── MyNote.ncb
│   ├── MyNote.opt
│   ├── MyNote.plg
│   ├── MyNote.rc
│   ├── MyNote.reg
│   ├── MyNoteDoc.cpp
│   ├── MyNoteDoc.h
│   ├── MyNoteView.cpp
│   ├── MyNoteView.h
│   ├── ReadMe.txt
│   ├── Resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   └── res
│   ├── MyNote.ico
│   ├── MyNote.rc2
│   ├── MyNoteDoc.ico
│   └── Toolbar.bmp
├── 第8章实例
│   ├── Li8_1
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MyPrint.clw
│   │   ├── MyPrint.cpp
│   │   ├── MyPrint.dsp
│   │   ├── MyPrint.dsw
│   │   ├── MyPrint.h
│   │   ├── MyPrint.ncb
│   │   ├── MyPrint.opt
│   │   ├── MyPrint.plg
│   │   ├── MyPrint.rc
│   │   ├── MyPrintDoc.cpp
│   │   ├── MyPrintDoc.h
│   │   ├── MyPrintView.cpp
│   │   ├── MyPrintView.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── MyPrint.ico
│   │   ├── MyPrint.rc2
│   │   ├── MyPrintDoc.ico
│   │   └── Toolbar.bmp
│   ├── Li8_2
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MyPrint.clw
│   │   ├── MyPrint.cpp
│   │   ├── MyPrint.dsp
│   │   ├── MyPrint.dsw
│   │   ├── MyPrint.h
│   │   ├── MyPrint.ncb
│   │   ├── MyPrint.opt
│   │   ├── MyPrint.plg
│   │   ├── MyPrint.rc
│   │   ├── MyPrintDoc.cpp
│   │   ├── MyPrintDoc.h
│   │   ├── MyPrintView.cpp
│   │   ├── MyPrintView.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── MyPrint.ico
│   │   ├── MyPrint.rc2
│   │   ├── MyPrintDoc.ico
│   │   └── Toolbar.bmp
│   ├── Li8_3
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MyPrint.clw
│   │   ├── MyPrint.cpp
│   │   ├── MyPrint.dsp
│   │   ├── MyPrint.dsw
│   │   ├── MyPrint.h
│   │   ├── MyPrint.ncb
│   │   ├── MyPrint.opt
│   │   ├── MyPrint.plg
│   │   ├── MyPrint.rc
│   │   ├── MyPrintDoc.cpp
│   │   ├── MyPrintDoc.h
│   │   ├── MyPrintView.cpp
│   │   ├── MyPrintView.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── MyPrint.ico
│   │   ├── MyPrint.rc2
│   │   ├── MyPrintDoc.ico
│   │   └── Toolbar.bmp
│   ├── Li8_4
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MyPrint.clw
│   │   ├── MyPrint.cpp
│   │   ├── MyPrint.dsp
│   │   ├── MyPrint.dsw
│   │   ├── MyPrint.h
│   │   ├── MyPrint.ncb
│   │   ├── MyPrint.opt
│   │   ├── MyPrint.plg
│   │   ├── MyPrint.rc
│   │   ├── MyPrintDoc.cpp
│   │   ├── MyPrintDoc.h
│   │   ├── MyPrintView.cpp
│   │   ├── MyPrintView.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── MyPrint.ico
│   │   ├── MyPrint.rc2
│   │   ├── MyPrintDoc.ico
│   │   └── Toolbar.bmp
│   ├── Li8_5
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MyPrint.aps
│   │   ├── MyPrint.clw
│   │   ├── MyPrint.cpp
│   │   ├── MyPrint.dsp
│   │   ├── MyPrint.dsw
│   │   ├── MyPrint.h
│   │   ├── MyPrint.ncb
│   │   ├── MyPrint.opt
│   │   ├── MyPrint.plg
│   │   ├── MyPrint.rc
│   │   ├── MyPrintDoc.cpp
│   │   ├── MyPrintDoc.h
│   │   ├── MyPrintView.cpp
│   │   ├── MyPrintView.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── res
│   │   ├── MyPrint.ico
│   │   ├── MyPrint.rc2
│   │   ├── MyPrintDoc.ico
│   │   └── Toolbar.bmp
│   └── Li8_6
│   └── MyPage
│   ├── ChildFrm.cpp
│   ├── ChildFrm.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── MyPage.aps
│   ├── MyPage.clw
│   ├── MyPage.cpp
│   ├── MyPage.dsp
│   ├── MyPage.dsw
│   ├── MyPage.h
│   ├── MyPage.ncb
│   ├── MyPage.opt
│   ├── MyPage.plg
│   ├── MyPage.rc
│   ├── MyPageDoc.cpp
│   ├── MyPageDoc.h
│   ├── MyPageView.cpp
│   ├── MyPageView.h
│   ├── ReadMe.txt
│   ├── Resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   └── res
│   ├── MyPage.ico
│   ├── MyPage.rc2
│   ├── MyPageDoc.ico
│   └── Toolbar.bmp
└── 第9章实例
├── Li9_1
│   ├── ReadMe.txt
│   ├── Regulardll.aps
│   ├── Regulardll.clw
│   ├── Regulardll.cpp
│   ├── Regulardll.def
│   ├── Regulardll.dsp
│   ├── Regulardll.dsw
│   ├── Regulardll.h
│   ├── Regulardll.ncb
│   ├── Regulardll.opt
│   ├── Regulardll.plg
│   ├── Regulardll.rc
│   ├── Resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   └── res
│   └── Regulardll.rc2
├── Li9_2
│   ├── ReadMe.txt
│   ├── Regulardll.aps
│   ├── Regulardll.clw
│   ├── Regulardll.cpp
│   ├── Regulardll.def
│   ├── Regulardll.dsp
│   ├── Regulardll.dsw
│   ├── Regulardll.h
│   ├── Regulardll.ncb
│   ├── Regulardll.opt
│   ├── Regulardll.plg
│   ├── Regulardll.rc
│   ├── Resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   └── res
│   └── Regulardll.rc2
├── Li9_3
│   ├── Areadll.clw
│   ├── Areadll.cpp
│   ├── Areadll.def
│   ├── Areadll.dsp
│   ├── Areadll.dsw
│   ├── Areadll.h
│   ├── Areadll.ncb
│   ├── Areadll.opt
│   ├── Areadll.plg
│   ├── Areadll.rc
│   ├── ReadMe.txt
│   ├── Resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   └── res
│   └── Areadll.rc2
├── Li9_4
│   ├── AreaDlg.cpp
│   ├── AreaDlg.h
│   ├── ImLink.aps
│   ├── ImLink.clw
│   ├── ImLink.cpp
│   ├── ImLink.dsp
│   ├── ImLink.dsw
│   ├── ImLink.h
│   ├── ImLink.ncb
│   ├── ImLink.opt
│   ├── ImLink.plg
│   ├── ImLink.rc
│   ├── ImLinkDoc.cpp
│   ├── ImLinkDoc.h
│   ├── ImLinkView.cpp
│   ├── ImLinkView.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── ReadMe.txt
│   ├── Regulardll.dll
│   ├── Regulardll.h
│   ├── Regulardll.lib
│   ├── Resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   └── res
│   ├── ImLink.ico
│   ├── ImLink.rc2
│   ├── ImLinkDoc.ico
│   └── Toolbar.bmp
├── Li9_5
│   ├── AreaDlg.cpp
│   ├── AreaDlg.h
│   ├── ImLink.aps
│   ├── ImLink.clw
│   ├── ImLink.cpp
│   ├── ImLink.dsp
│   ├── ImLink.dsw
│   ├── ImLink.h
│   ├── ImLink.ncb
│   ├── ImLink.opt
│   ├── ImLink.plg
│   ├── ImLink.rc
│   ├── ImLinkDoc.cpp
│   ├── ImLinkDoc.h
│   ├── ImLinkView.cpp
│   ├── ImLinkView.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── ReadMe.txt
│   ├── Regulardll.dll
│   ├── Regulardll.h
│   ├── Regulardll.lib
│   ├── Resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   └── res
│   ├── ImLink.ico
│   ├── ImLink.rc2
│   ├── ImLinkDoc.ico
│   └── Toolbar.bmp
├── Li9_6
│   ├── Area2Dlg.cpp
│   ├── Area2Dlg.h
│   ├── AreaDlg.cpp
│   ├── AreaDlg.h
│   ├── Areadll.dll
│   ├── Areadll.h
│   ├── Areadll.lib
│   ├── CAreaDlg.cpp
│   ├── CAreaDlg.h
│   ├── ImLink.aps
│   ├── ImLink.clw
│   ├── ImLink.cpp
│   ├── ImLink.dsp
│   ├── ImLink.dsw
│   ├── ImLink.h
│   ├── ImLink.ncb
│   ├── ImLink.opt
│   ├── ImLink.plg
│   ├── ImLink.rc
│   ├── ImLinkDoc.cpp
│   ├── ImLinkDoc.h
│   ├── ImLinkView.cpp
│   ├── ImLinkView.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── ReadMe.txt
│   ├── Regulardll.dll
│   ├── Regulardll.h
│   ├── Regulardll.lib
│   ├── Resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   └── res
│   ├── ImLink.ico
│   ├── ImLink.rc2
│   ├── ImLinkDoc.ico
│   └── Toolbar.bmp
├── Li9_7
│   ├── ExLink.aps
│   ├── ExLink.clw
│   ├── ExLink.cpp
│   ├── ExLink.dsp
│   ├── ExLink.dsw
│   ├── ExLink.h
│   ├── ExLink.ncb
│   ├── ExLink.opt
│   ├── ExLink.plg
│   ├── ExLink.rc
│   ├── ExLinkDoc.cpp
│   ├── ExLinkDoc.h
│   ├── ExLinkView.cpp
│   ├── ExLinkView.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── ReadMe.txt
│   ├── Regulardll.dll
│   ├── Regulardll.lib
│   ├── Resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   └── res
│   ├── ExLink.ico
│   ├── ExLink.rc2
│   ├── ExLinkDoc.ico
│   └── Toolbar.bmp
├── Li9_8
│   ├── AveDlg.cpp
│   ├── AveDlg.h
│   ├── Extensiondll.aps
│   ├── Extensiondll.clw
│   ├── Extensiondll.cpp
│   ├── Extensiondll.def
│   ├── Extensiondll.dsp
│   ├── Extensiondll.dsw
│   ├── Extensiondll.ncb
│   ├── Extensiondll.opt
│   ├── Extensiondll.plg
│   ├── Extensiondll.rc
│   ├── ReadMe.txt
│   ├── Resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   └── res
│   └── Extensiondll.rc2
└── Li9_9
├── Area2Dlg.cpp
├── Area2Dlg.h
├── AreaDlg.cpp
├── AreaDlg.h
├── Areadll.dll
├── Areadll.h
├── Areadll.lib
├── AveDlg.h
├── CAreaDlg.cpp
├── CAreaDlg.h
├── Extensiondll.dll
├── Extensiondll.lib
├── ImLink.aps
├── ImLink.clw
├── ImLink.cpp
├── ImLink.dsp
├── ImLink.dsw
├── ImLink.h
├── ImLink.ncb
├── ImLink.opt
├── ImLink.plg
├── ImLink.rc
├── ImLinkDoc.cpp
├── ImLinkDoc.h
├── ImLinkView.cpp
├── ImLinkView.h
├── MainFrm.cpp
├── MainFrm.h
├── ReadMe.txt
├── Regulardll.dll
├── Regulardll.h
├── Regulardll.lib
├── Resource.h
├── StdAfx.cpp
├── StdAfx.h
└── res
├── ImLink.ico
├── ImLink.rc2
├── ImLinkDoc.ico
└── Toolbar.bmp

223 directories, 2340 files

标签:

实例下载地址

Visual C++程序设计与应用教程(第二版)案例源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警