-
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
-
运用matlab的形态学,把一幅图片的豆子数目数出来的程序,自己编的,希望和大家分享!...
运用matlab的形态学,把一幅图片的豆子数目数出来的程序,自己编的,希望和大家分享!-Morphology using matlab to a number of pictures a few beans out of the procedure, its own series, and would like to share!
- 2022-04-19 15:33:13下载
- 积分:1
-
判断一个点是否在一个区域内
判断一个点是否在一个区域内-judge whether a point is in a region
- 2022-05-31 20:58:08下载
- 积分:1
-
windows of mapping procedures Circle
windows下的绘图程序,画圆-windows of mapping procedures Circle
- 2022-06-11 20:09:30下载
- 积分:1
-
yuv解码器 很不错
yuv解码器 很不错-YUV codec very good
- 2022-01-26 17:55:53下载
- 积分:1
-
计算机图形学中的坐标系变换的程序,是用VC++中的MFC编写的...
计算机图形学中的坐标系变换的程序,是用VC++中的MFC编写的-computer graphics, which coordinates the transformation process, with VC++ MFC prepared
- 2022-03-12 08:06:09下载
- 积分:1
-
Fast Fourier Transform Fast Fourier Transform Discrete Cosine Transform Walsh
快速付立叶变换快速付立叶反变换离散余弦变换沃尔什-哈达玛变换图像的付立叶变换图像的离散余弦变换图像的沃尔什-哈达玛变换-Fast Fourier Transform Fast Fourier Transform Discrete Cosine Transform Walsh- Hadamard Transform Image Fourier Transform of the discrete cosine transform image images Walsh- Hadamard Transform
- 2022-01-26 03:10:56下载
- 积分:1
-
源代码加载TIFF图像,和图像处理和操作程序…
source code to load tiff images, and some procedure for image processing and operation with images.-source code to load tiff images, and some procedure for image processing and operation with images.
- 2023-03-24 04:35:04下载
- 积分:1
-
Drawing on the realization of 3D geometry translation, rotation, variable than t...
对绘制的三维几何图形实现平移、旋转、变比的基本变换-Drawing on the realization of 3D geometry translation, rotation, variable than the basic transformation
- 2023-03-19 07:55:03下载
- 积分:1
-
用图像实例演示最新的光线跟踪算法,取得不错效果
用图像实例演示最新的光线跟踪算法,取得不错效果-Image examples of presentations using the latest Ray-tracing algorithm, and achieved good effects
- 2023-08-13 17:00:03下载
- 积分:1