-
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
-
mh编码的算法,已经调试成功,可以使用
mh编码的算法,已经调试成功,可以使用-mh coding algorithm has been successfully debugging, you can use
- 2022-05-25 23:33:36下载
- 积分:1
-
a Voronoi diagram mapping and triangulation Delauany procedures, and is seeking...
一个绘制Voronoi图和Delauany三角剖分的程序,并且给出了求凸包的算法。该程序可以演示如何进行三角剖分,帮助你理解整个剖分过程。-a Voronoi diagram mapping and triangulation Delauany procedures, and is seeking a convex hull algorithms. The procedure can demonstrate how triangulation, and help you understand the subdivision process.
- 2022-05-15 10:56:13下载
- 积分:1
-
等值面提取
Isosurface Extraction
- 2022-02-01 23:56:00下载
- 积分:1
-
这是一个png文件的编辑码程序。可以在bmp和png之间相互转化
这是一个png文件的编辑码程序。可以在bmp和png之间相互转化- This is a png document edition code procedure. May mutually
transforms between bmp and png
- 2022-03-30 06:30:24下载
- 积分:1
-
matlab开发环境下的图像分割,效果好。分割快
matlab开发环境下的图像分割,效果好。分割快-Matlab development environment of image segmentation, good effect. Segmentation fast!
- 2023-06-24 08:05:03下载
- 积分:1
-
24位dib,适合初学者
24位dib,适合初学者-24 dib, for beginners
- 2023-02-23 04:25:04下载
- 积分:1
-
这个程序演示用NEO实现高彩模式下的颜色渐变效果
这个程序演示用NEO实现高彩模式下的颜色渐变效果-the procedures used to demonstrate NEO high color mode color fading effect
- 2022-11-16 21:10:03下载
- 积分:1
-
jpeg图像编/解码
jpeg图像编/解码-jpeg picture arranges/decodes
- 2023-08-31 20:55:03下载
- 积分:1
-
质量不错的OCR源码。这是国外很有名的开源OCR,研究OCR的同好一定要支持啊。...
质量不错的OCR源码。这是国外很有名的开源OCR,研究OCR的同好一定要支持啊。-OCR source good quality. This is a well-known open source abroad OCR, the OCR research enthusiasts must support ah.
- 2022-03-03 12:12:30下载
- 积分:1