搜索资源列表
bmp文件读写函数
- bmp文件读写函数-bmp document read-write function
从BMP文件中装入位图并显示(6KB)
- 从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
mfc的文件显示 byhangke
- 1、 本程序在交作业时需提交数据库或表结构及其详细的说明书、源码程序。 2、 掌握位图的相关概念。 3、 学会使用使用资源编辑器编辑位图。 4、 编程方式可以使用API编程或MFC编程方式。 5、 建议程序只能处理24位真彩色位图。 6、 程序运行后,通过选择文件|打开菜单后选择一个BMP文件,如果不是BMP文件或不是真彩色文件,程序应该报告信息。如果用户选择的是真彩色的位图则将图形显示在窗口中,而且占满整个客户区。如果调整窗口则图形也跟着变化。始终占满整个客户区 -1,
抓屏并保存为BMP文件.dsw
- 这是一个抓屏并保存为BMP图像格式的程序-Capturing the Screen and the preservation of BMP image formats procedures
bmp-dicom
- bmp文件,大家可以来看一下啊 ,关于图像处理的-bmp document, we can look at the ah, on Image Processing
bmp
- 显示BMP文件到window窗口上,里面包括了bmp的格式.
bmp
- 将bmp文件头和文件尾去掉,把bmp文件中的数据保存在*.dat文件中
BMP
- BMP文件格式祥解,详细的介绍了BMP文件格式及含义。
打开BMP文件带预览功能
- 打开BMP文件带预览功能-open BMP file with previews
用VC代码读取BMP文件并显示
- 用VC代码读取BMP文件并显示-VC code reader and BMP documents show
从BMP文件中创建一个设备无关的位图(5KB)
- 从BMP文件中创建一个设备无关的位图(5KB)-from BMP file to create a device-independent bitmap (5KB)
BMP文件转换为JPG文件的源代码
- 将BMP文件转换为JPG文件的源代码,很不错的,值得学习哦-BMP file to JPG conversion of the source code, very good, oh worth learning
用C++编程实现BMP文件格式的读取
- 用C++编程实现BMP文件格式的读取
bmp转换jpg源码
- 将bmp文件转换为jpg文件
BMP文件提取信息
- BMP文件提取信息,可以查看RGB信息,可以查看是否使用调色板信息等,BMP file extract information, you can view the RGB information, you can view information such as whether or not to use the palette
bmp
- 本程序是基于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
bmp
- 读取bmp文件头信息,如文件大小、偏移字节数、所用颜色数-bmp header information reading
bmp
- BMP文件读写例子 BMP文件读写例子-Examples to read and write BMP files
bmp文件读取c++实现
- 用于把bmp文件进行解析并输出到文本文件中.
BMP
- 使用C++将BMP文件从硬盘读入到内存、然后修改其数据,最后将修改的文件保存到硬盘(Read the file of bitmap from disk to memory,revise the data,and then save the revised-file to disk using C++)