搜索资源列表
ladderAndBall
- VC++6.0 用双缓冲实验 小球与楼梯的动画,所以无闪烁,源码很精简,对想学图形双缓冲很有帮助.-double-buffer experiment with small ball staircase of animation, without blinking, very concise source, right, like the double-buffering graphics very helpful.
pauly-1
- 防止屏幕闪烁的双缓冲方法!自己写的防止屏幕闪烁的双缓冲方法!自己写的-prevent screen flicker double buffer method! Wrote the screen flickered to prevent the double buffer method! Wrote it myself
zjf
- 图形学程序,用光线跟踪算法实现绘图的,中间用双缓冲解决了闪烁问题,但是速度比较慢。
CSHARPGDI
- 利用c#开发工具进行的GDI+编程,采用双缓冲技术解决图形闪烁问题。
双缓冲技绘图的示例
- 这是一个使用双缓冲技绘图的示例...可消除绘图时的闪烁并提高性能.
双缓冲解决屏幕刷新闪烁的问题
- 实时数据采集的屏幕抖动显示问题一直困扰着许多人,本程序采用双缓冲的方法解决了上述问题。-screen jitter that the problem has been troubling many people and the adoption of double-buffer solution to the above problems.
refresh
- 用双缓冲解决闪烁问题的例子。可以尝试一下,vc6编译通过
plotter
- 双缓冲的一个很好的例子,对绘制曲线屏幕闪烁可以很好的解决!
nocoruscate
- 用双缓冲实现无闪烁刷屏
双缓冲方法解决屏幕刷新闪烁的问题
- 双缓冲方法解决屏幕刷新闪烁的问题,具体功能看了就知道-function: double buffer solve the glimpse of screen reflash problem.
避免图像闪烁采取的技术双缓冲
- 绘图中避免图像闪烁采取的技术
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
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)