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

搜索资源列表

  1. 在C++ Builder中显示透明位图

    0下载:
  2. 在C++Builder中,可以轻而易举地显示透明位图。透明位图与透明GIF图像相比有一个很大的优点,即:GIF图像格式最大支持256种颜色,位图却可以支持真彩色。 -in C + + Builder, it can be easy to show transparent bitmap. Bitmap and transparent transparent GIF image compared with a lot of advantages, namely : GIF format images
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4757
    • 提供者:邱勇
  1. 一个透明显示位图的例子

    0下载:
  2. 一个透明显示位图的例子,本程序演示如何显示透明位图,有兴趣的朋友可以下载一试-a transparent Bitmap example, the procedures demonstration shows how transparent bitmap, interested friends can download a trial
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:359062
    • 提供者:林海
  1. 透明位图背景上的滚动字幕实例

    0下载:
  2. 透明位图背景上的滚动字幕实例,用VC写的程序.
  3. 所属分类:Static控件

    • 发布日期:2013-11-26
    • 文件大小:220956
    • 提供者:替书恒
  1. 第27章 透明位图背景上的滚动字幕实例

    0下载:
  2. 第27章 透明位图背景上的滚动字幕实例该程序可以方便实现字幕的滚动效果,程序简单易懂-transparent bitmap on the background of rolling subtitles examples of the procedures to facilitate the achievement of subtitles rolling results, procedures simplified
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:326931
    • 提供者:袁源
  1. 绘制半透明位图及如何画透明位图

    0下载:
  2. 绘制半透明位图及如何画透明位图 有的时侯,我们希望显示一幅半透明的位图。也就是说我们将一幅位图B 显示到A位图上,又希望透过B位图看到A位图的一部分图像但不是全部。比如A位 图是一幅曲线图,B是一幅提示位图,我们想在显示提示的同时看到已显示的曲 线,但不需要曲线的背景 ,就需有用到半透明位图。曲线看上去就象从B位图中渗 透过来,其实半透明技术就是一种渗透技术,渗透公式我们可选用多种,在这里 我们选用(A AND 0x7F)OR B。注意,白色不能产生渗透。-rendering transluce
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2229
    • 提供者:曾火尧
  1. 保存位图

    0下载:
  2. 绘制半透明位图
  3. 所属分类:GDI/图象编程

    • 发布日期:2011-01-05
    • 文件大小:3179
    • 提供者:xidian343
  1. transparent_bmp.zip VB下显示透明位图的例子

    0下载:
  2. VB下显示透明位图的例子 ,The example for Displaying transparent graph in VB
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-11-08
    • 文件大小:579699
    • 提供者:
  1. transparent_bmp.zip VB下显示透明位图的例子

    0下载:
  2. VB下显示透明位图的例子 ,The example for Displaying transparent graph in VB
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-11-08
    • 文件大小:7804
    • 提供者:
  1. PictureBox

    0下载:
  2. 一个支持透明位图的MFC扩展picture,用法一看代码就会,所以不带工程了。-A support transparent bitmap in MFC extension picture, use a look at the code would be, so I do not bring works of.
  3. 所属分类:Static control

    • 发布日期:2017-03-28
    • 文件大小:1535
    • 提供者:hexun
  1. 使用位图作为背景图

    0下载:
  2.    1、使用clouds.bmp作为背景图 2、在窗口不同位置分别显示原位图BP.bmp,mask位图MaskBP.bmp以及原位图的透明显示效果
  3. 所属分类:Windows编程

    • 发布日期:2012-10-27
    • 文件大小:1987416
    • 提供者:_h_z_q_
  1. bmptest

    0下载:
  2. 此代码主要是实现位图的透明叠加功能!在进行两幅图片叠加的时候,先要对图片进行二值处理!-This code is mainly to achieve a transparent bitmap overlay features! Conducting two picture superimposed when first pictures Binarization processing!
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1618044
    • 提供者:柳庆勇
  1. TransBMP

    0下载:
  2. 编写一个简单的透明位图类,有时候可以为程序润色不少,这是我写的一个程序的UI-The preparation of a simple transparent bitmap category, and sometimes the procedure can be refined for many, this is a procedure I wrote the UI
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:23160
    • 提供者:mosquito
  1. TransBMP

    0下载:
  2. 一个透明位图类,用于图形编程,在某些情况下很有用 -A transparent bitmap type for graphical programming, and in some cases very useful
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-29
    • 文件大小:24576
    • 提供者:林枫
  1. dialog

    0下载:
  2. 这是我从网络上看到的修改按钮的文章后建立的一个小工程,它是基于CButtonST类对按钮进行设置的,如按钮上添加透明位图,单击按钮时动态的显示按钮。非常适合做一个好的对话框。-This is me from the network on the Modify button to see the article after the set up a small project, it is based on the type of button CButtonST settings, such a
  3. 所属分类:Button control

    • 发布日期:2017-05-14
    • 文件大小:3305812
    • 提供者:巢歌
  1. TransparentPic

    0下载:
  2. 透明位图 并实现位图的选择、拖拉等 等功能-Transparent bitmap and bitmap implementation of features such as selection
  3. 所属分类:Graph program

    • 发布日期:2017-04-23
    • 文件大小:140718
    • 提供者:倪小霞
  1. Pastebmp5

    0下载:
  2. 透明位图处理及显示,两张图片合成的例子.可以自由选择背景图片和前景图片.-Transparent bitmap handle and display, two examples of synthetic picture. Are free to choose the background picture and the prospects for picture.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:7591817
    • 提供者:刘琛
  1. toumingweitu

    0下载:
  2. 透明位图,对图像进行透明化处理,图像处理-Bitmap transparent, transparent image processing, image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:25972
    • 提供者:raofeng
  1. WaterMark

    0下载:
  2. 两张bit位图做叠加,并把其中一张做透明处理后,为另外一张的水印。-Superposition of two bit bitmap to do, and to make clear which one treatment for another one of the watermark.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1093718
    • 提供者:Lucx
  1. EffectShow4.4.10

    0下载:
  2. 位图的特技显示,包括扫描、移动、百叶窗、栅条、马克赛、渐显与渐隐、透明显示-Bitmap stunt show, including scanning, mobile, blinds, trash rack, Mark Race, starting to prove and fade, transparent display
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-03
    • 文件大小:483635
    • 提供者:tianya
  1. TransparentBltTest

    0下载:
  2. 透明位图的显示,给对话框加载透明位图,VC6.0-failed to translate
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:4555061
    • 提供者:sdjfk
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com