-
polygon shear algorithm.
多边形剪切算法。-polygon shear algorithm.
- 2022-05-20 23:09:39下载
- 积分:1
-
显示位图的几种不同方法及其比较.作者:张利浩 王勇.运行环境:VC6.0;Win98....
显示位图的几种不同方法及其比较.作者:张利浩 王勇.运行环境:VC6.0;Win98.-Bitmap of several different methods and comparison. Author : Zhang Hao Wang Yong. Operating environment : VC6.0; Win98.
- 2022-08-09 23:53:14下载
- 积分:1
-
将一个窗口图象存为一个BMP文件
将一个窗口图象存为一个BMP文件-window image of a deposit for a BMP file
- 2023-05-20 09:05:03下载
- 积分:1
-
可以实现模拟坦克大战的程序,主要是提供给大家参考参考。。有意者请与我联系交流家刘哈...
可以实现模拟坦克大战的程序,主要是提供给大家参考参考。。有意者请与我联系交流家刘哈-can simulate the
- 2023-02-23 13:00:03下载
- 积分:1
-
程序最小化后在右下角显示一个小图标的实现~
程序最小化后在右下角显示一个小图标的实现~-Minimization procedures in the lower right corner displays a small icon in the realization of ~
- 2023-07-03 21:50:03下载
- 积分: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
-
本程序主要介绍如何裁剪位图,使其只保留一部分
本程序主要介绍如何裁剪位图,使其只保留一部分-This procedure describes how to cut the main bitmap, retaining only part of it
- 2022-07-09 16:25:54下载
- 积分:1
-
Visual C cases intensive curriculum design series
Visual C++课程设计案例精编--画图-Visual C cases intensive curriculum design series-- Painting
- 2022-01-22 08:33:00下载
- 积分:1
-
以实例为导向,对实例代码进行层层图解的方式,由浅入深的介绍VC++开发的基本理论。是VC++ 初学者的好帮手。...
以实例为导向,对实例代码进行层层图解的方式,由浅入深的介绍VC++开发的基本理论。是VC++ 初学者的好帮手。-Notebook for beginner of learning VC++
- 2023-06-12 00:40:03下载
- 积分:1
-
特征检测中的角点检测算法,用MFC程序实现了图像特征检测中的主要特征角点的检测。...
特征检测中的角点检测算法,用MFC程序实现了图像特征检测中的主要特征角点的检测。-jiaodian detecting codes
- 2022-01-26 08:25:28下载
- 积分:1