-
source directory for the chapter describes the source function is corrosion, swe...
source目录下为本章介绍的源程序功能是腐蚀,膨胀,细化算法-source directory for the chapter describes the source function is corrosion, swelling, thinning algorithm
- 2022-05-29 16:18:06下载
- 积分: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
-
保存位图HBITMAP磁盘上的使用
Saving the bitmap using HBITMAP on the disk
- 2022-04-16 21:22:52下载
- 积分:1
-
GDI+使用说明,VC6.0版本的源码。可以编译直接使用
GDI+使用说明,VC6.0版本的源码。可以编译直接使用-GDI+ Use, VC6.0 version of the source. Can be directly used to compile
- 2022-05-14 08:44:16下载
- 积分:1
-
用C++实现,计算机图形学相关算法,另外附有实验报告!
用C++实现,计算机图形学相关算法,另外附有实验报告!-C realized, computer graphics algorithms, and experiment with the report!
- 2022-01-21 22:21:37下载
- 积分:1
-
多边形对象的选择,通过线与线求交点的方法实现。可用于图形对象的拾取。...
多边形对象的选择,通过线与线求交点的方法实现。可用于图形对象的拾取。-polygon object choices, and the line through the line for the intersection method. Graphics can be used to pick up objects.
- 2022-02-20 05:11:28下载
- 积分:1
-
操作内存DC一直都很麻烦,此类模块将这些都封装了起来,用法简单,例子中很详细.
可以创建DC,载入图像,获取其他DC中的图像,贴图,写字,设置字体颜色等,功...
操作内存DC一直都很麻烦,此类模块将这些都封装了起来,用法简单,例子中很详细.
可以创建DC,载入图像,获取其他DC中的图像,贴图,写字,设置字体颜色等,功能齐全,原创!-Operation of the memory DC has been very troublesome, such modules are packaged these up and use simple examples in detail. Can create a DC, load images, to obtain additional DC in the images, mapping, writing, set the font color and so on, full-featured, originality!
- 2023-05-06 02:30:02下载
- 积分:1
-
从windows系统上抓取图片
从windows系统上抓取图片-from windows system crawls Photo
- 2022-05-10 19:16:00下载
- 积分:1
-
SDK贴图双缓冲
SDK贴图双缓冲
SDK贴图双缓冲
SDK贴图双缓冲-SDK Texture mapping double-buffer SDK Buffer SDK mapping Double Buffer
- 2022-08-09 23:19:18下载
- 积分:1
-
图像边缘检测,很好的代码,包含很多特效
图像边缘检测,很好的代码,包含很多特效- The picture edge examination, the very good code, contains very
many special effect
- 2023-03-02 14:20:03下载
- 积分:1