-
用C语言播放音乐文件,调用API函数.链接时要指定库文件。VC++是vfw32.lib, GCC是libvfw32.a....
用C语言播放音乐文件,调用API函数.链接时要指定库文件。VC++是vfw32.lib, GCC是libvfw32.a. -Using C language to play music files, call the API function. Links to the specified library file. VC++ Is vfw32.lib, GCC is libvfw32.a.
- 2022-11-26 15:40:03下载
- 积分:1
-
24小时教会你python的常用功能,减少初学者的学习时间,提高学习效率...
24小时教会你python的常用功能,减少初学者的学习时间,提高学习效率-24-Hour Church of your python commonly used functions, reduce the learning time for beginners to improve learning efficiency
- 2022-05-20 01:41:29下载
- 积分:1
-
详细介绍cad转mapgis的过程及方法。
详细介绍cad转mapgis的过程及方法。-Cad details mapgis to the process and methods.
- 2023-04-17 01:15:02下载
- 积分:1
-
很多有趣的小程序,对学习C语言有很大的帮助哦 大家一定要
很多有趣的小程序,对学习C语言有很大的帮助哦 大家一定要-many interesting small program, to learn C language is a great help, oh we must Kankan
- 2023-07-26 23:05:03下载
- 积分:1
-
对一些问题的独立计算,可以自动计算…
独数问题计算,可以自动计算和判断给定的独数矩阵,然后分析计算-Independent calculation of the number of problems, you can automatically calculate and judge the independence number of a given matrix, and then analysis
- 2022-07-23 18:47:33下载
- 积分:1
-
STAB is a new active probing tool for locating thin links on a network path. A t...
STAB is a new active probing tool for locating thin links on a network path. A thin link is a link with less available bandwidth than all links preceding it on the path. The last thin link on the path is the link with the minimum available bandwidth or tight link. STAB combines the concept of "self-induced congestion", the probing technique of "packet tailgating", and special probing trains called "chirps" to efficiently locate the thin links.
- 2023-07-29 03:10:03下载
- 积分:1
-
Astro3.zip
重载==运算的例子
Asycls11.zip
异步处理类, C++代码
addzip06.zip
在程序开发...
Astro3.zip
重载==运算的例子
Asycls11.zip
异步处理类, C++代码
addzip06.zip
在程序开发中使用文件压缩技术
addresschange.zip
这是一个用来改变ip地址和硬件地址的小程序
a10_src.zip
DirectDraw游戏编程的最佳入门范例
aComressEX.zip
用了三种比较简单的压缩算法。-Astro3.zip Heavy == operator example Asycls11.zip asynchronous class and the C code addzip06.zip developers use compression technology addresschange.zip This is a change for ip address and the hardware addresses of small programs a10_src.zip DirectDraw game programming the best example aComressEX.zip entry with three relatively simple compression algorithm.
- 2022-04-22 16:46:13下载
- 积分:1
-
[键盘处理]一个打字游戏,动感的声音和画面会让你有焕然一新的感觉...
[键盘处理]一个打字游戏,动感的声音和画面会让你有焕然一新的感觉-[keyboard handling] a typing game, dynamic voice and video will allow you to have the feeling of a new look
- 2022-02-02 17:48:32下载
- 积分:1
-
往ibm sametime发送即时消息的java代码
往ibm sametime发送即时消息的java代码-send mes to ibm sametime
- 2022-01-26 00:13:34下载
- 积分:1
-
C#通过API调用windows菜单
C#通过Win32的API接口来调用windows系统的菜单,因此本源码的重点不是展示菜单是否漂亮,而是Win32的API如何调用,如何调用想要的系统功能或菜单来显示,这才是重点。注意:用P/Invoke调用动态链接库中非托管函数时,应执行如下步骤:
1、定位包含该函数的DLL。
2、把该DLL库装载入内存。
3、找到即将调用的函数地址,并将所有的现场压入堆栈。
4、调用函数。
- 2022-03-17 17:38:35下载
- 积分:1