-
模拟海量小球,并且运动
模拟海量小球,并且运动 -a large number of balls moving
- 2022-03-06 17:04:15下载
- 积分: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++数字图像与图形处理>配套光盘5
<Visual C++数字图像与图形处理>配套光盘5- matching CD 5
- 2023-07-07 03:55:04下载
- 积分:1
-
本代码完成字模提取,将输入汉字转化成点阵信息存储为文件
本代码完成字模提取,将输入汉字转化成点阵信息存储为文件-Abstraction to input Chinese characters into the lattice of information storage for documents
- 2022-11-30 12:30:05下载
- 积分:1
-
torque引擎源代码,该引擎非开源引擎,是开发3D网络游戏的很好选择...
torque引擎源代码,该引擎非开源引擎,是开发3D网络游戏的很好选择-torque engine source code, the engine non-revenue generating engine, the development of 3D network games is a good choice
- 2023-03-21 16:45:11下载
- 积分:1
-
generat a global
在MATLAB环境中,产生地球图形,可以转动的哈! 祝你好运
-generat a global
- 2023-08-15 08:30:03下载
- 积分:1
-
精通Visual C++ 图像编程
精通Visual C++ 图像编程-proficient in Visual C Programming Image
- 2023-02-14 04:30:15下载
- 积分:1
-
水纹、火焰、熔岩效果
水纹、火焰、熔岩效果-水纹, flames, lava effect
- 2022-07-27 09:48:44下载
- 积分:1
-
《OpenCV 目标识别:理论和实现》,OpenCV开发团队负责人的报告 英文PPT,pdf格式...
《OpenCV 目标识别:理论和实现》,OpenCV开发团队负责人的报告 英文PPT,pdf格式-OpenCV_Object_Detection_Theory_and_Practice,English slides, pdf format
- 2022-10-01 07:20:04下载
- 积分:1
-
国外的一个非常优秀的计算机视觉的C++图像处理源码,覆盖了计算机视觉的大部分算法,写得非常精练!...
国外的一个非常优秀的计算机视觉的C++图像处理源码,覆盖了计算机视觉的大部分算法,写得非常精练!-abroad an excellent computer vision image processing of C source code, Computer Vision coverage of the majority of algorithms, written in a very concise!
- 2022-03-24 14:44:48下载
- 积分:1