登录
首页 » Visual C++ » vc_liabraries_and_patch

vc_liabraries_and_patch

于 2020-09-09 发布 文件大小:33079KB
0 47
下载积分: 1 下载次数: 138

代码说明:

  vc库文件及相关微软补丁GLAUX.LIB glew32.dll glew32.lib glew.h glext.h glu32.dll GLU32.LIB(Vc libraries and related Microsoft patch GLAUX. LIB glew32. DLL glew32. LIB glew. H glext. H glu32. DLL glu32. LIB)

文件列表:

vc库文件及补丁
..............\microsoft_vc补丁
..............\................\dotnetfx30SP1setup
..............\................\..................\dotnetfx30SP1setup.exe,2518032,2008-04-25
..............\................\..................\Readme-说明.htm,2711,2006-12-08
..............\................\microsoft.net_framework2.0
..............\................\..........................\dotnetfx.exe,23510720,2010-10-13
..............\................\..........................\Readme-说明.htm,3062,2009-02-10
..............\................\vcredist_x86(1).exe,1758728,2012-03-26
..............\................\vcredist_x86(3).exe,2723264,2012-03-26
..............\................\vcredist_x86.exe,1758728,2012-03-26
..............\opengl库文件
..............\............\glutdlls37beta
..............\............\..............\glew32s.lib,1248180,2012-03-26
..............\............\..............\glut.dll,169984,1998-08-18
..............\............\..............\glut.h,21440,1998-08-18
..............\............\..............\glut.lib,79654,1998-08-18
..............\............\..............\glut32.dll,169984,1998-08-18
..............\............\..............\glut32.lib,79898,1998-08-18
..............\............\opengl
..............\............\......\GLAUX.LIB,1312394,1998-05-13
..............\............\......\glew.h,466817,2005-02-02
..............\............\......\glew32.dll,188416,2005-02-02
..............\............\......\glew32.lib,277166,2005-02-02
..............\............\......\glext.h,334264,2005-06-20
..............\............\......\glu32.dll,121856,2004-08-04
..............\............\......\GLU32.LIB,12648,1998-05-13
..............\............\......\glut.def,2290,1999-02-10
..............\............\......\glut.h,27670,2000-12-13
..............\............\......\glut32.dll,237568,2001-11-08
..............\............\......\glut32.lib,28728,2001-11-08
..............\............\......\glxew.h,41495,2005-01-04
..............\............\......\glxext.h,29621,2005-04-28
..............\............\......\opengl32.dll,713728,2004-08-04
..............\............\......\OPENGL32.LIB,77112,1998-05-13
..............\............\......\README-win32.txt,26454,2001-11-08
..............\............\......\wglew.h,38523,2005-02-02
..............\............\......\wglext.h,27499,2005-03-18
..............\............\opengl%2BSDK
..............\............\..........\opengl SDK
..............\............\..........\..........\include
..............\............\..........\..........\.......\GL.H,69083,2005-10-19
..............\............\..........\..........\.......\GLAUX.H,12024,2005-10-19
..............\............\..........\..........\.......\GLEXT.H,12794,2005-10-19
..............\............\..........\..........\.......\GLU.H,18282,2005-10-19
..............\............\..........\..........\.......\GLUT.H,27670,2005-10-19
..............\............\..........\..........\.......\WGLEXT.H,17183,2005-10-19
..............\............\..........\..........\lib
..............\............\..........\..........\...\GLAUX.LIB,1312394,2005-10-19
..............\............\..........\..........\...\GLU.DLL,315904,2005-10-19
..............\............\..........\..........\...\glu.lib,35606,2005-10-19
..............\............\..........\..........\...\GLU32.LIB,49514,2005-10-19
..............\............\..........\..........\...\GLUT.DLL,154624,2005-10-19
..............\............\..........\..........\...\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
..............\............\..........\..........\opengl配置.doc,38400,2009-12-15

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

发表评论

0 个回复

  • DisWinLynn
    说明:  自己写的一个可以屏蔽系统键的程序,可以屏蔽WIN键,当然你可以修改其他屏蔽键!(玩魔兽时防止按错退出写的一个自己用的辅助工具)(himself in a system can shield key procedures, shielding WIN button, of course, you can modify other shielding keys! (Barry wrong by preventing the withdrawal was made with one of his aids))
    2005-10-08 13:21:56下载
    积分:1
  • capturingPacketNoCallBlock
    使用winpcap非阻塞式抓取包(需要winpcap 库)(winpcap use nonblocking packet-capture (need winpcap Treasurer))
    2006-07-21 09:49:46下载
    积分:1
  • 最小生成树
    给定一个带权的无向连通图,如何选取一棵生成树,使树上所有边上权的总和为最小(Given a weighted undirected connected graph, how to select a spanning tree to minimize the sum of all the upper bounds on the tree)
    2017-06-05 17:27:17下载
    积分:1
  • ReadDataFromMIT-BIHDirectlyByVC++
    MIT-BIH心电数据库中包含有大量的心电信号,用户可以直接下载这些信号用于信号分析,算法验证等。但是其数据存储格式复杂,只能用其提供的工具包进行读取,很不方便。本源码可以直接读取MIT-BIH中的format212和format16格式的心电数据,免去了学习其繁琐工具包的过程。(MIT-BIH ECG database contains a large number of ECG signals, users can directly download these signals used in signal analysis, verification algorithm. However, the complexity of its data storage format, can only provide a toolkit to read, very inconvenient. The source can be directly read the MIT-BIH in format212 and format16 ECG data format, which eliminates the cumbersome tool kit to learn their process.)
    2008-01-02 13:27:39下载
    积分:1
  • PROGRAMMATION-cPP-et-genie-logiciel
    book to learn Visual c++ and logiciel
    2014-02-19 12:13:40下载
    积分:1
  • 最小二乘法一元回归和多项式拟合算法
    C++实现最小二乘法一元回归和多项式拟合,是曲线分析中的基本函数,可以集成到自己开发的软件中,实现曲线的优化,对数据的曲线分析具有重要意义
    2022-08-02 16:55:52下载
    积分:1
  • fish---bitmapbtn
    evc做的用图片做按钮的小程序,支持两种状态的,效果还不错哦。(evc do with the Photo button so small procedures, the state supports two, the results were pretty good, oh.)
    2007-03-28 17:21:51下载
    积分:1
  • gengzhong
    点光源追踪,步进电机与MSP430,实现对电光源的追踪,可用于太阳能(Point source tracking, stepper motor and MSP430, to achieve the tracking of electric light, can be used for solar energy)
    2012-08-07 07:50:05下载
    积分:1
  • StockManager
    自己编的基金管理系统,用vc编写,当时学管理信息系统时写的,还有实验报告(Compile their own fund management system, with vc writing, school management information system was written, as well as experimental report)
    2009-11-01 22:43:34下载
    积分:1
  • sanner
    说明:  扫描器C源码,大家可以研究一下再说吧,扫描漏洞的(Scanner C source code, we can look at to say it, scanning loopholes)
    2010-05-03 14:06:10下载
    积分:1
  • 696518资源总数
  • 104292会员总数
  • 28今日下载