-
用GDI+对图像进行读取、反转、生成灰度图等处理。并拥有redo和undo功能。是学习GDI+图像编程一个非常好的参考实例!...
用GDI+对图像进行读取、反转、生成灰度图等处理。并拥有redo和undo功能。是学习GDI+图像编程一个非常好的参考实例!-use GDI+ to read images, inversion, generating grayscale handle. And a redo and undo function. Learning GDI+ image programming a very good reference example!
- 2023-09-05 20:15:03下载
- 积分:1
-
image programming and machine vision one source, are engaged in programming and...
图象编程与机器视觉源码之一,是从事图像编程与机器视觉的人的好东东,内容具体,详尽。-image programming and machine vision one source, are engaged in programming and images of machine vision a good Dongdong, as specific and detailed.
- 2022-08-17 18:25:32下载
- 积分:1
-
一个为了更好的压缩,保存图像,并能够完整的显示出来的程序,利用了Delphi的编程语言进行编写...
一个为了更好的压缩,保存图像,并能够完整的显示出来的程序,利用了Delphi的编程语言进行编写-a better compression and preserve images, and be able to demonstrate the integrity of the procedure, and use of the Delphi programming language for the preparation
- 2022-11-30 05:40:03下载
- 积分:1
-
本代码实现了矢量绘图功能:直线、圆,各类曲线一应俱全,并可进行画笔画刷风格与颜色设定,并有文件保存功能...
本代码实现了矢量绘图功能:直线、圆,各类曲线一应俱全,并可进行画笔画刷风格与颜色设定,并有文件保存功能
-the source implementation of vector graphics features : linear, circular, various curves in place, to carry out the brush stroke painting style and color settings and a document retention
- 2022-11-02 14:20:02下载
- 积分:1
-
This is a VC project.It has some functions of Image Process,such as Image Rotati...
VC例程:VC编写的图像处理有关子函数-图像旋转-This is a VC project.It has some functions of Image Process,such as Image Rotation.
- 2022-07-21 18:40:44下载
- 积分:1
-
有关vc的无闪烁刷平技术,介绍的东西非常有用
有关vc的无闪烁刷平技术,介绍的东西非常有用-vc of the Brush- Flicker-free technology, the introduction of very useful things
- 2022-04-07 20:41:38下载
- 积分:1
-
可以设置窗口透明度及鼠标是否穿透窗体的控件。
可以设置窗口透明度及鼠标是否穿透窗体的控件。-Can set the window transparency and mouse controls whether the penetrating form.
- 2022-08-14 14:01:33下载
- 积分: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
-
操作WMF文件的源代码工程,微软的原文件操作,用到此功能的不妨看一看...
操作WMF文件的源代码工程,微软的原文件操作,用到此功能的不妨看一看-WMF files to operate the source code of the project, Microsoft
- 2023-04-03 11:40:04下载
- 积分:1
-
cgraphview是一个类,提供multiplot二维数据的可视化。该…
CGraphView is a class that provides multiplot 2D data visualization. It is capable of simultaneous drawing for up to 32 2D plots.
CGraphView class is derived from CView MFC class and could be used as base class for different kinds of 2D data plot views. Features supported:
-Autoscale
-Zooming
-Fit width, height and page
-Mouse coordinates tracing
-Interactive add, remove and edit points
-Ability to add and display interactively up to 15000 points per second (depends on the speed of the computer)
作者为Paul Barvinko
-CGraphView is a class that provides multiplot 2D data visualization. It is capable of simultaneous drawing for up to 32 2D plots.CGraphView class is derived from CView MFC class and could be used as base class for different kinds of 2D data plot views. Features supported :-Autoscale-Zooming-Fit width, height and page-Mouse coordinates tracing-Interactive add, remove and edit points-Ability to add and display interactively up to 15000 points per second (depen
- 2022-02-25 06:34:57下载
- 积分:1