-
c语言精髓,从入门到精通。包括基础篇
数据结构篇,数值计算与趣味数学篇,图形篇,系统篇,常见试题解答篇,游戏篇,综合实例篇...
c语言精髓,从入门到精通。包括基础篇
数据结构篇,数值计算与趣味数学篇,图形篇,系统篇,常见试题解答篇,游戏篇,综合实例篇-c language essence, from the entry to the master. Fundamentals of data structures, including articles, numerical calculation and fun math articles, graphics, articles, systems articles, answers to Frequently Asked Questions articles, games, articles, comprehensive examples of articles
- 2022-07-03 04:46:25下载
- 积分:1
-
显示时钟及日历,同时可以查询其它年月的星期情况
显示时钟及日历,同时可以查询其它年月的星期情况-Display clock and calendar, while other years can learn about the situation of the week
- 2023-05-24 00:00:03下载
- 积分:1
-
一本关于Windows API编程方面的书,其中涉及了SDK方面,值得
一本关于Windows API编程方面的书,其中涉及了SDK方面,值得-1 on the Windows API programming books, which involves the SDK, it is worth
- 2023-06-12 07:00:08下载
- 积分:1
-
虽然这dvbs2编译器的短帧、普通帧细节只是短暂的
hihi this dvbs2 enoder short frame and normal frame deatils just brief of it
- 2022-04-29 00:17:20下载
- 积分:1
-
初学者刚写的前端页面
公司页面首页,有需要的可以参考一下
- 2022-07-10 16:45:57下载
- 积分:1
-
带色彩的进度条编程
带色彩的进度条编程-color with the progress of the program
- 2022-09-17 16:35:02下载
- 积分:1
-
在Vc++环境下,实现复数的加减乘除。利用函数重载
在Vc++环境下,实现复数的加减乘除。利用函数重载-In Vc++ Environment, realize complex addition and subtraction, multiplication and division. The use of Function Overloading
- 2023-08-16 13:40:03下载
- 积分:1
-
WinCC变量的使用,这些也都是学习一些WinCC Parag程序…
wincc变量的使用,这些也是WINCC学习的一些程序段。-WinCC variables used, these are also learning some of the procedures WINCC paragraph.
- 2023-02-03 09:15:04下载
- 积分:1
-
ADXL345加速度传感器精简源码
三周加速度计的简单例子,详细分析。
- 2022-01-26 04:54:19下载
- 积分: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