-
实现一个opengl程序,要求画一个茶壶,放置在位置(100,50,200)处,对其设置一个合适的透视三维观察空间,并设置一个裁减面裁去其一部分。...
实现一个opengl程序,要求画一个茶壶,放置在位置(100,50,200)处,对其设置一个合适的透视三维观察空间,并设置一个裁减面裁去其一部分。
-To achieve a opengl procedure that requires painting a teapot, placed in the position (100,50,200), Office set up a proper perspective of its three-dimensional observation space, and set a cut to his face as part of the Conference.
- 2022-02-12 02:22:15下载
- 积分:1
-
C++ QR码编码源码
QR码编码源代码,无需动态链接库,在VC或VS下运行工程,实现QR码编码,可以调版本,错误等级,掩模模式,可以保存图像。注释是日文,功能很强大。适合喜欢研究二维码或QR码的同学学习和研究。
- 2023-07-30 02:10:03下载
- 积分:1
-
动态库示例
动态库示例-Examples of dynamic libraries
- 2022-10-27 14:35:03下载
- 积分:1
-
Face and eye detection source code for face location C++ source code for
检测人脸以及人眼源代码,人脸定位C++源代码-Face and eye detection source code for face location C++ source code for
- 2022-07-06 20:33:18下载
- 积分:1
-
本dll文件实现了点,线段,直线,多边形的类,完成了多边形的一些常用方法:求面积,判断是否是简单多边形,求多边形并,判断两个多边形的位置关系等方法。...
本dll文件实现了点,线段,直线,多边形的类,完成了多边形的一些常用方法:求面积,判断是否是简单多边形,求多边形并,判断两个多边形的位置关系等方法。-the dll file to achieve a point, line, line, polygon category, completed the polygons of some commonly used methods : for the area to determine whether it is simple polygon, and polygons seek to determine the location of two polygons relations methods.
- 2022-01-25 18:28:55下载
- 积分:1
-
计算机图形学之应用之屏保编程源码及其程序。
计算机图形学之应用之屏保编程源码及其程序。-Application of computer graphics programming screen saver source code and its procedures.
- 2023-08-26 00:55: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
-
Online signature identification of source, including the AR algorithm, DTW algor...
在线签名鉴定源码,包含AR实现算法、DTW算法与应用实例-Online signature identification of source, including the AR algorithm, DTW algorithm and application examples
- 2022-07-22 21:09:25下载
- 积分:1
-
本程序实现了一个小小的动画操作,小猫从天而降,对vbGUI操作具有借鉴作用...
本程序实现了一个小小的动画操作,小猫从天而降,对vbGUI操作具有借鉴作用-This program implements a small animated operation kitten from heaven, to have a reference for operation of vbGUI
- 2022-06-18 18:06:49下载
- 积分:1
-
THis the fundamental part of a Game Computer driver. It contains only the struct...
THis the fundamental part of a Game Computer driver. It contains only the structural layout upon which it is possible to create an object to object interface that would support 2 person game play.-THis is the fundamental part of a Game Computer driver. It contains only the structural layout upon which it is possible to create an object to object interface that would support 2 person game play.
- 2022-02-14 21:49:04下载
- 积分:1