搜索资源列表
GDIPlusDemoA
- GDI+例子,有双缓画图,多线程控制等。可以用为学习-GDI+ example, a double buffer drawing, multi-threaded control. Can be used for learning
CDC_Draw
- 一个实现双缓冲绘图的例子程序! 欢迎大家一起来参考!-a double-buffer mapping procedures example! Welcome everyone to reference!
DrawWave_SaveAsBmp
- MFC双缓冲绘图,正弦波移动,适合工控数据采集.-MFC double buffering graphics, sine-wave movement, suitable for industrial data acquisition.
WinFormTest
- 1、图形元素绘制(线:绘制、移动,拉伸、清除等),双缓存。 2、进程:创建、停止、列表 3、普通控件使用。-1, graphics, drawing elements (lines: map, move, stretch, clear, etc.), double-buffering. 2, process: create, stop, list 3, the use of common control.
DDB
- 好用的双缓冲封装类,压缩包内有程序的说明文档,简单易用,经VC6编译运行通过-A nice double buffering wrapper classes, compression packages have procedures for documentation, easy to use, compiled by VC6 run through the
SysInfor
- 双缓冲区,图片处理,图像处理,离屏环境.-Double-buffer, image processing, image processing, off-screen environment,
DoubleBufferDemo
- 网上有许多文章讲述了如何使用Visual C++程序实现双缓冲,都是用C++面向对象语言写的,可能对很多没有接触过面向对象语言的C语言初学者来说理解起来有些困难,并且有些好心人也只是把源代码贴上去,不做注释,这就使读者读起来更费劲了。 在这里,我会就每一条语句作出解释。其中有一个地方比较有趣,值得讨论 感兴趣的朋友可以看看我的博客:http://blog.sina.com.cn/renfei521-nothing