CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - bmp to h

搜索资源列表

  1. converttodicom

    1下载:
  2. 将BMP文件转换为DICOM文件 大家下载Cimg.h文件后,放在同一目录下,在vc++6.0中就可以编译-document will be converted to BMP file you download DICOM Cimg.h documents, on the same directory, vc 6.0 can be compiled
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.1kb
    • 提供者:王拨
  1. linuxchangebmp

    0下载:
  2. 本程序在项目中测试通过 yangxing msn:lelma_yx@hotmail.com 希望对tft屏操作的朋友有所帮助。 一、支持65K色320*240bmp图片 二、输入文件为BMP文件(如15.bmp) 三、输出文件为.h文件(如15.h) 四、支持555和565格式 五、在显示文件中包含此头文件,然后将其输出到TFT屏上即可-the procedures in the project through testing yangxing msn : le
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:105.54kb
    • 提供者:y
  1. VC视图绘制动态曲线图

    0下载:
  2. ======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : TestDrawCurve_26 ======================================================================== AppWizard has created this TestDrawCurve_26 applic
  3. 所属分类:Windows编程

    • 发布日期:2011-12-18
    • 文件大小:1.88mb
    • 提供者:xiayang168
  1. bmp2h.zip

    0下载:
  2. convert bmp file to header file(.h) data program,convert bmp file to header file(.h) data program
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:848byte
    • 提供者:nsheo
  1. paint

    0下载:
  2. this code runs in ms dos paint.cpp : main code bmp_defs : functions to load and save bmp files cursor.h : definitions of different cursors used outlook.h : contains the entire window descr iption of paint
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-23
    • 文件大小:16.37kb
    • 提供者:amit
  1. bitmapToRGB

    0下载:
  2. 把BitMap格式的文件解码成.h的RGB格式文件,这有利于程序的运行数度,把BMP图片先解码处理。-Bitmap file format to decode into. H the RGB format, which is conducive to the operation of the procedure several times, the BMP image decoder to deal with first.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:19.86kb
    • 提供者:benson
  1. JpegBMP

    0下载:
  2. A DLL library of converting bmp and jpg each other,which includes .h and .lib file! You can easily use it!
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-23
    • 文件大小:59.24kb
    • 提供者:abcdefgh0101
  1. Ch5Demo1

    0下载:
  2. 基本输入——键盘和鼠标消息 基本输入——键盘和鼠标消息-For the main frame window: MainFrm.h, MainFrm.cpp These files contain the frame class CMainFrame, which is derived from CFrameWnd and controls all SDI frame features. res\Toolbar.bmp This bitm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:8.56kb
    • 提供者:YRG
  1. Semi-transparent_Draw_PNG

    0下载:
  2. 将图片资源导入Dll,再从Dll导出图片资源,(注意dll工程和主工程的stdsfx.h中都已经修改了版本) 具体实现思想是 将图片封装到dll,然后应用程序动态调用图片资源。 测试图片格式有 bmp、 png,其他类型请自行调用 CTestRCDlg::LoadImageFromResource,此函数最后一个参数为图片格式(使用"PNG"、"GIF")-Concrete realization of idea is to picture package to the dll, and
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:812.4kb
    • 提供者:野火冉冉
  1. ConvBDF1

    1下载:
  2. Usage: convbdf [options] [input-files] convbdf [options] [-o output-file] [single-input-file] options: -c Convert .bdf to .c source file -h Convert .bdf to .h header file (to create sysfont.h) -f Convert .bdf to .fnt font file -b Convert
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:272.36kb
    • 提供者:gleb
  1. TC2

    0下载:
  2. 功能:把一个或多个16色位图转换为一个可以被C或C++ 包含(include)的.H头文件. 提示:开始之后,要求输入文件名,一般来说,将BMP文件放在一个较易敲打出来的路径可能是个不错的想法. 但是,将BMP文件与16BMP2H放在同一路径可能更为方便,因为这样你可以不用打出前面的路径. 16BMP2H 要求文件输入时带后缀!也就是文件全名. -Function: the one or more of the 16-color bitmap that can be co
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:2.15kb
    • 提供者:liyi
  1. BMP2Hex_Ver1.2

    0下载:
  2. This program convert BMP image to Header file(.h) It is made by firmware program.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:57.65kb
    • 提供者:JackOh
  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
    • 文件大小:1.35kb
    • 提供者:bpudn90
搜珍网 www.dssz.com