-
3D魔方(vs2010)
程序主体上的架构是表示层用opengl进行渲染场景,业务层通过将魔方的旋转命令数据化,通过与此数据相连的线程进行更新操作更新魔方的数据结构6个3*3的整形数组。数组中存的数字是颜色的索引值,在通过opengl进行渲染,达到模仿的旋转效果,为了使魔方的旋转动作更真实,定时器的加入是的模仿的旋转动画效果更逼真。
- 2023-05-03 03:25:03下载
- 积分:1
-
一种心电信号散点图的扩增方法
这种方法,用于Poincare的二维变换,可以反映ECG信号的心律不齐情况...
一种心电信号散点图的扩增方法
这种方法,用于Poincare的二维变换,可以反映ECG信号的心律不齐情况-a scattergram of the ECG signal amplification method for the two-dimensional Poincare transform, ECG signal can reflect the situation of irregular heartbeat
- 2023-08-04 01:20:03下载
- 积分:1
-
粒子系统的一个原代码文件,很有用处。有需要的可以参考
粒子系统的一个原代码文件,很有用处。有需要的可以参考-Particle system, a source code file, very useful. Can refer to those in need
- 2023-05-03 10:05:03下载
- 积分:1
-
一套 自己开发UI源码 尚未完善
一套 自己开发UI源码 尚未完善...
一套 自己开发UI源码 尚未完善
一套 自己开发UI源码 尚未完善 -UI developed a set of source code has not yet been developed to improve the UI source code yet to be perfected
- 2023-09-08 09:10:03下载
- 积分:1
-
由于本人最近研究人脸识别,收集的一些名校的博士硕士论文,全部是08年到09年的,具有很大的参考价值,如需要图像处理模式识别类的材料,请联系shuqin87@16...
由于本人最近研究人脸识别,收集的一些名校的博士硕士论文,全部是08年到09年的,具有很大的参考价值,如需要图像处理模式识别类的材料,请联系shuqin87@163.com-Because I study of face recognition has recently collected a number of prestigious doctoral master" s thesis, all of 2008 to 2009, and has great reference value, such as the need for image processing, pattern recognition type of material, please contact shuqin87 @ 163. com
- 2022-01-25 19:18:08下载
- 积分:1
-
Cohen
Cohen-Sutherland 直线段裁剪算法的实现-Cohen-Sutherland Line Clipping Algorithm
- 2022-07-13 17:39:14下载
- 积分:1
-
本程序实现了直线(Bresenham算法和DDA算法),和圆(中点Bresenham算法和正负法)的绘制,并能够选取其颜色。...
本程序实现了直线(Bresenham算法和DDA算法),和圆(中点Bresenham算法和正负法)的绘制,并能够选取其颜色。-This procedure has a straight line (Bresenham algorithm and DDA algorithm) and round (mid-point of Bresenham algorithm and plus or minus method) drawing, and be able to select the color.
- 2022-08-08 15:27:06下载
- 积分:1
-
图形编辑,jpeg库,从下属文件中可以找到libjpeg.lib,看opengl高级编程可以用到。...
图形编辑,jpeg库,从下属文件中可以找到libjpeg.lib,看opengl高级编程可以用到。-Graphics editor, jpeg library, the file can be found from a subordinate libjpeg.lib, see opengl advanced programming can be used.
- 2023-05-09 11:05:03下载
- 积分:1
-
CRT显示器上又rgb值计算xyz值程序,gog模型是目前最广泛使用的CRT显示器模型...
CRT显示器上又rgb值计算xyz值程序,gog模型是目前最广泛使用的CRT显示器模型-CRT monitors also xyz values rgb value procedures, gog model is the most widely used model of CRT monitors
- 2023-07-18 22:30:03下载
- 积分:1
-
在简单的实现
ROAM Simplistic Implementation
By Bryan Turner
brturn@bellsouth.net
January, 2000
Project file for MS Visual C++ 6.0.
Requires GLUT DLL (www.opengl.org)
Adjust program constants in Landscape.h and Utility.cpp.
MAPS:
Default map is read from HeghtXXX.raw where XXX is the MAP_SIZE
(as defined in Landscape.h). If this map is not found, the program
attempts to open "Map.ved", a Tread Marks map file. Tread Marks maps
will only work for MAP_SIZE == 1024. Also, the MULT_SCALE to view
Tread Marks maps correctly is "0.25f". (www.TreadMarks.com)
CONTROLS:
MOUSE - Hold Left Mouse Button to Rotate View Angle
Q - Change Rendering Mode (Wireframe, Lit, Fill, Texture)
O - Change View Mode (Observe, Follow, Drive, Fly)
W/S - Move forward/back
A/D - Rotate left/right (in Observe Mode only)
F - Stop Animation
R - Toggle Frustum Drawing
0/9 - More/Less Triangles per frame
1/2 - Adjust FOV-ROAM Simplistic Implementation
By Bryan Tur
- 2022-03-26 08:18:08下载
- 积分:1