-
snmp up 1
snmp up 1
- 2022-12-15 04:40:03下载
- 积分:1
-
数据结构中图的邻接表实现 c++ 实现大部分功能 学习的好参考...
数据结构中图的邻接表实现 c++ 实现大部分功能 学习的好参考-c++ MAP
- 2022-03-14 12:32:37下载
- 积分:1
-
图形识别,大家下载
图形识别,大家下载-Pattern Recognition, U.S. Download
- 2023-05-12 21:50:03下载
- 积分:1
-
教务辅助管理 教师信息管理排课,授课信息的管理。
教务辅助管理 教师信息管理排课,授课信息的管理。-Senate Aided Management Information Management Course Scheduling teachers, teaching information management.
- 2022-11-27 22:25:03下载
- 积分:1
-
只用简单的代码的和最基本的控件,实现对图片批量预览图片,修改图片和对图片进行转移...
只用简单的代码的和最基本的控件,实现对图片批量预览图片,修改图片和对图片进行转移-using only simple code and the most basic controls and achieve volume preview of pictures pictures, photo and picture transfer
- 2023-09-07 18:45:04下载
- 积分:1
-
glut.h 把这个文件"include"到您的源代码中。通常把这个文件放在您的编译器的头文件目录gl文件夹下。
glut.lib(SGI版)和glut3...
glut.h 把这个文件"include"到您的源代码中。通常把这个文件放在您的编译器的头文件目录gl文件夹下。
glut.lib(SGI版)和glut32.lib(微软版),这个文件会被链接到您的程序,所以,把它放到编译器的lib文件夹下。
glut.dll(SGI版)和glut32.dll(微软版),把这个文件放在%WinDir%System32文件夹下。
然后拷贝对应的文件到对应的目录:
glut32.dll to %WinDir%System, //这里或者是System32
glut32.lib to $(MSDevDir)....VC98lib,
glut.h to $(MSDevDir)....VC98includeGL
对于vc2005,则应拷贝到:
VCPlatformSDKLib和VCPlatformSDKIncludeGL-glut.h put this file include to your source code. Usually put this file on your compiler s header files directory gl folder. glut.lib (SGI version) and glut32.lib (Microsoft version), this document will be linked to your procedures, therefore, put it on the compiler s lib folder. glut.dll (SGI version) and glut32.dll (Microsoft version), put the document on the WinDir System32 folder. And copies of the corresponding documents to the corresponding directory: glut32.dll to WinDir System,// here or are System32glut32.lib to $ (MSDevDir ).... VC98lib, glut.h to $ (MSDevDir ).... VC98includeGL for vc
- 2022-06-28 06:41:31下载
- 积分:1
-
Visual C#中的MDI编程
Visual C#中的MDI编程-Visual C# MDI programming
- 2022-07-20 07:14:20下载
- 积分:1
-
大华开发手册sdk
详细说明:大华网络摄像机SDK二次开发资料,官方的根本不全,这是我在网上收集的另一个SDK开发文档,必须要有此文档才能正确的开发-
- 2023-05-04 05:10:03下载
- 积分:1
-
根据c#的事件委托机制,实现c++事件管理器
根据c#的事件委托机制,实现c++事件管理器-According to c# Events commissioned mechanism c++ Event Manager
- 2022-06-28 05:46:28下载
- 积分:1
-
读者写者问题
操作系统中中线程同步时一个很重要的问题,而有时候同步却会造成死锁。为了解决这个问题,一种方式是通过信号量来实现线程调度。本代码使用c语言开发,vc++6.0 ide,在windows下运行。即可展示信号量在读者写者问题中的图形化界面表示。
- 2023-06-06 22:00:03下载
- 积分:1