-
图像的移动和缩放。
图像的移动和缩放。-mobile image and zoom.
- 2023-03-26 00:35:04下载
- 积分:1
-
数字图象处理c++算法程序
数字图象处理c++算法程序-c digital image processing algorithm
- 2023-01-06 08:00:04下载
- 积分:1
-
可自动识别运动目标跟踪方法,跟踪真实
一种能自动识别运动目标的跟踪方法,跟踪实时性较强,效果很好。-Can automatically identify a moving object tracking method, tracking real-time highly effective.
- 2022-01-25 21:13:35下载
- 积分:1
-
Menu to select a non
Menu to select a non-orientable surfaces to be drawn
- 2022-05-14 19:53:41下载
- 积分:1
-
A color treatment of the VC source code, learning a good helper image processing
一个颜色处理的VC源程序,学习图像处理的好帮手-A color treatment of the VC source code, learning a good helper image processing
- 2022-10-06 11:50:03下载
- 积分:1
-
自己写的一段碰撞检测代码,并实现了一个简单的学院…
自己写的一段碰撞检测代码,能实现简单的碰撞检测-Write your own section of collision detection code, and to achieve a simple collision detection
- 2023-06-11 03:55:02下载
- 积分:1
-
computer graphics experiment, the midpoint drawcircle Circle, c, win,
计算机图形学实验,中点画圆法画圆,c++,win下,-computer graphics experiment, the midpoint drawcircle Circle, c, win,
- 2022-11-20 18:30:04下载
- 积分:1
-
是在C编程环境下的玫瑰图形源程序。
是在C编程环境下的玫瑰图形源程序。-is in the C programming environment Rose graphics source.
- 2022-04-22 12:17:28下载
- 积分:1
-
WINDOWHUA virtual environment oscilloscope demo procedures
WINDOWHUA环境下虚拟示波器demo程序-WINDOWHUA virtual environment oscilloscope demo procedures
- 2022-03-23 19:08:13下载
- 积分:1
-
设计思路:
对Windows XP自带的画笔程序进行分析,一般User画图过程:
首先鼠标选择绘图工具,然后选择颜色,接着按User需要作图。User对...
设计思路:
对Windows XP自带的画笔程序进行分析,一般User画图过程:
首先鼠标选择绘图工具,然后选择颜色,接着按User需要作图。User对产出的图像进行操作。
对图形元素抽象出公共属性,设计我的画板的作图过程:
选择工具 、画预览效果、User满意并确定、绘制效果。
下面是程序用到主要变量:
当前绘图点粒度:int iGranularity
当前使用颜色:COLORREF curColor
当前绘图状态:int iPaintStatus
当前绘图状态属性:int iPaintProperty
前一个鼠标坐标:CPoint pOldPoint
多边形起点:CPoint pStartPoint
多边形终点:CPoint pEndPoint
当前鼠标坐标:CPoint pCurPoint
输出文本字符串缓存:CString strTextOut
对典型操作过程(画矩形)描述:
用户选择工具_RECTANGLE(使iPaintStatus=_RECTANGLE)、
选择绘图颜色(设定curColor)、
用户按下鼠标左键使绘图状态属性为预览(iPaintProperty=_PREVIEW)、
用户移动鼠标(绘制图形的橡皮线效果)
用户放开左键(绘制图形的实线效果)
-design : Windows XP"s own brush analysis procedures, the general User drawing process : first choice mouse drawing tool, then select colors, followed by Graphic User needs. User to output images to operate. Right abstract graphic elements from the public properties, design I slate of mapping process : select tools, painting preview effects, User satisfaction and identification, mappi
- 2022-03-11 03:27:30下载
- 积分:1