-
统计静态时序分析器
MinnSSTA 是一种考虑空间相关性的工艺参数的统计静态时序分析工具。SSTA的详细信息,请阅读 zip 文件中的自述文件。分析器有一些matlab 的版本 要求。
- 2023-08-23 23:40:06下载
- 积分:1
-
航空摄影测量单源切除
航空摄影测量单片后方交会源代码-aviation photogrammetry single source Resection
- 2022-07-04 15:50:35下载
- 积分:1
-
自己写的用DeCasteljau算法实现的Bezier曲面。
自己写的用DeCasteljau算法实现的Bezier曲面。-Using the Decastljau arithmetic to realize the Bezier surface
- 2022-07-11 19:51:16下载
- 积分:1
-
均值漂移的matlab程序
完整的图像处理中均值漂移分割算法,附有程序测试结果图片文件夹,效果优于现有的诸多分割算法,并且有程序的耗时统计,方便图像处理专业的朋友们共同学习,是一份很不错的资源,可以直接运用。
- 2022-02-10 11:57:05下载
- 积分:1
-
增加openscenegraph参数可控制管道
增加openscenegraph参数可控制管道-Parameters can control the pipeline to increase openscenegraph
- 2023-03-03 23:00: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
-
一个色彩测试程序
一个色彩测试程序-a color test procedures
- 2022-08-13 06:08:28下载
- 积分:1
-
利用MFC和OpenGL制作了一个基于菜单的图形应用程序,能够使用菜单绘制圆,直线,矩形,并且能够使用鼠标拾取并且拖动,还可以通过键盘控制选择物体的转动...
利用MFC和OpenGL制作了一个基于菜单的图形应用程序,能够使用菜单绘制圆,直线,矩形,并且能够使用鼠标拾取并且拖动,还可以通过键盘控制选择物体的转动-Using MFC and OpenGL has produced a menu-based graphical applications, can use the menu draw circles, straight lines, rectangles, and can use the mouse to pick up and drag, you can also select using the keyboard and rotating objects
- 2022-06-02 21:16:21下载
- 积分:1
-
人脸检测的样品
FaceDetection Sample
- 2022-02-02 13:50:02下载
- 积分:1
-
VB代码,演示在做游戏时,将PSD格式转换成BMP或者JPG格式的程序,而且,在转换时,要将PSD中的空格转成游戏中约定的透明色。...
VB代码,演示在做游戏时,将PSD格式转换成BMP或者JPG格式的程序,而且,在转换时,要将PSD中的空格转成游戏中约定的透明色。-VB code, the demonstration games, PSD format will be converted into BMP or JPG format of the procedure, but the change, the PSD should turn space into the game as stipulated in the transparent color.
- 2022-07-27 22:32:12下载
- 积分:1