资源列表
nslookup
- 网络编程实验之实现地址与主机名的转换,输入IP地址可查找到主机名,输入主机名可以查找到IP地址-Experimental realization of network programming address and host name of the conversion, enter the IP address to find the host name, enter the host name to IP address you can find
server----CLIENY
- 详细的socket编程流程,多线程,tcp协议,-Detailed socket programming process, multi-threaded, tcp protocol,
mm-app
- this is cc file for usp implementation
mmudphesder
- header file for udp implementation
tcp
- 这是描述tcp协议的书籍,对底层的学习很有帮助。-This is a tcp protocol described in books, on the bottom very helpful.
Simply-Server-CPP
- Very simply server in C++. This is server TCP/IP (Winsock).
sunxin
- 孙鑫老师视频教程中代码,UDP通信,包括server和client两部分。-Sun Xin teacher video tutorial code, UDP communication, including server and client in two parts.
IntTcpServer
- 面向连接的服务端通信程序,C++编写的,简单实用-Connection-oriented service-side communications application, C++ written in simple, practical
ReadWrite
- ‘强读’的TCP实现。利用TCP协议实现服务器与客户端的通信,客户端拥有读写功能,其中读操作的优先级高于写操作。每一个客户都用一个线程处理,利用wait(),notify()方法实现‘强读’。本文件是典型java通信实例,有助于了解多线程和TCP通信的机制。-‘Strong reading&’TCP implementation. Server using TCP protocol to communicate with the client, the client has read and w
Tcp_Socket
- 运用网络协议、编程语言、API和图形界面实现基于socket建立、监听、连接、发送数据和接收数据的网络通信程序-tcp communication, the use of network protocols, programming languages, API, and socket-based graphical interface to establish, monitor, connect, send data and receive data network communication
project1
- A Project in Distributed system for both socket and RMI programming
TCP
- 利用tcp协议,实现简单的客户端与服务器通信。本例子为客户端连接服务端,服务端将本机时间发送给客户端。-Using tcp protocol, simple client and server communication. The case for the client connection server, the server will send the machine time to the client.