-
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
-
与 DFS 和 BFS C# 源代码图
这是源代码图形与DFS,BFS与阵列多维度的控制台应用程序C#,希望这将有助于对学习中把握。
- 2022-03-20 08:32:35下载
- 积分:1
-
VS2005 out of the windows to do under the Paint program, you can set a variety o...
VS2005 下做出来的windows画图程序,可以设置多种画笔,画出多种图形,支持文件的缩放,保存和读取-VS2005 out of the windows to do under the Paint program, you can set a variety of brushes, draw a variety of graphics, support files, zoom, save and read
- 2022-02-15 04:27:53下载
- 积分:1
-
depth information for the three
利用深度信息进行的三维图像的显示和绘制。-depth information for the three-dimensional image display and mapping.
- 2023-03-15 11:20:03下载
- 积分:1
-
right image color, transparency of a C builder software, although small but very...
对图象色彩,透明度处理的一个C++builder软件,虽然很小但很实用!-right image color, transparency of a C builder software, although small but very practical!
- 2022-03-02 02:06:18下载
- 积分:1
-
fractal
分形――生成一片漂亮的树叶,通过一个矩阵迭代并不断刷新生成的图像-fractal-- generating a beautiful leaves, through an iterative matrix and constantly refresh the image
- 2022-10-25 07:30:04下载
- 积分:1
-
vc environment software development screenshots
vc环境下开发的截图软件-vc environment software development screenshots
- 2022-08-15 08:27:57下载
- 积分:1
-
描述种子填充算法和扫描线填充算法的算法原理,比较这两种算法的优缺点。...
描述种子填充算法和扫描线填充算法的算法原理,比较这两种算法的优缺点。-Description of seed filling algorithm and the scan line fill algorithm algorithms to compare the advantages and disadvantages of these two algorithms.
- 2022-12-06 06:00:03下载
- 积分:1
-
读图的程序,要以读取任何图,并且可以对灰度进行量化
读图的程序,要以读取任何图,并且可以对灰度进行量化-读图procedures, it is necessary to read any map, and can be quantified on the gray
- 2023-06-06 04:30:03下载
- 积分:1
-
实现基于目标跟踪质量的程序
本程序实现了基于质心法的目标跟踪,由于算法比较简单,因此背景颜色必须简单,最好是纯白色的。本程序先经过对视频图像的灰度化,二值化等一些图像处理,然后找出质心。程序中用到了Opencv库函数-Realize this procedure based on the quality of target tracking-force, due to relatively simple algorithm, so the need for a simple background color, the best was pure white. This procedure, after the first video images of gray and binary image processing, such as, and then find the center of mass. Procedures used in the library function Opencv
- 2022-02-02 16:04:58下载
- 积分:1