-
DrawTools示例说明如何创建一个Windows窗体应用程序绘制图形…
DrawTools向你展示如何在Windows Form程序中通过鼠标拖动绘制各种图形对象,它实现的固定图形有:矩形框、椭圆、线性和铅笔。并且,你可以通过鼠标选择、移动、删除图形,还可以改变图形大小等各种操作。另外,程序支持你把绘制的图形保存成文件,可以直接把一个文件从资源管理器中拖到程序界面上打开。-DrawTools sample shows how to create a Windows Forms application for drawing graphic objects in a Windows client area using mouse and drawing tools. Drawing tools implemented in this sample are: Rectangle, Ellipse, Line, and Pencil. There are well-known techniques for creating such type of applications, like: interaction with mouse, flicker-free drawing, implementing of drawing and selection tools, objects selection, managing of objects Z-order etc. MFC developers may learn all this stuff from MFC sample DRAWCLI. DrawTools C# program reproduces some of DRAWCLI functionality and uses some design decisions from this sample.
- 2022-07-06 18:52:18下载
- 积分:1
-
GIS系统中对于道路或河流,可以测量其长度的工具,完全借助于鼠标的点击和路径移动...
GIS系统中对于道路或河流,可以测量其长度的工具,完全借助于鼠标的点击和路径移动-GIS system for roads or rivers, can be measured length of the tool and using mouse clicks and mobile path
- 2022-04-30 08:51:42下载
- 积分:1
-
用VC编写的一个指纹识别程序
用VC编写的一个指纹识别程序-VC prepared by a fingerprint identification procedures
- 2022-03-20 13:47:04下载
- 积分:1
-
这是快速夫利叶变换的源代码,希望能抛砖引玉,嘿嘿
这是快速夫利叶变换的源代码,希望能抛砖引玉,嘿嘿
-Caughley This is a fast Fourier transform of the source code, hope to attract a little
- 2022-02-21 05:50:46下载
- 积分:1
-
这是我的研究生编写的程序,我认为很好准备接受。
这是我的研究生编写的程序
我觉得编写得不错
推荐给大家-This my graduate prepared by the procedure I think is quite well prepared to recommend we use.
- 2022-02-01 23:47:21下载
- 积分:1
-
老外写的90度旋转图片的源码
老外写的90度旋转图片的源码-foreigner to write a 90-degree rotation of the source images
- 2022-05-22 17:46:45下载
- 积分:1
-
bigscro
bigscro
- 2022-11-21 07:25:02下载
- 积分:1
-
Sometimes, when writing papers, we would like to receive reference point in the...
有时,在写论文时,我们想获得参考文献中曲线上点的信息(x坐标,y坐标),得到点信息后就可以在matlab上生成与参考文献中相似的曲线,使用本程序就可以参考文献的点信息,使用时,可以把参考文献(一般为PDF文件)中曲线拷到“画图”中,然后生成BMP图像,就可以用本程序进行处理-Sometimes, when writing papers, we would like to receive reference point in the curve of information (x coordinate, y coordinate), and point information can then generate matlab and reference literature is similar to the curves, the use of this procedure can reference literature point of information, when used, can be references (usually PDF files) in the curve Kaodao
- 2022-06-15 12:52:57下载
- 积分:1
-
开发环境VS2003,mfc ,带箭头的直线和圆弧,是本人开发二维矢量图形系统时线段和角度的标注实现方法。...
开发环境VS2003,mfc ,带箭头的直线和圆弧,是本人开发二维矢量图形系统时线段和角度的标注实现方法。-Development environment VS2003, mfc, with arrow straight line and arc, is my development of two-dimensional vector graphics systems and angle of line segment method of tagging.
- 2022-07-20 00:26:38下载
- 积分: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