搜索资源列表
DCFlash
- 使用CMemDC类解决应用程序的闪烁问题 在你的MFC程序中解决闪烁问题是个烦心的工作。你可以在书上或者网上找到关于这方面的介绍,但是介绍的技术一般都是很复杂的或者是很难应用到已经存在的程序中去。 一个京城使用的技术叫做双缓冲。双缓冲使用一个新的缓冲来画屏幕,然后把整个的屏幕显示在真正的屏幕上。 这篇文章使用了叫做CMemDC的类,这个类封装了绝大部分写入off-screen缓冲区的方法。在已经存在的MFC或者是ActiveX控件中加入CMemDC类是非常方便的。
memdc
- 内存缓冲类,先将图画到该DC,(可多次作图),然后一次显示-memory buffer category, the first picture of the DC, (multiple mapping), then a show
MEMDC
- 使用内存DC的实验。使用内存DC可以提高显示速度,消除闪烁,以及多层绘图等等。
memdc
- 内存dc,内存dc是用于双缓冲,以解决重绘闪烁的问题-Memory dc, memory dc for double buffering to resolve the issue of flickering redraw
MemDC_no_flick_draw
- 创建memdc内存缓冲区,简明演示双缓冲方式实现无闪烁绘,功能很简单-Create memdc memory buffer, concise presentation double buffer to achieve flicker-free drawing, functionality is very simple
memDC
- 关于内存DC的使用,这是我用的别人做的一个示例,加上一个封装好的内存dc类,使用还是比较方便,从示例程序里面可以看到非常明显的效果。-DC on the use of memory, this is someone I used to do a sample, plus a packaged memory dc class, it is quite easy to use, you can see from the example program which is very significan
memDC
- 这是我在别人的一个示例上面做的修改,封装了一个比较完整内存DC类,在示例代码里面可以看到明显的效果,解决闪屏问题-This is an example of my people to do the above changes, a more complete package, the memory DC class, in the example code to see significant results which can solve the splash screen problem
memdc
- 双缓冲的C++封装类,只有一个文件,简洁易懂,本人就是用的这个。-C++ double buffering wrapper class, only one file and easy to read, I was using this.
MEMDC
- memDC,chuong trinh load anh
05
- 一个基于MFC的简单的屏幕截图工具,其中实现了热键截取-DWORD size=bitmap.bmWidthBytes*bitmap.bmHeight //图片数据大小 LPSTR lpData=(LPSTR)GlobalAlloc(GPTR,size) int panelsize = 0 //记录调色板大小 if(bitmap.bmBitsPixel<16) //判断是否为真彩色位图 panelsize =(int)pow(2
Graphic
- 将图章图片加载到memdc上,如果是GDI+直接设置alpha通道就可以了,如果是gdi可以用alpha混合memdc也可以得到想要的效果-change dsadasdasfdf
GridCtrl_src_Support_vs2010
- 修改了cgridctrl表格控件MemDC,使之支持VS2010,不会出现编译错误-Modified cgridctrl form controls MemDC support VS2010, not a compilation error
MemDC_Test
- MemDC防止屏幕闪烁的好方法,如不使用内存DC在画图,显示时会闪烁。-memdc redraw dc
MemDC
- this MEMDC it very good example asd * ada adsa = new sdad(pdc) delete adsa-this is MEMDC it it very good example asd * ada adsa = new sdad(pdc) delete adsa
microwindows-0.8.tar
- 一个小型的类似Windows的嵌入式操作系统的代码,与WIN32的API相同,有MemDC的源代码,现在已经移植到错中平台下。-The Nano-X Window System is an Open Source project aimed at bringing the features of modern graphical windowing environments to smaller devices and platforms. Nano-X allows applications
ScreenSnap
- 屏幕抓屏的实现文件,vc++代码实现。采用MemDc方式-File screen, vc++ code. Using MemDc method
memdc
- 解决改变窗口的大小时,窗口内容会闪烁的问题。这个类库使用不擦除背景而在内存中作图,然后拷贝到窗口的原理。-Solve the changing size of the window, the window contents will flicker problem. This library does not erase the background while using the mapping in memory and then copied to the principles of th