搜索资源列表
BMP
- 使用MFC读写BMP文件,对了解位图的数据格式很有帮助。-Read and write BMP files using MFC, for understanding the data format bitmap helpful.
Bitmap_Read_write
- VC++实现的bmp位图读写的函数代码,非常实用-VC++ Realized bmp bitmap function to read and write code, very useful
qqw
- 位图的存取在vc中的 因为所在的项目中我负责的模块是有关与位图的读写和存储的,所以看了一些资料后,并且成功在vc 下实现所需的功能后写下这篇读书报告。 对于位图,要想在vc中实现读取和存储,先必须了解BMP的文件格式。 BMP文件大体上分成四个部分:位图文件头,位图信息头,调色板,实际的位图数据。 位图文件头BITMAPFILEHEADER是一个结构,它的定义如下: typedef struct tagBITMAPFILEHEADER{ WORD bfType
CDIB
- 一个读写DIB的操作类,可以读256,24位,32位等多种格式的位图-DIB to read and write operation of a category, can be read 256,24 place a variety of formats, such as 32-bit bitmap
bmp_r_w
- 用MFC实现界面显示位图,完成了图像数据读写冰显示。-MFC to achieve interface with bitmap display, completing the image data read and write ice show.