-
-
-
-
-
-
-
SmartOGCtrl.rar
VC++简单的OpenGL封装库源文件,刚开始学习OpenGL,觉得OpenGL虽然好,但是仍有不足的地方。首先要按照它的一些语法去写东西,每个应用都要写一些重复的代码;第二,还得了解一些关于投影矩阵方面的知识。第三,要按照一定的规范去写画线、画图形等东西。因此,为了方便使用,自己把OpenGL做了个封装,用ATL和STL做了一个COM组件,然后用.Net来调用它。
-
STLProgrammerGuide.rar
... to the Standard Template Library
The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and ... the basic algorithms and data structures of computer science. The STL is a generic library, meaning that its components are ...
-
SGISTL.rar
... of the basic algorithms and data structures of computer science. The STL is a generic library, meaning that its components are heavily parameterized: almost every component in the STL is a template. You should make sure that you understand ...
-
STLinusagemap.rar
map中由于它内部有序,由红黑树保证,因此很多函数执行的时间复杂度都是log2N的,如果用map函数可以实现的功能,而STL Algorithm也可以完成该功能,建议用map自带函数,效率高一些。
-
temp.zip
algo list for stl and c++ for programming
-