2008年11月4日

《基于MFC的OpenGL编程》Part 2 Setting up OpenGL on Windows

摘要: 源代码下载:OpenGL_ch2.rar WGL – Windows的 OpenGL扩展层 The WGL extension consists of a set of functions (wglCreateContext, wglDeleteContext etc.) and structures (such as PIXELFORMATDESCRIPTOR, GLYPHMETRICSF... 阅读全文

posted @ 2008-11-04 21:59 Phinecos(洞庭散人) 阅读(18691) 评论(13) 推荐(2) 编辑

《基于MFC的OpenGL编程》Part 1 A Primer

摘要: 3D图形学基本概念PerspectivePerspective refers to the angles between the lines that lend the illusion of three dimensions. Colors and ShadingMoving beyond line drawing, we need to add color to create a solid object. Shading refers to the way the color is applied to the polygon. Shading can be of two types i 阅读全文

posted @ 2008-11-04 21:15 Phinecos(洞庭散人) 阅读(14690) 评论(3) 推荐(6) 编辑

八皇后问题(牛人非递归版)

摘要: 想不服都不行,实在是太牛的代码,诡异的算法思路,出神入化的STL技巧。。。 阅读全文

posted @ 2008-11-04 20:14 Phinecos(洞庭散人) 阅读(4147) 评论(7) 推荐(0) 编辑

2003年广东省赛试题1 奥斯卡奖

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->#include #include #include #include using namespace std; struct Movie { string name;//电影... 阅读全文

posted @ 2008-11-04 19:50 Phinecos(洞庭散人) 阅读(655) 评论(0) 推荐(0) 编辑

2003年广东省赛试题3 国际象棋

摘要: 经典模拟题 阅读全文

posted @ 2008-11-04 17:23 Phinecos(洞庭散人) 阅读(787) 评论(0) 推荐(0) 编辑

导航