CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图片显示浏览 搜索资源 - 显示位图 c

搜索资源列表

  1. showbitmap

    0下载:
  2. 位图装入、显示的c++类。 使用方法: 1 构造类的一个实例对象: 空实例 CDIB bmp() 用资源号构造 CDIB bmp(nResID) 用文件构造 CDIB bmp(\"PATH//Filename.bmp\") 2 若1步构造的是空实例对象,则须装入位图: 从文件装入 BOOL bmp.LoadFromFile(\"PATH//Filename.bmp\") 从资源装入 BOOL bmp.LoadFromResource(UINT n
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:11183
    • 提供者:linus
  1. showcopybmp

    1下载:
  2. 用c语言编写的关于bmp 4位,8位,24位位图的显示及复制程序。-c language used on bmp four, eight, 24 bitmap display and reproduction procedures.
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:5317
    • 提供者:刘存良
  1. readbmp

    0下载:
  2. 在visual c++下读取*.bmp位图的信息,并显示位图,点击“查看”->“信息”菜单,弹出对话框中显示色彩位数、图像高度宽度、文件头大小等等信息。
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:35880
    • 提供者:张蔚
  1. readBitmap

    0下载:
  2. 功能是打开一幅位图,并显示在屏幕上。 命令行编译过程如下 vcvars32 rc bmp.rc cl bmp.c bmp.res user32.lib gdi32.lib 注意事项:运行时,文件c:\\test.bmp必须存在
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:13479
    • 提供者:曹小雨
  1. BitMapDisplay

    0下载:
  2. 实现了位图的显示功能,是个很不错的八位图像显示程序,开发环境Visual C++。-Achieved bitmap display functions, is a very good eight image display process, development environment, Visual C++.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-15
    • 文件大小:18540
    • 提供者:SuJuan
  1. bitmapDis

    0下载:
  2. 此源码是基于VISUAL C++6.0的DIB位图的显示的一个经典的程序,我相信这个源码肯定会对大家的学习有帮助的。-This source is based on the VISUAL C++ 6.0 of DIB bitmap display a classic procedure, I believe that this source will certainly be everyone
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-07
    • 文件大小:180931
    • 提供者:pengfang
  1. DIBDisplay

    0下载:
  2. 利用Visual c++显示 bmp位图,并保存-Using Visual c++ display bmp bitmap, and save
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-28
    • 文件大小:98893
    • 提供者:张蕾
  1. bmpdisplay

    0下载:
  2. visual c++ 6.0下,bmp文件位图显示-visual c++ 6.0 under, bmp bitmap file
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-11
    • 文件大小:2799092
    • 提供者:张世锋
  1. Test

    0下载:
  2. dib.h dib.cpp 用于MFC创建位图并显示-dib.h dib.cpp for MFC to create and display a bitmap
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-28
    • 文件大小:2030
    • 提供者:若只如初见
  1. LoadImageFile

    0下载:
  2. 可以打开,浏览并显示bmp位图文件,采用C++编程,适合初学者-Can open, browse and display bmp bitmap file, using C++ programming for beginners
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-08
    • 文件大小:54994
    • 提供者:王里
  1. BMP256

    0下载:
  2. 能有效显示256彩色图(位图)C代码,tc环境下编译-Effective display 16-bit color (bitmap) C code, tc environment compile
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-18
    • 文件大小:1204
    • 提供者:许舵
  1. The-operator-of-DIB

    0下载:
  2. 实现DIB的处理方法,方便实现实现位图的操作。可以帮助快速在C++中操作位图显示,销毁操作。-Achieve DIB approach to facilitate the achievement of the operation to achieve bitmap. Can help fast C++ in operating bitmap display, destroy operation.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-22
    • 文件大小:8109
    • 提供者:code临
  1. BmpShow1

    0下载:
  2. C实现位图的 显示,同时能显示24色真彩位图的统计直方图-C implementation of the bitmap display, also can display 24-bit true color histogram graph
  3. 所属分类:Picture Viewer

    • 发布日期:2017-06-01
    • 文件大小:14152410
    • 提供者:live
  1. Test

    0下载:
  2. 用C++怎么创建窗口调用窗口来实现BMP位图的读取和显示-How to create a window with C++ call window to achieve BMP bitmap to read and display
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-21
    • 文件大小:6574612
    • 提供者:肖邦
  1. ccode_open_bitmap

    0下载:
  2. 图像处理c源码_功能是打开一幅位图_并显示在屏幕上-_ C source image processing function is to open a bitmap _ and displayed on the screen
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-24
    • 文件大小:12926
    • 提供者:
搜珍网 www.dssz.com