-
用VC编写的录音机,可以转MP3
用VC编写的录音机,可以转MP3-prepared by the VC recorders, MP3 switch
- 2022-08-19 09:29:16下载
- 积分:1
-
this is a pastime of small programs, is a Christmas tree, concerned persons can...
这个是个消遣的小程序,是一棵圣诞树,有心的人可以把它送给你女朋友啊!-this is a pastime of small programs, is a Christmas tree, concerned persons can send it to your girlfriend ah!
- 2022-02-04 13:44:08下载
- 积分:1
-
ASP中重启服务器和PING功能
资源描述详细介绍: 在ASP中重新启动或关闭远程服务器,组件还有ping功能,可以实现从域名到IP的转换!
- 2022-01-25 18:21:28下载
- 积分:1
-
VMware absolute green green version is easy to install!
VMware绿色版 绝对绿色 安装简单!-VMware absolute green green version is easy to install!
- 2022-05-06 12:23:23下载
- 积分:1
-
a powerful dictionary but easy to program. Welcome to download, and you must be...
一款不错的词霸,制作简单,但是功能强大!请大家下载,一定会很happy!-a powerful dictionary but easy to program. Welcome to download, and you must be happy to use it.
- 2023-05-11 10:30:03下载
- 积分:1
-
VB的1500个WINDOWSAPI类全集
VB的1500个WINDOWSAPI类全集-VB-1500 WINDOWSAPI Class Collection
- 2022-07-11 17:31:02下载
- 积分:1
-
《C++大学教程》中,类与数据抽象的示例程序。教你接口与实现方法的分离,控制对成员的访问和private属性的工具函数。...
《C++大学教程》中,类与数据抽象的示例程序。教你接口与实现方法的分离,控制对成员的访问和private属性的工具函数。- C++ University Guide , the abstract data type and sample programs. Teach you methods of interface and implementation separation, control of members of private property access and function of the tool.
- 2022-01-25 20:11:08下载
- 积分:1
-
可以比较简单实现通信系统中BPSK算法,是其他算法的基础
可以比较简单实现通信系统中BPSK算法,是其他算法的基础-Can be relatively simple algorithm to achieve communication systems, BPSK, is the basis for other algorithms
- 2022-02-05 11:09:32下载
- 积分:1
-
ASCII代码的关键
程序返回按下的键的ASCII值。对于每个按下的键的结果示于表格字幕。
- 2022-05-07 09:45:13下载
- 积分:1
-
屏幕取词VC6.0源码
DLLEXPORT BOOL WINAPI SetNHW32() { if(g_hHook == NULL) { g_hHook = SetWindowsHookEx(WH_GETMESSAGE, GetMsgProc, g_hinstDll, 0); if (g_hHook == NULL) { MessageBox(NULL, __TEXT("Error hooking: SetWindowsHookEx fail"), __TEXT("GetWord"), MB_OK); return FALSE; } } return TRUE;}
- 2022-05-28 06:17:38下载
- 积分:1