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

搜索资源列表

  1. Bitbitchuli

    1下载:
  2. 昨天在论坛上,有人问起双缓冲的实现问题,想起网上这方面资料比较凌乱,而且多是 DirectX 相关的,今天特地在这里给大家简要的介绍一下双缓冲技术及其在 VC++ 的 GDI 绘图环境下的实现。 -yesterday at the forum, it was asked to achieve double-buffer issues, I think this information online comparison messy, DirectX is also more relevan
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:30108
    • 提供者:nikker
  1. DrawPane

    0下载:
  2. 简单的绘图程序,利用双缓冲的技术实现!可以画线,圆等基本图形。-simple mapping procedures, the use of double buffering technology! It drew lines, round basic graphics.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:43417
    • 提供者:ljishu
  1. shuanghuanchongxianshituxiang

    0下载:
  2. 在这里给大家简要的介绍一下双缓冲技术及其在 VC++ 的 GDI 绘图环境下的实现 -here for everyone to a brief introduction about double buffering technology and the VC environment GDI drawing the realization
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:17493
    • 提供者:tiankng
  1. double_buffers

    0下载:
  2. 双缓冲实现的绘图程序,很有参考价值,大家可以-achieve double-buffer mapping procedures of great reference value, we can look at the good
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:17493
    • 提供者:林开辉
  1. od

    2下载:
  2. VC++下的GDI+绘图程序,支持橡皮筋效果,双缓冲技术,并具有画PolyLine和各种图形的旋转功能-This is a Gdiplus program under VC++ structure,supporting DualBuffer,elastic draw method ,drawing PolyLine and graph rotating
  3. 所属分类:Picture Viewer

    • 发布日期:2016-10-17
    • 文件大小:11531264
    • 提供者:素辰隽
  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. DrawWave_SaveAsBmp

    0下载:
  2. MFC双缓冲绘图,正弦波移动,适合工控数据采集.-MFC double buffering graphics, sine-wave movement, suitable for industrial data acquisition.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-27
    • 文件大小:32420
    • 提供者:刘元
  1. df

    1下载:
  2. 双缓存实现绘图软件 解决了屏幕闪的问题 很适合初学者学习双缓冲的使用-Double buffer to achieve the screen flash graphics software to solve the problem
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-10
    • 文件大小:2107107
    • 提供者:ccc
  1. Large_data_processing_and_image_shows

    0下载:
  2. 大型数据处理及窗口绘图方法整理 包括双缓冲 多线程 等 总结文档提供了很多自己的经验 以及相关技术实现的源代码-Large-scale data processing and windows, including double-buffered drawing methods the multi-threaded, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:38972
    • 提供者:huam
  1. Draw

    0下载:
  2. 暑假实习所编写的绘图程序,有与windows自带程序类似的绘图工具栏及颜料调色板,基本实现了其所有的绘图功能,包括铅笔、橡皮差、绘制直线、曲线、圆、矩形、多边形、喷枪、颜色填充等,并用双缓冲解决了图像闪烁的问题。-Drawings prepared by the summer internship program, a program comes with windows similar to the drawing toolbar and paint palette, basically al
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:99015
    • 提供者:王立为
  1. double-buffering-Draw

    0下载:
  2. 双缓冲绘图技术的一个实现,希望对大家有所帮助。-Double buffering graphics technology, an implementation, we want to help.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-05
    • 文件大小:268254
    • 提供者:eddy
  1. DirectDraw-Double-Buffered

    0下载:
  2. 通常在绘图的时候,你都不会直接在BeginPaint或CDC中使用HDC,如果你这样做了,那么当你绘制很多东西的时候,就有可能造成图像的闪烁。双缓冲就是用在这里实现图像的平滑的更新的。 有很多实现的方法,一种是在内存中创建一个兼容的HDC,然后拷贝内存到可见的HDC,另一种是我现在用的一个方法,使用一个DirectX的子集DirectDraw,实现一个接口的实例类CDXSurfaceMgr,实现双缓冲。-Double Buffered Graphics using DirectDraw Th
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:153962
    • 提供者:
  1. Dorw

    0下载:
  2. 双缓冲绘图,普通绘图会出现闪屏的现象,用双缓冲就不会有这种情况出现-Dorw picture!
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-05
    • 文件大小:45800
    • 提供者:桂子道
  1. SDC_TEST_01

    0下载:
  2. 本代码实现了双缓冲绘图的功能,代码简介,能够帮助初学者快速掌握双缓冲绘图技能-The source implementation of double buffering graphics functions, code Introduction。
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1965147
    • 提供者:chenhaosust
  1. Clock_v2.0

    0下载:
  2. 时钟应用程序,提供两种显示方式,还是双缓冲绘图,写的很简单,图形可能不太好,希望大家一起研究-for study
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:37579
    • 提供者:鱼肉
  1. Bezier

    0下载:
  2. 本程序使用双缓冲绘图,不公实现了bezier曲线的绘制,还能实现鼠标对角的拖动,不产生残影-This program uses a double buffering graphics, injustice, bezier curve drawing, and also enables the drag of the mouse on the corner, does not produce blur
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:42539
    • 提供者:sony19900107
  1. Radar_Data_Analysis

    0下载:
  2. 雷达数据的图形化分析(采用了双缓冲绘图等多种技术)-Graphic analysis of radar data (using the double buffering graphics and other technology)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:708680
    • 提供者:豆豆
  1. FangDa

    0下载:
  2. 纯MFC做的放大镜小例子,VC6,VS2010可以编译运行,支持自定义,支持当前鼠标位置放大,和当前放大窗口位置放大,圆形窗口,双缓冲绘图,有悬浮透明提示窗口,改变了传统的放大镜的实现,完全是自己的创意,希望大家喜欢,抗锯齿可以使用GDI+技术或PNG图解决,已测试。   按ESC或双击放大镜可退出程序。-Pure MFC to do the magnifying small example, VC6, VS2010 can compile and run, support for cus
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-05
    • 文件大小:27258
    • 提供者:阿健
  1. 76545678888

    0下载:
  2. 易语言双缓冲绘图,易语言写的图形图象编程,很好的参考。-Easy language double buffering graphics, easy graphics programming language to write, a good reference.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:146550
    • 提供者:南煎丸子
  1. FlashButton_DoubleBuffer

    0下载:
  2. 使用双缓冲绘图的一个例子,希望可以给大家带来帮助。-Using an example of double buffer drawing, I hope we can help.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-07
    • 文件大小:1134300
    • 提供者:x
« 12 »
搜珍网 www.dssz.com