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

搜索资源列表

  1. 将bmp格式转换为raw

    1下载:
  2. 先正确读取bmp图像然后将其转换为raw格式并存储-first correctly read bmp images will then convert its raw format and storage
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:115839
    • 提供者:戢亮子
  1. 利用文件直接显示BMP

    0下载:
  2. 利用读文件的方式直接读取BMP方式。比普通方式更加简单,明了。-read documents using direct read BMP way. More than ordinary means simple, straightforward.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:485850
    • 提供者:马木木
  1. bmp

    0下载:
  2. 读取BMP图象数据的程序 仅供参考
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2643
    • 提供者:shiyu
  1. bmp

    0下载:
  2. bmp位图文件的读取与保存 bmp位图文件的读取与保存
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:30686
    • 提供者:jane
  1. bmp

    0下载:
  2. 简单易用 的 读取bmp文件的程序,用mfc编写,但没有写文件操作
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:1869
    • 提供者:李刚
  1. bmp位图文件的读取与保存

    0下载:
  2. bmp位图文件的读取与保存- dib files of bmp read and save
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:26842
    • 提供者:刘汉强
  1. BMP文件操作

    0下载:
  2. 纯C的BMP文件操作程序,包含bmp文件的读取,和内存数据写入文件。本人亲自编写,是我机器视觉项目的一个接口程序,特地分享。
  3. 所属分类:图片显示浏览

    • 发布日期:2009-08-27
    • 文件大小:1924
    • 提供者:fjiale
  1. 读取图形文件

    1下载:
  2. C语言环境代码下读写BMP文件代码。
  3. 所属分类:图片显示浏览

    • 发布日期:2011-04-30
    • 文件大小:1724
    • 提供者:superbmiracle
  1. 实现了读取bmp图像到矩阵的转换

    0下载:
  2. 实现了读取bmp图像到矩阵的转换,是个很好的头文件,直接引入就能用,this code can covert bmp to matrix,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-23
    • 文件大小:1590
    • 提供者:星飞感受
  1. filter

    0下载:
  2. bmp图像的读取、保存。以及对图像的一些处理,包括:中值滤波等。-bmp image to read, save
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:4490
    • 提供者:pj
  1. bmp-ctatic

    1下载:
  2. 读取BMP 8bit文件(size n1*n2),输出整个文件[n1]*[n2]的像素值,像素值的范围0-255,并统计每个像素质的数量-BMP 8bit file read (size n1* n2), the output document as a whole [n1]* [n2] the pixel value, pixel value range of 0-255, and the quality of statistics like the number of each
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:37462
    • 提供者:cao
  1. bmp

    1下载:
  2. 读取bmp文件内容,通过该程序,可以了解bmp文件格式,读取每个象素点的RGB值-Bmp file content read through the program, you can understand the bmp file format, read each of the RGB pixel values
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-28
    • 文件大小:11369
    • 提供者:yt
  1. ViewBimap

    0下载:
  2. 这是一个读取bmp图像的源码,可直接运行,可共初学者使用-This is a source to read bmp images can be directly run a total beginner can use
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-07
    • 文件大小:36398
    • 提供者:一池凉说
  1. bmp

    0下载:
  2. c语言读取bmp图像 ,试了很多个,这个应该有用,看看吧-c language c language to read bmp images to read bmp images, try a lot of months, this should be useful to see it
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:954
    • 提供者:刘骏
  1. readbmp1

    0下载:
  2. 用vc++读取bmp图像 bmp图像读取 -Using vc++ to read bmp images to read bmp images
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-08
    • 文件大小:1967815
    • 提供者:sun baolei
  1. bmp

    0下载:
  2. bmp读取与变换以及存储 利用c++编程 已运行-bmp read ,save and change.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:10571
    • 提供者:wutianxin
  1. Bmp vs jpeg

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

  1. bmp

    0下载:
  2. 可以实现BMP图像的读取和显示,不适用Matlab中的imread()函数(serve to read BMP picture)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:503808
    • 提供者:菜垚
  1. bmp read&write

    0下载:
  2. 简单读取bmp256位灰度图像,运用c语言的基本库(Simple read bmp256 bit grayscale image)
  3. 所属分类:图形图象

    • 发布日期:2018-01-08
    • 文件大小:11453440
    • 提供者:冰箱太凉
  1. BMP

    0下载:
  2. 通过内存够映射从BMP文件中读取一部分,。。。。。。。。。。。。。。。。。。。。。。。。(Read part from the BMP file by mapping memory enough)
  3. 所属分类:图形图象

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:AlexYbh
« 12 3 4 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com