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

搜索资源列表

  1. ImageProcessing

    0下载:
  2. 其中包括dib类,完成bmp图像的读入、显示和处理。-Dib category which includes the completion of the read bmp images, display and processing.
  3. 所属分类:Graph program

    • 发布日期:2017-04-25
    • 文件大小:180817
    • 提供者:anny
  1. ShowPicture

    2下载:
  2. 一个见到的图片查看器,能浏览bmp,dib,emf,gif,jpg,wmf等格式的图片文件,vc++6.0编译通过。-To see a picture viewer, can browse bmp, dib, emf, gif, jpg, wmf and other image file formats, vc++6.0 compiler through.
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:167156
    • 提供者:yotta
  1. VCDIBchap1

    0下载:
  2. 介绍了BMP文件结构,编程实现BMP文件读写及数据访问,解释了DIB与BMP之间的关系,并且分别用面向过程的方法和面向对象的方法实现图像的可视化编程。-Introduction of the BMP file structure, programming and implementation BMP file to read and write data access, explained the DIB and the relationship between BMP and were pro
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:306681
    • 提供者:相同
  1. TransFX

    0下载:
  2. 屏幕图片切换,支持*.gif, *.jpg, *.bmp, *.dib等图片格式-Screen image switch, support*. gif,*. jpg,*. bmp,*. dib, such as picture format
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:69449
    • 提供者:yefan
  1. TestDib

    0下载:
  2. 自己封闭的一个DIB类,用于显示BMP格式的图像文件-DIB itself a closed category, used to display BMP image file format
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-12
    • 文件大小:2682454
    • 提供者:吴军
  1. DIBDisplay

    0下载:
  2. 对图像所用到的函数进行dib封装 建立单文本文档显示bmp文件 -dib image display
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2142193
    • 提供者:马爽
  1. DIBDisplay

    0下载:
  2. 通过C++创建DIB类,可以简单读写BMP文件-DIB created by C++ classes, you can simply read and write BMP files
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:88272
    • 提供者:郭静
  1. DIBDisplay

    0下载:
  2. 使用DIB读写BMP文件的实例,用Visual C++编写,已通过编译。-DIB to read and write BMP files using the example of using Visual C++ to prepare, has passed the compilation.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-08
    • 文件大小:1938468
    • 提供者:fang
  1. VC_6_0BMP

    0下载:
  2. [摘要]本文探讨了VC++6.0 环境下BMP 图像文件的显示。首先详细介绍BMP 图像文件的两种类型DDB 和DIB 的各部分组成 及其意义,并对DIB 的两种形式Windows DIB 和OS/ 2 DIB 加以区别,然后利用VC++6.0 的MFC 库函数对DDB 位图的显示加以 实现,对DIB 位图的显示过程以程序流程图的形式详细说明-[Abstract] This article discusses the environment of VC++6.0 display BMP
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:158311
    • 提供者:xiaoquan
  1. 1

    0下载:
  2. 用于bmp位图的vc平台下的显示,主要利用了dib类,由于mfc中不支持这个类,自己编写了这个类用于图片的打开和保存-Vc for bmp bitmap display platform, the main advantage of the dib class does not support the mfc class, write your own pictures of this class is used to open and save
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-14
    • 文件大小:3207993
    • 提供者:luqian
  1. Candy

    0下载:
  2. 用Candy算子提取图像边缘,建立DIB类读取BMP文件,提取边缘并储存-Candy operator with image edge extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-06-14
    • 文件大小:22439867
    • 提供者:shen
  1. MyDib

    0下载:
  2. MyDib类主要用于处理设备无关位图DIB。 所有涉及BMP文件的例子几乎都使用这个类-DIB
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:3340
    • 提供者:李伟
  1. DIBLOOK

    0下载:
  2. DIB显示BMP文件,利用windows低层API-DIB display BMP file using the windows low-level API
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2500772
    • 提供者:高云志
  1. DIBDisplay

    0下载:
  2. 简单的bmp图片利用DIB显示方法,是基于单文档的工程-Simple bmp image display method using DIB
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-17
    • 文件大小:4115485
    • 提供者:xcxjin
  1. DIBDisplay

    0下载:
  2. 在MFC中,编写简单的读写BMP的多文档示例。该文档不但可以直接读写BMP文件,还可打印当前DIB,还支持剪贴板操作:复制当前DIB到剪切板,也可以 将剪切板中现有的DIB复制到当前的DIB中。-display the picture
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:16441231
    • 提供者:林苏
  1. BmpJpg

    0下载:
  2. BMP图像与JPG图像的相互转化,包含霍夫曼编码,DIB_API库,DIB类,JPEG熵编码等-BMP images and JPG images into each other, including Huffman coding, DIB_API library, DIB class, JPEG entropy coding
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:170490
    • 提供者:王鹏
  1. 333226655

    0下载:
  2. 使用visual c++开发的DIB图像类,包含了bmp图像的打开,保存,显示,灰度化等。-Using visual c++ classes developed the DIB image, contains the bmp image to open, save, display, gray and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:5996
    • 提供者:shijun
  1. 01

    0下载:
  2. VC++图片载入,构造DIB函数,并用DIB读写BMP文件-VC++ image loading, structure function of DIB, and use DIB to read and write BMP file
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1950794
    • 提供者:李善海
  1. InteEqualize_dialog_file

    0下载:
  2. 基于对话框的程序设计基本实现了bmp图像的直方图均衡化功能.dib通用处理函数简化了很多图像操作-dialog-based program design, bmp image histogram equalization function. The dib generic handler to simplify a lot of image manipulation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1979167
    • 提供者:
  1. e8_10DIB

    0下载:
  2. DIB位图展开:通过VC6.0 编写的DIB展开程序,可以在exe文档下打开bmp文件-DIB bits Figure Expand
  3. 所属分类:Picture Viewer

    • 发布日期:2017-06-08
    • 文件大小:15734009
    • 提供者:joan
« 1 2 3 45 »
搜珍网 www.dssz.com