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

搜索资源列表

  1. BitMap

    0下载:
  2. 从资源中载入GDI位图,本例利用CBitmap类的LoadBitmap()成员函数实现的-GDI loaded from a resource bitmap, in this case using CBitmap class LoadBitmap () member function implementation
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:2041856
    • 提供者:王辉
  1. OhYeah

    0下载:
  2. 利用GDAL实现遥感图像快速显示,利用设备无关位图CBitmap,简单易懂-Using GDAL to achieve fast display of remote sensing images, the use of device-independent bitmap CBitmap, easy to understand
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-14
    • 文件大小:3209207
    • 提供者:徐启龙
  1. CreateGIF

    0下载:
  2. 动态GIF的合成 create gif CImage、CBitmap-animition GIF create GIF CImage CBitmap
  3. 所属分类:图片显示浏览

    • 发布日期:2014-03-29
    • 文件大小:11747
    • 提供者:licongying
  1. Bitmap

    0下载:
  2. 该工程主要展示来GDI对象CBitmap的使用方法,在一个对话框上显示了8副图像-The project mainly to show CBitmap use of GDI objects in a dialog box shows the eight images
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:243914
    • 提供者:zyq
  1. butterfly

    1下载:
  2. 用定时器控制蝴蝶在窗口中飞舞,BitBlt函数 CBitmap类-With a timer control butterfly flying in the window, BitBlt function CBitmap class
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:114920
    • 提供者:钮中铭
  1. pic

    0下载:
  2. CBitmap类实现的图片显示的小例程。-CBitmap example
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-20
    • 文件大小:5848388
    • 提供者:zhangqian
  1. MyCBIR

    0下载:
  2. 用CBitmap类实现图片显示 并能浏览 文件夹 显示文件夹里的图像
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-14
    • 文件大小:3213316
    • 提供者:zhangqian
  1. CImage

    0下载:
  2.  我们知道,Visual C++的CBitmap类和静态图片控件的功能是比较弱的,它只能显示出在资源中的图标、位图、光标以及图元文件的内容,而不像VB中的Image控件可以显示出绝大多数的外部图像文件(BMP、GIF、JPEG等)。因此,想要在对话框或其他窗口中显示外部图像文件则只能借助于第三方提供的控件或代码。现在,MFC和ATL共享的新类CImage为图像处理提供了许多相应的方法,这使得Visual C++在图像方面的缺憾一去不复返了。-We know that the Visual C++
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:233232
    • 提供者:terry
  1. LoadShowImage

    0下载:
  2. 将磁盘的.bmp文件转换到Cbitmap对象指针中,再显示出来-Disk. Bmp file is converted to Cbitmap object pointer, and then displayed
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-07
    • 文件大小:322615
    • 提供者:zhang
  1. VPPiicTestC

    0下载:
  2. Visual C/MFC常见的几种图像显示出来的方法:1.使用CBitMap,在OnPainnt 中绘制2.用picturn控件源码绘制3.用背景图4.用KoDak控件源码(需要已经安装) -Visual C/MFC several common image display method: 1. Use CBitMap, drawn in OnPainnt. Drawn with picturn control source background image source with KoDa
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-15
    • 文件大小:1147091
    • 提供者:张艾芸
  1. CE_ImageLoadAndTransparentDraw

    0下载:
  2. WINCE6.0下加载图片文件(包括JPG、PNG等格式)到CBitmap,和CBitmap透明背景绘制的源码-WINCE6.0,load image to bitmap and transparent draw
  3. 所属分类:Windows CE

    • 发布日期:2017-11-09
    • 文件大小:1367
    • 提供者:姜志勇
  1. ManRun

    0下载:
  2. 使用CDC建立人物行走动画, 让你熟悉使用CBitmap及CDC贴图-CDC to establish the characters walk animation
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-27
    • 文件大小:87302
    • 提供者:cool
  1. CBitmap_To_Bmp

    0下载:
  2. 这是一个将CBitmap写到Bmp文件里的函数 首先,这个函数只能针对24色的bitmap.-This is a CBitmap wrote to document a function of Bmp First of all, this function can be made only for 24-color bitmap.
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:1205
    • 提供者:机动车
  1. CImage--Class

    0下载:
  2. Visual C++的CBitmap类和静态图片控件的功能是比较弱的,它只能显示出在资源中的图标、位图、光标以及图元文件的内容,而不像VB中的Image控件可以显示出绝大多数的外部图像文件(BMP、GIF、JPEG等)。因此,想要在对话框或其他窗口中显示外部图像文件则只能借助于第三方提供的控件或代码。 现在,MFC和ATL共享的新类CImage为图像处理提供了许多相应的方法.-The Visual C++ class CBitmap and static picture control func
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-24
    • 文件大小:13600
    • 提供者:赵聪
  1. CISBitmap

    0下载:
  2. VC中的位图变透明类代码 基于Cbitmap派生,VC++编程学习源码,很好的参考资料。-VC bitmap transparent code based on the Cbitmap derived class, learning VC++ programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1443
    • 提供者:什锦丁儿
  1. scale_bitmap

    0下载:
  2. 缩放Cbitmap,支持宽高任意比例的缩放,返回值为缩放后的Cbitmap。-scale bitmap
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:932
    • 提供者:wujing
  1. qr2

    0下载:
  2. MFC提供了位图处理的基础类CBitmap,可以完成位图(bmp图像)的创建、图像数据的获取等功能。虽然功能比较少,但是在对位图进行一些简单的处理时,CBitmap类还是可以胜任的。很多人可能会采用一些现成的CDib类进行位图的读取与处理,我觉得必要性不大。因为他们完成的功能差不多。 以下假设定义了数据成员:-MFC provides a base class bitmap processing CBitmap, can be done to create a bitmap (bm
  3. 所属分类:Hook api

    • 发布日期:2017-04-10
    • 文件大小:2039340
    • 提供者:fly
  1. CISBitmap

    0下载:
  2. 从Cbitmap派生的位图类,可通过指定一种颜色把一幅位图变透明,而它的使用差不多同Cbitamp一样简单。类中包含了两个文件:CISBitmap.cpp和CISBitmap.h,使用时附加进工程,可快速实现BMP位图图像的透明处理。-Cbitmap derived from the bitmap type, you can specify a color by a bitmap becomes transparent, and it s almost as simple as using th
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1381
    • 提供者:bpudn90
  1. CImage

    0下载:
  2. CBitmap 类只能处理BMP格式的图片,非常受限。 而CImage可以处理JPGE GIF BMP PNG多种格式图片,扩展了图片处理功能 且能与CBitmap 进行转换( 因为所载入的位图句柄都是HBITMAP,所以可相互转换),因此引入CImage类进行图像处理- CImage provides enhanced bitmap support, including the ability to load and save images in JPEG, GIF, BMP,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:10232
    • 提供者:彭倜
  1. err.eccc

    0下载:
  2. CWnd LoadCursor CPaintDC CRect GetClientRect GetTickCount waveInAddBuffer MessageBox waveInOpen waveInPrepareHeader waveInStart waveInReset waveInStop waveInUnprepareHeader waveInClose waveInGetErrorText CView CCmdUI CDialog CDataExchange CString CCo
  3. 所属分类:ComboBox

    • 发布日期:2017-05-09
    • 文件大小:1911533
    • 提供者:prinick
« 1 2 3»
搜珍网 www.dssz.com