搜索资源列表
showbitmap
- 位图装入、显示的c++类。 使用方法: 1 构造类的一个实例对象: 空实例 CDIB bmp() 用资源号构造 CDIB bmp(nResID) 用文件构造 CDIB bmp(\"PATH//Filename.bmp\") 2 若1步构造的是空实例对象,则须装入位图: 从文件装入 BOOL bmp.LoadFromFile(\"PATH//Filename.bmp\") 从资源装入 BOOL bmp.LoadFromResource(UINT n
showcopybmp
- 用c语言编写的关于bmp 4位,8位,24位位图的显示及复制程序。-c language used on bmp four, eight, 24 bitmap display and reproduction procedures.
readbmp
- 在visual c++下读取*.bmp位图的信息,并显示位图,点击“查看”->“信息”菜单,弹出对话框中显示色彩位数、图像高度宽度、文件头大小等等信息。
readBitmap
- 功能是打开一幅位图,并显示在屏幕上。 命令行编译过程如下 vcvars32 rc bmp.rc cl bmp.c bmp.res user32.lib gdi32.lib 注意事项:运行时,文件c:\\test.bmp必须存在
BitMapDisplay
- 实现了位图的显示功能,是个很不错的八位图像显示程序,开发环境Visual C++。-Achieved bitmap display functions, is a very good eight image display process, development environment, Visual C++.
bitmapDis
- 此源码是基于VISUAL C++6.0的DIB位图的显示的一个经典的程序,我相信这个源码肯定会对大家的学习有帮助的。-This source is based on the VISUAL C++ 6.0 of DIB bitmap display a classic procedure, I believe that this source will certainly be everyone
DIBDisplay
- 利用Visual c++显示 bmp位图,并保存-Using Visual c++ display bmp bitmap, and save
bmpdisplay
- visual c++ 6.0下,bmp文件位图显示-visual c++ 6.0 under, bmp bitmap file
Test
- dib.h dib.cpp 用于MFC创建位图并显示-dib.h dib.cpp for MFC to create and display a bitmap
LoadImageFile
- 可以打开,浏览并显示bmp位图文件,采用C++编程,适合初学者-Can open, browse and display bmp bitmap file, using C++ programming for beginners
BMP256
- 能有效显示256彩色图(位图)C代码,tc环境下编译-Effective display 16-bit color (bitmap) C code, tc environment compile
The-operator-of-DIB
- 实现DIB的处理方法,方便实现实现位图的操作。可以帮助快速在C++中操作位图显示,销毁操作。-Achieve DIB approach to facilitate the achievement of the operation to achieve bitmap. Can help fast C++ in operating bitmap display, destroy operation.
BmpShow1
- C实现位图的 显示,同时能显示24色真彩位图的统计直方图-C implementation of the bitmap display, also can display 24-bit true color histogram graph
Test
- 用C++怎么创建窗口调用窗口来实现BMP位图的读取和显示-How to create a window with C++ call window to achieve BMP bitmap to read and display
ccode_open_bitmap
- 图像处理c源码_功能是打开一幅位图_并显示在屏幕上-_ C source image processing function is to open a bitmap _ and displayed on the screen