-
MFC 带有一个 CRectTracker 类. 用来画出所谓的橡皮条矩形.
但在 WTL 里面, 没有对应的类. 所以,自己写了一个非常简单的 mix...
MFC 带有一个 CRectTracker 类. 用来画出所谓的橡皮条矩形.
但在 WTL 里面, 没有对应的类. 所以,自己写了一个非常简单的 mix-in class, 在 WTL 里面使用, 将这个类作为您的窗口的基类即可让窗口具有画橡皮条矩形的行为.上载的压缩文件包含两个源文件, RectTracker.h 即为这个 mix-in class. SnapShotWnd.h 为使用这个类的一个窗口.
还有一张屏幕抓图, 从图片可以看出这个窗口的功能, 他实现类似透明窗口的功能. 注意那个虚线框, 就是 CRectTracker 画出来的.-MFC with a CRectTracker category. To draw of the so-called rubber rectangle. The WTL, there"s no corresponding category. So they want to write a very simple mix-in class, the WTL is used to this category as your window so that the base class can be painted with rubber window the behavior of the rectangle. on the compressed file contains two sources, namely the RectTracker.h mix-in class. SnapShotWnd.h for the use of this kind of a window. Previously there a screen, pictures can be seen from the window of the function, he achieved similar functions transparent window . Note that dash is the CRectTracker painting.
- 2022-02-25 08:14:58下载
- 积分:1
-
此原码为windows编程之经典入门代码,适合于刚开始学习图形编程者...
此原码为windows编程之经典入门代码,适合于刚开始学习图形编程者-this code of the original program"s windows classic portal code, suitable for the beginning of the study were Graphics Programming
- 2022-02-03 15:13:47下载
- 积分:1
-
visual c++ gdi编程之4 ,新手请看
visual c++ gdi编程之4 ,新手请看-visual c++ programming gdi the four, and newcomers See
- 2022-04-19 08:05:13下载
- 积分:1
-
- 2022-10-05 00:15:03下载
- 积分:1
-
基于VC的位图图像处理程序,可实现以下功能:
1.图象参数统计:最大值,最小值,均值,直方图;
2.对比度增强:直方图均衡;
3.图象平滑:中值滤波...
基于VC的位图图像处理程序,可实现以下功能:
1.图象参数统计:最大值,最小值,均值,直方图;
2.对比度增强:直方图均衡;
3.图象平滑:中值滤波;
4.图象锐化: Sobel算子;
5.图像旋转:将图像旋转任意角度并显示;
6.图象变换:将图象分块(8*8),作DCT变换,并作IDCT;
-VC bitmap-based image processing procedures, can realize the following functions: 1. Image parameters statistics: maximum, minimum, average, histogram 2. Contrast enhancement: histogram equalization 3. Image Smoothing: median filter 4. Image sharpening: Sobel operator 5. Image Rotation: Rotate the image at any angle and shows 6. Image Transformation: The image sub-block (8* 8), for the DCT transform, and IDCT
- 2022-04-25 03:53:21下载
- 积分:1
-
本程序的主要实现一个0-9的液晶点阵字符在屏幕上滚动输出,以达到保护屏幕的作用。程序主要包括(1)数字0-9的点阵;(2)用画像素点函数putpiel() 在屏...
本程序的主要实现一个0-9的液晶点阵字符在屏幕上滚动输出,以达到保护屏幕的作用。程序主要包括(1)数字0-9的点阵;(2)用画像素点函数putpiel() 在屏幕上画出数字0-9;(3)让10个数字在屏幕上滚动,以达到屏保的作用。
- 2022-03-23 01:00:00下载
- 积分:1
-
VC实现抓屏功能,通过操作键盘的来实现,能实现多次的抓图,并保存为BMP的文件...
VC实现抓屏功能,通过操作键盘的来实现,能实现多次的抓图,并保存为BMP的文件-VC realize screenshots feature of the keyboard to achieve, to achieve a number of drawings, and saved as BMP documents
- 2022-07-12 23:50:34下载
- 积分:1
-
程序打开BMP格式文件,并显示该文件,同时,能对图像进行复制粘贴。...
程序打开BMP格式文件,并显示该文件,同时,能对图像进行复制粘贴。-Program to open BMP format, and display the document at the same time, be able to copy and paste images.
- 2022-12-15 20:45:03下载
- 积分:1
-
VC++ Do 8 grid game, support the human
VC++做的8格游戏,支持人机交互,包括各种算法研究,和实例分析-VC++ Do 8 grid game, support the human-computer interaction, including a variety of algorithms, and examples of analysis
- 2022-02-03 15:10:02下载
- 积分:1
-
binarization of images
binarization of images
- 2022-01-25 17:09:05下载
- 积分:1