登录
首页 » WINDOWS » glut库文件全

glut库文件全

于 2018-03-28 发布 文件大小:629KB
0 149
下载积分: 1 下载次数: 3

代码说明:

  window下opengl的glut库; glut库用于opengl编程在Windows上创建一个简单的窗口(The glut Library of OpenGL under window; The glut library is used for OpenGL programming to create a simple window on Windows)

文件列表:

glut库文件全\dll\glaux.dll, 1386496 , 1997-11-25
glut库文件全\dll\glu32.dll, 121856 , 2008-04-14
glut库文件全\dll\glut.dll, 169984 , 1998-08-18
glut库文件全\dll\glut32.dll, 169984 , 1998-08-18
glut库文件全\dll\opengl32.dll, 713728 , 2008-04-14
glut库文件全\include\GL.H, 69083 , 1998-04-24
glut库文件全\include\GLAUX.H, 12024 , 1998-04-24
glut库文件全\include\GLU.H, 18282 , 1998-04-24
glut库文件全\include\glut.h, 21440 , 1998-08-18
glut库文件全\lib\GLAUX.LIB, 1312394 , 1998-05-13
glut库文件全\lib\GLU32.LIB, 12648 , 1998-05-13
glut库文件全\lib\glut.lib, 79654 , 1998-08-18
glut库文件全\lib\glut32.lib, 79898 , 1998-08-18
glut库文件全\lib\OPENGL32.LIB, 77112 , 1998-05-13
glut库文件全\win7安装方法.txt, 326 , 2011-11-01
glut库文件全\dll, 0 , 2011-11-01
glut库文件全\include, 0 , 2011-11-01
glut库文件全\lib, 0 , 2011-11-01
glut库文件全, 0 , 2011-11-01

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

发表评论

0 个回复

  • Asp用于分页的两个函数,做分页网页时很实用
    Asp用于分页的两个函数,做分页网页时很实用-Asp tabbed for the two functions, tabbed pages done very practical
    2022-01-31 04:49:57下载
    积分:1
  • Multi
    多线程文件下载器 显示在listbox里 轮询 从downloadlist.ini中获取要下载的文件,并且校验MD5,存储数据库,重复的不再下载-Multi-threaded file download device displayed in the listbox inside polling from downloadlist.ini get to download the file, and verify MD5, store databases, repeat no longer download
    2022-03-23 19:39:38下载
    积分:1
  • 用JSP+JavaBean+DB实现的在线聊天室,一个高手编的哦
    用JSP+JavaBean+DB实现的在线聊天室,一个高手编的哦-Using JSP+ JavaBean+ DB to achieve the online chat room, a master for the oh ~ ~ ~
    2023-05-31 23:10:03下载
    积分:1
  • 二维码VC代码
    二维码VC源码,二维码生成,C++,可以直接编译运行。vc6.0和VS2010直接可以编译运行。可以自由设置二维码生成的相关的设置
    2022-03-07 07:43:16下载
    积分:1
  • windows mobile的应用示例之2
    windows mobile的应用示例之2
    2022-01-26 01:02:12下载
    积分:1
  • 用c++的多态性编写一个简单的管理程序,处理的信息包括教师、学生、职员等三类对象。程序应具有适当的数据结构。程序的功能是管理学生,教师,职工信息,要求具有添加,...
    用c++的多态性编写一个简单的管理程序,处理的信息包括教师、学生、职员等三类对象。程序应具有适当的数据结构。程序的功能是管理学生,教师,职工信息,要求具有添加,删除,查询,排序的功能,在输出时注意综合应用所学知识灵活应用虚函数。 要求: 1. 在一个容器中存储不同类型的对象,要求数据结构中不能有类型判断字段。 2. 利用继承和虚函数,使得程序容易扩展,如输出对象信息。 3. 利用代理或者句柄实现引用计数和写时复制。-polymorphism with a simple preparation of the management procedures, the processing of information, including teachers, students and other staff the three targets. Procedures should have the appropriate data structure. Procedures function is the management of students, teachers, staff information, requiring add, delete, query, sort, in which the function to output integrated application knowledge to use virtual function. Requirements : 1. In a storage containers of different types of targets, data structure types can be judged field. 2. The use of inheritance and virtual function, making procedures easier to expand, as output target information. 3. Agents use or handle achieve reference counting and write copy.
    2022-03-10 06:53:16下载
    积分:1
  • at89c51的电压输出设计 c51,D/A实现制定电压调节控制
    at89c51的电压输出设计 c51,D/A实现制定电压调节控制-89c51 D/A 电压输出设计
    2022-06-28 01:14:51下载
    积分:1
  • Apriori算法的实现,Apriori关联规则的实现
    Apriori算法的实现,Apriori关联规则的实现
    2022-07-15 06:02:22下载
    积分:1
  • 隐藏系统状态条,SystemParametersInfo() API来实现隐藏和显示。
    隐藏系统状态条,SystemParametersInfo() API来实现隐藏和显示。-hidden system of the state, SystemParametersInfo () API to achieve concealment and display.
    2023-02-18 11:30:04下载
    积分:1
  • greedy
    集装箱的装箱问题: *给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材 *的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装 *箱的空间利用率最高?使用贪心算法解决。 *编译方法:打开cpp文件,在编译的同时建立工程,打开 "settings->link" *在link项的Object/library modules:中加入Opengl32.lib glu32.lib glaux.lib(Container packing problem: given a container, and its length L, width W and height H, the current batch of cylindrical timber, each timber* long are L, but the radius is different for the first i-kan timber radius ri. Asked how the packing, making me be assembled in* the maximum utilization of space? Use greedy algorithm to solve.* Compiler Methods: Open cpp file, compiled at the same time in the establishment of the project, open the settings-)
    2007-10-14 22:08:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载