-
直线扫描算法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
-
绘制图的 2D 和 3D
此源代码有许多源代码包括 2dGraph 2DpametricGraph 3dparamatricGraph 3dParametricSurfaces 3dSurfaces FAstFurier TransformandFilters FuierTransformanddIdealIdealFilTilters
- 2022-03-21 07:26:09下载
- 积分:1
-
视图分割源代码, VC完整应用程序代码
视图分割源代码, VC完整应用程序代码
-View the source code partition, VC integrity of application code
- 2022-04-26 10:59:50下载
- 积分:1
-
用VC6.0开发的能源
一个用vc6.0开发的能量图绘制程序-with a vc6.0 development of energy-mapping procedure
- 2022-02-04 09:07:36下载
- 积分:1
-
CRT显示器上又rgb值计算xyz值程序,gog模型是目前最广泛使用的CRT显示器模型...
CRT显示器上又rgb值计算xyz值程序,gog模型是目前最广泛使用的CRT显示器模型-CRT monitors also xyz values rgb value procedures, gog model is the most widely used model of CRT monitors
- 2023-07-18 22:30:03下载
- 积分:1
-
计算机图形学的中点划圆算法,使自己做的,大家共享!
计算机图形学的中点划圆算法,使自己做的,大家共享!-Computer Graphics of the midpoint circle algorithm is zoned so that their own to do, and everyone to share!
- 2022-05-19 08:08:04下载
- 积分:1
-
video frame to achieve the full search and three
实现了视频帧中的全搜索和三步搜索运动估计,得到运动矢量,对新手很有帮助-video frame to achieve the full search and three-step search motion estimation, motion vector is the novice helpful
- 2022-03-28 12:37:04下载
- 积分:1
-
一个经典的改变窗口的算法
一个经典的改变窗口的算法-a classic change window algorithm
- 2022-01-26 19:39:24下载
- 积分:1
-
The proportion of different coefficient rgb to gray, compared with different res...
比例系数不同的rgb转gray,不同的结果相比较。-The proportion of different coefficient rgb to gray, compared with different results.
- 2022-03-02 18:36:35下载
- 积分:1
-
用DIRECTX的粒子系统开发的一个烟花效果的程序.
用DIRECTX的粒子系统开发的一个烟花效果的程序.-DIRECTX the particle system used to develop a procedure for the fireworks effects.
- 2022-03-14 00:44:33下载
- 积分:1