搜索资源列表
BMP位图文件结构及平滑缩放
- 用普通方法显示BMP位图,占内存大,速度慢,在图形缩小时,失真严重,在低颜色位数的设备上显示高颜色位数的图形图形时失真大。本 文采用视频函数显示BMP位图,可以消除以上的缺点。 -using ordinary methods bitmap display BMP, or memory, is slower, the graphics narrow, serious distortion in the low median co
BMP位图处理类
- 一个BMP位图处理类-a BMP Bitmap class
在VC中自建操作BMP位图文件的类
- 在VC中自建操作BMP位图文件的类-in VC relying operation from Bitmap File Class
BMP位图处理类源码
- BMP位图处理的源代码,非常好用-bitmap BMP handling the source code, very handy
bmp位图文件的读取与保存
- bmp位图文件的读取与保存- dib files of bmp read and save
BMP位图文件的存储格式
BMP位图文件的存储格式
位图操作
- bmp位图按位读取、倒立读取、旋转操作
BMP位图显示原理
- 深入讲解BMP位图的显示原理
bmp位图处理类源码
- 位图类的源代码,原始的位图操作,显示等-bitmap type of source code, the original bitmap operation, display
BMP位图处理类
- 一个BMP位图处理类-a BMP Bitmap class
在VC中自建操作BMP位图文件的类
- 在VC中自建操作BMP位图文件的类-in VC relying operation from Bitmap File Class
显示256色BMP位图
- 用C语言显示256色位图的代码-C language showed 256 color bitmap code
bmp位图文件的读取与保存
- bmp位图文件的读取与保存- dib files of bmp read and save
位图文件的读取与保存
- bmp位图文件的读取与保存,可以借此熟悉bmp的文件结构-A demo shows how to read and write a bitmap file which can help you to familiar with bitmap structure.
BMP位图文件结构及平滑缩放
- 用普通方法显示BMP位图,占内存大,速度慢,在图形缩小时,失真严重,在低颜色位数的设备上显示高颜色位数的图形图形时失真大。本 文采用视频函数显示BMP位图,可以消除以上的缺点。 -using ordinary methods bitmap display BMP, or memory, is slower, the graphics narrow, serious distortion in the low median co
BMP位图文件程序
- 手把手教你了解BMP图形文件结构,C语言文件读写函数应用,一般数据处理方法,如果看不懂,说明我写的还不够具体,以后继续改进.-Maxivista you know BMP graphics structure of the document, document literacy C language function applications, generally data processing methods, if they did
位图文件的读写综述
- 位图文件的显示程序,包括读取文件,显示文件,主要是BMP格式的文件-bitmap documents show procedures, including reading documents, papers, mainly BMP files
位图BMP格式图像文件处理类源码VC版
- 该类集成了常用的BMP位图文件的一些经常用到的比如文件读写等操作-such integrated common bitmap BMP documents some of the frequently used documents such as literacy, etc
BMP
- 实现对BMP位图的显示,主要了解dc(设备环境)的使用方法