-
smart
智能--cad--系统参考-smart-- cad-- System Reference
- 2022-07-03 10:05:35下载
- 积分:1
-
Mathematical image of the entry
图像数理的入门级别源代码 对新手有用 高手就不用看了O(∩_∩)O哈哈~-Mathematical image of the entry-level source code useful for the novice
- 2022-10-01 14:40:04下载
- 积分:1
-
封装d3d类库 封装d3d类库 封装d3d类库 封装d3d类库 封装d3d类库 封装d3d类库 封装d3d类库...
封装d3d类库 封装d3d类库 封装d3d类库 封装d3d类库 封装d3d类库 封装d3d类库 封装d3d类库-封装d3d类库封装d3d类库
- 2022-01-26 07:08:35下载
- 积分:1
-
用C语言编写一个焰火程序
用C语言编写一个焰火程序-C language a fireworks procedures
- 2022-07-19 09:24:43下载
- 积分: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
-
BMP转换为RGB565
convert bmp to rgb565-algorithm to handle all kinds of bmp to rgb565
- 2022-02-04 03:46:29下载
- 积分:1
-
这是Ganzalez书上的一个示例程序,用来实现直方图的线性运算处理。...
这是Ganzalez书上的一个示例程序,用来实现直方图的线性运算处理。-This is a book Ganzalez sample procedures used for linear histogram processing.
- 2022-03-29 21:21:15下载
- 积分:1
-
控制窗口的位置不让用户移动,可以实现输入必须填写的内容后,才能进入下一步。
控制窗口的位置不让用户移动,可以实现输入必须填写的内容后,才能进入下一步。-Control the location of the window to prevent mobile users can realize the contents of input must be filled before they can enter the next step.
- 2022-05-09 12:14:25下载
- 积分:1
-
图像识别程序,数字图像处理,源代码及资料
图像识别程序,数字图像处理,源代码及资料-image identification procedures, digital image processing, and information source
- 2022-01-28 00:33:56下载
- 积分:1
-
opengl切削仿真
#include "stdafx.h"
#include
#include
#include
#include
void solidCylinder(GLdouble radius, GLdouble height, GLint slices, GLint stacks) //»Ò»¸öÔ²ÖùÌ壬ÓÃDiskÀ´¸ÇסÉÏϵ×Ãæ
{
GLUquadricObj* qobj = gluNewQuadric();
gluCylinder(qobj, radius, radius, height, slices, stacks); //slicesÀàËÆÓÚ¾¶È£¬stacksÀàËÆÓÚγ¶È
glScalef(-1.0, 1.0, -1.0);
- 2022-02-03 11:01:56下载
- 积分:1