文件名称:dbbtest
介绍说明--下载内容均来自于网络,请自行研究使用
VC++双缓冲技术代码演示代码,虽然比较老的代码,但是仍然很有用途,源码将演示如何在VC++中实现双缓冲技术的实例,演示了使用普通方式绘图和采用双缓冲技术绘图的例子,首先给出实现的程序,然后再解释,同样是在OnDraw(CDC *pDC)中-VC++ double buffering code demonstrates code, although relatively old code, but still useful purposes, the source code will demonstrate how to implement an instance of double buffering technology in VC++, and demonstrates an example of using an ordinary drawing and using double buffering technical drawings, first given realization of the program, and then explained, also in OnDraw (CDC* pDC) in
(系统自动生成,下载前可以参看下载内容)
下载文件列表
双缓冲技术\DBBTest\DBBTest.cpp
..........\.......\DBBTest.dsp
..........\.......\DBBTest.dsw
..........\.......\DBBTest.h
..........\.......\DBBTest.rc
..........\.......\DBBTestDoc.cpp
..........\.......\DBBTestDoc.h
..........\.......\DBBTestView.cpp
..........\.......\DBBTestView.h
..........\.......\MainFrm.cpp
..........\.......\MainFrm.h
..........\.......\ReadMe.txt
..........\.......\res\DBBTest.ico
..........\.......\...\DBBTest.rc2
..........\.......\...\DBBTestDoc.ico
..........\.......\...\Toolbar.bmp
..........\.......\Resource.h
..........\.......\StdAfx.cpp
..........\.......\StdAfx.h
..........\VC关于双缓冲绘图的实现.doc
..........\vc双缓冲VC++双缓冲实现方法.pdf
..........\DBBTest\res
..........\DBBTest
双缓冲技术