-
此示例阐释了将 CImage 支持实现到应用程序中,以便以多种图像格式对数据进行基本加载和保存。另外,此示例阐释了直接的 DIB 图面操作,以及如何使用对 MM...
此示例阐释了将 CImage 支持实现到应用程序中,以便以多种图像格式对数据进行基本加载和保存。另外,此示例阐释了直接的 DIB 图面操作,以及如何使用对 MMX 和 SSE2 整数指令的更高级别的编译器支持,来优化位图操作而不必编写汇编程序代码。在项目中,Surface.* 文件包含 DIB 图面操作的 C++ 基类。-This example will explain the CImage support the achievement of applications, to a variety of image formats for data loading and preserve basic. In addition, this example to explain the direct DIB map surface operation, and how the use of MMX and SSE 2 integer instructions, higher level of compiler support to optimize bitmap prepared to operate without compilation code. In the project, Surface .* DIB map file contains the C-operating base class.
- 2022-01-30 16:34:15下载
- 积分:1
-
使用PowerBuilder生成图表在Excel
利用PowerBuilder在EXCEL中生成图表-Use PowerBuilder to generate charts in EXCEL
- 2022-02-03 08:00:42下载
- 积分:1
-
用来捕捉正在播放的视频文件的图像窗口内容,比如使用Media Player。这个功能使用DirectX and DirectShow可能很容易就实现了,当时我没...
用来捕捉正在播放的视频文件的图像窗口内容,比如使用Media Player。这个功能使用DirectX and DirectShow可能很容易就实现了,当时我没有看到相关的文章或者源代码,据我所知,HyperSnap-DX好像是捕捉播放的视频图像的一个工具。
我做了一个示例程序,当你使用播放器播放视频文件的时候,运行这个程序,在“Option”菜单中选择“Start Caputre”即可进行捕捉,在“File”菜单可以选择“Save...”菜单可以保存捕捉的图像为bmp文件。-is used to capture video broadcast images of the document window, for example the use of Media Player. This function using DirectX and DirectShow may be very easy to achieve. At that time, I did not see the article or source code, as far as I know, HyperSnap- DX is like to catch the broadcast of a video image tools. I have done a sample procedure, when you use players to play video files, the operating procedures, "Option" menu, select "Start Caputre" of catching, in the "File" menu select "Save ..." menu can be saved as image capture bmp document.
- 2022-05-08 22:45:11下载
- 积分:1
-
VisualC++MFC绘图实例
VisualC++MFC绘图实例-MFC Visual C examples Mapping
- 2022-10-16 07:20:03下载
- 积分:1
-
如何得到桌面DC,画图。
如何得到桌面DC,画图。-how desktop DC, drawing.
- 2022-02-14 02:29:46下载
- 积分: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
-
图象处理软件比如平移,比例,旋转,错切,裁剪,填充,反走样等等.具体操作鼠标左键画多边行的各个顶点,右键连线形成多边行...
图象处理软件比如平移,比例,旋转,错切,裁剪,填充,反走样等等.具体操作鼠标左键画多边行的各个顶点,右键连线形成多边行-image processing software such as translation, proportion, rotation, the wrong cutting, cutting, filling, anti-aliasing, etc.. The specific mouse button paintings in various multilateral OK vertices, right connections formed multilateral OK
- 2022-01-25 20:53:07下载
- 积分:1
-
一个用GDI实现矢量图形编辑程序
一个用gdi实现了编辑的矢量绘图程序-a gdi achieved with the vector graphics editing procedures
- 2023-08-27 03:25:04下载
- 积分:1
-
一个支持多种图形文件格式的函数库,如果需要,你可以修改源代码,生成自己的函数库。...
一个支持多种图形文件格式的函数库,如果需要,你可以修改源代码,生成自己的函数库。-support a variety of graphics file formats libraries, if necessary, you can modify the source code, generate their own libraries.
- 2022-05-21 10:03:43下载
- 积分:1
-
对散乱数据点进行三角化的程序,大家试试看,欢迎提出改进意见。...
对散乱数据点进行三角化的程序,大家试试看,欢迎提出改进意见。-to scattered data points triangulation process, we try and welcome suggestions for improvement.
- 2023-08-13 22:15:02下载
- 积分:1