-
Radiosity+
辐射度模型,3D图形学当中有关辐射度模型的具体描述-Radiosity+-+A+Programmer_ s+Perspective
- 2022-02-05 22:50:16下载
- 积分:1
-
relates to image processing various stages of the operation, some of which do no...
涉及到图像处理中各个阶段的操作,其中不泛一些经典的算法,相信一定对你会有帮助。-relates to image processing various stages of the operation, some of which do not pan-classical algorithm believe will be helpful to you.
- 2022-04-27 16:54:09下载
- 积分:1
-
计算机图形学基本的有翼边缘结构,小程序用的是用…
计算机图形学中最基本的翼边结构,本小程序采用vc实现了此中结构。-Computer Graphics basic winged edge structure, the small program using vc There is a realization of the structure.
- 2022-05-10 17:17:32下载
- 积分:1
-
maching cube的vc源代码,可以参考下做法,做算法用
maching cube的vc源代码,可以参考下做法,做算法用-maching cube of vc source code, can refer to the next practice, make algorithm
- 2022-03-18 08:12:01下载
- 积分:1
-
采用SVG实现两个动画,一个使用JavaScript,另一个没有使用JavaScript...
采用SVG实现两个动画,一个使用JavaScript,另一个没有使用JavaScript-To achieve two animations using SVG, a use of JavaScript, the other does not use JavaScript
- 2022-06-11 13:33:31下载
- 积分: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
-
界面坐标绘制与曲线绘制
界面坐标绘制与曲线绘制-interface mapping coordinates with the Curve
- 2022-04-30 06:26:09下载
- 积分:1
-
中值滤波0.rar
中值滤波0.rar-median filter.rar
- 2022-01-28 13:34:47下载
- 积分:1
-
对手写数字进行分类并识别
应用模板匹配算法进行分类。
应用Bayes算法进行分类。
应用线性函数算法进行分类。
线性算法进行分类。
应用神经...
对手写数字进行分类并识别
应用模板匹配算法进行分类。
应用Bayes算法进行分类。
应用线性函数算法进行分类。
线性算法进行分类。
应用神经网络算法进行分类。-right handwritten figures for the identification and classification of application template matching algorithm for classification. Application of Bayesian classification algorithm. Application of linear function classification algorithm. Linear classification algorithm. Application of neural network algorithm for classification.
- 2022-07-15 01:17:35下载
- 积分:1
-
曲线拟合c++代码,在学数值分析(计算方法)的同学可以参考一下...
曲线拟合c++代码,在学数值分析(计算方法)的同学可以参考一下-curve fitting c code, the numerical analysis study (calculated), the students can take a look
- 2022-06-13 16:48:53下载
- 积分:1