-
直线扫描算法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
-
一个非常完美的工业曲线显示控件,根据实时数据或者历史数据生成各种历史、实时曲线...
一个非常完美的工业曲线显示控件,根据实时数据或者历史数据生成各种历史、实时曲线-a perfect curve showed industrial controls, according to real-time data or historical data generated various historical, real-time curve
- 2022-07-24 08:05:22下载
- 积分:1
-
此源代码演示如何使用C,赢得32 SDK的GDI和边缘检测…
此源代码将演示如何用C,Win 32 SDK及GDI+来实现边缘检测。(C++,C)-this source code to demonstrate how to use C, Win 32 SDK GDI and edge detection to achieve. (C, C)
- 2022-02-11 15:05:35下载
- 积分:1
-
计算机图形学部分算法演示系统:包括直线,圆的生成算法,Bezier曲线,直线裁剪算法...
计算机图形学部分算法演示系统:包括直线,圆的生成算法,Bezier曲线,直线裁剪算法-some algorithm in computer graphics presentation systems include : straight, round the generation algorithm, Bezier curves, straight cutting algorithm
- 2023-01-23 10:20:04下载
- 积分:1
-
Beisaierniuman function mapping code, a common mathematical functions code, VC++...
贝赛尔纽曼函数绘图代码,一种常用的数学函数代码, VC++60 开发,编译通过-Beisaierniuman function mapping code, a common mathematical functions code, VC++60 develop, compile
- 2023-04-23 11:05:03下载
- 积分:1
-
此应用程序需要用户定义一个粗糙的边界
This application requires the user to define a rough boundary of an
object with a large brush. During the drawing, a high-quality
segmentation is generated, interactively. Problematic areas can still
be edited manually by the user.-This application requires the user to define a rough boundary of an
object with a large brush. During the drawing, a high-quality
segmentation is generated, interactively. Problematic areas can still
be edited manually by the user.
- 2022-02-07 04:40:45下载
- 积分:1
-
火星照片剪裁matlab源程序,应用于航空牌照识别功能
火星照片剪裁matlab源程序,应用于航空牌照识别功能-tailoring Matlab source used aviation license Recognition
- 2022-08-03 13:37:06下载
- 积分:1
-
AutoCAD 的 线 型 的CAD二次开发
AutoCAD 的 线 型 的CAD二次开发
-AutoCAD linear secondary development of CAD
- 2022-04-17 19:52:20下载
- 积分:1
-
JPEG2000 part9源代码,在unix 环境下运行
JPEG2000 part9源代码,在unix 环境下运行-JPEG2000 part9 source code, the Unix operating environment
- 2023-01-02 15:20:07下载
- 积分:1
-
图像加密,循环变换后恢复
图像加密,循环变换后恢复-Image encryption
- 2022-03-22 16:10:13下载
- 积分:1