搜索资源列表
消除闪烁的新方法
- 使用双缓冲机制(Double buffering)来解决屏幕的闪烁现象-use double buffering mechanism (Double buffering) to resolve the scintillation screen phenomenon
五子棋W
- 一个五子棋程序,其中用双缓冲技术解决了棋子闪烁的问题 -a 331 procedures, which use double buffering technology to solve the problem pawn scintillation
DCFlash
- 使用CMemDC类解决应用程序的闪烁问题 在你的MFC程序中解决闪烁问题是个烦心的工作。你可以在书上或者网上找到关于这方面的介绍,但是介绍的技术一般都是很复杂的或者是很难应用到已经存在的程序中去。 一个京城使用的技术叫做双缓冲。双缓冲使用一个新的缓冲来画屏幕,然后把整个的屏幕显示在真正的屏幕上。 这篇文章使用了叫做CMemDC的类,这个类封装了绝大部分写入off-screen缓冲区的方法。在已经存在的MFC或者是ActiveX控件中加入CMemDC类是非常方便的。
20050917192634_refresh
- 一个用双缓冲解决闪烁问题的程序源码 用双缓冲解决闪烁问题的例子。-a double-buffer solution Flicker procedures source in double buffer solution Flicker example.
双缓冲技绘图的示例
- 这是一个使用双缓冲技绘图的示例...可消除绘图时的闪烁并提高性能.
双缓冲解决屏幕刷新闪烁的问题
- 实时数据采集的屏幕抖动显示问题一直困扰着许多人,本程序采用双缓冲的方法解决了上述问题。-screen jitter that the problem has been troubling many people and the adoption of double-buffer solution to the above problems.
用双缓冲实现无闪烁动画
- 用双缓冲实现无闪烁动画-achieve double-Flicker-free buffer animation
双缓冲方法解决屏幕刷新闪烁的问题
- 双缓冲方法解决屏幕刷新闪烁的问题,具体功能看了就知道-function: double buffer solve the glimpse of screen reflash problem.
避免图像闪烁采取的技术双缓冲
- 绘图中避免图像闪烁采取的技术
Clock
- WinCe实现的一个简单Clock,通过双缓冲来解决屏幕闪烁问题。可以作为学习双缓冲的参考!-Windows CE Clock
static_led_demo
- 非原创 模拟led闪烁控件 用picture控件实现。双缓冲,很不错。 源码是个小例子 以下是给新手的提示: 使用的时候仅需要led.h和led.cpp 最简单的led闪烁:画个picture控件,控件定义个CLED 的控制变量 在对话框初始oninitdialog里设定led初始状态(setled),然后用timer定时,在ontimer里用ping这个函数点亮就可以了。-Non-original analog led blinking picture contro
MemDC_no_flick_draw
- 创建memdc内存缓冲区,简明演示双缓冲方式实现无闪烁绘,功能很简单-Create memdc memory buffer, concise presentation double buffer to achieve flicker-free drawing, functionality is very simple
DoubleBuffering_src
- 双缓冲绘制图形,避免刷新时出现闪烁问题。-Double Buffer Drawing graphics
doublebuffering
- 这是一个避免移动图像时的屏幕闪烁的双缓冲实现方法-This is a moving image to avoid screen flicker of double buffering implementation Ways
drawTool
- 一个VC双缓冲绘图例子,解决了屏幕闪烁的缺点,可以绘制鼠标轨迹任意曲线,另外可以实现打开,修改和保存图片等.-A double buffer drawing VC example, to solve the shortcomings of the screen flashes, you can draw any curve track the mouse, and can open, edit and save pictures.
dispalybmp
- 双缓冲显示技术,解决图像在屏幕上显示的闪烁问题。用到了CDC.-Double buffer display technology to address the image displayed on the screen flicker problem. Used the CDC.
TooMuchButtons
- 双缓冲技术的应用,按钮太多的时候界面不会闪烁-Double-buffering technology, when the button interface does not blink too much
AnimForm
- windows forms GDI+应用程序 使用双缓冲技术,解决正方形在旋转时出现的闪烁问题-windows forms GDI+ application to use double buffering to resolve when the square rotating flicker problem
TestAero
- 双缓冲的aero玻璃效果下的文字输出,是用BufferPaint(vista/win7独有的api实现的)是无闪烁的,也不需要用gdiplus先把文字栅格化到位图上。-Double buffer text render out with aero, use buffer paint api, no gdi plus, no blink.
MFC显示刷新避免闪烁
- MFC VISUAL C++,实现双缓冲现实(MFC VISUAL C++,Realse show buffer)