CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - double buffering
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - double buffering - List
[
Multimedia program
]
消除闪烁的新方法
DL : 1
使用双缓冲机制(Double buffering)来解决屏幕的闪烁现象-use double buffering mechanism (Double buffering) to resolve the scintillation screen phenomenon
Update
: 2008-10-13
Size
: 35.92kb
Publisher
:
袁耀辉
[
OpenGL program
]
在OpenGL视图中绘制动画
DL : 1
利用mfc设定计时器和帧缓存技术,可以制作出流畅的动画。一般用opengl向正方体表面添加各种颜色,以达到双缓存动画的实现。-use mfc set the timer and frame buffer technology, can produce smooth animation. General use opengl cube surface to add color to achieve double-buffering to achieve animation.
Update
: 2008-10-13
Size
: 39.61kb
Publisher
:
石头
[
Other
]
五子棋W
DL : 0
一个五子棋程序,其中用双缓冲技术解决了棋子闪烁的问题 -a 331 procedures, which use double buffering technology to solve the problem pawn scintillation
Update
: 2008-10-13
Size
: 1.06mb
Publisher
:
文宇
[
OpenGL program
]
实例 100
DL : 0
简单的OpenGL动画。实现运动彩色立方体的旋转。OpenGl动画主要是通过提供的双缓存实现。一个用来作图,一个用来显示。-simple animation. Moving color cube rotation. OpenGl animation is mainly through the provision of the double-buffering to achieve. For a graphic, a showing.
Update
: 2008-10-13
Size
: 37.59kb
Publisher
:
许辉
[
Other
]
DCFlash
DL : 0
使用CMemDC类解决应用程序的闪烁问题 在你的MFC程序中解决闪烁问题是个烦心的工作。你可以在书上或者网上找到关于这方面的介绍,但是介绍的技术一般都是很复杂的或者是很难应用到已经存在的程序中去。 一个京城使用的技术叫做双缓冲。双缓冲使用一个新的缓冲来画屏幕,然后把整个的屏幕显示在真正的屏幕上。 这篇文章使用了叫做CMemDC的类,这个类封装了绝大部分写入off-screen缓冲区的方法。在已经存在的MFC或者是ActiveX控件中加入CMemDC类是非常方便的。 怎样在你的MFC程序中使用CMemDC 1.在你的工程中加入memdc.h文件。 2.在stdafx.h中加入代码#include \"memdc.h\" 3.为窗口做WM_ERASEBKGND的消息映射 4.象下面那样改变处理消息的代码:-use CMemDC category of applications to solve the problem flashing in your MFC process is resolved Flicker 000 bother work. You can book online or find this regard, But introducing the technology in general are very complex or difficult to apply to already existing programs. Beijing used a technique called double buffering. Double buffer using a new buffer to paint a screen, then the screen shows that the whole of the real on the screen. This article called CMemDC use of the category, this category included the majority of package off-screen buffer method. The existence of MFC or ActiveX add CMemDC category is very convenient. What in your MFC procedures used CMemDC one. In your works into memdc.h document. 2. In addition stdafx.h code # include "memdc.h" 3. For window W M_ERASEBK
Update
: 2008-10-13
Size
: 2.39kb
Publisher
:
罗成
[
OpenGL program
]
Double
DL : 0
Double Buffering Demo
Update
: 2008-10-13
Size
: 1.76kb
Publisher
:
Orange
[
GUI Develop
]
CBitmapSlider_src
DL : 0
Introduction Do you need a slider but default control looks too simple? I hope this class, CBitmapSlider, can help you. All you have to do is read this article and make a few bitmaps. Features Transparency effect for both channel and thumb. Customize size of the thumb. Flicker free. It uses CMemDC from Keith Rule s article to implement double buffering, and uses functions from Raja Segar s article to display transparent bitmap. -IntroductionDo you need a slider but default control looks too simple? I hope this class, CBitmapSlider, can help you. All you have to do is read this article and make a few bitmaps. Features Transparency effect for both channel and thumb. Customize size of the thumb. Flicker free. It uses CMemDC from Keith Rule s article to implement double buffering, and uses functions from Raja Segar s article to display transparent bitmap.
Update
: 2025-02-17
Size
: 9kb
Publisher
:
赵建
[
OpenGL program
]
doubleBuffer
DL : 0
用双缓存绘图的VC代码,希望能给大家仅供参考,绘制出“不卡的界面”。-Using double-buffering the drawing of the VC code, we hope that they will be for reference only, to map out
Update
: 2025-02-17
Size
: 1.83mb
Publisher
:
侯颖超
[
GDI-Bitmap
]
dbbtest1
DL : 0
压缩包内含有具体实例解说双缓冲,内容很全面的。-Compressed packet contains specific examples to explain double buffering, which is very comprehensive.
Update
: 2025-02-17
Size
: 18kb
Publisher
:
jly
[
OpenGL program
]
double
DL : 0
opengl的双缓冲小例子,能够进行扩展-opengl small example of the double buffering, can be extended
Update
: 2025-02-17
Size
: 10kb
Publisher
:
slei
[
Graph Drawing
]
double-buffering-Draw
DL : 0
双缓冲绘图技术的一个实现,希望对大家有所帮助。-Double buffering graphics technology, an implementation, we want to help.
Update
: 2025-02-17
Size
: 262kb
Publisher
:
eddy
[
GDI-Bitmap
]
Double-buffering-graphics
DL : 0
双缓冲绘图编程实验。实现绘图操作的快速,无闪烁-realise the Double buffering graphics
Update
: 2025-02-17
Size
: 166kb
Publisher
:
张正涛
[
GDI-Bitmap
]
Double-Buffer
DL : 0
源码实现了贴图的双缓冲技术,对于C#游戏编程有很大帮助-The source texture double buffering technology C# Game Programming
Update
: 2025-02-17
Size
: 140kb
Publisher
:
小刚
[
GDI-Bitmap
]
Double-Buffering
DL : 0
使用双缓冲技术防止重绘时闪烁的一个简单例子,在图片上绘制一个矩形用于选择一片区域-A simple example using double buffering to prevent flickering when redraw,it draws a rectangle on the image to select a region.
Update
: 2025-02-17
Size
: 156kb
Publisher
:
IversonSun
[
OS program
]
VC-Double-buffer-technology-test
DL : 0
在vs2008下基于MFC编写的一个关于双缓存的小程序,通过两个按钮响应,对比在加入双缓存后界面变化情况。-Based in vs2008 MFC prepared a small program on double-buffering via two buttons response, compared to the addition of dual-cache interface changes,
Update
: 2025-02-17
Size
: 8.11mb
Publisher
:
枯木生根
[
Special Effects
]
double-buffering
DL : 0
// 经过改进后,画面刷新速度大大加快,绝对看不到任何的“扫描线”,帧数也从5帧一下就提高到了9帧, // 几乎是两倍于前的速度。这究竟是什么原因呢?让我来讲述其中的道理。 // 因为圆是要一个一个画上去,所以每画一个圆,系统就要做一次图形的绘制操作, // 图形的重绘是很占用资源的,当需要重绘的图形数量很多的时候,所造成的系统开销就特别大, // 造成我们看到的那种刷新缓慢的情况。那么如何来解决这个问题呢? //答案就是双缓冲,何谓“双缓冲”?它的基本原理就是:先在内存中开辟一块虚拟画布, // 然后将所有需要画的图形先画在这块“虚拟画布”上,最后在一次性将整块画布画到真正的窗体上。 // 因为所有的单个图形的绘制都不是真正的调用显示系统来“画”,所以不会占用显示系统的开销,极大的提高的绘图效率。 -Is the double buffering, what is a "double buffering"? Its basic principle is: to create a virtual canvas in memory, and then will all need to draw the graphics first painting in the "virtual canvas", finally, in a one-off the entire piece of canvas painting real form.
Update
: 2025-02-17
Size
: 51kb
Publisher
:
王斌
[
Other
]
double-BUffer
DL : 0
基于mfc中的双缓冲。简单的实例,根据这个可以轻松实现双缓冲。不闪屏-Based on the mfc double buffering. Simple example, this can be easily achieved based on double buffering. No splash screen
Update
: 2025-02-17
Size
: 938kb
Publisher
:
白贺京
[
OpenGL program
]
Double
DL : 0
教程3交互使用GLUT双缓冲演示图像,适合初学者。-Tutorial 3 interactive presentations using GLUT double buffering image, suitable for beginners.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
kpwong
[
SCM
]
DAC0832Double-buffering-mode
DL : 0
dac0832双缓冲工作模式程序 8位D/A转换器-dac0832 double buffering mode program 8 D/A converter
Update
: 2025-02-17
Size
: 52kb
Publisher
:
zc
[
GDI-Bitmap
]
Double-buffering-technology
DL : 0
如果窗体在响应WM_PAINT消息的时候要进行复杂的图形处理,由于窗体在频繁的用背景色来擦除原有图形,引起了很大的视觉反差。从而引起了闪烁。解决这一问题的有效方法就是双缓冲技术。-If the form is in response to WM_PAINT message when complex graphics, as in the form of frequent with the background color to erase the original graphics, caused a great visual contrast. Causing flicker. An effective way to solve this problem is to double buffering.
Update
: 2025-02-17
Size
: 11kb
Publisher
:
«
1
2
3
4
5
6
7
8
9
10
...
19
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.