搜索资源列表
-
0下载:
简单聊天工具,VB编写,可作为局域网通讯工具,可用于程序间通讯,很好用呀-Simple chat tool, VB preparation, can be used as LAN communication tool for communication between programs, easy to use ah
-
-
0下载:
在 IPv 4向 IPV6过渡的时,由于以IPv4为基础的互联网己经相当的稳定,
网络中的IPV4主机不可能立刻全部都转变成IPv6,整个过渡需要一个比较漫长
的过程。在过渡期间,由于1入4和IPv6在很长一段时期内会共存,因此很有必
要解决U,4和IP、6之间相互通信的问题。
目前 Ip v4 八Pv6过渡技术13主要有3种方案:隧道技术、双协议栈技术和地
址协议转换(NA】’-PT)。-In IPv 4 to IPV6 transition, due to IPv4-ba
-
-
0下载:
2、Socket编程
凡是基于网络应用的程序都离不开Socket。 与网络有关的简单VC编程 Socket的意思是套接字,是计算机与计算机之间通信的接口。使用Winsock提供的API函数是最基本的网络编程技术。
-2 Socket programming any web-based application programs can not be separated Socket. Simple VC network-related programming meant Socket so
-
-
0下载:
开发网络之间的通讯,用于服务器及客户商通迅的开发程式-Development of network communication between server and clients for the development of business communication programs
-
-
0下载:
实现客户端网站和服务器程序 之间的通信,通过服务器对网站进行访问,修改-Communication between the client site and server programs, access the site through the server, modify
-
-
0下载:
本程序是开发的自组织网络应用层拓扑演示软件,整套应用体系为了最大限度节约运算量和带宽,分成主节点和从节点两套程序。主节点需要具备的最基本功能是能够从所有的从节点获取路由信息,并对路由信息处理,提取出整个网络的路由连接关系。另外,还需要具备基本的控制从节点间通信,发送基本信息的功能,以便能够测试网络。而从节点的功能就是能够在收到主节点需要路由信息命令的时候,发送路由信息,并且在接到主节点控制通信命令的时候,能够与另外的从节点通信。-This program is a application lay
-
-
0下载:
一个C++的使用UDP协议进行通讯的例子,比较直观的示例了如何使用UDP协议进行两个程序之间的通讯。例子中包含客户端和服务端程序。-An example of a C++ using UDP protocol for communication, more intuitive example of how to use the UDP protocol for communication between the two programs. Examples include client and
-
-
0下载:
Tcp client server communication using Java
The client–server model is a distributed application structure that partitions tasks or workloads between the providers of a resource or service, called servers, and service requesters, called clients.[1]
-