-
some soutrce code dealing with color profile
some soutrce code dealing with color profile
- 2023-04-04 21:00:05下载
- 积分:1
-
实现计算机图形学DDA算法帮助您实现实验要求
实现计算机图形学DDA算法帮助您实现实验要求-DDA algorithm to achieve computer graphics to help you achieve the requirement of experiment
- 2022-03-23 06:40:51下载
- 积分:1
-
vc封装的图表绘制类,支持绘制柱状图,饼图,折线图等
vc封装的图表绘制类,支持绘制柱状图,饼图,折线图等-vc package type mapping, mapping support column, pie, dogleg map
- 2023-01-29 08:05:04下载
- 积分:1
-
实现图像的增强,由均值与事先设定的阈值比较,得到不同的参数,再通过这些参数进行图像的增强。...
实现图像的增强,由均值与事先设定的阈值比较,得到不同的参数,再通过这些参数进行图像的增强。-Realize enhanced image by the mean and the pre-set threshold compared with different parameters, these parameters through image enhancement.
- 2022-04-11 23:32:28下载
- 积分:1
-
边缘检测的各种经典算法,很值得一看。机会不容错过。快来看呀。...
边缘检测的各种经典算法,很值得一看。机会不容错过。快来看呀。-edge detection algorithm for the classic, is an eye-catcher. The opportunity should not be missed. Come see ah.
- 2022-07-21 22:27:53下载
- 积分:1
-
bitmap file format, and display information byte
位图的文件格式,并显示字节信息-bitmap file format, and display information byte
- 2022-03-07 13:53:37下载
- 积分:1
-
图形学 包括直线DDA、中点算法,圆的中点、正负算法,线宽控制。射线填充等算法...
图形学 包括直线DDA、中点算法,圆的中点、正负算法,线宽控制。射线填充等算法-linear graphics including DDA, the midpoint algorithm, the midpoint of the round, plus or minus algorithm, linewidth control. Ray fill in the blanks Algorithm
- 2022-01-25 18:31:15下载
- 积分:1
-
用以绘制波变幻的VC源程序,最后生成屏幕能显示的bitmap图像控件
用以绘制波变幻的VC源程序,最后生成屏幕能显示的bitmap图像控件-To draw the wave changes the VC source code, and finally generate the screen can display the bitmap image control
- 2023-01-27 21:45:03下载
- 积分:1
-
一个关于快速GDIPlus类代码。
一个关于快速GDIPlus类的代码。-Quick GDIPlus a category code.
- 2022-03-07 09:26:58下载
- 积分: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