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

搜索资源列表

  1. DIBDisplay

    0下载:
  2. <visual c++数字图像处理典型算法及实现>的附带程序第一章使用DIB读写BMP文件示例,很好的一本书和例子
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:92906
    • 提供者:张敏
  1. WienerDIB

    0下载:
  2. 该函数用来对DIB图像进行维纳滤波复原操作,用Visual C++实现的-the function used to DIB images Wiener filter recovery operation, using Visual C realized
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:1486
    • 提供者:洪清启
  1. libdib

    0下载:
  2. 自己开发的针对Windows环境下DIB位图输入输出、访问、修改、变换的C/C++函数库(不需专门VC工程, 导入其他工程即可用),已经相当长时间测试和使用。-own development environment for Windows DIB bitmap input and output, access, modify, Transform C / C + + library (without specialized VC projects into other projects can
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:22530
    • 提供者:Su Feng
  1. CDIB

    0下载:
  2. 用于数字图像处理的DIB函数库,参见Visual C++数字图像处理第二版 何斌等著
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:8196
    • 提供者:yangyong
  1. C++code

    0下载:
  2. 其中包括将256色彩色图象转化为灰度图象,LZW压缩算法,显示DIB位图,哈夫曼编码及实现图象的马赛克效果的C++源码!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:480623
    • 提供者:feijicheng
  1. DIBDisplay

    0下载:
  2. 用c++实现dib图像的读入和显示,代码简洁,并且易懂!
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:148066
    • 提供者:guilingshen
  1. CDib

    0下载:
  2. Visual C++ MFC中没有提供一个专门的类来处理DIB位图,因此,为了方便地使用位图文件,我们有必要派生一个CDib类。
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:8254
    • 提供者:xwtiancai
  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. DIBdisplay,dib设备无关图的Visual C++原程序代码,入门参考-DIBdisplay, dib Device-Independent Graph Visual C++ The original program code, entry-reference
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:99266
    • 提供者:testit123
  1. DIB-trans

    0下载:
  2. 一个不错的图像变换程序。支持左右翻转、上下翻转、平移和旋转等操作。C++源码。-A good image transformation process. Support turned around, up and down and overturned, such as translation and rotation operations. C++ Source.
  3. 所属分类:Graph program

    • 发布日期:2017-04-25
    • 文件大小:143809
    • 提供者:王先生
  1. Dib

    0下载:
  2. visual c++ 实现数字图像dib库-visual c++ library for digital images dib
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:2476
    • 提供者:xiaofeixiang
  1. dib

    0下载:
  2. 这是简单易用的用c++封装的CDib类,可以实现图像文件的读取,存储,显示,因为小巧易用,非常适合初学者-this is a CDib class based on c++,it has fulfilled read,write,and show bmp in a window, is very suitable for beginners in image processing.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-31
    • 文件大小:3245
    • 提供者:明泉水
  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. dib

    0下载:
  2. CDib类,在vc++中常用的处理BMP文件的类,包含了dib.h和dib.c-CDib class, vc++ handling of BMP files commonly used in the class that contains dib.h and dib.cpp ...
  3. 所属分类:Graph program

    • 发布日期:2017-03-21
    • 文件大小:3562
    • 提供者:jiaodatuzi
  1. DIB

    0下载:
  2. C++写的DIB类,除了一般的功能外,使用了引用计数,可以直接将图像转成矩阵。-DIB written in C++ class, apart from the general features, using reference counting, you can transfer images directly into a matrix.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:10754
    • 提供者:zhangdong
  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. Dib

    0下载:
  2. Dib图像的读取输出等重要函数C++编写-Dib image read out other important functions in C++
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:7556
    • 提供者:袁伟
  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. MyDIB2

    0下载:
  2. DIB图像模板类,用于DIB编程的类,包含Dib.h Dib.c-DIB image template class programming class for DIB
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-14
    • 文件大小:5602
    • 提供者:xuyong
  1. DIB

    0下载:
  2. 自己写的C++图像处理类,用于bmp类型的图像处理,与其他的dib不同,该类封装了其他的图像处理函数-C++ image processing class to write their own, for image processing of type BMP, unlike other DIB, the package of image processing functions for the other
  3. 所属分类:Picture Viewer

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