-
Control HTTP download the source code for the use of HTTP download the control a...
HTTP文件下载控件源代码 提供了使用HTTP下载文件时的控制方法及处理方法-Control HTTP download the source code for the use of HTTP download the control and treatment
- 2023-06-16 19:20:03下载
- 积分:1
-
Ethernet physical layer interface device
以太网物理层接口器件-10/100 Mbps Fast Ethernet Physical Layer TX/FX Single Chip Transceiver-Ethernet physical layer interface device-10/100 Mbps Fast Ethernet Physical Layer TX/FX Single Chip Transceiver
- 2022-07-05 06:50:26下载
- 积分:1
-
站点映像程序
站点映像程序 -The app of site mirror
- 2023-06-21 01:30:04下载
- 积分:1
-
关于C++的网络编程介绍,重点介绍了在特殊领域的C++的编程
关于C++的网络编程介绍,重点介绍了在特殊领域的C++的编程-About C++ Introduction of network programming, focusing on specific areas in the introduction of the C++ programming
- 2022-04-17 08:13:31下载
- 积分:1
-
socket 网络通信 控制台程序 测试通过
socket 网络通信 控制台程序 测试通过
#include
#include
#pragma comment(lib, "ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;//WSAata用来存储系统传回的关于WinSocket的资料。
int err;
wVersionRequested = MAKEWORD( 1, 1 );
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||HIBYTE( wsaData.wVersion ) != 1 )
{
WSACleanup( );
return;
}
SOCKET sockClient=socket(AF_INET,SOCK_STREAM,0);// AF_INET ..tcp连接
//初始化连接与端口
- 2023-07-26 07:35:05下载
- 积分:1
-
用java写的一个socket服务器程序,注悉非常详细、规范。
用java写的一个socket服务器程序,注悉非常详细、规范。-written with a socket server, have noted very detailed, standardized.
- 2022-03-10 15:40:19下载
- 积分:1
-
该程序获得网页的详细信息
该程序获得网页的详细信息-the procedure for obtaining detailed information website
- 2022-03-16 05:02:06下载
- 积分:1
-
ASP+SQL电子商务销售网站
ASP+SQL电子商务销售网站,熟悉网络编程,对网站发布等。。数据库等操作,熟悉,
- 2022-03-04 16:46:23下载
- 积分:1
-
a UDP penetrate NAT example, compliance with RFC3489
一个UDP穿透NAT的例子,遵守RFC3489-a UDP penetrate NAT example, compliance with RFC3489
- 2023-03-10 15:25:03下载
- 积分:1
-
一个简单的pop3接收邮件程序
一个简单的pop3接收邮件程序-a simple procedure and receive email pop3
- 2022-08-23 14:14:12下载
- 积分:1