- 
                        This application not only demonstrates the basics of using the Microsoft Foundat...
                        
                          This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.                         
                            - 2022-06-11 15:51:44下载
- 积分:1
 
- 
                        VC+OpenGL做的,还有些bug,显示二维是根据高程的分层设色,三维能很明显表现出地形起伏....
                        
                          VC+OpenGL做的,还有些bug,显示二维是根据高程的分层设色,三维能很明显表现出地形起伏.-VC OpenGL done, but also some bug show is based on two-dimensional layered elevation colors, 3-D can be shown very clearly undulating topography.                         
                            - 2023-04-19 08:05:04下载
- 积分:1
 
- 
                        tetris using glut library
                        
                          这个程序是使用glut库编写的。我使用了VisualStudio2010                         
                            - 2023-01-08 06:25:03下载
- 积分:1
 
- 
                        DDA 算法的实现
                        
                          数字微分分析器或只是简略的 DDA 直线绘制算法是用于光栅图形设备中绘制线条。在这种算法,在行的开始和结束位置已提供。
	中介像素位置将在起始点和结束点之间的时间间隔的变量线性内插法计算。该算法如下所示:
	让开始和结束点线的是 (x 1,y1) 和 (x2,y2),分别。所以坡、 m = (y2-y1)/(x2-x1)。根据 m 和该象限的 (x,y) 的值属于,中介像素职位要计算如下:
	职位要计算如下:
				象限
			
				m < = 1
			
				m > 1
			
				第一次
			
					x = x + 1
				
					y = y + m
				
					x = x + 1/m
				
					y = y + 1
				
					第二次
				
					x = x 1
				
					y = y + m                         
                            - 2022-08-10 08:17:23下载
- 积分:1
 
- 
                        EVC4.0环境下WinCE Opengles英文教程(带源代码)
                        
                          该教程html格式。介绍了基于EVC4.0,wince下OpenGL ES的使用。里面例子很多,全部源码。但是英文教程,练习程序用的。                         
                            - 2022-08-14 02:02:02下载
- 积分:1
 
- 
                        Program on the basis of the object
                        
                          Program on the basis of the object-oriented programming with detailed comments. Executes drawing of ground, dear, at home, trees and lines of electricity transmissions.                         
                            - 2023-01-31 19:50:03下载
- 积分:1
 
- 
                        模拟服饰材料的表面。
                        
                          模拟服饰材料的表面。-simulation costumes material to the surface.                         
                            - 2023-04-16 22:30:03下载
- 积分:1
 
- 
                        简单的OpenGL程序
                        
                          基于glut的最简单的OpenGL程序                                            
                            - 2022-02-20 20:00:03下载
- 积分:1
 
- 
                        这是一个简单且实用的调用3ds模型的程序。有些用3dsLoader不能读入的模型,该程序可以解决:)...
                        
                          这是一个简单且实用的调用3ds模型的程序。有些用3dsLoader不能读入的模型,该程序可以解决:)-This is a simple and practical model called 3ds procedures. Some use 3dsLoader not read into the model, the program can be solved :)                         
                            - 2022-03-25 19:35:34下载
- 积分:1
 
- 
                        本源码是对openGL编程的初学者一个很好的开始。目前很多书籍中讲的openGL编程都用的是C编程,对于如何移植到VS2005下本源码就可以了。...
                        
                          本源码是对openGL编程的初学者一个很好的开始。目前很多书籍中讲的openGL编程都用的是C编程,对于如何移植到VS2005下本源码就可以了。-The source is openGL programming beginners a good start. At present, many books have talked about openGL programming using C programming, how to migrate to the source code under VS2005 it.                         
                            - 2022-02-15 12:13:21下载
- 积分:1