搜索资源列表
45665994bitmap_za
- 在vc++ 读BMP操作的源代码,保存和显示BMP图象-in BMP operation vc Reading the source code, preserve and display BMP images
mybmpshow
- 一个显示BMP图象的VC程序(很适合初学图象编程的朋友)-BMP images showed a VC (very suitable for a novice image programming friend)
MaskTest
- 使用VC显示BMP位图,可以方便控制与底色的关系.
bmp image open and show
- VC编写的图象打开与显示程序-VC prepared to open the image and display procedures
位图进度条VC
- 本VC程序包含,可以显示任何大小2副BMP图为背景的进度条显示CLASS,非常漂亮.-procedures include the VC can reveal any size two BMP background map shows the progress of CLASS, very beautiful.
ViewBitmap
- VC写的一个缩放和透明显示BMP位图的程序。
showbmp
- 一个显示bmp位图的vc代码- Demonstrates bmp the position chart the vc code
bmp位图处理类源码
- 位图类的源代码,原始的位图操作,显示等-bitmap type of source code, the original bitmap operation, display
可显示8位和24位bmp图像的CImage类
- //简单的可操作8位和24位bmp位图的图像类。 //特点: //1、显示速度快。(我用这个类显示图像序列,比VC++内幕的CDIB类快很多。) //2、重载=操作符。 //3、通过函数操作可以得到图像数据。 //局限: //只能显示8位和24位bmp位图-//simple operational 8 and 24 bmp bitmap image category.// Characteristics :// 1, showed fa
位图进度条VC
- 本VC程序包含,可以显示任何大小2副BMP图为背景的进度条显示CLASS,非常漂亮.-procedures include the VC can reveal any size two BMP background map shows the progress of CLASS, very beautiful.
200561555616250020000
- 车牌识别系统 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图
VC_OpenDIB256
- 一个打开并显示位图或者像素矩阵的程序 注意:本程序没有使用DOC/VIEW架构, 所以理解起来更容易,适合初学者。 本程序支持bmp、raw格式图像的读取-an open and display bitmap pixel matrix, or the procedures to : this procedure does not use DOC/VIEW structure, make it easier to
45665994bitmap_za
- 在vc++ 读BMP操作的源代码,保存和显示BMP图象-in BMP operation vc Reading the source code, preserve and display BMP images
mybmpshow
- 一个显示BMP图象的VC程序(很适合初学图象编程的朋友)-BMP images showed a VC (very suitable for a novice image programming friend)
vc_jiqiaoshili_part8
- Visual.C++程序设计技巧与实例--配套光盘 第8章 图形图像编程 本章共11个实例: 1. DPLP设备坐标和逻辑坐标的相互转换 2. DrawShapes绘制各种图形 3. GDIDemoGDI对象的访问 4. MouseDraw使用鼠标绘图 5. DlgPaint在对话框上绘图 6. OpenGLDemo使用OpenGL绘图 7. OpenGLMovie使用OpenGL实现动画效果 8
open_1984
- 1 熟悉VC工具,掌握工程创建过程及各选项含义。 2 结合2*2实际位图,了解位图(bmp)概念,掌握文件头(BITMAPFILEHEADER)和信息头(BITMAPINFOHEADER) 两个结构体各参数含义。 3 完成bmp图象的打开和显示功能。-a VC familiar with the tools to project the process and the option to create meaning
DIBDisplay
- VC6.0显示BMP图片源码,调试已经通过,完全可用-VC6.0 display BMP image source, debugging has been passed, fully available
showbmp
- vc下显示bmp图片的源程序,程序很小,占用很少的资源-vc display bmp image source, the program is very small, occupy very little resources
Dynamic-display-of-BMP-VC
- 可以在自己喜欢的地方显示bmp图了。如果显示的是灰度图,这样可以不考虑彩色表,本身是什么图(灰度的,彩色的,单色的)它就显示什么图。 -Dynamic display of BMP VC
VCShowBmp
- 用VC写的,打开BMP文件,并显示图片。(VC,OPEN BMP FILE,SHOW BMP PICTURE.)