CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 双缓冲

搜索资源列表

  1. XORMOD双缓冲示例

    0下载:
  2. 用JAVA编写的建议的XORMOD双缓冲示例,供练习使用-prepared using JAVA XORMOD the recommendations of the two-sample buffer for the use of practice
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:2476
    • 提供者:宿星辉
  1. 实例解说双缓冲机制

    0下载:
  2. 这是一个实例解说双缓冲机制的程序,在图形学方面有很多的应用-This is an example of double-buffering mechanism to explain the procedures, the graphics have many applications
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:25739
    • 提供者:胡立新
  1. 双缓冲技绘图的示例

    0下载:
  2. 这是一个使用双缓冲技绘图的示例...可消除绘图时的闪烁并提高性能.
  3. 所属分类:GDI/图象编程

    • 发布日期:2014-01-17
    • 文件大小:252389
    • 提供者:邓小
  1. 利用双缓冲做的时钟程序

    0下载:
  2. 利用双缓冲做的时钟程序-use double buffering so that the clock procedures
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3109
    • 提供者:单平
  1. 双缓冲解决屏幕刷新闪烁的问题

    0下载:
  2. 实时数据采集的屏幕抖动显示问题一直困扰着许多人,本程序采用双缓冲的方法解决了上述问题。-screen jitter that the problem has been troubling many people and the adoption of double-buffer solution to the above problems.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:91506
    • 提供者:杨国锋
  1. 双缓冲绘图

    0下载:
  2. 详细说明了VC中双缓冲绘图的方法,可以提高图形生成质量(当然不是我写的,但对我最近写的一个程序帮助很大,不会侵权吧)-detailed descr iption of VC-buffer mapping method can improve the quality of graphics generation (of course I did not write, but I recently wrote a procedure for the great help, it will not b
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:3333
    • 提供者:杜斐
  1. 用双缓冲实现无闪烁动画

    0下载:
  2. 用双缓冲实现无闪烁动画-achieve double-Flicker-free buffer animation
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:7347
    • 提供者:陈君
  1. 双缓冲

    0下载:
  2. 关于图像的显示 及双缓冲机制的使用 希望大家能够喜欢-image on the display buffer and dual use of the mechanism of hope that we can love
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:38626
    • 提供者:小强
  1. 双缓冲方法解决屏幕刷新闪烁的问题

    0下载:
  2. 双缓冲方法解决屏幕刷新闪烁的问题,具体功能看了就知道-function: double buffer solve the glimpse of screen reflash problem.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:89246
    • 提供者:清澈
  1. vc++双缓冲绘图

    0下载:
  2. vc++双缓冲绘图,实现稳定的绘图,不会因为Windows的刷新而导致重新绘制。
  3. 所属分类:界面编程

    • 发布日期:2009-02-02
    • 文件大小:30614
    • 提供者:cq_3964
  1. cntfs 双缓冲透明加解密

    1下载:
  2. 双缓冲透明加解密
  3. 所属分类:驱动编程

    • 发布日期:2011-03-29
    • 文件大小:3105897
    • 提供者:30659645@qq.com
  1. StarCraft2

    1下载:
  2. 纯win32 SDK编写的游戏,只使用GDi, 初学者最好看看,实现了双缓冲等功能-Prepared pure win32 SDK Game, use only GDi, beginners take a look at the best, achieve a double buffering and other functions
  3. 所属分类:Other Games

    • 发布日期:2017-05-24
    • 文件大小:7747424
    • 提供者:PAN
  1. DoubleBuffer

    0下载:
  2. 利用双缓冲技术实现图像的显示,大家一起分享,有源代码-Double-buffering technology using image display, share, source code
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:49204
    • 提供者:张政
  1. DoubleBuffer

    0下载:
  2. 基础C# GDI图形绘制的双缓冲实现,可以用此代码实现橡皮筋画线功能-C# GDI-based graphics rendering to achieve double buffering, you can use this code to achieve the rubber band drawing a line function
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:22543
    • 提供者:姜星
  1. qx

    0下载:
  2. 使用类来操作曲线,使用双缓冲还实现曲线不闪,代码如下(VB2005),这是一个类,新建一个类,就可以在整个程序里调用这个类,调用方法很简单:比如:这个类名为tcdj 就可以写dim XXXX as new tcdj,然后在程序里使用XXXX.属性....... 操作就可以了-To operate the use of curves, use double buffering is also the realization of curves do not flash, the code is a
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-01
    • 文件大小:3836
    • 提供者:bintombin
  1. Clock

    0下载:
  2. WinCe实现的一个简单Clock,通过双缓冲来解决屏幕闪烁问题。可以作为学习双缓冲的参考!-Windows CE Clock
  3. 所属分类:Windows CE

    • 发布日期:2017-05-21
    • 文件大小:6497171
    • 提供者:骆灿
  1. 双缓冲技术编程实训

    0下载:
  2. 1.详细介绍双缓冲技术 2.代码亲自编写,调试通过 3.结合定时器可以明显观测到使用双缓冲技术的好处 4.本例程仅适用于初学者,对于编程大牛,不敢献丑
  3. 所属分类:界面编程

    • 发布日期:2015-11-09
    • 文件大小:10438216
    • 提供者:121235584@qq.com
  1. GDI双缓冲

    0下载:
  2. 双缓冲绘图,listctrl单元格颜色自定义(Double buffering drawing, ListCtrl cell color custom)
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-12-20
    • 文件大小:39656448
    • 提供者:wuwuww
  1. SDKTetris+双缓冲

    0下载:
  2. C++实现俄罗斯方块,运用双缓冲技术使其不闪屏(C++ implements Tetris, using double buffering technology to make it not flicker)
  3. 所属分类:游戏

    • 发布日期:2018-01-07
    • 文件大小:54272
    • 提供者:伟叔叔
  1. GDI双缓冲不闪屏绘制

    0下载:
  2. 易语言GDI双缓冲绘制不闪屏实例,对写工具的人有帮助(Elanguage GDI double buffering without flicker screen)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:58368
    • 提供者:月下采花贼
« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com