-
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
-
一个完整简明的PYTHON图像处理程序_2
一个完整简明的PYTHON图像处理程序_2-a concise PYTHON has made a complete image-processing program _2
- 2022-01-21 21:42:14下载
- 积分:1
-
VC6下VTK合成体绘制,在此基础上实现对相机的方位角自动漫游...
VC6下VTK合成体绘制,在此基础上实现对相机的方位角自动漫游-VTK under VC6 synthesis volume rendering, in this based on the azimuth of the camera auto-roaming
- 2023-02-24 23:45:04下载
- 积分:1
-
Median filter matlab program for simple image processing, image processing
中值滤波的matlab程序,用于图像的简单处理,图像处理基础-Median filter matlab program for simple image processing, image processing-based
- 2022-01-22 13:40:46下载
- 积分:1
-
matlab实现的图像处理算法来计算我的欧拉数
MATLAB实现的图像处理算法,计算图像中的欧拉数,-MATLAB realize the image processing algorithm to calculate the Euler number of images,
- 2022-04-13 08:01:06下载
- 积分:1
-
在Matlab的源代码来提高图像分辨率是非常有用的!
在matlab中的分形图像放大程序;对初学者很有用哦!-In the matlab source code to raise the image resolution is indeed very useful!
- 2023-08-23 01:05:04下载
- 积分:1
-
不同线路或闪烁屏幕问题解决
异或线解决闪屏问题-different lines or flashing screen problem solving
- 2022-03-16 15:22:03下载
- 积分:1
-
电子书籍_数字图像处理
电子书籍_数字图像处理-E-books _ Digital Image Processing
- 2022-03-24 17:35:40下载
- 积分:1
-
飞行动态仿真系统的源代码
飞行动力模拟系统VC源码- Flight dynamic simulator system VC source code
- 2023-05-03 03:10:03下载
- 积分:1
-
一个很好的查看文件二进制内容的软件,对于学习各种文件的存储格式和压缩方式很有帮助...
一个很好的查看文件二进制内容的软件,对于学习各种文件的存储格式和压缩方式很有帮助-a good look binary content of the document software, learning all kinds of file storage format and compression helpful
- 2022-04-09 20:11:48下载
- 积分:1