-
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
-
这是一个人脸识别算法。
This is a face recognition algorithm.
- 2022-02-04 07:34:04下载
- 积分:1
-
the draw of bezier
BEZIER线的绘制 083828.rar-the draw of bezier
- 2022-04-25 02:03:23下载
- 积分:1
-
线性滤波,去噪的热传导方程,Gabor的清晰度、动态的。
线性去噪,热传导方程去噪,Gabor锐化,动态边界-Linear denoising, denoising heat conduction equation, Gabor sharpness, dynamic boundary
- 2022-12-24 23:40:04下载
- 积分:1
-
用DIRECTX的粒子系统开发的一个烟花效果的程序.
用DIRECTX的粒子系统开发的一个烟花效果的程序.-DIRECTX the particle system used to develop a procedure for the fireworks effects.
- 2022-03-14 00:44:33下载
- 积分:1
-
contourlet toolbox matlab code
contourlet toolbox matlab code
- 2023-02-16 16:15:04下载
- 积分:1
-
VC achieve the pictorial and jitter technology, and bmp into txt
VC实现的实现图案化和抖动技术,以及bmp转变为txt-VC achieve the pictorial and jitter technology, and bmp into txt
- 2022-05-06 15:56:35下载
- 积分:1
-
火星照片剪裁matlab源程序,应用于航空牌照识别功能
火星照片剪裁matlab源程序,应用于航空牌照识别功能-tailoring Matlab source used aviation license Recognition
- 2022-08-03 13:37:06下载
- 积分:1
-
二
数字图像编程二维码的识别系统及其代码的实现-two-dimensional digital image programming code identification system and the realization of code
- 2022-03-04 12:50:36下载
- 积分:1
-
图片浏览器
一个基础的图片阅览的代码, 是Delphi图形图像多媒体高级控件开发与应用中第一章的代码,适合新手参考。
基础代码,但是很简洁。
- 2022-03-04 20:38:01下载
- 积分:1