-
查找并批量删除CAD图形中的完全重合的重复对象,并在命令行提示删除对象的个数。...
查找并批量删除CAD图形中的完全重合的重复对象,并在命令行提示删除对象的个数。-Remove the complete overlap in the CAD graphic repetition of the object.
- 2023-05-29 22:05:04下载
- 积分:1
-
这是一个数字图像处理系统,包含了几乎对数字图像的全部基本处理操作。它由Viaual C++编写。...
这是一个数字图像处理系统,包含了几乎对数字图像的全部基本处理操作。它由Viaual C++编写。-This is a digital image processing system, including a digital image of virtually all the basic handling operations. It Viaual C preparation.
- 2023-08-16 09:15:02下载
- 积分:1
-
一个简单的矢量绘图的例子,可以绘制矢量多段线,并可进行复制.txt
一个简单的矢量绘图的例子,可以绘制矢量多段线,并可进行复制.txt-a simple example of vector graphics, vector drawing more of the line can replicate. Txt
- 2022-03-18 07:15:23下载
- 积分:1
-
这是一个关于数字图象的实验. 制作的内容是马赫带效果的显示....
这是一个关于数字图象的实验. 制作的内容是马赫带效果的显示.-This a digital image of the experiment. Production of the contents of the effect of Mach band show.
- 2022-02-26 18:24:11下载
- 积分:1
-
KNN近邻,欧氏距离和曼哈顿距离可以选择
knn k近邻算法,可选择欧式距离或者曼哈顿距离-knn k nearest neighbor, Euclidean distance or Manhattan can choose the distance
- 2022-06-21 19:36:21下载
- 积分:1
-
taksi游戏录像工具源码
Taksi is a utility that allows you to take screenshots and record video clips of your favourite games and other 3D-graphics applications. Inspired by Fraps (www.fraps.com), Taksi aims to provide an open source alternative to that great tool.
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-20 14:00:58下载
- 积分:1
-
AutoCAD ARX 自动裁切
AutoCAD ARX 自动裁切-ARX automatic cutters
- 2023-07-03 09:50:03下载
- 积分:1
-
基本的三角形的4种渲染方式.框架 供新人使用
基本的三角形的4种渲染方式.框架 供新人使用-The basic triangle of four kinds of rendering methods. Framework for the new use
- 2023-07-13 04:20:03下载
- 积分:1
-
levelset写的vc软件哦,levelset今年在图像分割和识别领域应用很多,但数学基础一定要扎实...
levelset写的vc软件哦,levelset今年在图像分割和识别领域应用很多,但数学基础一定要扎实-levelset write vc software Oh, levelset this image segmentation and the identification of many application areas, but math must solidly
- 2022-03-02 02:13:26下载
- 积分:1
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1