登录
首页 » Visual C++ » VC常用的OpenGL库文件

VC常用的OpenGL库文件

于 2020-06-27 发布 文件大小:725KB
0 164
下载积分: 1 下载次数: 675

代码说明:

  VC常用的OpenGL库文件下载,这些文件包括:GL.H、GLAUX.LIB、opengl.lib、OPENGL.DLL、GLEXT.H、GLU32.LIB、GLU.DLL、GLU.H、glu.lib、GLUT32.DLL、GLUT.DLL、glut.lib、OPENGL32.LIB、GLAUX.H、GLUT.H、WGLEXT.H等等。(VC OpenGL library file to download these files include: GL.H, GLAUX.LIB opengl.lib OPENGL.DLL GLEXT.H GLU32.LIB GLU.DLL GLU.H, glu.lib, GLUT32. DLL, GLUT.DLL, glut.lib, OPENGL32.LIB, GLAUX.H, GLUT.H, WGLEXT.H more.)

文件列表:

OpenGL
......\OpenGL开发库
......\............\GL.H,69083,2005-10-19
......\............\GLAUX.H,12059,2011-11-07
......\............\GLAUX.LIB,1312394,2005-10-19
......\............\GLEXT.H,12794,2005-10-19
......\............\GLU.DLL,315904,2005-10-19
......\............\GLU.H,18282,2005-10-19
......\............\glu.lib,35606,2005-10-19
......\............\GLU32.LIB,49514,2005-10-19
......\............\GLUT.DLL,154624,2005-10-19
......\............\GLUT.H,27705,2011-11-07
......\............\glut.lib,79654,2005-10-19
......\............\GLUT32.DLL,237568,2005-10-19
......\............\GLUT32.LIB,69580,2005-10-19
......\............\OPENGL.DLL,1213440,2005-10-19
......\............\opengl.lib,242802,2005-10-19
......\............\OPENGL32.LIB,336274,2005-10-19
......\............\WGLEXT.H,17218,2011-11-07

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • icmpCheater
    给任意IP地址发送一个欺骗icmp包,发送方的IP地址和MAC地址可以随意填写(To deceive any IP address to send a icmp packet, the sender' s IP address and MAC address can be free to fill)
    2013-07-12 13:07:07下载
    积分:1
  • examples-of-dsp2812
    DSP2812基于长沙创制电子的mini开发板的实验例程,教你学dsp(DSP2812 development board based Changsha create electronic mini experimental routine, taught you how dsp)
    2013-01-24 14:20:59下载
    积分:1
  • MFC_lib
    mfc框架中经常用到的一些库,方便程序员查找之用(mfc framework often used in some of the bank to facilitate the use of programmers to find)
    2010-09-01 11:53:31下载
    积分:1
  • LSM_Match_2010-5-1
    说明:  最二小乘影像匹配,精度可以达到0.01个像素,也可以最二小乘影像模板匹配。经过修改后可以直接用,只要调用一个函数就搞定,函数参数的说明很清楚,绝对不会有任何困难,非常好用。(Most two Theravada image matching accuracy can reach 0.01 pixel images can also be the most two Theravada template matching. After modifications can be directly used, as long as is you call a function, function parameters, the description is clear and will not have any difficulties, very easy to use.)
    2010-04-30 16:42:22下载
    积分:1
  • 一个库存采购管理的mini ERP软件
    本代码完整的实现了一个简易采购及库存管理的软件系统。完全使用VC 2008开发完成。软件实现的过程中涉及下列技术点,可供各位参考: 1、使用VC++代码访问带有密码设置的Access 2000数据库。 2、使用VC++代码操作Access 2000数据库。 3、模态对话框中的控件大小及位置,随着主窗口大小的改变而自适应调整。 4、浮动窗口的实现。
    2022-05-23 08:05:53下载
    积分:1
  • 视频采集卡程序
    这个是视频采集卡的程序,有视频监控的界面,可以对摄像头拍摄的视频进行录制。
    2023-08-08 09:30:06下载
    积分:1
  • TabCtrl
    Windows Tab Control VS6 MFC
    2015-08-02 03:13:10下载
    积分:1
  • 5
    一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。 C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。 系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次执行函数体,得最终返回值x+y=15+(-6)=9。 (Compiling together the sequence of test procedures, involving the sequence of function calls and operator symbols, such as the priority problem. Now I give you to start speaking. Procedures for C compiler always start from the main function and at这道题the focus of " fun ((int) fun (a+ c, b), ac)) " statement. System must first determine the most outer layer of fun () function of real parameters, the first parameters of recursive calls required fun () function (may be called the inner function). Inner function separately for the two parameters x = a+ b = 2+8 = 10, y = b = 5, to execute the function body x+ y = 10+5 = 15, then the outer function parameters were x = 15 . Its another parameter y = ac = 2-b =- 6, once again to execute the function body may eventually return the value of x+ y = 15+ (-6) = 9.)
    2009-03-15 15:36:23下载
    积分:1
  • aco
    比较好的蚁群算法MATLAB代码,作为学习人工智能算法是比较好的例子(Good ant colony algorithm based on MATLAB code as a learning algorithm is a good example of artificial intelligence)
    2014-08-09 10:39:00下载
    积分:1
  • uCOS-IIIPemwin522PPCPSample
    uCOS-III+em5.22+VS2010的移植,包含了官光的GUI例子(uCOS-III em5.22 VS2010)
    2013-10-30 22:32:52下载
    积分:1
  • 696518资源总数
  • 105949会员总数
  • 22今日下载