-
运用关于中点画圆,通过改变圆心坐标,颜色,可以画出不同大小的圆。...
运用关于中点画圆,通过改变圆心坐标,颜色,可以画出不同大小的圆。-Used on the mid-point Circle, by changing the center point coordinates, colors, you can draw circles of different sizes.
- 2022-04-28 00:13:43下载
- 积分:1
-
用C语言开发图形界面的工具
用C语言开发图形界面的工具-with C-language development tool for the graphical interface
- 2022-02-05 20:53:53下载
- 积分:1
-
数字图形相处里而隔热条个人个人更额而通过而Greg
数字图形相处里而隔热条个人个人更额而通过而Greg-dfgererghregergergre个人更让他rthrtdr
eg
- 2022-01-26 08:13:11下载
- 积分:1
-
Gamma校正的快速算法及其C语言实现的算法…
Gamma校正的快速算法及其C语言实现,该算法特别适用于在嵌入式系统中处理视频流。-A Fast Algorithm for Gamma Correction and C language implementation of the algorithm is especially suitable for processing in embedded systems video streaming.
- 2022-03-31 15:43:16下载
- 积分: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
-
可以自动帮您更换墙纸
可以自动帮您更换墙纸-automatically help you replace wallpaper
- 2022-08-12 21:24:40下载
- 积分:1
-
direct3d
direct3d---meshview
- 2022-08-25 19:54:57下载
- 积分:1
-
带约束条件的delaunay分割
带内边界约束条件点集的Delauney三角剖分是有限元分析、计算机图形学及真实感图形等许多领域常遇到的一个基本问题.在已有算法的基础上通过插入中点恢复约束边界,较好地实现了带内边界约束散乱数据的Delaunay三角剖分.
找了半天国内网站上都没找到好用的,好不容易从国外的网站上下载到的..带示例数据和源码 delaunay三角剖分,非常棒,欢迎下载~
- 2022-09-26 04:15:03下载
- 积分:1
-
multiple video playback examples of the source
多路视频回放实例的源程序-multiple video playback examples of the source
- 2023-01-12 01:00:04下载
- 积分:1
-
平滑文字滚动示例
这个文字滚动控件比较不错,滚动比较平滑,没有闪烁现象,支持左右水平、上下垂直滚动。【向左滚动样式一】是循环连续滚动,【向左滚动样式二...
平滑文字滚动示例
这个文字滚动控件比较不错,滚动比较平滑,没有闪烁现象,支持左右水平、上下垂直滚动。【向左滚动样式一】是循环连续滚动,【向左滚动样式二】则滚动到左端时停止一下继续滚动,【向上滚动样式一】也和前面差不多。-Smooth text scrolling text scrolling control sample in this comparison is true that relatively smooth rolling, no flicker phenomenon, about the level of support, up and down vertical scrolling. [1] style scroll to the left is the cycle of continuous rolling, rolling left style [2] then scroll to the left when you cease to continue rolling, rolling upward [Style] also in front of an almost.
- 2022-01-25 20:29:56下载
- 积分:1