-
直线扫描算法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
-
用小线段连接实现bezier curve 的绘制,无控制点数量限制,用鼠标右键可以移动控制点,从而改变bezier curve的形状...
用小线段连接实现bezier curve 的绘制,无控制点数量限制,用鼠标右键可以移动控制点,从而改变bezier curve的形状-to draw bezier curve by using many connected tiny line. it has no limit of the number of the control point. you can also change the position of the control points by using the right mouse button to change the behavier of bizier curve.
- 2023-03-07 18:40:02下载
- 积分:1
-
直线光栅化gfdsg
直线光栅化gfdsg-linear grating of gfdsg
- 2022-07-23 09:26:24下载
- 积分:1
-
计算图像的信息熵和梯度的算法源码
计算图像的信息熵和梯度的算法源码- The computation picture information entropy and the gradient
calculate the law origin code
- 2022-05-31 16:00:36下载
- 积分:1
-
Cad program with a very good, and I hope useful for everyone,
一个cad程序
很好用的,希望对大家有用,-Cad program with a very good, and I hope useful for everyone,
- 2023-08-05 08:05:05下载
- 积分:1
-
DT900 scanning gun collection source. Provides a dynamic link library calls and...
DT900 扫描枪的采集源码.提供了动态链接库调用和说明,希望对大家有用-DT900 scanning gun collection source. Provides a dynamic link library calls and notes, in the hope that useful
- 2022-03-04 08:08:32下载
- 积分:1
-
A good text messaging to add to the picture to the procedure, I hope everyone wi...
一个不错的把文本信息加入到图片中去的程序,希望大家会喜欢-A good text messaging to add to the picture to the procedure, I hope everyone will like
- 2022-03-25 06:39:51下载
- 积分:1
-
本程序能很快的画圆,比以往的传统算法有所改进
本程序能很快的画圆,比以往的传统算法有所改进-This procedure can drawcircle quickly than ever before to improve the traditional algorithm
- 2022-04-17 17:31:57下载
- 积分:1
-
一个新创的算法(复杂)
一个新创的算法(复杂)-created a new algorithm (complex)
- 2022-10-26 04:05:03下载
- 积分:1
-
G引擎C++游戏开发,研究人员或学生准备3…
G3D 引擎是为 C++ 的游戏开发者、研究人员或者学生准备的 3D 图形库,包含一组可靠而且高性能的通用三维示例。src版-G3D engine for C++ for game developers, researchers or students to prepare the 3D graphics library, contains a set of reliable and high-performance general-purpose three-dimensional example. src version
- 2022-10-21 14:20:13下载
- 积分:1