-
VC++编写的设置并叠加透明图片
VC++编写的设置并叠加透明图片-VC prepared to install and transparent picture superimposed
- 2023-04-07 19:45:04下载
- 积分:1
-
使用VC++编成语言开发的单机版小游戏。
使用VC++编成语言开发的单机版小游戏。-Use VC++ Into language development of stand-alone game.
- 2022-02-13 15:44:14下载
- 积分:1
-
形态学图像边缘检测运算。结构元素为水平方向或垂直方向的三个点,中间点位于原点...
形态学图像边缘检测运算。结构元素为水平方向或垂直方向的三个点,中间点位于原点-morphological image edge detection operators. Structural elements of the vertical or horizontal direction of the three points at the mid-point of origin
- 2022-05-21 05:37:28下载
- 积分:1
-
vb中解决图像的旋转
vb中解决图像的旋转-vb resolved image rotation
- 2022-02-28 16:13:13下载
- 积分:1
-
一种基于对话框的应用程序框架,可以自己扩展。
一种基于对话框的应用程序框架,可以自己扩展。-a dialog-based application framework that can expand its own.
- 2022-03-16 21:31:35下载
- 积分:1
-
h.264标准代码,用于视频编码!可以实现各种视频的编码和解码,可以在这个代码的基础上进行各种开发,比如算法的优化,转码技术,实现各种分辨了的转码...
h.264标准代码,用于视频编码!可以实现各种视频的编码和解码,可以在这个代码的基础上进行各种开发,比如算法的优化,转码技术,实现各种分辨了的转码-code for video coding! All can be achieved video encoding and decoding, this code can be the basis for all development, such as the optimization algorithm, code technology to achieve resolution of the various code switch
- 2023-03-25 17:05:04下载
- 积分: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
-
一个VB的绘图程序,可以保存为常用的CAD文件格式DRW
一个VB开发的绘图程序,可以保存为CAD通用的drw文件格式-a VB mapping procedures can be saved as a common CAD file formats drw
- 2022-03-11 02:32:52下载
- 积分:1
-
读tif,jpg,png,等常见的格式,并显示
读取tif,jpg,png,等常见格式,并进行显示
-Read tif, jpg, png, and other common formats, and display
- 2022-02-20 02:15:37下载
- 积分:1
-
用鼠标绘制的两直线间角度的测量(利用余弦公式)
用鼠标绘制的两直线间角度的测量(利用余弦公式)-drawn with the mouse between the two linear and angular measurements (using the cosine formula)
- 2022-03-10 16:21:46下载
- 积分:1