-
画图工具L c R G NONE End Enum Dim graph As Graphic Private Type Lnode’定义一个节点类型来 保存每个...
画图工具L c R G NONE End Enum Dim graph As Graphic Private Type Lnode’定义一个节点类型来 保存每个图形的信息 Sx As Single Sy As Single Tx As Single Ty As Single Bch As Graphic Color As Long End Type 画图:直线,圆跟矩形都用Line方法来实现,封装在Public Sub-drawing tools c R L G NONE End Enum Dim graph As Graphic Private Type Lnode "definition of a node to preserve each type of graphical information Sx As Sy As Single Single Single Tx As Ty As Single Bch As Long As Graphic Color End Type Painting : linear , round rectangle with both methods to achieve Line, the Public Sub Packaging
- 2023-03-29 15:00:02下载
- 积分:1
-
视频图像处理,在视频上加入上浮文字
视频图像处理,在视频上加入上浮文字-video image processing, video, text to float
- 2022-11-25 19:55:04下载
- 积分:1
-
基于碰撞物理学的偶人动画,展示了一个可怜的角色被抛到空中的碰撞过程。碰撞到物体后根据自身的质点弹簧系统计算运动状态。...
基于碰撞物理学的偶人动画,展示了一个可怜的角色被抛到空中的碰撞过程。碰撞到物体后根据自身的质点弹簧系统计算运动状态。-on collision physics program is animation, displaying a poor role was thrown into the air collision course. After the collision of objects based on their mass spring system to calculate the movement.
- 2022-05-22 09:25:17下载
- 积分:1
-
plt文件转dxf
plt文件转dxf-diverted dxf
- 2022-10-29 10:15:04下载
- 积分:1
-
添加设置对话框的背景
添加设置对话框的背景-add settings dialog background
- 2022-03-06 05:02:04下载
- 积分:1
-
opencv学习笔记(中文)
opencv学习笔记(中文)学习opencv已有一段时间,自己的笔记上传下,方便他人
- 2022-04-18 19:15:53下载
- 积分:1
-
c语言实现DDA画线法。有详细注释!
c语言实现DDA画线法。有详细注释!-DDA painting method. Detailed Notes!
- 2022-12-05 15:55:02下载
- 积分:1
-
运用计算机图形学知识绘制B样条曲线。绘制时用鼠标取点,鼠标也可以移动已经绘制好的点。...
运用计算机图形学知识绘制B样条曲线。绘制时用鼠标取点,鼠标也可以移动已经绘制好的点。
- 2022-04-26 21:34:41下载
- 积分:1
-
the transformation matrix. Including zooming and translation, Shear
矩阵的变换。包括缩放、平移、错切-the transformation matrix. Including zooming and translation, Shear
- 2022-02-04 07:17:16下载
- 积分:1
-
“计算几何结构”(第二版)的代码:代码功能章…
C code for "Computational Geometry in C (Second Edition)": Code function Chapter pointer directory ----------------------------------------------------- Triangulate Chapter 1, Code 1.14 /tri Convex Hull(2D) Chapter 3, Code 3.8 /graham Convex Hull(3D) Chapter 4, Code 4.8 /chull sphere.c Chapter 4, Fig. 4.15 /sphere Delaunay Triang Chapter 5, Code 5.2 /dt SegSegInt Chapter 7, Code 7.2 /segseg Point-in-poly Chapter 7, Code 7.13 /inpoly Point-in-hedron Chapter 7, Code 7.15 /inhedron Int Conv Poly Chapter 7, Code 7.17 /convconv Mink Convolve Chapter 8, Code 8.5 /mink Arm Move Chapter 8, Code 8.7 /arm-C code for "Computational Geometry in C (Second Edition)": Code function Chapter pointer directory----------------------------------------------------- Triangulate Chapter 1, Code 1.14 /tri Convex Hull(2D) Chapter 3, Code 3.8 /graham Convex Hull(3D) Chapter 4, Code 4.8 /chull sphere.c Chapter 4, Fig. 4.15 /sphere Delaunay Triang Chapter 5, Code 5.2 /dt SegSegInt Chapter 7, Code 7.2 /segseg P
- 2023-04-03 14:50:03下载
- 积分:1