搜索资源列表
mountain
- 三维空间中的分形插值算法 ① 在X-Y平面上绘制一个n×n的正方形网格,并对4个角点在Z方向上分别设置初始高度ha,hb,hc,hd,得到A,B,C,D这4点(如图10.3所示)。 ② 根据式hm=(ha+hb+hc+hd)/4+△,计算正方形网格中点的高度hm,其中△为一随机量,从而得到M点。 ③ 根据角点和中点以及虚拟点,计算边中点的高度,即 he=(ha+hb+hm+0)/4+△ hf=(hb+hc+hm+0)/4+△ hg=(hc+hd+hm+0)/4+△ h
上古神器
- 代码模拟了龟兔赛跑爬山的情况,其中有个时钟触发设置每秒执行一次循环,乌龟的规则是:50% 的机会快走(右移三格) 20% 的机会下滑(左移六格) 30% 的机会慢走(右移一格). 兔子的规则是:20% 的机会睡觉(不移动) 20% 的机会大跳(右移九格) 10% 的机会大滑(左移十二格) 30% 的机会小跳(右移一格) 20% 的机会小滑(左移两格). 其中最先走到整 70 格的胜利,超过 70 格的从头开始 程序在一条线上打印了龟兔移动的轨迹,当两者重合时打印 P 乌龟
DXProject2
- 3D图形编程,涉及到游戏场面的渲染,场景为晚上山林中静寂-3D graphics programming that involves rendering the game scenes, scenes of the evening quiet mountain
yuandaimabaogao
- 数值计算源代码,包括二分法,弦截法,龙贝格算法,下山法,牛顿迭代法-numerical source code, including the dichotomy, chord sheet, Lung Bergh algorithm, the mountain, the Newton iterative method
ATestOfOpenGL
- 一个OpenGl的小例子,画了一座山-a small example, a drawing of a mountain
3DFractal-Mountain
- 3D Fractal-Mountain利用openGL产生一个3D Fractal-Mountain的图案,对于学习openGL是个很好的范例-3D Fractal - Mountain use openGL produce a 3D Frac tal-Mountain patterns, learning Open GL is a very good example
SkyBox
- 在VC平台下利用opengl实现一个天空盒,内部是一个山地-VC platform in opengl using the realization of a sky box, inside a mountain
FMAS6600
- AS6600FM用在山景上初始化程序,效果比5767好!谢谢参考!-AS6600FM used in Mountain View, on the initialization procedure, better than 5767 better! Thank you for reference!
Move-mountain-game
- 一个用c++实现的搬山游戏,代码注释较多,算法简单-Move mountain game
MountainCar
- 山地小车.四边形Mesh. 按下鼠标左键 可拖动场景 向上光标:加速 向下光标:减速 -Mountain car. Quadrilateral Mesh. Press the left mouse button to drag the cursor up the scene: to accelerate the cursor down: slow down
Mountain-Moveing-Game
- 这是一个两人移山游戏,一人一次移动一座,最后一个人移动的肯定会赢。-This is a Mountain Moveing Game.There are n mountains, two persons move them in turn. Each one each time moves 1 to k mountains, the one who takes the last stick will lose the game.
mountaincar
- 强化学习算法在标准mountain car 问题中的应用,采用算法为SARSA算法-the matlab program of RL in mountain car problem, the adopted RL method is SARSA algortihm
OpenGL-Sub-shaped-mountain
- 毕业设计!基于分形技术,模拟真是的山地,绘制出真实地山地。绘制效果非常逼真。-Graduation project! Based on fractal technology, analog is really mountainous and draw a true mountain. Drawing effect is very realistic.
HGE-Mountain-roam
- 这是一个基于opengl开发的小程序,可以实现山地漫游功能,效果还不错 -This is a small program developed based on opengl mountain roaming capabilities, the results were pretty good
Mountain-and-sky-effect-OpenGL
- 山地及天空效果程序OpenGL—VC源码,山地及天空效果程序OpenGL—VC源码-Mountain and sky effect OpenGL VC source program
Mountain-Moveing-Game
- 这是一个两人移山游戏,一人一次移动一座,最后一个人移动的肯定会赢。-This is a Mountain Moveing Game.There are n mountains, two persons move them in turn. Each one each time moves 1 to k mountains, the one who takes the last stick will lose the game.
Move-mountain-game
- 一个用c++实现的搬山游戏,代码注释较多,算法简单-Move mountain game
mountain
- CSAPP mountain 源代码 测试计算机Cache性能-CSAPP mountain
LCD-LanZhou-predators-and-mountain
- 蓝宙电子_CGQ005_线性CCD资料--LCD LanZhou predators and mountain
mountain
- 存储器山,用于测试CPU的缓存性能。ICS课程必用(Memory mountain.The memory mountain is used to test the caching performance of CPU. ICS course must be used)