-
利用在Visual C++ 6.0环境下创建MFC AppWizard(exe),实现直线/圆/椭圆中点Bresenham算法...
利用在Visual C++ 6.0环境下创建MFC AppWizard(exe),实现直线/圆/椭圆中点Bresenham算法-Take advantage of Visual C++ 6.0 environment to create MFC AppWizard (exe), to achieve a straight line/circle/elliptical mid-point of Bresenham Algorithm
- 2022-01-21 17:32:58下载
- 积分:1
-
图像处理之灰度变换 天津理工信息安全中心版权所有
图像处理之灰度变换 天津理工信息安全中心版权所有-Tuxiangchuli zhi huidubianhuan Tianjin ligongdaxue xinxianquan center
- 2022-11-25 23:25:03下载
- 积分:1
-
位图文件读写综述
位图文件读写综述-bitmap file on literacy
- 2022-12-16 18:55:03下载
- 积分:1
-
自己编的vb编程,这是肾球源代码!请多多指教!
自己编的vb编程,这是肾球源代码!请多多指教!-vb own series programming, which is kidney-source code! A great weekend!
- 2022-03-14 02:42:37下载
- 积分:1
-
vb编写的贝塞尔曲面
vb编写的贝塞尔曲面-vb Bessel prepared by the Surface
- 2023-04-01 12:25:03下载
- 积分:1
-
一个简单的16*16距阵数字识别程序,用的距阵匹配算法
一个简单的16*16距阵数字识别程序,用的距阵匹配算法-It is a easy program to recognize 16*16 figure matrix and it use with matrix fixed arithmetic.
- 2022-04-11 14:43:07下载
- 积分:1
-
实现BIG和GB间的转换
实现BIG和GB间的转换-achieve BIG and the conversion GB
- 2022-02-21 17:04:27下载
- 积分:1
-
扫描线填充算法使用一系列平行直线去切割轮廓线,通常有成对的交点出现,每对交点就代表扫描线与轮廓线的一个相交区间...
扫描线填充算法使用一系列平行直线去切割轮廓线,通常有成对的交点出现,每对交点就代表扫描线与轮廓线的一个相交区间-Scan Line Algorithm for the region filled
- 2022-03-24 16:07:30下载
- 积分:1
-
VC编写的图象打开与显示程序
VC编写的图象打开与显示程序-VC prepared to open the image and display procedures
- 2022-08-07 04:54:12下载
- 积分:1
-
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