-
VB制作的MP3简单算法 希望对初学者希望有用 交流272172926
VB制作的MP3简单算法 希望对初学者希望有用 交流272172926-VB useful for making MP3 a simple algorithm for hope
- 2022-03-31 20:12:40下载
- 积分:1
-
C语言精彩编程百例4
C语言精彩编程百例4-C programming language brilliant four hundred cases
- 2022-04-20 01:19:52下载
- 积分:1
-
Print preview plug
打印预览插件,可以vb中使用-Print preview plug-ins, can be used vb
- 2023-08-18 06:25:03下载
- 积分:1
-
sqlite数据库的源代码,用于设计小型数据库
sqlite数据库的源代码,用于设计小型数据库-Source code of sqlite database, which is used for designing minitype database.
- 2023-06-14 22:15:03下载
- 积分:1
-
Windows NT Services library
Windows NT Services library-This library is full encapsulation of Microsoft Windows NT (NT4, 2k, XP and Vista) services API. > SERVICES IMPLEMENTATION* almost full Windows NT API encapsulation* full customization via callback* embeddable in DLL s* full logging support (via Windows events logs)* converts any C/C++ application (and others that support C linkage) in an NT service with just a function call > SERVICES CONTROL* install, modify, remove services* start, stop, pause, restart service* check service status* list services* get extended service informations* dependencies management* remote machine services access > MISC.* ansi/unicode support
- 2022-03-23 19:58:12下载
- 积分:1
-
互刷源码
互刷的平台源码,不错的。现分享出来大家,大家互相研究下。
- 2022-06-18 09:49:12下载
- 积分:1
-
c compiler source code
c语言编译器的源代码-c compiler source code
- 2022-11-27 05:25:02下载
- 积分:1
-
vs2013 SendMessage后台鼠标消息实例
vs2013 SendMessage后台鼠标消息实例
void 测试()
{
RECT r1;
POINT old_p;
HWND Game = ::FindWindow(NULL, "Plants vs. Zombies 1.2.0.1073 RELEASE");
//::MessageBox(NULL, GetGmae, "这是标题", MB_OK);
::SetWindowPos(Game, 0, 0, 0, 0, 0, SWP_NOSIZE | SWP_SHOWWINDOW | SWP_NOMOVE);
//::SetWindowPos(Game, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE);
//设置窗口属性
- 2022-01-24 14:19:04下载
- 积分:1
-
Relay Function Code
继电保护功能代码,xls格式,补充了一个英文说明TXT-Relay Function Code
- 2022-01-26 00:10:51下载
- 积分:1
-
PDU格式短信
应用背景短信客户端-服务器软件是用来发送,读取,删除消息。它采用GSM Modem发送短信。它侦听传入消息到达,过程读取消息并采取行动因此。这个短信软件需要gsmcomm库,你可以也可以下载。关键技术短信客户端和服务器是一个应用软件,用于发送和接收短信(SMS)。它侦听传入消息到达,处理该消息,如果它是一个有效的格式。注意处理到达的消息取决于应用程序将以后讨论。我要解释以下事情:通信端口设置接收消息发送消息阅读所有的邮件(由用户发送)删除邮件(一个或所有)我用thegsmcommlibrary发送和接收短信。你需要一个GSM调制解调器或电话发送短信。
- 2022-02-05 00:50:02下载
- 积分:1