-
检测屏幕分辨率和(正确)颜色深度检测屏幕大小…
Detecting Screen Resolution and (Correct) Color Depth检测屏幕尺寸和颜色深度(8KB)-Detecting Screen Resolution and (Correct ) Color Depth detect the screen size and color depth (8KB)
- 2022-02-11 23:45:12下载
- 积分: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
-
人眼识别方面的程序,还包含几篇关于人眼识别方面的论文
人眼识别方面的程序,还包含几篇关于人眼识别方面的论文-find eye
- 2022-01-26 01:56:31下载
- 积分:1
-
VB读取TIFF文件,读写转换,等等。
vb读取tiff文件,有读写转换功能-vb read tiff files, read and write conversion, etc.
- 2022-07-28 07:48:07下载
- 积分:1
-
用户将位图的透明背景色,设定在一个域值范围之内。
用户将位图的透明背景色,设定在一个域值范围之内。-Users will be transparent bitmap background color, set in a range of domain values.
- 2022-03-18 20:12:29下载
- 积分:1
-
prepared using graphics editing tools, source code can be tested
使用图形编辑工具编写,源代码可以测试
- 2023-07-15 21:25:02下载
- 积分:1
-
试用VC++编写的图像处理信息系统,有详细的注释与说明
试用VC++编写的图像处理信息系统,有详细的注释与说明-VC++ to prepare the trial of the image processing information systems, has detailed notes and description
- 2022-06-21 07:08:30下载
- 积分:1
-
图像处理的例子,里边封装了关于图像操作的若干方法;
图像处理的例子,里边封装了关于图像操作的若干方法;-image processing example, inside a package on the operation of a number of images;
- 2022-01-27 14:26:01下载
- 积分:1
-
Visual C下OpenGL开发框架生成三维地形模拟,SDI框架
Visual C下OpenGL开发框架生成三维地形模拟,SDI框架-OpenGL under Visual C development framework to generate three-dimensional topography simulation, SDI framework
- 2022-03-25 14:29:37下载
- 积分:1
-
VC2003.Net,Icon文件处理例程!绘图部分没有完成!但是可以打开ICO文件,以及保存ICO文件.可以简单修改!包括MaskBit部分也可以直接修改!...
VC2003.Net,Icon文件处理例程!绘图部分没有完成!但是可以打开ICO文件,以及保存ICO文件.可以简单修改!包括MaskBit部分也可以直接修改!-VC2003.Net. Icon document processing routines! Mapping parts! But ICO can open documents and preserve the ICO document. It would be a simple change! including MaskBit part can directly alter!
- 2022-01-28 04:14:25下载
- 积分:1