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

搜索资源列表

  1. bmp图形

    0下载:
  2. bmp图形文件识别程序,包含头文件和主程序-A bmp style grapth recognision procedure,include head files and main file
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:195410
    • 提供者:赵峰
  1. 将BMP图转化为ICO

    1下载:
  2. BMP转化为ICO,是一个很有意思小程序,希望网友多多支持。-BMP into ICO, is a very interesting small procedures in the hope that the generous support of netizens.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5873
    • 提供者:光耀
  1. bmp-show

    0下载:
  2. 这是一个在对话框中显示图片的程序。可以显示24位或者是32位bmp格式的位图-This is a dialog box shown in the photo process. It shows 24 or 32 bmp format bitmaps
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:5752
    • 提供者:小河
  1. 从BMP文件中装入位图并显示(6KB)

    0下载:
  2. 从BMP文件中装入位图并显示 the bmp file has four sections. the first is bitmapfileheader. this contains the bitmap file signature, the size of the bitmap and the offset to the array of bits that define the bitmap image. the next section is the bitmapinfoheader
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:7590
    • 提供者:刘永平
  1. BMP与JPG格式转变的源代码

    0下载:
  2. BMP与JPG文件格式转变的源代码 一个把BMP压缩成JPG的源代码。 大小:16.4K 附: 1. 编译说明 1) 在VC IDE 选择setting->link> 加jpeg.lib 2) 编译程序 2. 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区。-BMP and JPG file format changes in the source code BMP
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:15838
    • 提供者:屠理峰
  1. bmp压缩

    0下载:
  2. 一个bmp图片的压缩程序 本程序采用了jpeg的算法,但是保存的文件格式不是标准的jpg文件格式-a bmp image compression process of the procedures used jpeg algorithm, but the preservation of the file format instead of the standard jpg format
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:625442
    • 提供者:天天
  1. 显示BMP图象的程序

    0下载:
  2. 640*480 256 色 .BMP 文件显示程序,可以浏览、同时显示 4 幅图象,也可以 在屏幕上开一个窗口显示 .BMP 图象,并可以使用上下左右箭头键、PageUp/PageDown、Ctrl+Left、Ctrl+Right键浏览整幅图象,在S3、ATI等VGA卡上 调试通过 -640 * 480256 color. BMP file display program can browse, also showed four images on the screen can also ope
  3. 所属分类:图片显示浏览

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

    0下载:
  2. C++打开读取任意一幅BMP图像代码简单学习图像处理的可以参考一下-C++ open reading any of a BMP image, the code is simple to learn image processing can refer to.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-17
    • 文件大小:4718439
    • 提供者:lijiusong
  1. avibmp

    0下载:
  2. avi和bmp相互转换的vc程序,非常好用的。-avi to bmp or bmp to avi
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-16
    • 文件大小:4160030
    • 提供者:kaka
  1. MFC-bmp-picture

    0下载:
  2. 用MFC打开BMP图像后画个矩形然后保存-open a bmp picture and draw a rectangle then save it by using MFC
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-14
    • 文件大小:3870719
    • 提供者:江守超
  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. BMP-bitmap-operation

    0下载:
  2. BMP位图包括位图文件头结构BITMAPFILEHEADER、位图信息头结构BITMAPINFOHEADER、位图颜色表RGBQUAD和位图像素数据四部分。处理位图时要根据文件的这些结构得到位图文件大小、位图的宽、高、实现调色板、得到位图像素值等等。这里要注意的一点是在BMP位图中,位图的每行像素值要填充到一个四字节边界,即位图每行所占的存储长度为四字节的倍数,不足时将多余位用0填充-BMP bitmap file bitmap header structure, including BITMA
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-26
    • 文件大小:70045
    • 提供者:
  1. bmp

    0下载:
  2. 一段读取bmp的程序,了解bmp的文件结构-Bmp a reading program, understand the bmp file structure
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-01
    • 文件大小:437626
    • 提供者:章剑
  1. BMP-to-JPEG

    1下载:
  2. 用C语言实现BMP格式的图片转换为JPEG格式的图片-BMP format with a C language implementation is converted to JPEG format pictures images
  3. 所属分类:Special Effects

    • 发布日期:2017-03-21
    • 文件大小:9309
    • 提供者:王刚
  1. BMP

    0下载:
  2. 一个BMP格式的图像浏览器,可以打开改格式的图像文件,希望有帮助。-A BMP format image viewer that can open the image file format change, hope to have help.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-10
    • 文件大小:2367936
    • 提供者:dengqi
  1. bmp

    0下载:
  2. bmp图片解码程序,只须改动少量底层驱动函数。-bmp picture decoding process, only a small amount of low-level driver function changes.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2182
    • 提供者:程少康
  1. bmp

    0下载:
  2. 使用VC打开bmp的简单小程序。只要将bmp图片放到指定文件夹即可打开。-Using VC open bmp a simple applet. As long as the bmp image into the specified folder to open it.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-26
    • 文件大小:2383743
    • 提供者:胡伟江
  1. A very simple BMP (bitmap) loader

    0下载:
  2. This little code shows you how easy it is to load a bitmap into your window! I programmed this as simple as possible so most people can understand it and use it in their games and other programs!
  3. 所属分类:图片显示浏览

    • 发布日期:2014-03-14
    • 文件大小:335981
    • 提供者:elxtrx
  1. BMP-A-JPG

    0下载:
  2. convert bmp to jpg easy selecting quality-convert bmp to jpg easy selecting quality
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:505077
    • 提供者:ignacio_ruz
  1. opengl打开一张BMP图片

    0下载:
  2. 使用opengl打开一张BMP图片显示到opengl绘制窗口(Use OpenGL to open a BMP picture and display it to the opengl rendering window)
  3. 所属分类:图形图象

    • 发布日期:2017-12-30
    • 文件大小:387072
    • 提供者:小倾慕
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com