
算法学习
pyliang_2008
这个作者很懒,什么都没留下…
展开
-
算法学习之--堆排序
// BinaryHeap.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include #include class BinaryHeap{public:BinaryHeap(){m_HeapSize = 1;m_C原创 2014-02-11 15:43:54 · 398 阅读 · 0 评论 -
OpenGL 矩阵变换(讲的太好了~!)
Overview几何数据——顶点位置,和标准向量(normal vectors),在OpenGL 管道raterization 处理过程之前可通过顶点操作(Vertex Operation)和基本组合操作改变这些数据。Object Coordinates对象的本地坐标系——任何变换之前的最初位置.为了变换(transformation)这些对象,可以调用glRo转载 2015-01-28 11:20:33 · 472 阅读 · 0 评论