-
Internet
基于Internet开发工具asp编写的一个网上在线购物系统,简单易懂,适合初学者-Internet-based development tools asp prepared by a system of online shopping and easily understood, for beginners
- 2023-08-12 22:45:03下载
- 积分:1
-
用C#开发实现SMTP相关技术,能接收到带附件的邮件服务功能.
用C#开发实现SMTP相关技术,能接收到带附件的邮件服务功能.-C# development over SMTP related technologies, will receive e-mail with attachments and service functions.
- 2022-03-19 08:04:38下载
- 积分:1
-
ARP请求用原始套接字
资源描述
- 2022-12-13 15:40:04下载
- 积分: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
-
上海移动通信企信通客户端接口例程,采用Empp API函数
上海移动通信企信通客户端接口例程,采用Empp API函数-Shanghai Mobile Communications ICT level client interface routines, the use of Empp API function
- 2022-07-15 13:10:07下载
- 积分:1
-
Unix和NT上NetWork Time网络协议(4.0版本)
Unix和NT上NetWork Time网络协议(4.0版本)-NetWork Time network protocols in Unix/NT (4.0 version)
- 2022-06-16 17:57:17下载
- 积分:1
-
MultiUse COM object that can be used to administer, send and retrieve mail by Sh
MultiUse COM object that can be used to administer, send and retrieve mail by Shawn Anderson -MultiUse COM object that can be used to administer, send and
retrieve mail by Shawn Anderson
- 2022-09-18 08:00:03下载
- 积分:1
-
该程序实现RTP实时接收
该程序实现RTP实时接收-the program to receive real-time RTP
- 2022-12-12 06:10:03下载
- 积分:1
-
C/S模式物流系统商用源码,想了解C/S架构的朋友可以下载研究之用....
C/S模式物流系统商用源码,想了解C/S架构的朋友可以下载研究之用.-C/S mode of business logistics system source code, want to know C/S architecture, a friend can be downloaded for research purposes.
- 2022-02-01 17:15:39下载
- 积分:1
-
msn message protocol stack
msn message protocol stack
- 2022-03-23 18:18:23下载
- 积分:1