搜索资源列表
用c编写的N*N的螺旋矩阵源代码
- /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() { int i, j, num=1, a[N][N]; for(i=0; i<=N/2; i++) &nb
quma
- 人物3D建模一个+图一个+几条衣服贴图,请下载-3D Model people
openGL-3D-scene
- openGL实现的简单的3D场景构建,使用与初学者,加了简单的碰撞测试,包括简单的纹理贴图,天空盒,光线效果等。(VC6环境+openGL)-OpenGL realize a simple 3D scene construction, use and beginners, plus a simple crash test, including simple texture mapping, sky boxes, lighting effects. (The VC6 environmental+o
EARTH
- 基于MATLAB自己的函数绘制三维地球,可自行提供贴图,设置灯光照明条件(Based on MATLAB's own function to draw a three-dimensional earth, a map can be provided by itself and lighting conditions are set up.)