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

搜索资源列表

  1. OpenBMPFormatPicture

    0下载:
  2. 采用新的算法快速打开一个BMP格式的图片-introduction of a new fast algorithm to open a BMP format picture
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:67.13kb
    • 提供者:诸晓武
  1. 262k_RGB666

    0下载:
  2. 屏的显示模式是262k色的,输入的数据是666格式的,由于1289本身的限制,只能显示18位色,而BMP图片是24为,所以最低两位数据被丢掉。-Screen display mode is a 262k color, type of data is 666 format, due to the limitations imposed by the 1289, can only display 18 colors, and BMP image is 24 for, so a minimum of
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:3.35kb
    • 提供者:feng
  1. bmp-image-smoothing

    0下载:
  2. 1、 利用c/c++ 作为编程环境进行图像处理的编程实践,掌握Windows下的DIB图像的存储格式和编程方法。 2、 掌握图像增强的方法,利用编程进行图像增强处理。 -1, using c/c++ as a programming environment for image processing programming practice, and master the Windows under the DIB image storage format and programming
  3. 所属分类:Document

    • 发布日期:2017-04-15
    • 文件大小:7.35kb
    • 提供者:zwh
  1. bmp_red

    0下载:
  2. this source create a red bmp.
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:2.31kb
    • 提供者:KOC
  1. a

    0下载:
  2. 详解用VC实现bmp位图的打开,程序已通过编译,完全正确,且说明详细 -Xiang Jie bmp bitmap with VC to achieve open
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:16.26kb
    • 提供者:duan_0612
  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
    • 文件大小:8.25kb
    • 提供者:张林
  1. virsualprint

    0下载:
  2. 虚拟打印的实现。 虚拟打印主要用于将各种文档转换成为各种图形,例如将一个doc文件转换成一个BMP图。我在实现虚拟打印的时候,使用了DDK和DELPHI的一些东西。 -The realization of the virtual printing. Virtual printing is mainly used for a variety of documents to be converted into a variety of graphics, such as a doc file
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:26.22kb
    • 提供者:天漪
  1. imgprocs

    0下载:
  2. a simple code in capture desktop image using bmp format then construct the file header structure and save written in assembly
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:2.48kb
    • 提供者:khaidods
  1. TURBOCODEAPPTOIMAGETRANSMISSION

    0下载:
  2. Simulations over AWGN and Rayleigh channels, at various signal-to-noise ratios, verify the excellent performance of this novel APEL-turbo scheme. Performance comparisons were carried out between turbo coded APEL, JPEG, and BMP image files. To provi
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:376.6kb
    • 提供者:A.H.M Shahparan
  1. The_Method_To_Show_BMP_File_In_VC

    0下载:
  2. 图像处理程序设计常用到Windows位图文件,分析了BMP文件结构并给出了在Visual C++程序设计中BMP文件的显示方法。-Image-processing program design to a Windows bitmap file used to analyze the BMP file structure is given in the Visual C++ Program Design BMP files display method.
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:248.61kb
    • 提供者:sir.chen
  1. AVR_Mega16-SD

    0下载:
  2. 用AVR_Mega16显示SD卡内的BMP格式图片和汉字库,希望对大家有帮助!-SD card with AVR_Mega16 show the BMP format pictures and Chinese character library, we want to help!
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:583.29kb
    • 提供者:chiyu
  1. fileToPicture

    0下载:
  2. 可以把任意文件变成BMP图片的程序,该程序还可将BMP文件还原为原始文件-Can be any file into a BMP image of the program, the program also will restore the original file BMP file
  3. 所属分类:Document

    • 发布日期:2017-04-24
    • 文件大小:34.6kb
    • 提供者:李清畅
  1. 1bit_BMP

    0下载:
  2. This a simple program for Turbo C users that saves your graphics output(screen) as 1bit monochrome bitmap(*.bmp file)-This is a simple program for Turbo C users that saves your graphics output(screen) as 1bit monochrome bitmap(*.bmp file)
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:1.67kb
    • 提供者:zandu
  1. a

    0下载:
  2. 二维图像的三维显示希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的
  3. 所属分类:Document

    • 发布日期:2017-05-07
    • 文件大小:1.09mb
    • 提供者:biao
  1. 455

    0下载:
  2. this is BMP 555 image which is a file format
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:2.61kb
    • 提供者:pankaj
  1. BMP

    0下载:
  2. 这是一个实体Bean中的BMP的实现过程以及源码,有实现全过程的截图。-This is a BMP Entity Bean in the implementation process and the source, there is a screenshot of the whole process of implementation.
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:935.78kb
    • 提供者:tomy
  1. VC-using-CDibsave-BMP

    0下载:
  2. 在VC++中使用CDib类实现显示与保存BMP文件,是一个很好的程序.-In VC++ using CDib class implements show and save BMP files, is a good program.
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2.07mb
    • 提供者:MSB
  1. BMP-on-LCD-display-

    0下载:
  2. BMP解码程序及LCD显示原理的详细描述文档,对mini2440下LCD编程有很大的帮助-BMP decoding process and the LCD display of the principle of detailed descr iption of the document, right mini2440 LCD programming there are a lot of help
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:25.63kb
    • 提供者:车世家
  1. VC-for-bmp-open

    0下载:
  2. 介绍如何使用MFC打开一幅bmp位图,里面涉及到了具体步骤,可以按要求来做-Describes how to use MFC to open a bmp bitmap, which relates to the specific steps that can be done on request
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:324.56kb
    • 提供者:佀洁
  1. BMP-file-format

    0下载:
  2. 描述了BMP文件的格式,为读bmp图像文件做一个参考-It describes the format of BMP file for reading bmp image files as a reference
  3. 所属分类:File Formats

    • 发布日期:2017-05-04
    • 文件大小:252.03kb
    • 提供者:王纪中
« 12 »
搜珍网 www.dssz.com