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

搜索资源列表

  1. memdc

    0下载:
  2. 内存dc,内存dc是用于双缓冲,以解决重绘闪烁的问题-Memory dc, memory dc for double buffering to resolve the issue of flickering redraw
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1256
    • 提供者:hong
  1. LLK

    0下载:
  2. 介绍了外挂的方法 双缓冲技术 位图的操作 算法的优化-Introduced a plug-in method of double buffering technology operation bitmap optimization algorithm
  3. 所属分类:Game Program

    • 发布日期:2017-05-19
    • 文件大小:178149
    • 提供者:xushiyue
  1. gdihelper

    0下载:
  2. GDI开发帮助类代码,实现了gdi双缓冲功能。-GDI category code development to help achieve the gdi double buffering feature.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1168
    • 提供者:好大晓
  1. dbbtest1

    0下载:
  2. 压缩包内含有具体实例解说双缓冲,内容很全面的。-Compressed packet contains specific examples to explain double buffering, which is very comprehensive.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:18665
    • 提供者:jly
  1. VC6-GDI+

    0下载:
  2. 所属分类:Picture Viewer

    • 发布日期:2017-04-10
    • 文件大小:19160
    • 提供者:李原先
  1. applet

    0下载:
  2. 使用双缓冲技术创建图像的显示方式,清除闪烁现象。使用线程分别解决准备图像、显示图像的任务,解决显示速度慢,占用内存较大的问题。用10 个图像文件(T1.JPG~T10.JPG),它们分别显示不同时间的状态-The use of double buffer technology to create the image is displayed, clear the blinking phenomenon. Were resolved using the thread ready to images
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:94336
    • 提供者:阮丽文
  1. Line

    0下载:
  2. 实现了双缓冲画图的功能,能进行播放进度的模拟-Achieved a double buffer drawing functions, can play the simulation progress
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-04
    • 文件大小:219603
    • 提供者:小常
  1. DoubleBuffered

    0下载:
  2. 所属分类:Graph Drawing

    • 发布日期:2017-04-07
    • 文件大小:27646
    • 提供者:zcj
  1. wave

    0下载:
  2. WAVE文件的格式播放。低级音频函数的使用比较繁琐,大致要有以下几个步骤。 1. 用waveInOpen打开设备,并设置回调。因为要保证实时性,所以不能用查询的方式,而必须设置回调。 2. 为设备分配足够的内存做缓冲区,动态分配或静态数组都可以。为了保证实时性,程序用了双缓冲技术,在处理一个缓冲区数据的同时另一个缓冲区用于录音。为了便于说明写成Buffer1、Buffer2。 3. 将Buffer1关联到设备上去,waveInPrepareBuffer、waveInAddBuf
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-16
    • 文件大小:157555
    • 提供者:amon
  1. DDBMemDrawTest

    0下载:
  2. VC双缓冲画图,让你明白双缓冲是什么原理的。-VC double buffer drawing, so that you understand what is the double buffer principle.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:23572
    • 提供者:肖雄
  1. DBBTest

    0下载:
  2. 视图中使用双缓冲绘图的方法,消除闪烁,明显看出对比-View the use of double buffering the drawing of the method, the elimination of flicker
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-25
    • 文件大小:39180
    • 提供者:倪小霞
  1. plotter

    0下载:
  2. linux环境下利用QT4做的一个小程序,程序中窗口部件使用了双缓冲技术-linux environment using QT4 do a small procedure, process window using a double buffering components technology
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:191984
    • 提供者:hyy
  1. FrameworkDesignJAVAgames

    0下载:
  2. JAVA游戏开发的基本框架设计,包括物体移动, 基本碰撞,双缓冲,人物动画按键控制等等,希望对初学JAVA手机游戏开发的同学有所帮助!-JAVA games designed to develop the basic framework, including moving objects, the basic collision, double buffering, task animation control cases and so on, in the hope of learning J
  3. 所属分类:Games

    • 发布日期:2017-04-04
    • 文件大小:46394
    • 提供者:张旭
  1. AntiFlash

    0下载:
  2. 一个在VS2005中实现的双缓冲防闪屏的例子。可以以二进制方式打开任意类型文件查看效果。可以在有双缓冲技术和无双缓冲技术间动态切换,以查看显示效果的区别。-This is an example about the double buffered displaying techniques which is built in VS2005. It can open any type of file in binary mode to display the effect. And it can d
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-16
    • 文件大小:3828879
    • 提供者:xeontz
  1. testdoublebuffer

    0下载:
  2. Symbian双缓冲画界面,希望对大家的UI设计有帮助-Symbian painting double buffer interface for all of us hope that the UI design to help
  3. 所属分类:Symbian

    • 发布日期:2017-04-24
    • 文件大小:22472
    • 提供者:ncljh
  1. shotbirds

    0下载:
  2. java编写的打鸟游戏,通过swing来实现,内涵双缓冲技术。-java games shotbird prepared, through the swing to achieve, the connotation of double buffering technique.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-22
    • 文件大小:6602069
    • 提供者:徐经纬
  1. ch14-16

    0下载:
  2. 一个显示动画的Applet小应用程序,考虑了消除闪烁、双缓冲、跟踪图象的载入等技术-Applet shows a small animation applications, taking into account the elimination of flicker, double buffering, tracking technologies such as image loading
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-27
    • 文件大小:21109
    • 提供者:李刚
  1. DBBTest

    0下载:
  2. 对图形进行了双缓冲,并对是否进行双缓冲的图形进行对比。使用双缓冲后,不再闪烁。-Of graphics double-buffering, double buffering, and whether or not to compare the graphics. After the use of double buffering is no longer flashing.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1922814
    • 提供者:彭贤
  1. dispalybmp

    0下载:
  2. 双缓冲显示技术,解决图像在屏幕上显示的闪烁问题。用到了CDC.-Double buffer display technology to address the image displayed on the screen flicker problem. Used the CDC.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:897
    • 提供者:vivianjia
  1. Polygon

    0下载:
  2. VC++中动画的实现,通过Opengl图形库的调用,和双缓冲技术来实现动画。-VC++ in the realization of animation through Opengl graphics library calls, and double buffering techniques to achieve the animation.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:341070
    • 提供者:心愿
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 25 »
搜珍网 www.dssz.com