-
直线扫描算法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
-
windows foundation
这是一本基于windows的游戏编程书籍,其中对directx进行了相关的介绍,以及游戏中的一些方式-windows foundation
- 2022-04-30 08:58:31下载
- 积分:1
-
Convert IDL to Python
将IDL(Interactive Data Language)语言转换为PYTHON语言(一种面向对象的脚本编程语言)-Convert IDL to Python
- 2022-02-04 06:46:06下载
- 积分:1
-
200 多个可靠的算法源程序 Numerical Recipes Fortran代码
200 多个可靠的算法源程序 Numerical Recipes Fortran代码-reliable algorithm source code Fortran Numerical Recipes
- 2023-08-22 06:50:02下载
- 积分:1
-
Ageia s PhysX(Game Physis lib) Usage with D3D
Ageia s PhysX(Game Physis lib) Usage with D3D - base Geometry (need physx lib, download from nvidia homepage)-Ageia s PhysX(Game Physis lib) Usage with D3D- base Geometry (need physx lib, download from nvidia homepage)
- 2023-05-17 13:35:03下载
- 积分:1
-
template! No source code
我只有模板啦!没有源代码-template! No source code
- 2023-09-03 20:15:04下载
- 积分:1
-
prepared by the cube test (graphic images of the study)
用c语言编写的 立方体试验(图形图像学有关的)-prepared by the cube test (graphic images of the study)
- 2022-12-18 02:10:03下载
- 积分:1
-
一段国外的高手写的ASM小程序,是一个3D的隧道旋转视角,有源码和COM文件,编译后COM文件只有256 字节哦,大家自己看吧...
一段国外的高手写的ASM小程序,是一个3D的隧道旋转视角,有源码和COM文件,编译后COM文件只有256 字节哦,大家自己看吧-some foreign experts write small programs ASM is a 3D rotating tunnel perspective, and the source document COM, COM documents compiled only 256 bytes Oh, we all CMTech
- 2023-05-04 10:05:03下载
- 积分:1
-
一本原版的视频编码器设计图书,非常易懂,但是将视频编码中的原理和设计方法讲的很透彻。
一本原版的视频编码器设计图书,非常易懂,但是将视频编码中的原理和设计方法讲的很透彻。-an original video encoder design books, very understandable, but the video coding theory and the design method for the very thorough.
- 2022-03-03 04:11:32下载
- 积分:1
-
可以从TFT 转vga
可以从TFT 转vga-TFT TO vga !!!!!!!!!!!
- 2022-01-28 12:48:36下载
- 积分:1