-
本程序是一个立体的魔方源代码.
是一个简单的小程序
本程序是一个立体的魔方源代码.
是一个简单的小程序-this program is a three-dimensional Rubik"s cube source code. Is a simple, small procedures
- 2022-06-21 00:50:54下载
- 积分:1
-
点聚图。二维坐标,范围自动调整。
点聚图。二维坐标,范围自动调整。-point Poly map. Two-dimensional coordinates, and automatically adjust the scope.
- 2022-04-30 14:09:30下载
- 积分:1
-
该程序可以实现基于模糊边缘检测的增强,提供了唯一的…
该程序能实现基于模糊增强的边缘检测 只提供了源程序 效果图可以自己仿真了看-The program can realize enhanced based on fuzzy edge detection provides the only source the effect of map can watch their simulated
- 2022-07-27 13:52:47下载
- 积分:1
-
一对BMP图像来实现应用程序的两个值
一个对BMP图像实现二值化处理的应用程序-one pair of BMP images to achieve two values of the application procedures
- 2022-04-16 15:43:57下载
- 积分:1
-
dos 下的vga编程(纯英文版)
带注解源代码和实例程序
dos 下的vga编程(纯英文版)
带注解源代码和实例程序-vga programming under dos (pure English) annotated source code and sample programs
- 2023-08-13 09:10:03下载
- 积分:1
-
cximage控件,功能更加强劲的图形处理控件,比原来自带的要强。
cximage控件,功能更加强劲的图形处理控件,比原来自带的要强。-cximage control, function more robust graphics processing control, built-in better than the original.
- 2022-01-26 05:53:57下载
- 积分: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
-
本文件内的程序实现了帧动画的操作,对计算机三维图形操作具有一定的借鉴意义...
本文件内的程序实现了帧动画的操作,对计算机三维图形操作具有一定的借鉴意义-The procedures of this document implements frame animation operation, three-dimensional graphics operations on the computer has certain reference significance
- 2022-01-26 06:43:39下载
- 积分:1
-
实现在文本区域内的画点与画线功能,响应键盘信息,通用DLL使用!...
实现在文本区域内的画点与画线功能,响应键盘信息,通用DLL使用!-text in the region to achieve the painting point line drawing functions, in response to keyboard information, the use of generic DLL!
- 2022-04-29 20:00:32下载
- 积分:1
-
fir低通滤波器
用c语言设计的fir低通滤波器,经过调试,可以使用。包含几个函数,可以看清,注释比较多,方便看懂。
- 2022-02-24 19:41:08下载
- 积分:1