-
用Turbo C 进行动画绘图
用Turbo C 进行动画绘图-with Turbo C for graphics animation
- 2022-05-13 17:50:18下载
- 积分:1
-
刚学会做的人物移动行走和碰撞检测
刚学会做的人物移动行走和碰撞检测-People do刚学会mobile walking and Collision Detection
- 2022-06-29 18:29:56下载
- 积分:1
-
cubic Bezier curve Although the Second Principle Bezier curve with a similar, bu...
三次Bezier曲线虽然原理跟二次Bezier曲线的类似,但是具体编程时还是有很多地方需要注意,因实际应用中三次Bezier曲线的作用越来越大,所以编了此程序以供参考-cubic Bezier curve Although the Second Principle Bezier curve with a similar, but specific programming when there are still many areas that need attention, according to the actual application of cubic Bezier curves bigger role, so part of this program for reference
- 2022-06-13 15:42:13下载
- 积分:1
-
机器视觉测量圆的一个软件源码,大家共同学习学习
机器视觉测量圆的一个软件源码,大家共同学习学习-Machine vision measurement round a software source code, learn the common U.S.
- 2022-10-10 08:30:03下载
- 积分:1
-
提取边缘0.rar
提取边缘0.rar-edge extraction 0.rar
- 2022-12-25 10:45:03下载
- 积分:1
-
想要一个简单的字符识别的源代码,来自黑白图像…
想要一个简单的文字识别vc源代码,从黑白图像中识别出文字,就是背景是白色,文字是黑色。只需简单识别英文26个大小写字母就够了。 -want a simple character recognition vc source code, from black and white images to identify words, background is white, text is black. A simple identification English 26 case-insensitive enough.
- 2022-06-28 19:49:25下载
- 积分:1
-
产生水纹、火焰及熔岩效果示例,本程序可以在图像上生成特效效果,值的一下。...
产生水纹、火焰及熔岩效果示例,本程序可以在图像上生成特效效果,值的一下。-Generated水纹, flame and lava sample effect, the program can generate effects in the image effect, the value of the click.
- 2022-09-23 17:10:03下载
- 积分: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
-
JPEG压缩编码系统源代码
JPEG压缩编码系统源代码-JPEG compression coding system source code
- 2022-02-14 17:57:53下载
- 积分:1
-
透视投影的生成算法
透视投影的生成算法-perspective projection algorithm for the generation
- 2022-02-24 20:08:41下载
- 积分:1