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

搜索资源列表

  1. clock

    0下载:
  2. 简单的钟表,用WIN32 SDK写的,用到了双缓存和不规则窗口设计。-Simple clock, with the WIN32 SDK to write, use a double buffer and irregular window design.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-24
    • 文件大小:16030
    • 提供者:se7en
  1. MDigDoubleBuffering

    0下载:
  2. MIL 函数的使用函数,使用双缓存进行存储,保障速度-MIL function using the function, use double buffer to store, protect speed
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-05
    • 文件大小:307978
    • 提供者:ouxiaoze
  1. AniRect

    0下载:
  2. 简单的双缓存动态绘图程序,看完应该就可以解决不少GDI问题-A simple drawing program dynamic double buffer
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:1875501
    • 提供者:汤照辉
  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. TestWinUi

    0下载:
  2. TestWinUi:用双缓存技术实现动态绘图解决闪问题,开CHILD风格的透明无边框的子窗口(对话框).子窗口拖动时不会超出主窗口的边界.时时鼠标显示.-TestWinUi: double buffer technology to implement dynamic mapping solution flash problems, and open style of transparent CHILD borderless child window (dialog box). Sub-windo
  3. 所属分类:对话框与窗口

    • 发布日期:2013-03-21
    • 文件大小:7182201
    • 提供者:
  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. CEGraph

    0下载:
  2. CEDraw is high speed graphics library in WinCE . it’s depend on GAPI . This code was writen in C++ and using embedded VC++ to complie it. Testing in iPaq h3600 with WinCE 3.0. CEDraw use double buffer and direct write video buffer technology to e
  3. 所属分类:Windows CE

    • 发布日期:2017-03-30
    • 文件大小:314704
    • 提供者:Alex
  1. vcshuanghuanchong

    0下载:
  2. vc双缓冲区解决闪烁问题,它提供了很好的解决办法,值得下载.-vc double buffer to solve the problem flashes, it provides a good solution, it is worth downloading.
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:3364
    • 提供者:lilei
  1. FunPointer

    0下载:
  2. 通过内存DC来实现界面绘制双缓存,并通过函数指针模板来提供可供复用的双缓存绘制代码。-Achieved through the memory DC to draw the double buffer interface, and through a function pointer template to provide for reuse of the double-buffer rendering code.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:549045
    • 提供者:刘云和
  1. wangluoluyinji

    0下载:
  2. vc++写的网络录音机程序,录音是参照vckbase的录音api代码,结合了一小段socket(TCP)就可以用来单方说话录音了,程序分两部分一部分是(录音机+网络发送代码),一部分是(接收数据+播放波形音乐代码),由于程序只是为了自己用,很多地方没有注意错误的识别,结构也比较乱,本程序当初最头疼的就是控制损耗内存,结果用了双缓存来存储波形数据来交替的存储/清除.-vc++ program to write the network recorder, audio recording refere
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-01
    • 文件大小:809621
    • 提供者:黄飞
  1. DrawTu

    0下载:
  2. 画心电图,利用了双缓冲区,是学习画图程序的好例子,好好研究一下吧!-Painting electrocardiogram, use the double buffer, is a good example of learning drawing program, good research about it.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:1889790
    • 提供者:田振川
  1. DoubleBufferDraw

    0下载:
  2. 非常重要的绘图技术——双缓冲——,太经典的源代码,简单明了,高手写的,值得初学者借鉴。-Important technical drawings-- double buffer--, very classic source code, simple and clear, master of writing, it is worth drawing for beginners.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-11
    • 文件大小:2123685
    • 提供者:stone
  1. SingleDoubleBuffer

    0下载:
  2. 一个用来表示opengl单缓冲和双缓冲区别的例子。-opengl single buffer and double buffer
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:250029
    • 提供者:dpsying
  1. GDIPDoubleBuffer

    0下载:
  2. gdi+的双缓冲操作显示3张不同图像,不闪烁,我用vc6编译-gdi+ double buffer drawing,vc6 code.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-07
    • 文件大小:235687
    • 提供者:jmplay
  1. music_pfatfs

    0下载:
  2. stc125a60s2 PWM 推动耳机播放SD卡里面的WAV音乐。文件系统为FATFS。内有低层SD卡驱动及双缓冲区的切换。-stc125a60s2 PWM promote headphone playback SD card inside WAV music. The file system FATFS. Within the lower the SD card drive and double buffer switching.
  3. 所属分类:SCM

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

    0下载:
  2. 在对话框上使用双缓冲的方法绘制旋转的圆环-In the dialog box on the use of double buffer method for drawing the rotating ring
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-15
    • 文件大小:3802595
    • 提供者:daiding
  1. buffer_queue_serial

    0下载:
  2. 基于双缓冲队列的串口通信模块的研究与实现,提出基于一种称之为双缓冲队列的串口缓冲区管理策略的串口软件模块的实现方法和其中要注意的问题。-Research and Implementation of the serial communication module based on dual-buffer queue, based on a technique called serial buffer management strategy for double-buffer queue of th
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:58620
    • 提供者:eric
  1. pcmplayer

    0下载:
  2. windows下播放PCM音频数据的双缓冲用法。-double buffer usage under windows to play PCM audio data.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1530954
    • 提供者:梁玉平
  1. Sokoban-double-buffer

    0下载:
  2. 推箱子双缓存游戏,有益于大脑智力开发,对大脑思维转换的帮助很大-Sokoban dual caching games, good for the intellectual development of the brain, the brain thinking conversion help
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-28
    • 文件大小:2252525
    • 提供者:啾啾
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com