-
编码器专家
信号压缩的专家,包括语音、 音频和视频压缩和算法实现。欢迎大家下载、试用。谢谢大家的支持!希望能有帮助!
- 2022-08-06 13:25:16下载
- 积分:1
-
学习opengl的好帮手,opengl入门,针对初学者
学习opengl的好帮手,opengl入门,针对初学者-Opengl learning a good helper, opengl entry for beginners
- 2022-03-21 05:48:03下载
- 积分:1
-
use OpenGL rendering Gyroscope
利用OpenGL绘制陀螺-use OpenGL rendering Gyroscope
- 2022-07-19 09:02:33下载
- 积分:1
-
基于opencv的双相机标定
资源描述运用了opencv来实现相机标定,集合了单相机和双相机的两者的标定,直接识别角点,无需手动操作,简洁实用
- 2022-03-12 04:46:45下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use linked list of C++
#include
#include
#include
#include
#include "point.h"
/*draw line from the line array*/
void drawPointLine()
{
Node * temp;
for (int i=0;inext!=NULL)
{
temp=temp->next;
glVertex2i(temp->x,temp->y);
}
glEnd();
}
}
/*find the point and delete the point from the line array*/
void delpointFun(int xx,int yy)
{
for (int i=0;inext!=NULL)
{&n
- 2022-01-31 23:45:53下载
- 积分:1
-
opengl 实现三维旋转,主要通过上下左右键实现,同时能够实现拾取功能,...
opengl 实现三维旋转,主要通过上下左右键实现,同时能够实现拾取功能,-opengl realize three-dimensional rotation, mainly through vertical and horizontal keys realize, at the same time pick-up function can be achieved,
- 2023-08-03 20:45:02下载
- 积分:1
-
虚拟现实技术――Creator纹理制作学习
虚拟现实技术――Creator纹理制作学习-Virtual Reality Technology- Creator texture production of learning
- 2022-02-05 20:49:30下载
- 积分:1
-
粒子系统的一段水特效,大家可以一起来评价一下
粒子系统的一段水特效,大家可以一起来评价一下-Particle system special effects for some water, we can work together to assess the
- 2022-02-26 20:32:47下载
- 积分:1
-
光盘包含了学习《OpenGL 游戏编程》一书所需用到的必要学习资源。光盘内容包括:
1.“Bonus Chapters” 文件夹 对书中8个章节的内容进行了...
光盘包含了学习《OpenGL 游戏编程》一书所需用到的必要学习资源。光盘内容包括:
1.“Bonus Chapters” 文件夹 对书中8个章节的内容进行了知识扩充,可以用Adobe Reader阅读器进行阅读;
2. Bonus Game”是作者提供的一个OpenGL制作的游戏Demo试玩;
3. Glee”和“glFont”两个文件夹包含有在使用OpenGL制作游戏过程中可以用到的辅助性资源和软件;
4.“Source Code“提供各章学习需要用到的源程序和资源。-CD-ROM contains learning
- 2023-06-13 04:06:57下载
- 积分:1
-
一个旋转的茶壶的源码示例
GraphicsLab1.cpp一个旋转的茶壶的源码示例
- 2022-01-28 06:50:27下载
- 积分:1