搜索资源列表

  1. MemDC_no_flick_draw

    0下载:
  2. 创建memdc内存缓冲区,简明演示双缓冲方式实现无闪烁绘,功能很简单-Create memdc memory buffer, concise presentation double buffer to achieve flicker-free drawing, functionality is very simple
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-09
    • 文件大小:53248
    • 提供者:胡进
  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 curv
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:bintombin
  1. MiniDraw

    0下载:
  2. 使用MFC文档视图结构,采用双缓冲绘图技术写的gdi绘图程序-View the use of MFC document structure, the use of double buffering graphics technology gdi drawing program written in
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-09
    • 文件大小:171008
    • 提供者:天隼
  1. move

    0下载:
  2. 用GDI+双缓冲技术制作扑克牌发牌动画.程序是全屏显示.-With GDI+ double buffering technology licensing poker animation production. Program is full screen.
  3. 所属分类:界面编程

    • 发布日期:2024-05-09
    • 文件大小:63488
    • 提供者:oushuncai
  1. DoubleBuffering_src

    0下载:
  2. 双缓冲绘制图形,避免刷新时出现闪烁问题。-Double Buffer Drawing graphics
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-09
    • 文件大小:23552
    • 提供者:徐剑
  1. StarCraft2

    0下载:
  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. 所属分类:其他游戏

    • 发布日期:2024-05-09
    • 文件大小:7747584
    • 提供者:PAN
  1. doublebuffering

    0下载:
  2. 这是一个避免移动图像时的屏幕闪烁的双缓冲实现方法-This is a moving image to avoid screen flicker of double buffering implementation Ways
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-09
    • 文件大小:2084864
    • 提供者:张然
  1. kkk

    0下载:
  2. 用双缓冲进行图片显示 对初学者特别有帮助哦!--programming method is very good information on the Oh, is particularly helpful for beginners Oh!
  3. 所属分类:界面编程

    • 发布日期:2024-05-09
    • 文件大小:25600
    • 提供者:
  1. drawTool

    0下载:
  2. 一个VC双缓冲绘图例子,解决了屏幕闪烁的缺点,可以绘制鼠标轨迹任意曲线,另外可以实现打开,修改和保存图片等.-A double buffer drawing VC example, to solve the shortcomings of the screen flashes, you can draw any curve track the mouse, and can open, edit and save pictures.
  3. 所属分类:图形图象

    • 发布日期:2024-05-09
    • 文件大小:281600
    • 提供者:刘琛
  1. MyClock(doublebuffer)

    0下载:
  2. 动态时钟,双缓冲解决屏闪~~~~~~窗体为圆形区域。-Dynamic clock, dual-screen flash buffer solution for a circular area ~~~~~~ form.
  3. 所属分类:图形图象

    • 发布日期:2024-05-09
    • 文件大小:43008
    • 提供者:蓝鸟
  1. pintu

    0下载:
  2. 简单的拼图游戏,用VC开发,使用了双缓冲-A simple jigsaw puzzle, with VC development, use of double buffering
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:1351680
    • 提供者:songshuai
  1. Clock

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

    • 发布日期:2024-05-09
    • 文件大小:6497280
    • 提供者:骆灿
  1. doubleframebuffer

    0下载:
  2. VC双缓冲绘图的详细说明及一个MFC实例,利用双缓冲绘图可防止绘图画面抖动刷新-VC double buffering the drawing and a detailed descr iption of MFC instance, the use of double buffering the drawing to prevent jitter, refresh the drawing screen
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-09
    • 文件大小:2063360
    • 提供者:李小强
  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/图象编程

    • 发布日期:2024-05-09
    • 文件大小:22528
    • 提供者:姜星
  1. DoubleBufferDemo

    0下载:
  2. 网上有许多文章讲述了如何使用Visual C++程序实现双缓冲,都是用C++面向对象语言写的,可能对很多没有接触过面向对象语言的C语言初学者来说理解起来有些困难,并且有些好心人也只是把源代码贴上去,不做注释,这就使读者读起来更费劲了。 在这里,我会就每一条语句作出解释。其中有一个地方比较有趣,值得讨论 感兴趣的朋友可以看看我的博客:http://blog.sina.com.cn/renfei521-nothing
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:774144
    • 提供者:arren
  1. doublebuffer

    0下载:
  2. 双缓冲技术解决图像闪动问题,有代码,对初学者是一个很好的例子-Double-buffering technology to solve image flickering problem with the code, for beginners is a good example of
  3. 所属分类:C#编程

    • 发布日期:2024-05-09
    • 文件大小:36864
    • 提供者:马志
  1. DoubleBufImage100824

    1下载:
  2. 动画显示,路径层+双缓冲。VC++9.0-Animation shows the path layer+ double buffering. VC++9.0
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-09
    • 文件大小:4296704
    • 提供者:tong jianfeng
  1. DoubleBuffer

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

    • 发布日期:2024-05-09
    • 文件大小:49152
    • 提供者:张政
  1. TooMuchButtons

    0下载:
  2. 双缓冲技术的应用,按钮太多的时候界面不会闪烁-Double-buffering technology, when the button interface does not blink too much
  3. 所属分类:C#编程

    • 发布日期:2024-05-09
    • 文件大小:868352
    • 提供者:曼联七号
  1. dbbtest_shuang_huan_chong_hui_tu

    0下载:
  2. VC中 双缓冲绘图的一个实例。希望对新手有用。大家多多支持哈。-VC double buffering graphics in an instance. Want to be useful for beginners. A lot of support and Kazakhstan.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-09
    • 文件大小:1936384
    • 提供者:怡游
« 1 2 3 4 56 7 8 9 10 ... 29 »

源码中国 www.ymcn.org