-
VC environment, with the zoom function bitmap displays procedures, the method is...
VC环境下,具有缩放功能的位图显示的程序,采用的方法简单实用-VC environment, with the zoom function bitmap displays procedures, the method is simple and practical
- 2023-08-18 00:15:03下载
- 积分:1
-
the double buffer mapping procedures vc6.0
有关双缓冲绘图的程序 vc6.0-the double buffer mapping procedures vc6.0
- 2022-08-16 02:37:50下载
- 积分:1
-
一个java的实例应用程序,它实现"调色板"的功能.
一个java的实例应用程序,它实现"调色板"的功能.-example of a java application, it achieved "palette" function.
- 2023-08-11 12:15:02下载
- 积分:1
-
小程序的OCR识别,和大家分享,学习学习
ocr识别的小程序,和大家分享, 学习学习-ocr recognition of small procedures, and to share, learning to learn
- 2022-09-02 02:30:03下载
- 积分:1
-
位图的高倍放大与平滑拖动。作者:谢经荣。运行环境:win2000 vc6。...
位图的高倍放大与平滑拖动。作者:谢经荣。运行环境:win2000 vc6。-bitmap with high magnification smooth drag. Author : Xie Jing-rong. Operating environment : WIN2000 vc6.
- 2022-01-25 21:12:40下载
- 积分:1
-
几个针对GIF格式的图像的压缩和解压缩程序 包括GIFREAD,GIFREAD1,GIFREAD2,GIFWRITE...
几个针对GIF格式的图像的压缩和解压缩程序 包括GIFREAD,GIFREAD1,GIFREAD2,GIFWRITE-against GIF format images of the compression and decompression procedures include GIFREAD, GIFREAD1, GIFREAD2, GIFWRITE
- 2022-08-08 19:39:08下载
- 积分:1
-
计算机绘图程序,渐变色画圆,效果非常好,Delphi源码,颜色过渡细腻。...
计算机绘图程序,渐变色画圆,效果非常好,Delphi源码,颜色过渡细腻。-Computer graphics procedures, Graduated Tint drawcircle, very good results, Delphi source code, color, delicate transition.
- 2022-03-18 01:27:04下载
- 积分:1
-
当运行本程序时,会看到一条在窗口中不停摆动的直线,编织成一副美丽的网状图形,图像随着直线摆动不停地变幻,直到程序停止。...
当运行本程序时,会看到一条在窗口中不停摆动的直线,编织成一副美丽的网状图形,图像随着直线摆动不停地变幻,直到程序停止。-When running this program, we will see a window kept swinging straight, braided into a beautiful mesh graphics, images with linear swing changes constantly, until the procedures to stop.
- 2022-06-21 17:24:47下载
- 积分:1
-
深度图像生成:主要用于生成圆球的深度图像,并计算物体的高斯和平均曲率,以及生成表面类型图像...
深度图像生成:主要用于生成圆球的深度图像,并计算物体的高斯和平均曲率,以及生成表面类型图像-depth image generation : mainly used to generate the depth sphere images, and calculated objects and the average Gaussian curvature, surface types and generating images
- 2022-02-03 01:07:27下载
- 积分:1
-
位图的存取在vc中的 因为所在的项目中我负责的模块是有关与位图的读写和存储的,所以看了一些资料后,并且成功在vc 下实现所需的功能后写下这篇读书报告。
对...
位图的存取在vc中的 因为所在的项目中我负责的模块是有关与位图的读写和存储的,所以看了一些资料后,并且成功在vc 下实现所需的功能后写下这篇读书报告。
对于位图,要想在vc中实现读取和存储,先必须了解BMP的文件格式。
BMP文件大体上分成四个部分:位图文件头,位图信息头,调色板,实际的位图数据。
位图文件头BITMAPFILEHEADER是一个结构,它的定义如下:
typedef struct tagBITMAPFILEHEADER{
WORD bfType
DWORD bfSize
WORD bfReserved1
WORD bfReserved2
DWORD bfOffBits
}BITMAPFILEHEADER实现-Bitmaps in vc access because of the projects where I am responsible for the module is concerned with reading and writing bitmap and storage, so read some information, and the success achieved in vc feature required to write This study reports. For bitmap, in order to achieve in the vc read and stored, first must understand the BMP file format. BMP files generally divided into four parts: the first bitmap file, BITMAPINFOHEADER, palette, the actual bitmap data. BITMAPFILEHEADER bitmap file header is a structure, it is defined as follows: typedef struct tagBITMAPFILEHEADER (WORD bfType DWORD bfSize WORD bfReserved1 WORD bfReserved2 DWORD b
- 2022-09-19 08:45:03下载
- 积分:1