CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - MFC,BMP

搜索资源列表

  1. 车牌识别

    2下载:
  2. 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程 应用程序生成--》
  3. 所属分类:图形/文字识别

    • 发布日期:2008-06-18
    • 文件大小:288.14kb
    • 提供者:tata80808
  1. 基于MFC的BMP图像打开,VS2008编写并测试

    0下载:
  2. 基于MFC的BMP图像打开,VS2008编写并测试,可以作为后续图像处理的基础-MFC-based BMP images open, VS2008 write and test, can be used as the basis for subsequent image processing
  3. 所属分类:图片显示浏览

    • 发布日期:2017-05-26
    • 文件大小:9.23mb
    • 提供者:宋畅
  1. MFC实现BMP图像灰度翻转和直方图均衡化

    0下载:
  2. MFC实现BMP图像灰度翻转和直方图均衡化,完整程序代码,MFC to achieve BMP image flip and histogram equalization, a complete code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-24
    • 文件大小:936.03kb
    • 提供者:李浩
  1. bmp

    0下载:
  2. 一个打开bmp图像的简单mfc 例程,例程中使用的是dib图像类-Bmp image to open a simple routine mfc
  3. 所属分类:Graph program

    • 发布日期:2017-05-09
    • 文件大小:37.94kb
    • 提供者:zhou
  1. RWJpegExp

    0下载:
  2. MFC 读取BMP图像信息,然后进行二维DCT变换,再量化,Z字型扫描,实现BMP到JPEG的转换-the encoding and decoding of JPEG and the specific realization of program on vc++ platform. The encoding part of this program can encode a picture whose format is BMP and save relevant data as binary
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:268.93kb
    • 提供者:王志伟
  1. showBMP

    0下载:
  2. 使用MFC ,用来打开BMP格式的照片。也可以使用opencv,联系起来使用-The use of MFC, used to open the BMP format pictures. You can also use opencv, linked to the use of ... ...
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2.1mb
    • 提供者:xlh
  1. BMP

    0下载:
  2. BMP格式是图片通过MFC的打开,拥有线性变换,直方图显示,尺寸变换,傅里叶变换功能-BMP format is a picture of opening through the MFC with a linear transformation, histogram display, size, transform, Fourier transform function
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4.47mb
    • 提供者:zy
  1. ZDib

    0下载:
  2. MFC 编程实现打开对话框,bmp 图形的显示-MFC Programming Open dialog box, bmp graphics display
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:98.31kb
    • 提供者:zhang
  1. TreeView

    0下载:
  2. 基于对话框的位图变换,包括二值化,旋转,bmp转jpg,24位转8位-based on dialog of MFC,binarize and rotate and bmp to jpg and bitcount 24 to 8
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:4.03mb
    • 提供者:永恒之夜
  1. BmpTest

    0下载:
  2. 运用MFC多文档,可以打开256位真彩图片并能显示出来。-Using MFC multi-document, you can open a 256-bit true color image and can be displayed.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:40.3kb
    • 提供者:yue
  1. MFC-OPEN-BMP-images

    0下载:
  2. 利用MFC打开BMP图像,任意位数,源程序,可以在上面添加其他代码以实现其他功能。-Using MFC to open BMP images, any number of bits, the source on which you can add additional code to implement other functions.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3.59mb
    • 提供者:傅思傑
  1. vc-BMP

    0下载:
  2. VC下编程打开位图文件,MFC编程,精简,-VC program to open bitmap file under, MFC programming, simplification,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.75mb
    • 提供者:leejes
  1. picture

    2下载:
  2. 利用MFC实现BMP图像的放大和缩小,当图片超过窗口是还可以显示滚动条已方便查看-Using MFC to achieve BMP images zoom in and out, when the image is more than window can also display the scroll bar is easy to see
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-10
    • 文件大小:1.86mb
    • 提供者:顾婷婷
  1. BMP

    0下载:
  2. 一个MFC打开BMP的程序,利用了简单的Dib类,基于单文档,适合初学者!-A MFC open BMP program, using the simple Dib class, based on single document, is suitable for beginners.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-15
    • 文件大小:3.9mb
    • 提供者:张宏广
  1. Bmp vs jpeg

    0下载:
  2. VC++写的 BMP 和 JPEG文件格式之间转换的MFC 对话框程序,程序实现读取BMP文件 进行JPEG压缩编码存储为JPG文件 和JPG文件解压缩存储为BMP文件 已验证100%可用
  3. 所属分类:图形图象

  1. MFC-read-bmp

    0下载:
  2. MFC读取bmp图片,让你很清楚的理解bmp文件的结构和组成,欢迎使用-MFC read bmp images, so you clearly understand the structure and composition of bmp files, Welcome
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5.28mb
    • 提供者:葛忠孝
  1. cPP-show-bmp

    0下载:
  2. mfc打开bmp图片,并对其进行彩度转灰度,亮度调整,对比度调整等功能。-mfc open bmp images to gray and its saturation, brightness adjustment, contrast adjustment and other functions.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-15
    • 文件大小:3.74mb
    • 提供者:zhengnan
  1. 简单加密解密程序

    0下载:
  2. 可将txt文件内容写入bmp文件中; MFC程序
  3. 所属分类:加密解密

  1. bmp-VC6

    0下载:
  2. 图像缩放三种算法的实现,最近邻插值、双线性插值、双三次插值,MFC做的界面。(Image scaling three algorithms to achieve, the nearest neighbor interpolation, bilinear interpolation, double three interpolation, MFC do interface.)
  3. 所属分类:

    • 发布日期:2017-12-25
    • 文件大小:1.96mb
    • 提供者:moyhu
  1. MFC画图板

    1下载:
  2. MFC画图板,可以画一些基本图形,如直线,椭圆,扇形,矩形,弦形,三角形。 可以保存为BMP的文件(MFC drawing board, you can draw some basic graphics, such as line, ellipse, sector, rectangle, string, triangle. Files that can be saved as BMP)
  3. 所属分类:绘图程序

    • 发布日期:2020-05-05
    • 文件大小:4.91mb
    • 提供者:hkjabcd
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com