您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. BitBlt在游戏中的用法

  2. 一个在网上下载下来的,BitBlt编写的游戏例子,希望能给你带来帮助。
  3. 所属分类:Java

    • 发布日期:2009-06-01
    • 文件大小:89088
    • 提供者:veron_04
  1. 使用BitBlt显示技术制作的RPG游戏示例

  2. 使用BitBlt显示技术制作的RPG游戏示例
  3. 所属分类:VB

    • 发布日期:2007-10-10
    • 文件大小:60416
    • 提供者:zhouhui222
  1. 演示使用windows api函数bitblt (257KB)...

  2. 演示使用windows api函数bitblt (257KB)
  3. 所属分类:其它

    • 发布日期:2009-10-07
    • 文件大小:263168
    • 提供者:gsc11111
  1. 一个制作Toolbar的图像处理代码,基础型的[BitBlt.rar]-精品源代码

  2. 一个制作Toolbar的图像处理代码,基础型的[BitBlt.rar]-精品源代码
  3. 所属分类:其它

    • 发布日期:2009-10-11
    • 文件大小:25600
    • 提供者:gsc11111
  1. VB 演示快速运动图像 [国外经典]

  2. 国外经典VB源程序,使用bitblt绘图技术,解决了快速运动图像时闪屏的现象,可应用于游戏开发。
  3. 所属分类:VB

    • 发布日期:2009-12-04
    • 文件大小:99328
    • 提供者:labxn
  1. 开幕的出图效果程序,动画显出(VB6.0源代码编写)

  2. 开幕的出图效果程序,动画显出(VB6.0源代码编写)Private Declare Function BitBlt Lib "gdi32" (ByVal hDestDC As Long, ByVal x As Long, ByVal y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hSrcDC As Long, ByVal xSrc As Long, ByVal ySrc As Long, ByVal dwRop As
  3. 所属分类:VB

    • 发布日期:2010-03-07
    • 文件大小:982016
    • 提供者:gouyue
  1. Bitblt 透明贴图

  2. 利用BITBLT实现简单的透明贴图。没有其它的描述了。
  3. 所属分类:C/C++

    • 发布日期:2010-11-22
    • 文件大小:350208
    • 提供者:laviewpbt
  1. Use BitBlt to crate flickerless animation

  2. Use BitBlt to crate flickerless animation
  3. 所属分类:专业指导

    • 发布日期:2006-02-23
    • 文件大小:22528
    • 提供者:chenxh
  1. 用API函数BitBlt实现百叶窗特效

  2. 用API函数BitBlt实现百叶窗特效 用API函数BitBlt实现百叶窗特效
  3. 所属分类:VB

    • 发布日期:2011-11-12
    • 文件大小:216064
    • 提供者:fenishb
  1. bitblt函数的定义

  2. bitblt函数的定义,是MFC里的一个很实用的函数
  3. 所属分类:C++

    • 发布日期:2012-04-08
    • 文件大小:27648
    • 提供者:yefyj
  1. A quick and easy example of the BitBlt API. I wrote this spe

  2. A quick and easy example of the BitBlt API. I wrote this specifically for newbies. BitBlt is probably the best way to paint images onto a form or picturebox.
  3. 所属分类:其它

    • 发布日期:2006-02-23
    • 文件大小:2048
    • 提供者:chenxh
  1. This code/app uses a bitblt API call to make a picture bounc

  2. This code/app uses a bitblt API call to make a picture bounce around a form much like you would see in a screensaver. This uses the same techniques as are used to make games.
  3. 所属分类:其它

    • 发布日期:2006-02-23
    • 文件大小:2048
    • 提供者:chenxh
  1. Uses the BitBlt API call to take a photograph and make it lo

  2. Uses the BitBlt API call to take a photograph and make it look like the water is moving
  3. 所属分类:其它

    • 发布日期:2006-02-23
    • 文件大小:47104
    • 提供者:chenxh
  1. C#中使用双缓冲以及BitBlt提高GDI+绘图效率的示例程序

  2. 利用GDI+在Form中绘制60*60个圆点,显示帧速,使用三种不同方法,分别是: 1.直接绘制 2.使用双缓冲 3.使用BitBlt函数 对比三种函数的帧速,以及提速效果 开发环境为vs2008
  3. 所属分类:C#

    • 发布日期:2013-07-02
    • 文件大小:39936
    • 提供者:passionhzy
  1. BitBlt方法应用事例

  2. BitBlt方法应用事例 [DllImport("gdi32.dll ")] private static extern bool BitBlt( IntPtr hdcDest, // handle to destination DC int nXDest, // x-coord of destination upper-left corner int nYDest, // y-coord of destination upper-left corner int nWidth, // widt
  3. 所属分类:Java

    • 发布日期:2008-10-21
    • 文件大小:30720
    • 提供者:wwei466
  1. BitBlt+双缓冲BitBlt+双缓冲BitBlt+双缓冲

  2. BitBlt+双缓冲BitBlt+双缓冲BitBlt+双缓冲
  3. 所属分类:C#

    • 发布日期:2015-04-22
    • 文件大小:114688
    • 提供者:lnantang111
  1. BITBLT实用实例2地图数据存取.rar

  2. BITBLT实用实例2地图数据存取.rar
  3. 所属分类:Java

    • 发布日期:2009-02-05
    • 文件大小:10240
    • 提供者:wxhanshan
  1. C++中BitBlt的使用方法详解

  2. 主要介绍了C++中BitBlt的使用方法详解的相关资料,希望通过本文能帮助到大家,需要的朋友可以参考下
  3. 所属分类:其它

    • 发布日期:2020-08-29
    • 文件大小:63488
    • 提供者:weixin_38502722
  1. C++中BitBlt的使用方法详解

  2. BitBlt 该函数对指定的源设备环境区域中的像素进行位块(bit_block)转换,以传送到目标设备环境。 原型:   BOOL BitBlt( HDC hdcDest, int nXDest, int nYDest, int nWidth, int nHeight, HDC hdcSrc, int nXSrc, int nYSrc, DWORD dwRop); 参数:    hdcDest:指向目标设备环境的句柄。 nXDest、nYDest:指定目标矩形区域左上角的
  3. 所属分类:其它

    • 发布日期:2020-12-26
    • 文件大小:67584
    • 提供者:weixin_38629206
  1. 使用bitblt的饶舌蛇就像一部手机一样__1-11985-源码

  2. Snake使用BitBlt-就像手机上的蛇一样!!! 描述 这是(又是)VB制作的蛇游戏,但它是我见过的最好的蛇游戏(但我想我会这么说!)...看起来就像您在手机上获得的游戏一样,它使用Windows BitBlt如此快速。 如果您喜欢它,请为它投票。 谢谢 :) 更多信息 提交时间 2000-08-30 23:49:46 经过 等级 先进的 用户评分 4.2(来自9位用户的38个地球仪) 兼容性 VB 6.0 类别 世界 存档文件
  3. 所属分类:其它

    • 发布日期:2021-02-15
    • 文件大小:13312
    • 提供者:weixin_42131439
« 12 3 4 5 6 7 8 9 10 »