CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - DIB mfc

搜索资源列表

  1. 0025

    0下载:
  2. 《面向对象的MFC图象处理》 Windows提供了一些DIB函数,但未在MFC里封装;精通VC++.NET图象处理编程一书分析了这些函数,由此进而设计了一套函数,定义了类CDib使用,使用类CDib读、存、显示图象的示例 -"object-oriented image processing MFC" Windows DIB provides some function, but in MFC Lane Packaging; VC proficient.NET imag
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:29.16kb
    • 提供者:乐天
  1. huidubianhuan

    0下载:
  2. 灰度变换处理,图像处理类,有DIB类,MFC编程
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:352.05kb
    • 提供者:jsjsjs
  1. imageTechFunction

    0下载:
  2. vc图像处理技巧函数,总结出一个COperateBitmap类,可以实现方便的对图象的读取、保存、剪贴板操作、DIB和DDB的转换,下面列出头文件,工程文件我把它写成了一个MFC扩展DLL。-vc image processing techniques function, summed up a COperateBitmap categories, can be achieved easily on the image to read, save, clipboard operations, D
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1.99kb
    • 提供者:李昀
  1. dibimage

    0下载:
  2. VC++ 6.0,MFC开发的图像处理程序,包括DIB图像读取,图像处理等基本功能-VC++ 6.0, MFC development of image processing procedures, including DIB image reading, image processing and other basic functions
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:164.24kb
    • 提供者:水浩淼
  1. DIB

    0下载:
  2. 这是一个使用MFC开发的图像处理程序,在该程序中开发了操作图像文件内部数据的类,使用它在加上图像处理的算法,就能够对图像进行处理。-This is a development of image processing using the MFC program, developed in the program in operation within the data image file type, use it with image processing algorithm, the imag
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.53mb
    • 提供者:啊远
  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
    • 文件大小:154.6kb
    • 提供者:xiaoquan
  1. DIB_MFC

    0下载:
  2. 对灰度BMP图像进行一系列基本操作,VC6.0上可以很好运行-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:469.17kb
    • 提供者:峰峰
  1. DIBDisplay

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

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

    0下载:
  2. mfc下图像的显示处理,是使用DIB的方式来实现图像的特效显示-mfc image display processing is the use DIB to achieve the effects of the image display
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:271.22kb
    • 提供者:yeling
  1. CDib

    0下载:
  2. Visual C++ MFC中没有提供一个专门的类来处理DIB位图,因此,为了方便地使用位图文件,我们有必要派生一个CDib类-Visual C++ MFC does not provide a specialized class to handle the DIB bitmap, therefore, in order to easily use the bitmap file, we need to derive a CDib class
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2.78kb
    • 提供者:chenchao
  1. chap1_5

    0下载:
  2. MFC多文档程序 功能为打开图片,保存图片,添加了DIB类-open a bmp
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:3.96mb
    • 提供者:freedom
  1. Chapter01

    0下载:
  2. 在vc界面下,编写的关于图像格式DIB的文件,包含有一个MFC设计界面。类的设计-Vc interface prepared by the DIB image format files contains a MFC design interface. The design of the class
  3. 所属分类:Special Effects

    • 发布日期:2017-11-27
    • 文件大小:212.32kb
    • 提供者:高书勤
  1. morphology-DIB

    0下载:
  2. 由于MFC没有封装DIB类,编写面向对象的的DIB类,易于维护和移植;然后提供数学形态学代码,实现图像各种形态学运算,处理时只需要定义形态学类然后进行调用即可,代码都经过调试运行,现在应用与工程项目中-Because MFC do not package the DIB class, we write the object-oriented class DIB and it is easy to be transplanted. Furthermore, we provide the mathe
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:10.58kb
    • 提供者:xiaowu
搜珍网 www.dssz.com