搜索资源列表

  1. 545dfvddgh

    0下载:
  2. // The strategy here is to use ::GetDIBits to convert the // image into a 24-bit DIB one scan line at a time. A pleasant // side effect of using ::GetDIBits in this manner is that RLE- // encoded 4-bit and 8-bit
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1100
    • 提供者:dao
  1. 83390044Tint

    0下载:
  2. // The strategy here is to use ::GetDIBits to convert the // image into a 24-bit DIB one scan line at a time. A pleasant // side effect of using ::GetDIBits in this manner is that RLE- flybianhuan -/ / The strate
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:184433
    • 提供者:dao
  1. ghgjhdfdgf

    0下载:
  2. // The strategy here is to use ::GetDIBits to convert the // image into a 24-bit DIB one scan line at a time. A pleasant // side effect of using ::GetDIBits in this manner is that RLE- fly and else -/ / The stra
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1310
    • 提供者:dao
  1. hgjdghreter

    0下载:
  2. hao// The strategy here is to use ::GetDIBits to convert the // image into a 24-bit DIB one scan line at a time. A pleasant // side effect of using ::GetDIBits in this manner is that RLE- // encoded 4-bit and 8-
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1293
    • 提供者:dao
  1. notview

    0下载:
  2. 文件视图,Cfr a meWnd C Static CRect MoveWindow CreatePen CSize CDC SetBkMode SelectObject CPen LineTo SetTextColor CString TextOut CFont CreateFont DrawText CreateDC GetDeviceCaps DeleteDC GetObject GlobalAlloc GlobalLock Ge
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:26729
    • 提供者:slansam
  1. 545dfvddgh

    0下载:
  2. // The strategy here is to use ::GetDIBits to convert the // image into a 24-bit DIB one scan line at a time. A pleasant // side effect of using ::GetDIBits in this manner is that RLE- // encoded 4-bit and 8-bit
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:dao
  1. 83390044Tint

    0下载:
  2. // The strategy here is to use ::GetDIBits to convert the // image into a 24-bit DIB one scan line at a time. A pleasant // side effect of using ::GetDIBits in this manner is that RLE- flybianhuan -//The strategy
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:184320
    • 提供者:dao
  1. ghgjhdfdgf

    0下载:
  2. // The strategy here is to use ::GetDIBits to convert the // image into a 24-bit DIB one scan line at a time. A pleasant // side effect of using ::GetDIBits in this manner is that RLE- fly and else -//The strate
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:dao
  1. hgjdghreter

    0下载:
  2. hao// The strategy here is to use ::GetDIBits to convert the // image into a 24-bit DIB one scan line at a time. A pleasant // side effect of using ::GetDIBits in this manner is that RLE- // encoded 4-bit and 8-
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:dao
  1. notview

    0下载:
  2. 文件视图,Cfr a meWnd C Static CRect MoveWindow CreatePen CSize CDC SetBkMode SelectObject CPen LineTo SetTextColor CString TextOut CFont CreateFont DrawText CreateDC GetDeviceCaps DeleteDC GetObject GlobalAlloc GlobalLock Ge
  3. 所属分类:文件格式

    • 发布日期:2024-05-18
    • 文件大小:26624
    • 提供者:slansam
  1. DisplayDIB

    0下载:
  2. DIB操作 SetDIBits 打开位图-DIB operation SetDIBits open bitmap
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-18
    • 文件大小:1923072
    • 提供者:姚庆杏
  1. SaveDCToBMP

    0下载:
  2. 前几天要写一段在Windows CE 下拷屏的程序,但是CE不支持GetDIBits这个API,这可难坏了我,在网上查了半天资料,最后用CreateDIBSection搞定,现封装成一个函数SaveDCToBMP,方便大家使用-A few days ago to write a section in the Windows CE screen copy of the procedures, but CE does not support
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:Jason
  1. GetDIBits

    1下载:
  2. VB图像识别,关于人脸识别方面的,还有许多需要改进的地方-VB Image Recognition
  3. 所属分类:图形图象

    • 发布日期:2024-05-18
    • 文件大小:466944
    • 提供者:shi
  1. BmpShow_in_wince

    0下载:
  2. wince下图像与文字的合成,在bmp上写字打logo,是对VC下bmpshow的改写,移植到了wince下,解决了CreateDIBSection替换GetDIBits的难题,本人原创。在Windows Mobile 5.0 Pocket PC SDK (ARMV4I)下运行通过。-The synthesis of bmp image and text: write worlds or a logo, is modified from
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:1855488
    • 提供者:王海亮
  1. GetDIBits

    0下载:
  2. 程序实现功能:抗锯齿算法 抗锯齿算法,采用的是SetPixel函数,效率相对来说比较低下,应用DIB可以提高绘图效率. 本程序包含:1、采用SetPixel函数 2、采用GetDIBits 两种方法. 全部采用子函数编写,方便其它程序调用.-Program Function: anti-aliasing algorithm for anti-aliasing algorithm, using the SetPixel f
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:李明
  1. VBGetDIBitsSetDIBits

    0下载:
  2. 用VB+GetDIBits+SetDIBits快速灰度化与二值化源代码-With VB+ GetDIBits+ SetDIBits rapid graying of the source code and binary
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-18
    • 文件大小:31744
    • 提供者:liumangtu
  1. DIBSect

    0下载:
  2. This sample demonstrates using GDI DIB Sections in VB to achieve real time fades and tv-style static effects. It also shows how to resample images.-This sample demonstrates using GDI DIB Sections in VB to achieve r
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-18
    • 文件大小:108544
    • 提供者:子狐
  1. 05

    0下载:
  2. 一个基于MFC的简单的屏幕截图工具,其中实现了热键截取-DWORD size=bitmap.bmWidthBytes*bitmap.bmHeight //图片数据大小 LPSTR lpData=(LPSTR)GlobalAlloc(GPTR,size) int panelsize = 0 //记录调色板大小 if(bitmap.bmBitsPixel<16) //判断是否为真
  3. 所属分类:界面编程

    • 发布日期:2024-05-18
    • 文件大小:6620160
    • 提供者:sunwen
  1. Desktop-snow-optimization

    0下载:
  2. 在电脑桌面下雪,对之前网上的程序进行了修改,用GetDIBits函数代替GetPixel函数并使用桌面穿透技术来解决前一版本不能再win7上运行的问题。-Snow in the computer desktop,online before the procedures were modified, GetDIBits function instead of GetPixel function and use the desktop pe
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-18
    • 文件大小:6093824
    • 提供者:张彦
  1. SETDIBITS

    0下载:
  2. gets pixels from the main DC screen and returns the RGB value using the getDIBITS function
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:lgnawwi
« 12 »

源码中国 www.ymcn.org