-
自己写的JAVA小程序,可以实现一些2D3D的图形实现。如画个3维的可旋转的立方体...
自己写的JAVA小程序,可以实现一些2D3D的图形实现。如画个3维的可旋转的立方体-himself in a small Java program, you may achieve some of the graphics 2D3D achieve. Picturesque three-dimensional rotating cube
- 2022-12-18 20:45:03下载
- 积分:1
-
java编写简单3D引擎,可以实现phong和gauraud着色算法。
java编写简单3D引擎,可以实现phong和gauraud着色算法。-java to prepare simple 3D engine, can be achieved and gauraud Phong shading algorithm.
- 2022-03-13 12:40:52下载
- 积分:1
-
通过vc++ 编程工具,实现如VISTA界面,达到美观的目的。同时,在界面的设计过程中,保证程序的移植性,对代码进行详细的注释。...
通过vc++ 编程工具,实现如VISTA界面,达到美观的目的。同时,在界面的设计过程中,保证程序的移植性,对代码进行详细的注释。-Through vc++ Programming tools such as VISTA interface, achieve the purpose of aesthetics. At the same time, the interface design process to ensure that the transplant procedure, and the code detailed notes.
- 2022-07-11 19:33:22下载
- 积分:1
-
Using VC to draw dynamic curve, the specific requirements see the contents of th...
用VC来绘制动态曲线,具体要求见文档中内容-Using VC to draw dynamic curve, the specific requirements see the contents of the document
- 2022-05-31 12:34:05下载
- 积分:1
-
从国外网站上DOWN的数字识别代码,经过自己修改,识别能力好。可直接用于项目中。...
从国外网站上DOWN的数字识别代码,经过自己修改,识别能力好。可直接用于项目中。-from foreign web sites DOWN digital identification codes, after their changes, identify good ability. Can be used directly in the project.
- 2022-06-12 02:08:44下载
- 积分:1
-
Opengl written with a three
Opengl written with a three-joint robot arm program3
- 2023-02-19 07:35:03下载
- 积分: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
-
AutoLISP programm multi plot drawings in the modelspase. It works in Bricscad.
AutoLISP programm multi plot drawings in the modelspase. It works in Bricscad.
- 2022-01-25 22:02:10下载
- 积分:1
-
又一种关于matlab的数字水印技术的系统实现,有比较详细的说明...
又一种关于matlab的数字水印技术的系统实现,有比较详细的说明-on Matlab also a digital watermarking technology systems, a more detailed explanation
- 2022-03-21 21:50:17下载
- 积分:1
-
图像处理演示程序源代码
图像处理演示程序源代码-image processing demonstration program source code
- 2022-11-22 01:25:03下载
- 积分:1