-
一个自己写的图像显示的基本变换的程序,是基于FORM窗体的,可以自动调整显示图象的比例,显示图像属性.对初学者很有借鉴意义...
一个自己写的图像显示的基本变换的程序,是基于FORM窗体的,可以自动调整显示图象的比例,显示图像属性.对初学者很有借鉴意义-himself wrote an image shows the basic transformation process is based on the Form FORM can automatically adjust the ratio of display images, showing images attributes. Useful for beginners Significance
- 2023-08-22 17:35:03下载
- 积分:1
-
如何在图像上添加标记
GDI+图形文字处理编程,如何在图像上添加标记,可以扩展-How to add markers on the image
- 2022-07-14 23:01:59下载
- 积分:1
-
实现对一副球面失真图形进行操作,使得一幅圆形图片校正后成为方形...
实现对一副球面失真图形进行操作,使得一幅圆形图片校正后成为方形-The realization of a spherical distortion of graphics operations, makes a circular image after correction become square
- 2022-08-14 05:47:30下载
- 积分:1
-
GVFC 源码,matlab
性能没有试过,应该还好
GVFC 源码,matlab
性能没有试过,应该还好-GVFC source, Matlab Properties tried, it should be okay
- 2022-05-18 21:42:32下载
- 积分:1
-
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
-
VC++编写的位图裁剪的程序!
VC++编写的位图裁剪的程序!-VC prepared by the bitmap cutting procedures!
- 2022-02-16 01:56:39下载
- 积分:1
-
Windows 环境下 将图片转换成 单纯二进制。
正在制作Linux环境下相应程序...
Windows 环境下 将图片转换成 单纯二进制。
正在制作Linux环境下相应程序-Windows environment will be converted into a simple binary image. Linux environment is the production of the corresponding procedures
- 2022-02-21 11:17:13下载
- 积分:1
-
该程序使用vc++,mfc,实现调色板。
该程序使用vc++,mfc,实现调色板。-The program use vc++, mfc, realize the palette.
- 2022-01-25 20:27:42下载
- 积分:1
-
近场水下目标的定位方法研究,可以得到比较准确的目标位置信息。...
近场水下目标的定位方法研究,可以得到比较准确的目标位置信息。-matlab matlab matlab matlab
- 2023-03-17 00:50:04下载
- 积分:1
-
笔者在开发县级电网调度自动化系统的过程中,碰到一个要绘制电力系统一次接线图的问题。由于电力系统一次接线图比较复杂,图上有一
些特殊的符号,象变压器符号、开...
笔者在开发县级电网调度自动化系统的过程中,碰到一个要绘制电力系统一次接线图的问题。由于电力系统一次接线图比较复杂,图上有一
些特殊的符号,象变压器符号、开关符号等等,用一般的编程方法来绘制比较困难,因此,笔者用C语言开发了一个手工绘制电力系统一次接线图
的键盘绘图程序,使用该程序绘制的一次接线图符合用户需求,效果良好。
2.使用方法
程序中定义了几个特殊键:
"V”:画笔提起
"W”:开始画图
"R”:开始擦图
"S”:当前图形存入文件
"E”:调出已有文件
"C”:画圆
程序一运行,屏幕上出现一个黄色的边框来设定画图的区域,区域中间出现提起的画笔符号 ,当按下”W“键时,画笔符号变为 ,此时可移动方向键(上、下、左、右、左上、左下、右上、右下)来画图;当按下”R“键时,画笔符号变为 ,此时可移动方向键来擦图;在画图过程中,按下“C”键,可画出一个半径为20个象素点的圆;当结束画图时,按下“S”键,将画好的图形存盘;按下“E”键可调出已有的图形进行编辑。-c
- 2022-05-21 20:17:39下载
- 积分:1