一个用双缓冲解决闪烁问题的程序源码 用双缓冲解决闪烁问题的例子。-a double-buffer solution Flicker procedures source in double buffer solution Flicker example. 下载
|
利用双缓冲技术避免图像闪烁的源码-use double buffering technology to avoid images flashing FOSS 下载
|
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. 下载
|
SDK贴图双缓冲 SDK贴图双缓冲 SDK贴图双缓冲-SDK Texture mapping double-buffer SDK Buffer SDK mapping Double Buffer 下载
|
drawImage(调用类的双缓冲缩放) drawImage(调用类的双缓冲缩放)- 下载
|
双缓冲绘图原理 学习双缓冲绘图原理对图像处理有很好的帮助-double-buffer graphics-learning principles buffer graphics tenets of image processing is a great help 下载
|
防止屏幕闪烁的双缓冲方法!自己写的防止屏幕闪烁的双缓冲方法!自己写的-prevent screen flicker double buffer method! Wrote the screen flickered to prevent the double buffer method! Wrote it myself 下载
|
GDI画图,双缓冲绘图及直接绘图又功能,说明双缓冲在消除闪烁方面的优势-GDI drawing, double-buffering graphics and also direct mapping function and the elimination of double-buffer the advantages of flicker 下载
|
双缓冲技术: 另一种减小帧之间的闪烁的方法是使用双缓冲,它在许多动画applet 中被使用。 主要原理是创建一个后台图象,将一帧画入图象,然后调用drawImage() 将整个图象一次画到屏幕上去。好处是大部分绘制是离屏的。将离屏图象一次 绘至屏幕上比直接在屏幕上绘制要有效得多。 双缓冲可以使动画平滑,但有一个缺点,要分配一张后台图象,如果图象 相当大,这将需要很大一块内存-double buffering technology : a reduced frame between the flashing method is to use double buffering, in many applet animation are used. The main principle is to create a background image of a painting into images, then called drawImage () to the entire image to a screen painted up. Most benefits are drawn from the screen. Leaving screen image to a painting directly on the screen than on the screen mapping can be much more effective. Double Buffer can make the animation smooth, but there is a drawback to allocate a background image, image considerably, which will require a lot of memory 下载
|
自己编的程序,用来显示 单缓冲和双缓冲的区别,旋转的正方形- 下载
|