-
This is a client, client service has been uploaded.
这个是客户端,服务端已上传.网络编程基本结构实例.-This is a client, client service has been uploaded.
- 2022-03-20 06:44:34下载
- 积分:1
-
HTTP协议,规定因特网社区的因特网标准路线协议。
HTTP协议,规定因特网社区的因特网标准路线协议。-HTTP_Protocol
- 2022-10-12 17:30:03下载
- 积分:1
-
telnet server 服务端源程序
telnet server 服务端源程序, 用于实现简单的windos telnet功能。开发环境为vs2003
- 2022-01-26 02:17:41下载
- 积分: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
-
本程序查询网络和显示域名/服务器/工作站结构…
This program queries the network and shows the Domains/Servers/Workstations structure. It also shows the users of each Server or Workstation and can send messages to the selected PC. This programs works only on a Windows NT 4.0 Machine!
查询网络,显示 域/服务器/工作站的结构,它也显示用户,并将信息发送到指定的PC,只能在NT 4上工作
-This program queries the network and shows the Domains/Servers/Workstations structure. It also shows the users of each Server or Workstation and can send messages to the selected PC. This programs works only on a Windows NT 4.0 Machine! Inquiries Network show Domain/server/workstation in the structure, it also shows users and the information is sent to a designated PC, it can only work on NT 4
- 2022-02-14 20:40:32下载
- 积分:1
-
这是一个使用DHTML技术显示的功能
这是一个使用DHTML技术显示的功能-This is a show that the use of DHTML technology functions
- 2022-07-17 01:56:24下载
- 积分:1
-
一个PERL写CGI时用的模板程序,也是以前做项目用的,很好的,大家用用看。...
一个PERL写CGI时用的模板程序,也是以前做项目用的,很好的,大家用用看。-PERL to write a CGI program when the template is also used in previous projects to do, well, everyone used to use watch.
- 2022-02-16 05:32:43下载
- 积分:1
-
personal job management system "allows you to find work to facilitate the p...
个人求职管理系统》可以让你在找工作的过程中方便地记录你所选中的公司信息、职位信息、发送的简历和公司的回复,支持多用户,是一个多用户系统。具体请看readme文件。 -personal job management system "allows you to find work to facilitate the process of recording your chosen company information, job information, send a resume and the company"s response, support multiple users, is a multi-user system. For details, please read the readme file.
- 2022-05-20 00:59:33下载
- 积分:1
-
based on the MAC address of the network card physical communications category, c...
基于MAC网卡物理地址的通信类,可实现不同网段之间通信本类为C++源码需要 winpcap 支持 winpcap 官方地址 http://www.winpcap.org/ winpcap 3.0通过测试。
-based on the MAC address of the network card physical communications category, can be realized between different segments of the communications category C source code needed to support winpcap winpcap official address h ttp :// www.winpcap.org/ winpcap 3.0 to pass the test.
- 2022-05-22 04:12:55下载
- 积分:1
-
组播接受程序 可以接受相应网络上的组播信息。
组播接受程序 可以接受相应网络上的组播信息。-Multicast receiving program can receive relevant information on the network multicast.
- 2022-02-20 01:25:57下载
- 积分:1