资源简介
资源包含vs2010生成的源程序和exe。mfc对话框双缓存的源程序代码。
实现功能:
①button1:双缓存绘图。
②button2:普通绘图。
非常简单的内容。便于新手更快理解双缓存的操作。使用时,可结合说明的blog 地址:http://blog.csdn.net/i_likechard/article/details/53066504
代码片段和文件信息
// doublebuffer2.cpp : 定义应用程序的类行为。
//
#include “stdafx.h“
#include “doublebuffer2.h“
#include “doublebuffer2Dlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// Cdoublebuffer2App
BEGIN_MESSAGE_MAP(Cdoublebuffer2App CWinApp)
ON_COMMAND(ID_HELP &CWinApp::onhelp)
END_MESSAGE_MAP()
// Cdoublebuffer2App 构造
Cdoublebuffer2App::Cdoublebuffer2App()
{
// 支持重新启动管理器
m_dwRestartManagerSupportFlags = AFX_RESTART_MANAGER_SUPPORT_RESTART;
// TODO: 在此处添加构造代码,
// 将所有重要的初始化放置在 InitInstance 中
}
// 唯一的一个 Cdoublebuffer2App 对象
Cdoublebuffer2App theApp;
// Cdoublebuffer2App 初始化
BOOL Cdoublebuffer2App::InitInstance()
{
// 如果一个运行在 Windows XP 上的应用程序清单指定要
// 使用 ComCtl32.dll 版本 6 或更高版本来启用可视化方式,
//则需要 InitCommonControlsEx()。否则,将无法创建窗口。
INITCOMMONCON
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 155648 2016-11-07 15:07 doublebuffer2\Debug\doublebuffer2.exe
文件 2084 2016-11-07 14:54 doublebuffer2\doublebuffer2\doublebuffer2.cpp
文件 484 2016-11-07 14:54 doublebuffer2\doublebuffer2\doublebuffer2.h
文件 10484 2016-11-07 15:07 doublebuffer2\doublebuffer2\doublebuffer2.rc
文件 6034 2016-11-07 15:05 doublebuffer2\doublebuffer2\doublebuffer2.vcxproj
文件 4337 2016-11-07 15:09 doublebuffer2\doublebuffer2\doublebuffer2Dlg.cpp
文件 752 2016-11-07 15:05 doublebuffer2\doublebuffer2\doublebuffer2Dlg.h
文件 67777 2009-08-31 02:31 doublebuffer2\doublebuffer2\res\doublebuffer2.ico
文件 682 2016-11-07 14:54 doublebuffer2\doublebuffer2\res\doublebuffer2.rc2
文件 1464 2016-11-07 14:56 doublebuffer2\doublebuffer2\resource.h
文件 146 2016-11-07 14:54 doublebuffer2\doublebuffer2\stdafx.cpp
文件 1632 2016-11-07 14:54 doublebuffer2\doublebuffer2\stdafx.h
文件 234 2016-11-07 14:54 doublebuffer2\doublebuffer2\targetver.h
文件 906 2016-11-07 14:54 doublebuffer2\doublebuffer2.sln
目录 0 2016-11-08 17:57 doublebuffer2\doublebuffer2\res
目录 0 2016-11-08 17:57 doublebuffer2\Debug
目录 0 2016-11-08 17:58 doublebuffer2\doublebuffer2
目录 0 2016-11-08 17:58 doublebuffer2
----------- --------- ---------- ----- ----
252664 18
- 上一篇:识别广义表的“头尾”
- 下一篇:c++ STL编程手册
评论
共有 条评论