-
二次B样条曲线的生成
二次B样条曲线的生成-second B-spline curve generation
- 2022-07-03 21:20:04下载
- 积分:1
-
GaAs导带和价带附近的等能面的计算程序
GaAs导带和价带附近的等能面的计算程序-GaAs渭 录
- 2022-09-12 07:50:03下载
- 积分:1
-
to be an increase in the noise image after smoothing filter and the filter, comp...
将一幅给定的图像加噪后进行平滑滤波和中值滤波处理,比较两种处理的效果并与原图像比较之。并添加了锐化滤波处理。-to be an increase in the noise image after smoothing filter and the filter, compare the results with the original image comparison. And add a sharpening filter.
- 2022-10-12 04:50:04下载
- 积分:1
-
图形处理系统3.0界面
图形处理系统3.0界面-Graphics Processing System 3.0 interface
- 2022-02-15 03:40:33下载
- 积分:1
-
computer graphics operations
计算机图形学作业-computer graphics operations
- 2022-02-16 06:47:24下载
- 积分:1
-
qiangdaqi de dianlutu suibian chuan xia
抢答器的电路图,随便传下,只为需要,随便看看,仅供参考。-qiangdaqi de dianlutu suibian chuan xia
- 2023-01-12 20:10:03下载
- 积分:1
-
彩色图像的数值拟合分析方法。计算简单速度快。优点多多。...
彩色图像的数值拟合分析方法。计算简单速度快。优点多多。-color image analysis of the numerical fitting method. Simple calculation speed. Manifold benefits.
- 2023-01-06 15:25:03下载
- 积分:1
-
实现了三维变换的一些基本功能:
以直线为轴进行旋转
以一点为基点放缩
对直线L作镜向
对平面作镜向
得到三维结构的投影...
实现了三维变换的一些基本功能:
以直线为轴进行旋转
以一点为基点放缩
对直线L作镜向
对平面作镜向
得到三维结构的投影
-achieve a three-dimensional transform some basic functions : a straight line to rotate around the axle of the base point of the linear scaling L for planar mirror to the right to be a mirror for the three-dimensional structure of the projector.
- 2022-08-08 21:42:06下载
- 积分: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
-
bmp图象处理类,实现了bmp图象的读写操作、图象缩放、旋转、加减、合成、边缘检测、测量周长、面积、小区域删除、去除黑斑、去除白班、二值化、抽取图象内点等。...
bmp图象处理类,实现了bmp图象的读写操作、图象缩放、旋转、加减、合成、边缘检测、测量周长、面积、小区域删除、去除黑斑、去除白班、二值化、抽取图象内点等。-bmp image processing category, achieving bmp image read and write operations, image scaling, rotation, addition and subtraction, synthesis, edge detection, measurement perimeter, area, a small regional delete, remove blotches, remove the day shift, two values, images taken within points.
- 2022-06-12 08:53:11下载
- 积分:1