搜索资源列表

  1. RetroBlaster

    0下载:
  2. Symbian上用来练手的飞机爆破游戏,背景图片用小图拼,采用双缓冲技术,在手机上运行效果比较好,-Symbian on hand for the training aircraft blasting games, background pictures with a small map fight double-buffering techniques, in the cell phone operating results were
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:139386
    • 提供者:gosling
  1. drown_c_thread

    0下载:
  2. c#实现双缓冲绘图,多线程进行绘图操作. 模拟c++游戏绘图-double-buffering graphics, multithreading for graphics operations. C simulation game Mapping
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:480283
    • 提供者:zwj1680
  1. energypick1

    1下载:
  2. segy地震数据显示,及剖面能量提取!其中包括的二进制数据读取,双缓冲图像显示!舍不得啊。我的宝贝!-segy seismic data, and extract the energy profile! These include binary data read, double-buffer image display! Reluctant ah. My Darling!
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1918397
    • 提供者:chenxing
  1. Demo2_UART_1017

    0下载:
  2. 凌阳SPCE06的语音通信代码,利用了双缓冲队列,是学习的好例子,希望很大家一起分享-Sunplus SPCE06 voice communications code, the use of the double-buffer queue, is a good example of learning, hope to share with everyone
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8610
    • 提供者:周周
  1. CAN_USB_Advanced

    0下载:
  2. 经过改进之后的CAN-USB接口卡固件程序,采用了双缓冲机制,经过测试,可以正常使用。使用的芯片为MC9S12DP256B和PDIUSBD12。欢迎赐教。-improved after the CAN-USB firmware interface card, a dual-buffer mechanism, tested, available for normal use. Use the chips for MC9S12DP256B
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:340725
    • 提供者:lvwei
  1. read_CT_using_Opengl

    0下载:
  2. 充分利用OPENGL的双缓冲技术,实现图片的无闪动的灰度调整-take full advantage of the double buffer OpenGL technology, without flashing pictures of the gray adjustment
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:141590
    • 提供者:向军
  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. PengPeng1

    0下载:
  2. 这是是我前几天仿写的小游戏《看谁守得住》的源代码,有详细的注释,代码短,但涉及到windows实时网络游戏的诸多基本元素,包括多线程、套接字、双缓冲、边界检查、3D视角等,程序可扩展性好,对程序中小球个数NBALL重新赋值(比如改成6)可以方便的扩展成网络桌球,对大球个数修改可以方便的扩展成网络足球(需要修改碰撞判断条件),也可以很方便的移植为调试OpenGL、D3D程序的平台(替换显示类C3DConvertor),是一个值得参考的入门
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:27188
    • 提供者:anfysky
  1. ladderAndBall

    0下载:
  2. VC++6.0 用双缓冲实验 小球与楼梯的动画,所以无闪烁,源码很精简,对想学图形双缓冲很有帮助.-double-buffer experiment with small ball staircase of animation, without blinking, very concise source, right, like the double-buffering graphics very helpful.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:8992
    • 提供者:
  1. Eluosi3

    0下载:
  2. 古老的俄罗斯方块游戏代码,用win32 api界面,由于没用双缓冲,屏幕会有点闪烁-ancient Russian box game code using win32 api interface, as useless double buffer, scintillation screen will be a bit
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1784879
    • 提供者:zhao shan hai
  1. ex1009

    0下载:
  2. 用OPENGL做的一个使用了双缓冲的的六边形显示技术-use OpenGL to do a double-buffer the use of the hexagonal display technology.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:101705
    • 提供者:孔融
  1. bufferedImg

    0下载:
  2. 利用双缓冲技术避免图像闪烁的源码-use double buffering technology to avoid images flashing FOSS
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:103100
    • 提供者:胡汉
  1. pauly-1

    0下载:
  2. 防止屏幕闪烁的双缓冲方法!自己写的防止屏幕闪烁的双缓冲方法!自己写的-prevent screen flicker double buffer method! Wrote the screen flickered to prevent the double buffer method! Wrote it myself
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:34238
    • 提供者:libaoli
  1. zjf

    1下载:
  2. 图形学程序,用光线跟踪算法实现绘图的,中间用双缓冲解决了闪烁问题,但是速度比较慢。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:78396
    • 提供者:ww
  1. buff

    0下载:
  2. windows下用双缓冲实现界面的镂空和旋转
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:237801
    • 提供者:lizi
  1. Action

    0下载:
  2. VS2003开发的一个简单的空战游戏,采用双缓冲机制 
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:515857
    • 提供者:毛国庆
  1. 11

    0下载:
  2. 使用双缓冲技术,实现降低图像的抖动,很有用的哟!
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:41617
    • 提供者:田鼠爱布它
  1. CSHARPGDI

    0下载:
  2. 利用c#开发工具进行的GDI+编程,采用双缓冲技术解决图形闪烁问题。
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:16054
    • 提供者:闪电手
  1. drawImageyanjie

    0下载:
  2. drawImage(调用类的双缓冲缩放) drawImage(调用类的双缓冲缩放)
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:960257
    • 提供者:yanjie
  1. S3C44B0Xcomm

    0下载:
  2. s3c44b0x的串口实现中断方式,且采用双缓冲方式优化程序,值得借鉴
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:52796
    • 提供者:xuwei
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 29 »

源码中国 www.ymcn.org