-
*nix用户应该阅读readme.unix VisualC++用户应该阅读readme.visualc cygw…
*nix users should read README.unix VisualC users should read README.visualc Cygwin users should read README.cygwin PS: *nix stands for GNU/Linux, *BSD, SunOS/Solaris and perhaps some more. -*nix users should read README.unix VisualC users should read README.visualc Cygwin users should read README.cygwin PS:*nix stands for GNU/Linux,*BSD, SunOS/Solaris and perhaps some more.
- 2022-02-15 02:55:06下载
- 积分: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
-
This is a book on face detection and location of the code, you can run, and they...
这是一本书上的人脸检测与定位的代码,可以运行,希望对大家有帮助-This is a book on face detection and location of the code, you can run, and they hope to help everyone
- 2023-04-12 07:50:04下载
- 积分:1
-
obj model format for opengl source code for Mac OS X
obj模型格式的opengl源代码
Mac OS X - Install Boost and both the SDL and SDL_image developer package-obj model format for opengl source code for Mac OS X- Install Boost and both the SDL and SDL_image developer package
- 2022-05-28 20:14:59下载
- 积分:1
-
csharp managed direct 3d 的范例
csharp managed direct 3d 的范例-csharp managed direct 3d example
- 2022-01-24 10:12:08下载
- 积分:1
-
VB图像识别,关于人脸识别方面的,还有许多需要改进的地方
VB图像识别,关于人脸识别方面的,还有许多需要改进的地方-VB Image Recognition
- 2022-09-30 02:10:03下载
- 积分:1
-
vc++ OpenGL导入md2 文件 按键控制模型做动画 不同的键做不同的动作...
vc++ OpenGL导入md2 文件 按键控制模型做动画 不同的键做不同的动作
-vc++ OpenGL md2 run well keyboard control animation
- 2022-04-18 20:40:02下载
- 积分:1
-
鼠标左击点几个点,然后右击,构成一个多边形,然后进行填充...
鼠标左击点几个点,然后右击,构成一个多边形,然后进行填充- The mouse left strikes the spot several spots, then right
strikes, constitutes a polygon, then carries on fills
- 2023-03-26 17:35:03下载
- 积分:1
-
本程序是关于图形填充的源程序代码,这里主要应用的是种子填充法,学习这可以将此程序代码作为基础,嵌入你所画的程序之中。希望下载愉快!...
本程序是关于图形填充的源程序代码,这里主要应用的是种子填充法,学习这可以将此程序代码作为基础,嵌入你所画的程序之中。希望下载愉快!-This procedure is about the graphics fill the source code, here is the main application of seed filling, learning which can be used as the basis of this program code, embedded in your painting procedures. Want to download pleasure!
- 2022-08-21 23:43:55下载
- 积分:1
-
OPEN_GL NeHe教程源代码
OPEN_GL NeHe教程源代码 学习opengl的最好工具 很值得初学者学习的源代码全部奉上 谢谢
- 2022-03-31 21:04:33下载
- 积分:1