-
功能是把一个无符号长整型的数的后n位放入到前length位有效的无符号字符型数组array[arraybyte]中...
功能是把一个无符号长整型的数的后n位放入到前length位有效的无符号字符型数组array[arraybyte]中-function is an unsigned long integer number of spaces after n Add to place before the effective length of unsigned character array [arraybyte]
- 2023-05-13 04:20:03下载
- 积分:1
-
经典游戏代码,主要为俄罗斯方块游戏代码、扫雷游戏代码、s60游戏代码以及贪吃蛇游戏代码、坦克1998游戏代码...
经典游戏代码,主要为俄罗斯方块游戏代码、扫雷游戏代码、s60游戏代码以及贪吃蛇游戏代码、坦克1998游戏代码-Classic game code, mainly for the Russian box game code, game code mine, s60 game code as well as the Snake game code, game code tank in 1998
- 2022-10-18 14:30:03下载
- 积分:1
-
This procedure has been proven through multiple debugger to debug through as lon...
此程序通过多次调试 已经被证实可以调试通过 只要大家下载完后根据自己的硬件电路改写I/P口就是-This procedure has been proven through multiple debugger to debug through as long as we can download the exhausted according to their own hardware circuit rewritten I/P port is
- 2022-07-27 13:18:37下载
- 积分:1
-
正常开放
打开校内页面的辅助程序,可以看各项内容
先将ID复制到剪贴板
使程序处在激活状态,按任意键即可
按回车键是查看当前ID的,按其他键是看剪贴板中的-Open-assisted procedures for the school page, you can watch the first ID to copy the contents to the clipboard so that procedures are activated by pressing any key you press the Enter key is to view the current ID, and by other key is to watch clipboard
- 2023-09-09 19:20:03下载
- 积分:1
-
VC++ 实现打飞机小游戏
全部实现源码+ 算法
VC++ 实现打飞机小游戏
全部实现源码+ 算法-Visua C++ plan game
xiao game
- 2022-05-19 13:01:02下载
- 积分:1
-
butterfly at nature
butterfly at nature-butterfly at nature
- 2022-11-24 18:15:03下载
- 积分:1
-
WINDOW API 编程 控件的创建和遍历硬盘目录
API 编程 控件的创建和遍历硬盘目录,对于学习 WINDOWS 编程的同学很有帮助
- 2022-07-25 12:53:24下载
- 积分:1
-
是以读的方式打开源文件初始化输入文件查出此字符对应的概率区间...
是以读的方式打开源文件初始化输入文件查出此字符对应的概率区间-Reading is a way to open the source file to initialize the input file to identify this character corresponds to the probability interval
- 2022-02-01 04:33:49下载
- 积分:1
-
最小二乘法,C++算法
最小二乘法,C++算法-least squares method, C Algorithm
- 2022-02-04 09:41:02下载
- 积分: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