-
VC/MFC用鼠标对图像D.矩形区域绘制矩形
VC/MFC
用鼠标绘制矩形
将矩形内的区域形成图像在另一个区域中显示-VC/MFC drawing rectangle with the mouse to the rectangular region of the image displayed in another region
- 2022-08-06 17:52:21下载
- 积分:1
-
一个放大的小程序,可以无限制的发大,对于感兴趣的朋友可以得到一点启示...
一个放大的小程序,可以无限制的发大,对于感兴趣的朋友可以得到一点启示-An amplification of small procedures, the fat can be unlimited, and for interested friends can get a little enlightenment
- 2022-08-04 11:47:03下载
- 积分:1
-
vb do three
vb做的立体桌子,可以旋转,可以按X轴旋转可以按Y轴旋转,可以按Z轴旋转,每个面有自己的颜色-vb do three-dimensional table, rotating, with the X-axis rotation according to Y-axis rotation, in accordance with a Z-axis rotation, Each face has its own color
- 2022-03-06 17:16:31下载
- 积分:1
-
VC写的游戏很不错的小游戏请大家多下点
VC写的游戏很不错的小游戏请大家多下点-VC of the game was very good small game Please make more points
- 2023-08-05 02:40:03下载
- 积分:1
-
功能丰富的图像处理代码,提供很多图像处理实例
功能丰富的图像处理代码,提供很多图像处理实例-Feature-rich image processing code, offer a lot of image processing examples
- 2023-07-11 05:00:03下载
- 积分:1
-
实现图像漫游,在做图象和动画方面,希望对你有所帮助
实现图像漫游,在做图象和动画方面,希望对你有所帮助-Image roaming, in images and animation to do, I hope for your help
- 2023-04-10 12:50:04下载
- 积分:1
-
cicq 源代码,包括基本的操作,解压缩之后是一个工程
cicq 源代码,包括基本的操作,解压缩之后是一个工程-cicq source code, including basic operation, decompress after a project is
- 2022-03-26 11:48:22下载
- 积分: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
-
Loffer算法的DCT变换的C代码,还不错,大家看看!
Loffer算法的DCT变换的C代码,还不错,大家看看!
-Loffer DCT algorithm C code, quite good, we see!
- 2022-01-30 14:42:09下载
- 积分:1
-
Implements a TIF compatible LZW encoding/decoding algorithm
Implements a TIF compatible LZW encoding/decoding algorithm
- 2022-02-15 15:28:52下载
- 积分:1