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

搜索资源列表

  1. VC++BMP

    0下载:
  2. 此程序是我在实际工作中,自己整理的一个工具程序。我是做图像处理的。这个程序也主要是前期试验算法的一个工具。里面还有点VC的小技巧。希望能对大家有用!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:767592
    • 提供者:曹仁帅
  1. VC++Bmp转Jpg源代码

    0下载:
  2. 一个很简单的Bmp格式转Jpg格式的VC代码!
  3. 所属分类:其它程序

    • 发布日期:2009-09-18
    • 文件大小:363876
    • 提供者:krady_xu
  1. VC中一些控件的使用技巧

    1下载:
  2. 工作中总结的一些控制使用技巧:Spin Control与Edit Control的绑定,在Static控件中显示BMP,给Static控件设置背景和文字颜色
  3. 所属分类:编程文档

    • 发布日期:2010-11-24
    • 文件大小:29184
    • 提供者:ambychin
  1. vc++MFC逐帧读取视频文件

    0下载:
  2. vc++MFC逐帧读取视频文件,保存所读帧为BMP图像文件,vc++ MFC read video files frame by frame, to preserve the time-frame to BMP image files
  3. 所属分类:视频捕捉/采集

    • 发布日期:2016-01-27
    • 文件大小:8526186
    • 提供者:sun
  1. BMP

    1下载:
  2. bmp压缩算法,vc++实现,可以将抓屏,普通bmp图片文件进行高度压缩,提高传输速度,减小存储空间
  3. 所属分类:Windows编程

    • 发布日期:2013-02-19
    • 文件大小:48367
    • 提供者:xu
  1. jpeg-to-bmp

    0下载:
  2. 基于VC++6.0的程序,实现JPEG和BMP的格式的图像之间的互相转换 -VC++6.0 based on the procedures to achieve the format of JPEG and BMP images can be translated
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:605411
    • 提供者:jly
  1. 用VC打开bmp图片

    0下载:
  2. 用VC打开bmp图片,一些小程序,希望大家用的到
  3. 所属分类:C#编程

  1. BMP

    1下载:
  2. VC++中实现DIB类声明,读入和图像显示-VC++ Achieve DIB type statement, read into and image display
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-08-24
    • 文件大小:38952
    • 提供者:陈刚
  1. BMP

    0下载:
  2. 这是一款图像处理小程序,一个用VC编写的BMP图像解析程序!-This is a small image processing procedures, a VC with the preparation of the BMP image parser!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:86735
    • 提供者:李香
  1. bmp

    0下载:
  2. 本程序是基于vc++开发环境的,实现bmp文件的打开与保存功能的一个程序-This procedure is based on the vc++ Development environment, the realization of bmp files to open and preservation of function of a program
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:65040
    • 提供者:islam
  1. ImageTest

    0下载:
  2. 在CListCtrl中显示BMP图形,支持放大缩小,横竖向显示,调整图像间距-In CListCtrl display BMP graphics, support zoom,横竖to show, adjust the image spacing
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:1252410
    • 提供者:明儿
  1. bmp

    0下载:
  2. 在用vc做程序时候,经常需要把输出的文本和图形保存到位图文件,当然可以有现成的控件来实现,但总不能如自己所愿,还是自己动手写吧!如下图: 一、实现方法   要把文本和图形保存到位图文件,只要对掌握位图结构有一定的了解,一切都ok呢。先必须要创建内存设备环境,然后内存设备环境创建的DIB区域,别忘了还要创建个CBitmap对象,CBitmap对象必须和DIB区域关联起来,把CBitmap对象选择到当前设备环境,然后在当前设备环境输出文本和图形就可以了。 -Vc
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. Digital Image Processing (VC++) bmp, gif, jpeg, tif open ,save, and some filtering etc.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-09
    • 文件大小:1905254
    • 提供者:nicky
  1. vc-bmp

    0下载:
  2. VC中对于位图文件的读写,介绍很详尽,对于初学者很实用-VC in the bitmap file for reading and writing to introduce a very detailed and very practical for beginners
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:8453
    • 提供者:张林
  1. readpic

    0下载:
  2. VC bmp图像数据读取和输出代码程序,经过编译可行-compiled vc program in reading image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1179003
    • 提供者:贾斌
  1. using-BMP-Info

    0下载:
  2. BMP图像的打开与各种简单常用图像处理,VC++ 6.0 下调试和使用没有问题。-Open BMP image with a variety of simple common image processing, VC++ 6.0 to debug and use no problem.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4129217
    • 提供者:Philip
  1. using-BMP-Info

    0下载:
  2. VC++ 图像处理 BMP图像打开、正交变换、平滑处理-VC++ image processing BMP images open, orthogonal transform, smoothing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5500212
    • 提供者:yin
  1. vc-BMP

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

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

    0下载:
  2. 本程序是重点描述了使用vc++显示BMP图片的-This program is mainly described using vc++, BMP picture
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-23
    • 文件大小:7574710
    • 提供者:du
  1. VC 位图缩放与旋转

    0下载:
  2. 基于VC++6.0 MFC图像处理...包含图像平移、图形旋转、图像反转倒置镜像和图像缩放。(Based on VC++6.0 MFC image processing, including image translation, graphics rotation, image inversion, inverted image and image scaling.)
  3. 所属分类:界面编程

    • 发布日期:2017-12-24
    • 文件大小:1258496
    • 提供者:Tercel_fly
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com