-
在三维文字内显示位图
在三维文字内显示位图-Displaying image in 3d text
- 2022-02-11 15:17:49下载
- 积分:1
-
GDI+使用说明,VC7.0版本的源码。可以编译直接使用
GDI+使用说明,VC7.0版本的源码。可以编译直接使用-GDI+ Use, VC7.0 version of the source. Can be directly used to compile
- 2022-09-30 03:35:03下载
- 积分:1
-
vc实现的图形系统,具有缩放功能,用于二维图形系统,
vc实现的图形系统,具有缩放功能,用于二维图形系统,-vc achieve graphics system with zoom functions for 2D graphics system,
- 2022-01-27 13:41:20下载
- 积分:1
-
语音复读小软件源码方便了能听懂“CRAZY ENGLISH 2001全年合集”光盘中的MP3文件。对照着英文原文来一句一句地反复听...
语音复读小软件源码方便了能听懂“CRAZY ENGLISH 2001全年合集”光盘中的MP3文件。对照着英文原文来一句一句地反复听-small voice repetition convenient source software can understand, "Bass ENGLISH 2001 annual Collection" CD-ROM of MP3 files. To follow the original English to a one repeatedly heard
- 2023-01-15 08:45:03下载
- 积分:1
-
著名的CHMM算法源码,是VC++ 7.0 版本的
著名的CHMM算法源码,是VC++ 7.0 版本的-Well-known source CHMM algorithm is VC++ 7.0 version of the
- 2023-06-09 22:05:03下载
- 积分:1
-
VC代码读取BMP文件并显示
用VC代码读取BMP文件并显示-VC code reader and BMP documents show
- 2022-02-09 13:54:37下载
- 积分:1
-
用MFC编写的太阳,地球,月亮旋转的程序
用MFC编写的太阳,地球,月亮旋转的程序-with MFC prepared by the sun, the earth, moon rotating procedures
- 2022-01-26 03:00:29下载
- 积分: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
-
教你绘制彩色五边形。
教你绘制彩色五边形。-teach you color mapping pentagon.
- 2022-08-25 11:58:33下载
- 积分:1
-
bilinear image interpolation source code, achieving a smooth image scaling.
双线性图像插值源代码,实现图像的平滑缩放。-bilinear image interpolation source code, achieving a smooth image scaling.
- 2022-07-28 03:22:21下载
- 积分:1