-
排序 alogrithhm
排序算法比较冒泡排序、 选择排序、 插入 sortThe 输出是不减的顺序 (每个元素是不小于根据所需的总顺序排列的前一个元素) ;输出是一个置换 (进行重新排序) 的输入。
- 2022-03-07 02:40:45下载
- 积分:1
-
比较DFS与BFS
简单的实现了,小地图范围的两种寻路算法原理的比较。
左键控制,可自动寻找路径,方便观察...
比较DFS与BFS
简单的实现了,小地图范围的两种寻路算法原理的比较。
左键控制,可自动寻找路径,方便观察-DFS compared with the simple realization of BFS, the small scope of the two map routing algorithms for comparison. Left control that can automatically find a path to facilitate the observation
- 2022-06-26 05:38:15下载
- 积分:1
-
OpenGL好的例子
OpenGL好的例子 -OpenGL good example
- 2022-03-11 12:23:19下载
- 积分:1
-
一个简单的OpenGL程序,代码不过百行,却实现了一个简单的OpenGl功能。...
一个简单的OpenGL程序,代码不过百行,却实现了一个简单的OpenGl功能。-A simple OpenGL program, code hundred lines, however, they realize a simple OpenGL functions.
- 2022-07-17 10:18:15下载
- 积分:1
-
用OpenGL,在VC++环境下,制作彩色三角形
用OpenGL,在VC++环境下,制作彩色三角形-use OpenGL, the VC environment, the production of color triangle
- 2022-01-26 01:00:32下载
- 积分:1
-
一个用MFC的对话框窗口显示的OPENGL动画,可以研究如何在VC++的消息映射和窗口中显示OPENGL动画的示例...
一个用MFC的对话框窗口显示的OPENGL动画,可以研究如何在VC++的消息映射和窗口中显示OPENGL动画的示例-with an MFC dialog window shows the OpenGL animation, can study how the news VC mapping and OpenGL window shows examples of animation
- 2023-04-27 23:45:04下载
- 积分:1
-
OPENGL下的鼠标键盘操作
OPENGL下的鼠标键盘操作, VC++实现的 opengl 窗体中的鼠标、键盘操作与事件响应处理。
- 2022-04-20 10:34:39下载
- 积分:1
-
纹理映射
纹理映射#include
#ifdef __APPLE__
#include
#else
#include
#endif
GLfloat planes[]= {-1.0, 0.0, 1.0, 0.0};
GLfloat planet[]= {0.0, -1.0, 0.0, 1.0};
GLfloat vertices[][3] = {{-1.0,-1.0,-1.0},{1.0,-1.0,-1.0},
{1.0,1.0,-1.0}, {-1.0,1.0,-1.0}, {-1.0,-1.0,1.0},
&nbs
- 2023-07-29 13:35:04下载
- 积分:1
-
我自己做得第一个看的过眼的游戏
需要hge游戏运行库 平台vs2008
里面有详细的技术文档
代码注释很全
大一下学期的课程设计 BugHunt...
我自己做得第一个看的过眼的游戏
需要hge游戏运行库 平台vs2008
里面有详细的技术文档
代码注释很全
大一下学期的课程设计 BugHunt-I have done over the first eyes to see the game need to game hge platform runtime vs2008 there are detailed technical documents Notes code is great about the whole semester" s course design BugHunt
- 2022-04-18 15:09:12下载
- 积分:1
-
Opengl中实现给不同物体添加光照实现不同的光照效果
Opengl中实现给不同物体添加光照实现不同的光照效果
- 2022-08-22 21:35:59下载
- 积分:1