-
AUTOCAD2007中文版实用教程,手把手教会你如何更快,更好的使用该软件设计出你所需要的CAD图...
AUTOCAD2007中文版实用教程,手把手教会你如何更快,更好的使用该软件设计出你所需要的CAD图-Practical Guide AUTOCAD2007 Chinese version, how do you手把手教will be faster and better use of the software you need to design the CAD map
- 2022-03-21 23:22:57下载
- 积分:1
-
图形学的圆的生成2
图形学的圆的生成2-graphics circle Generation 2
- 2022-03-04 02:18:02下载
- 积分:1
-
vc programming reference images, large graphics files
vc 图象编程参考,大量绘图文档-vc programming reference images, large graphics files
- 2022-06-18 02:17:27下载
- 积分:1
-
桌面精灵模块VC代码
桌面精灵模块是以阴历和阳历相结合的方式显示的日历,其中还包含二十四节气以及一些中西方节日,这些特殊的日期都用不同的颜色进行标注。
- 2022-09-04 12:10:02下载
- 积分:1
-
具备普通按纽的全部功能,包括文件类型和程序。
详细介绍了普通按钮的全部功能,包括文档和项目的类型。
- 2022-08-26 01:06:37下载
- 积分:1
-
分形图像的处理方法,主要技术手段及未来的趋势
分形图像的处理方法,主要技术手段及未来的趋势-Fractal image of the treatment methods, the main technical means and future trends
- 2023-01-27 19:15:03下载
- 积分:1
-
Polygon clipping is one of those humble tasks computers do all the time. It s a...
Polygon clipping is one of those humble tasks computers do all the time. It s a basic operation in creating graphic output of all kinds. There are several well-known polygon clipping algorithms, each having its strengths and weaknesses. The oldest one (from 1974) is called the Sutherland-Hodgman algorithm. In its basic form, it is relatively simple. It is also very efficient in two important cases, one being when the polygon is completely inside the boundaries, and the other when it s completely outside.
- 2022-09-16 13:35:03下载
- 积分:1
-
jpeg图像编/解码
jpeg图像编/解码-jpeg picture arranges/decodes
- 2022-01-24 10:22:09下载
- 积分: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
-
VC++6.0的实时曲线图表程序.随着输入数据的变化,图表曲线随之实时的上下波动....
VC++6.0的实时曲线图表程序.随着输入数据的变化,图表曲线随之实时的上下波动.-VC 6.0 real-time graphs procedures. Along with the changes in input data, Real-time charts followed the curve fluctuations.
- 2022-02-02 03:32:51下载
- 积分:1