登录
首页 » Visual C++ » glew-1.10.0-win32

glew-1.10.0-win32

于 2020-10-15 发布 文件大小:2643KB
0 34
下载积分: 1 下载次数: 23

代码说明:

  opengl的扩展库glew,包含源码与连接库,2013年更新,版本至1.10(opengl extensions library glew, including source code and link library, 2013 updated to version 1.10)

文件列表:

glew-1.10.0
...........\bin
...........\...\Release
...........\...\.......\Win32
...........\...\.......\.....\glew32.dll,337408,2013-07-22
...........\...\.......\.....\glewinfo.exe,350720,2013-07-22
...........\...\.......\.....\visualinfo.exe,222720,2013-07-22
...........\...\.......\x64
...........\...\.......\...\glew32.dll,364032,2013-07-22
...........\...\.......\...\glewinfo.exe,388096,2013-07-22
...........\...\.......\...\visualinfo.exe,248832,2013-07-22
...........\...\Release MX
...........\...\..........\Win32
...........\...\..........\.....\glew32mx.dll,229888,2013-07-22
...........\...\..........\x64
...........\...\..........\...\glew32mx.dll,267264,2013-07-22
...........\doc
...........\...\advanced.html,11766,2013-07-22
...........\...\basic.html,10078,2013-07-22
...........\...\build.html,6764,2013-07-22
...........\...\credits.html,5735,2013-07-22
...........\...\glew.css,3042,2013-07-22
...........\...\glew.html,85225,2013-07-22

...........\...\glew.txt,1639,2013-07-22
...........\...\glxew.html,14476,2013-07-22
...........\...\gpl.txt,18329,2013-07-22
...........\...\index.html,12524,2013-07-22
...........\...\install.html,9740,2013-07-22
...........\...\khronos.txt,1099,2013-07-22
...........\...\log.html,28820,2013-07-22
...........\...\mesa.txt,1124,2013-07-22


...........\...\wglew.html,13308,2013-07-22
...........\include
...........\.......\GL
...........\.......\..\glew.h,943450,2013-07-22
...........\.......\..\glxew.h,70092,2013-07-22
...........\.......\..\wglew.h,63627,2013-07-22
...........\lib
...........\...\Release
...........\...\.......\Win32
...........\...\.......\.....\glew32.lib,562210,2013-07-22
...........\...\.......\.....\glew32s.lib,1907400,2013-07-22
...........\...\.......\x64
...........\...\.......\...\glew32.lib,553592,2013-07-22
...........\...\.......\...\glew32s.lib,1927902,2013-07-22
...........\...\Release MX
...........\...\..........\Win32
...........\...\..........\.....\glew32mx.lib,3542,2013-07-22
...........\...\..........\.....\glew32mxs.lib,1402096,2013-07-22
...........\...\..........\x64
...........\...\..........\...\glew32mx.lib,3428,2013-07-22
...........\...\..........\...\glew32mxs.lib,1436392,2013-07-22
...........\LICENSE.txt,3870,2013-07-22
...........\README.txt,502,2013-07-22
...........\TODO.txt,428,2013-07-22

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

发表评论

0 个回复

  • C_study
    谭浩强c语言基础教程学习,里面包括多种格式选择(Hemopurification c language c language versions, select a variety of formats)
    2012-07-14 09:23:00下载
    积分:1
  • prog3(关于视图分离)
    关于视图分离的最基本程序,实现了两边视图的数据统一与联系(Views on the separation of the most basic procedures, the two sides achieved a unified view of data linked)
    2005-05-09 15:55:01下载
    积分:1
  • morevision
    麻省理工大学机器视觉的课程PPT2005年冬季学期(MIT machine vision seminars)
    2010-03-03 15:27:23下载
    积分:1
  • HuffanCoding
    读取数据,统计所得到的文件中每个字母的权值,创建哈夫曼树,哈夫曼编码。哈夫曼解码,解码后内容写入到指定的文件。 读取数据里面的内容是由英文单词组成。读取文件的时候传入文件存放的路径、读取方式以及读出以后存放的数组,最终可以得到一个存放目标文件内容的数组。 将得到的数组进行字母权值的统计,统计每个字母出现的次数,次数即为每个字母的权值。 将得到的字符数组与权值数组作为创建哈夫曼树的依据,哈夫曼树根据每个字母权值的大小来创建,每个节点,包括权值、父节点、左子、右子和字母本身。 根据哈夫曼树进行编码。形成目标文件的哈夫曼编码,将此编码返回。 根据哈夫曼树得到的数组即为解码数组,解码数组作为解码的结果返回。 写入输出文件,将解码得到的数组、文件的完整路径以及文件的写方式作为参数传入,将数组写入到相应的文件中。 (Read the data, statistical documents obtained weights for each letter, create a Huffman tree, Huffman coding. Huffman decoding, the decoded contents are written to the specified file. Read the content inside is composed of English words. When the incoming file to read the file storage path, read mode and read out after storage array that can eventually get a storage target file contents of the array. The resulting array of letter weights statistics, statistical number of occurrences of each letter, the number is the weight of each letter. The resulting character array with the weights array as the basis for creating Huffman tree, Huffman tree based on the size of the weights of each letter to create, for each node, including weights, parent, left child, right child, and letter itself. According to Huffman coding. The formation of the target file Huffman coding, this code returns. According to Huffman decoding the resulting array is an array, the decoder decodes the result is retur)
    2020-07-02 15:40:01下载
    积分:1
  • Cpp1
    一元多项式的计算 有输入多项式项 有加法项 有减法项 有乘法项等(Unary polynomial calculation)
    2010-02-23 17:03:33下载
    积分:1
  • Example36
    VS2010中MFC实现菜单,工具栏,状态栏,并静态分割界面(MFC to achieve the VS2010 menu, toolbar, status bar, and the static segmentation interface)
    2016-01-05 14:47:36下载
    积分:1
  • udf_dpm_tongji
    fluent多相流DPM模型中使用用户自定义函数对颗粒进行统计(DPM fluent multiphase flow model using user-defined functions for particle statistics)
    2020-12-06 21:09:21下载
    积分:1
  • Set
    使用C语言建立带头结点链表实现了集合。并进行了性能上的优化。(Achieve set using C to build list witch head node. And make optimization in performance.)
    2009-11-18 13:29:05下载
    积分:1
  • chengxu
    这是一个描述小球弹跳的matlab程序代码,他可以帮助你解决一些教学模拟问题。(simulate a ball jump)
    2013-04-13 21:03:23下载
    积分:1
  • 扫地机器人设计
    自带小范围坐标识别,电机控制,语音控制,红外距离探测,电池充电控制,障碍识别,路径规划的功能,代码是基于单片机实现的!(It has the functions of small area coordinate recognition, motor control, voice control, infrared distance detection, battery charging control, obstacle recognition and path planning. The code is based on MCU.)
    2020-09-12 19:08:00下载
    积分:1
  • 696524资源总数
  • 103939会员总数
  • 12今日下载