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

搜索资源列表

  1. shiboqi

    1下载:
  2. 一个示波曲线显示控件,vc6开发,可以学习gdi双缓冲绘制技术-Curve shows an oscilloscope controls, vc6 development, can learn to draw double-buffering technology gdi
  3. 所属分类:Windows编程

    • 发布日期:2014-01-14
    • 文件大小:715554
    • 提供者:hurtman
  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. dongtaihuaxian

    0下载:
  2. 在双缓冲的基础上实现动态的画线,简单明了-In the double-buffered drawing based on the dynamic line, plain and simple
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6330062
    • 提供者:江明
  1. QQFarm

    0下载:
  2. QQ农场单机版,可供新人学习MFC双缓冲,多线程等知识-QQ farm stand-alone version, available for newcomers to learn MFC double buffering, multi-threading knowledge. .
  3. 所属分类:Other Games

    • 发布日期:
    • 文件大小:9469621
    • 提供者:方仲林
  1. shift-sin-wav

    0下载:
  2. 移动的正弦线。这一个参考了网上生成正弦线程序,新建了一个CStatic派生类,外加定时器做的使,用了双缓冲技术。涉及PostMessage函数的使用。-Moving sine line. This is a reference to generate sinusoidal line online program, created a new CStatic derived class, plus a timer to do so, with a double-buffering. Involvi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:208828
    • 提供者:liwenwen
  1. RecPlayUseMemBlock

    0下载:
  2. RecPlayUserMemBlock 功能:双缓冲内存录、放音演示程序。 版本:Ver1.0。 -RecPlayUserMemBlock function: double-buffered memory, record, playback demo. Version: Ver1.0.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:206381
    • 提供者:郝好
  1. duble-draw

    0下载:
  2. vc++ 双缓冲绘图,解决屏幕闪烁的源码。-vc++ double-buffered graphics, source code to solve the screen flicker.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:91510
    • 提供者:tandy
  1. Block

    0下载:
  2. VC++的俄罗斯方块,WINDOWS API. 双缓冲显示-VC++ Tetris, WINDOWS API. Double buffer display
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-04
    • 文件大小:185052
    • 提供者:123
  1. GDI_ButtonCollection

    0下载:
  2. 首先通过对UcBall控件的封装,暴露事件和接口,UcBallConnection为 多个UcBall的集合,并采用GDI的双缓冲技术,解决频繁刷屏的问题。-The first package by UcBall control, exposure events and interfaces, UcBallConnection multiple UcBall collection and use GDI double buffer technology to solve the problem
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-06
    • 文件大小:5038
    • 提供者:Hhh
  1. Double-buffering-graphics

    0下载:
  2. 双缓冲绘图编程实验。实现绘图操作的快速,无闪烁-realise the Double buffering graphics
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:169702
    • 提供者:张正涛
  1. Image-Warping

    0下载:
  2. C#实现的基于线性插补和双缓冲面板的图像映射算法-Image warping is a very common technique used by people who work on image caricaturization or cartoonization. However, it is very hard to find the idea implemented on the Internet. Using some code from Christian Graus great
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:927734
    • 提供者:小小
  1. Test

    0下载:
  2. GDI画图,显示普通绘图与双缓冲绘图效果对比,有源码-General drawing and drawing double-buffering effect of contrast
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-21
    • 文件大小:6646303
    • 提供者:lfy
  1. View

    0下载:
  2. 实现一个背景画图,其中用到了双缓冲画图和View画图,画了椭圆和长方体-The realization of a background drawing, which uses a double buffer drawing and View drawing, painting of the elliptic and rectangular parallelepiped
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-26
    • 文件大小:8730387
    • 提供者:黎明
  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. WindowsFormsApplication1

    0下载:
  2. 利用双缓冲技术处理图像,解决图像闪烁的问题-Image processing using double-buffering technology to solve image flickering problem
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:39016
    • 提供者:maodan
  1. vc-picture

    0下载:
  2. 利用双缓冲技术实现宽幅测井曲线的显示与保存-Wide use of technology to achieve double buffering the display and preservation of well logs
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:109479
    • 提供者:李哲
  1. PinPuDemo

    0下载:
  2. 使用GDI方式,画音频频谱控件。主要涉及GDI双缓冲的使用-Use GDI mode, draw the audio spectrum control. GDI mainly related to the use of double buffering
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:215289
    • 提供者:cool
  1. Hide_MeteoriteView_Game

    0下载:
  2. 小游戏-陨石撞飞机,陨石可以随机出现,采用双缓冲避免闪烁-Games- meteorite hit the aircraft, meteorites can be random, with double buffering to avoid flicker
  3. 所属分类:Game Program

    • 发布日期:2017-05-22
    • 文件大小:6160166
    • 提供者:
  1. dt

    0下载:
  2. 使用双缓冲技术,减除闪烁效果,实现动画的连续效果。-Double buffering
  3. 所属分类:Applet

    • 发布日期:2017-04-25
    • 文件大小:15245
    • 提供者:Jack
  1. MoveCircle

    0下载:
  2. 随机球体碰撞演示,按下C为打开控制台,提示输入球数量,S为随机方向移动,E为停止所有球体移动。绘图采用双缓冲。-Random sphere collision demonstration, press C to open the console, the number of prompts for the ball, S is a random direction, E is to stop all ball movement. Double-buffered drawing.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:1733920
    • 提供者:superupon
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 25 »
搜珍网 www.dssz.com