-
Kalman滤波目标跟踪算法
基于Kalman滤波目标跟踪算法,用matlab实现,已验证,效果良好,带素材。
- 2022-07-21 22:50:18下载
- 积分:1
-
图形学的算法直线生成算法2
图形学的算法直线生成算法2-graphics algorithms straight Algorithm 2
- 2022-02-21 04:14:09下载
- 积分:1
-
单元生成 、八瓣图案、单层花边、多层花边 等图案生成
单元生成 、八瓣图案、单层花边、多层花边 等图案生成-module generation, 8 logo, single lace, multi-layered lace pattern generation, etc.
- 2022-02-18 15:51:57下载
- 积分:1
-
扫描仪控件,直接注册就可以使用的 在VC,VB,DELPHI都可使用
扫描仪控件,直接注册就可以使用的 在VC,VB,DELPHI都可使用-scanner controls, direct registration can be used in VC, VB, Delphi can use
- 2023-07-26 21:10:04下载
- 积分:1
-
opengl_world_rotation
本程序采用opengl和VC++,将读入bmp文件并用来生成三维环境,可用键盘的左右箭头来控制旋转,上下箭头进行缩放,使其身临其境,是一个简单的小程序,适合初学者。
- 2022-02-25 11:57:29下载
- 积分:1
-
Half Edge structure
半边数据结构 CAD建模 实现简单的拉伸 -Half Edge structure
- 2023-01-27 08:45:05下载
- 积分:1
-
VC图像编程的源程序,包括位图读写,以及图像变换、编码等。...
VC图像编程的源程序,包括位图读写,以及图像变换、编码等。-VC images of the source programming, including bitmap readers, and image transform coding.
- 2022-06-03 20:30:51下载
- 积分:1
-
x264编码器
很好的C代码,VC环境下质量很流畅
x264编码器
很好的C代码,VC环境下质量很流畅-x264 encoder good C code, VC environment quality is very smooth
- 2023-08-04 13:35:05下载
- 积分: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
-
That is a real voxel landscape. Explore the world generated from PCX pictures. T
That is a real voxel landscape. Explore the world generated from PCX pictures. The main routine is very powerful (ASM is good). Look at the screenshot and download!!! Coded with Tc3.
- 2022-02-24 09:55:58下载
- 积分:1