-
完成对摄像机的自动调焦的功能
完成对摄像机的自动调焦的功能-Completion of the camera auto-focus function
- 2022-02-18 15:30:08下载
- 积分:1
-
关于球的一个优化算法
关于球的一个优化算法-ball on the 1 Optimization Algorithm
- 2023-09-03 21:15:03下载
- 积分:1
-
写瀑布流水
c 语言写的瀑布流水-write waterfall flowing water
- 2022-09-08 07:55:03下载
- 积分:1
-
D3D9基于HLSL粒子系统
应用背景D3D9基于HLSL的粒子系统,很不错的例子关键技术D3D9、HLSL、C++、DirectX,基于HLSL的语言的,使用的是windows平台,基于directx的库,实现了粒子系统的效果,效率比较高
- 2022-07-26 10:59:06下载
- 积分:1
-
转换一位图为一jpeg图象的源代码
转换一位图为一jpeg图象的源代码-converting a map jpeg image of a source code
- 2022-07-24 04:42:44下载
- 积分:1
-
Elastic draw a straight line drawn straight rubber band rubber band rubber band...
弹性画直线画直线橡皮筋橡皮筋画直线画直线
- 2023-06-23 08:10:02下载
- 积分:1
-
画外接圆的C++代码
//计算外接圆半径
//输入参数:
// 三角形三点坐标(ddDot0,ddDot1,ddDot2)
//输出参数...
画外接圆的C++代码
//计算外接圆半径
//输入参数:
// 三角形三点坐标(ddDot0,ddDot1,ddDot2)
//输出参数
// 圆心坐标(ddCenter)
// 圆心半径(dRad)
//成功:返回值>0
//失败:返回值
- 2022-03-21 03:10:38下载
- 积分:1
-
此为小波边缘提取的源代码,已经精心调试过,请放心使用.
此为小波边缘提取的源代码,已经精心调试过,请放心使用.-This is the wavelet edge detection of the source code has been carefully debugging, please rest assured that use.
- 2023-03-04 02:55:04下载
- 积分:1
-
integrity of the basic Rendering System
完整的基本图形绘制系统-integrity of the basic Rendering System
- 2022-10-12 12:05:03下载
- 积分: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