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

搜索资源列表

  1. CDC_Draw

    0下载:
  2. 一个实现双缓冲绘图的例子程序! 欢迎大家一起来参考!-a double-buffer mapping procedures example! Welcome everyone to reference!
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-12
    • 文件大小:92136
    • 提供者:
  1. Pokygame

    0下载:
  2. 一个MFC编的游戏程序。对双缓冲的应用,和对PNG图片的解码。有利于大家开发游戏程序,对整个框架和流程的解释。-MFC made a game program. Application of double buffering, and decoding PNG images. Conducive to the development of the game we all procedures and processes to the entire framework of interpretat
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-04
    • 文件大小:1384456
    • 提供者:benson
  1. static_led_demo

    0下载:
  2. 非原创 模拟led闪烁控件 用picture控件实现。双缓冲,很不错。 源码是个小例子 以下是给新手的提示: 使用的时候仅需要led.h和led.cpp 最简单的led闪烁:画个picture控件,控件定义个CLED 的控制变量 在对话框初始oninitdialog里设定led初始状态(setled),然后用timer定时,在ontimer里用ping这个函数点亮就可以了。-Non-original analog led blinking picture contro
  3. 所属分类:Static control

    • 发布日期:2017-03-29
    • 文件大小:32762
    • 提供者:ultraqiangda
  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. 所属分类:Multimedia Develop

    • 发布日期:2017-03-29
    • 文件大小:44165
    • 提供者:胡进
  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-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:171582
    • 提供者:天隼
  1. move

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

    • 发布日期:2017-04-28
    • 文件大小:63683
    • 提供者:oushuncai
  1. DoubleBuffering_src

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

    • 发布日期:2017-04-16
    • 文件大小:20342
    • 提供者:徐剑
  1. doublebuffering

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

    • 发布日期:2017-05-11
    • 文件大小:2085048
    • 提供者:张然
  1. kkk

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

    • 发布日期:2017-03-30
    • 文件大小:25681
    • 提供者:
  1. drawTool

    1下载:
  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. 所属分类:图形图象

    • 发布日期:2013-01-03
    • 文件大小:281773
    • 提供者:刘琛
  1. MyClock(doublebuffer)

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

    • 发布日期:2017-04-16
    • 文件大小:43292
    • 提供者:蓝鸟
  1. pintu

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

    • 发布日期:2017-05-03
    • 文件大小:1351944
    • 提供者:songshuai
  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-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:2063345
    • 提供者:李小强
  1. DoubleBufferDemo

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

    • 发布日期:2017-03-31
    • 文件大小:774185
    • 提供者:arren
  1. doublebuffer

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

    • 发布日期:2017-04-16
    • 文件大小:37309
    • 提供者:马志
  1. DoubleBufImage100824

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

    • 发布日期:2017-05-17
    • 文件大小:4296985
    • 提供者:tong jianfeng
  1. TooMuchButtons

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

    • 发布日期:2017-04-09
    • 文件大小:868320
    • 提供者:曼联七号
  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-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:1936606
    • 提供者:怡游
  1. AnimForm

    0下载:
  2. windows forms GDI+应用程序 使用双缓冲技术,解决正方形在旋转时出现的闪烁问题-windows forms GDI+ application to use double buffering to resolve when the square rotating flicker problem
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:26534
    • 提供者:lxw
  1. TestAero

    0下载:
  2. 双缓冲的aero玻璃效果下的文字输出,是用BufferPaint(vista/win7独有的api实现的)是无闪烁的,也不需要用gdiplus先把文字栅格化到位图上。-Double buffer text render out with aero, use buffer paint api, no gdi plus, no blink.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:20999
    • 提供者:xzy
« 1 23 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com