搜索资源列表
java
- 引言 由于因特网的迅速流行,越来越多的应用程序具备了在网上与其它程序通信的能力。从WIN95开始微软把网络功能融进了它的操作系统,使得应用程序网络通信能力更为普及。因此,微软的TCP/IP协议也就成为网络应用程序基于的首选协议。 一般采用TCP/IP协议的应用程序只实现了单用户与服务器间点对点的连接,
network.tar
- 在LINUX平台下,QT4环境下的TCP/ip协议通信,能实现传送任意字符串功能的有图形界面的程序源代码。
ert
- 了解网络通信协议TCP/IP; 2、掌握基于Winsock控件的网络通信的其体实现方法; 3、掌握网络编程的开发应用的方法。 -Understanding of network communication protocol TCP/IP 2, master control network based on the Winsock communication methods to achieve their body 3, network development and appli
select-non-block
- 利用TCP/IP协议,使用socket编程模型和curses界面,实现基本聊天功能;分为服务器和客户端,服务器负责收发数据,以及对连接的客户端进行连接,客户端连接上服务器后就可以正常的通信。-Using TCP/IP protocol, the use of socket programming model and curses interface, to achieve the basic chat functions divided into server and client, serv
tcp.tar
- 使用tcp/ip协议实现聊天功能,程序有client和server两部分。(Using tcp/ip protocol to achieve chat function, the program has two parts client and server.)