-
this document contains two separate procedures, Sender and Receiver for testing...
此文件包含两个独立程序,Sender和Receiver,用于测试网络对RAW类型的IP包的传输,可以用这两个程序测试路由器是否支持RAW类型的IP包传输,是否支持组播。程序演示了Windows下RAW socket的使用和RTP包协议的利用.程序工程由VC7.0生成。-this document contains two separate procedures, Sender and Receiver for testing network to RAW types of IP packet transmission, could use this test procedure two routers support RAW types of IP packet transmission, whether to support multicast. Procedures demonstrated Windows RAW socket and the use of RTP packets agreement utilization. VC7.0 procedures generated by the project.
- 2023-08-24 03:35:02下载
- 积分:1
-
本工程的用途为路由器级拓扑发现后进行别名解析
本工程的用途为路由器级拓扑发现后进行别名解析-This works for the router-level topology discovery to resolve the alias
- 2023-04-18 01:50:04下载
- 积分:1
-
这是一个用vb 写的聊天室
这是一个用vb 写的聊天室-with vb write Chat Room
- 2022-01-21 04:53:29下载
- 积分: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
-
web—Server
本内容是基于计算机网络socket的一个利用TCP协议与HTTP协议进行web服务器的编写程序,通过利用HTTP协议的报文格式实现对浏览器的相应以及回复。仅仅实现了get方法,端口号是5000
- 2022-02-25 17:38:31下载
- 积分:1
-
一个比较完整的oa系统,安装方便,学习asp也是个不错的参考。...
一个比较完整的oa系统,安装方便,学习asp也是个不错的参考。-Oa a relatively complete system, easy to install, learn asp is also a pretty good reference.
- 2023-05-11 08:35:03下载
- 积分:1
-
这是一个思科交换机路由器的配置的PPT文件
这是一个思科交换机路由器的配置的PPT文件-!-word format of the LAN to share tutorials! A total of nine of our network-centric total workers prepared detailed structures LAN settings at the time!
- 2022-03-03 01:22:28下载
- 积分:1
-
分布式计算实验――在Linux中实现客户机
分布式计算实验――在Linux中实现客户机-服务器通信-distributed computing experiment-- in Linux to achieve client-server communication
- 2022-02-06 11:23:23下载
- 积分:1
-
一个很好的电子商务网站
一个很好的电子商务网站-a good e-commerce site
- 2022-03-24 19:33:07下载
- 积分:1
-
分类IP地址
特殊IP地址
私有网络地址
IP地址配置
分类IP地址
特殊IP地址
私有网络地址
IP地址配置-Category specific IP address IP address of private network IP address configuration address
- 2022-06-18 15:00:37下载
- 积分:1