-
a slide show design.........
a slide show design-a slide show design.........
- 2022-01-22 15:51:21下载
- 积分: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
-
《分形算法与程序设计――Visual C++实现》的第八章源码
《分形算法与程序设计――Visual C++实现》的第八章源码
-"fractal algorithm and program design-- Visual C realization," the eighth chapter FOSS
- 2022-02-01 15:32:03下载
- 积分:1
-
MFC和OSG的单文档源实现显示图形,我格式
mfc与osg单文档源码
实现显示图形,ive格式文件-mfc and osg single document source to achieve display graphics, ive format
- 2022-08-08 19:34:02下载
- 积分:1
-
这是周昆编写《VC++数字图像处理》一书随光盘源代码,对于初学数字图像处理来说很有用
这是周昆编写《VC++数字图像处理》一书随光盘源代码,对于初学数字图像处理来说很有用-This is the preparation of "VC Digital Image Processing," a book with CD-ROM source code for beginner digital image processing useful term
- 2022-11-21 00:40:03下载
- 积分:1
-
fbp图像重构算法
FBP算法是图像重构中最基本的算法,通过对图像进行投影,以及利用傅里叶切片定理的反投影来重构原始数据的图像。
- 2023-05-31 02:15:04下载
- 积分:1
-
how to block truncate coding
how to block truncate coding-how to truncate block coding
- 2022-01-25 16:35:39下载
- 积分:1
-
图形学迷你绘图
利用MFC绘制简易图形。简单的绘图编程。可绘制简单图形,矩形圆形多边形等。可对绘制图形进行颜色的填充。可绘制立方体,并进行平移旋转操作。可绘制B样曲线和Bezier曲线。
- 2023-08-11 10:50:05下载
- 积分:1
-
指纹识别程序
指纹识别程序-Fingerprint identification procedure
- 2022-01-31 05:22:08下载
- 积分:1
-
Moth用于从各种数据源中创建2D图形。第一个版本可以读取文本文件、rrd文件和MySQL数据库,可以输出jpeg 和png图像...
Moth用于从各种数据源中创建2D图形。第一个版本可以读取文本文件、rrd文件和MySQL数据库,可以输出jpeg 和png图像-Woolf used data from a variety of sources to create 2D graphics. A first version can read text files, documents and rrd-users-request@list.ee.ethz.ch MySQL database, and can output jpeg images png
- 2022-03-20 07:53:56下载
- 积分:1