-
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
-
实现了甘特图的显示功能(甘特图又叫条形图用于项目管理中的进度管理,它的长度表示工期,起始点表示开工日起,结束点表示完工日起,可以通过鼠标来改变它用来表示改变日期...
实现了甘特图的显示功能(甘特图又叫条形图用于项目管理中的进度管理,它的长度表示工期,起始点表示开工日起,结束点表示完工日起,可以通过鼠标来改变它用来表示改变日期信息),该程序可以用于编写项目管理软件中的甘特图的显示-Achieved Gantt display function (also known as Gantt bar chart for project management in the progress of management, said the length of its duration, the starting point that the start date, end date point, you can mouse to change it used to change the date of information), the program can be used in the preparation of project management software Gantt display
- 2022-01-24 09:57:31下载
- 积分:1
-
基于sym2小波的图像增强,与传统图像增强算子相比,sym2在对比度较低的情况下增强效果更好。...
基于sym2小波的图像增强,与传统图像增强算子相比,sym2在对比度较低的情况下增强效果更好。-Sym2 wavelet-based image enhancement, and compared with the traditional image enhancement operator, sym2 in the case of low-contrast to enhance better.
- 2022-01-24 09:58:08下载
- 积分:1
-
Huffman编码的算法及其实现。 这是一个实验报告,请采纳!
Huffman编码的算法及其实现。 这是一个实验报告,请采纳!-Huffman coding algorithm and its implementation. This is an experiment report, adopted!
- 2022-03-15 17:29:20下载
- 积分:1
-
本套源码是基于VC++开发的关于图像处理程序,其中包括图像的点运算,几何变换、正交变换、图像增强
、形态学增强、边缘与轮廓、图像分析、图像复原、图像编码和直...
本套源码是基于VC++开发的关于图像处理程序,其中包括图像的点运算,几何变换、正交变换、图像增强
、形态学增强、边缘与轮廓、图像分析、图像复原、图像编码和直方图处理-source of this set is based on the development of the VC on image processing, including image point operations, geometry transformation, orthogonal transformation, image enhancement, morphology enhancement, edge and silhouette, image analysis, image restoration, image coding and histogram processing
- 2023-07-10 22:25:03下载
- 积分:1
-
A * 算法的源程序,给定地图,可以从开始地点寻找路径到目的地。...
A * 算法的源程序,给定地图,可以从开始地点寻找路径到目的地。-This is a* arithmetic source code, appointed a map, it can search route from start spot to destination.
- 2023-05-20 03:30:03下载
- 积分:1
-
de Boor算法是de Casteljau算法的推广。它提供了…
De Boor s algorithm is a generalization of de Casteljau s algorithm. It provides a fast and numerically stable
way for finding a point on a B-spline curve given a u in the domain.
- 2023-03-19 23:05:04下载
- 积分:1
-
注意,本程序的细化算法要应用于含线条的黑白二值图像才可以看出细化效果。
注意,本程序的细化算法要应用于含线条的黑白二值图像才可以看出细化效果。-Note that the thinning algorithm of this procedure should be used with lines of black and white binary image thinning effect can be seen.
- 2023-01-01 00:45:05下载
- 积分:1
-
计算机图形学作业,茶壶的旋转。。。
这里做了一个茶壶,实现了茶壶的,旋转,平移,颜色控制,光源的位置变换等等功能。代码里面还做了一只3D的兔子,也实现了兔子的自动旋转,平移,以及兔子颜色的变换功能。
- 2022-01-23 10:45:35下载
- 积分:1
-
条件随机域
conditional random fields
- 2022-01-26 02:50:16下载
- 积分:1