-
判断IP是否有效
判断IP是否有效-To determine the validity of IP
- 2023-03-26 07:50:03下载
- 积分:1
-
a simple firewall code, which is perfect for beginners to learn NDIS programming...
一个简单的防火墙代码,很适合初学者学习NDIS编程!-a simple firewall code, which is perfect for beginners to learn NDIS programming!
- 2022-03-15 09:49:54下载
- 积分:1
-
一个TCPCASE用MONDOM打电话的程序
一个TCPCASE用MONDOM打电话的程序-TCPCASE using a procedure called MONDOM
- 2022-08-25 09:58:45下载
- 积分:1
-
P2P applications: BitTorrent source code
P2P应用:BitTorrent的源代码-P2P applications: BitTorrent source code
- 2023-09-02 03:40:02下载
- 积分:1
-
局域网内的聊天工具源代码...原理简单...值得初学者学习
局域网内的聊天工具源代码...原理简单...值得初学者学习-LAN chat tool for source code ... The principle should be simple for beginners to learn ...
- 2022-03-20 09:03:16下载
- 积分:1
-
sap rfc
sap rfc 使用rfc调用R3的销售数据-sap rfc
- 2022-06-26 19:00:57下载
- 积分:1
-
邮件发送模块,使用之前需要安装Jmail组件,然后在代码中设置SMTP服务器等信息。...
邮件发送模块,使用之前需要安装Jmail组件,然后在代码中设置SMTP服务器等信息。-E-mail module, prior to use Jmail need to install components, and then in the code set up SMTP server information.
- 2022-04-27 01:00:34下载
- 积分:1
-
一个Blog程序
一个Blog程序-Procedures for a Blog
- 2022-03-29 03:23:19下载
- 积分:1
-
一个简单的vc下tcp客户端程序 向服务器提出TCP连接的请求,当连接建立后,从服务器的端口接收数据并进行显示,然后断开与服务器的连接...
一个简单的vc下tcp客户端程序 向服务器提出TCP连接的请求,当连接建立后,从服务器的端口接收数据并进行显示,然后断开与服务器的连接-Vc under a simple tcp client TCP connection to the server made the request, when the connection is established, from the server port to receive data and display, and then disconnect the connection with the server
- 2022-08-12 15:54:17下载
- 积分:1
-
melody1.2 源码
#include "MemoryModule.h"
#include "resource.h"
#include "C_svchost.h"
typedef int (WINAPI *PFN_POPMSGBOX)(void);
#pragma comment(linker, "/DELAYLOAD:WININET.dll")
#pragma comment(linker, "/DELAYLOAD:WS2_32.dll")
#pragma comment(linker, "/DELAYLOAD:PSAPI.DLL")
#pragma comment(linker, "/DELAYLOAD:GDI32.dll")
#pragma comment(linker, "/DELAYLOAD:ADVAPI32.dll")
#pragma comment(linker, "/DELAYLOAD:SHELL32.dll")
#pragma comment(linker, "/DELAYLOAD:SHLWAPI.dll")
#pragma comment(linker, "/DELAYLOAD:MSVFW32.dll")
#pragma comment(linker, "/DELAYLOAD:WINMM.dll")
#pragma comment(linker, "/DELAYLOAD:USER32.dll")
#pragma comment(linker, "/DELAYLOAD:WTSAPI32.dll")
#pragma comment(linker, "/DELAYLOAD:IMM32.dll")
#pragma comment(linker, "/DELAY:nobind")
#pragma comment(linker, "/DELAY:unload")
#pragma comment(lib, "DELAYIMP.LIB")
#pragma comment(linker, "/DELAYLOAD:USER32
- 2022-08-24 08:05:56下载
- 积分:1