资源列表
index
- hi this PHP file show how you can create and implement a server socket.-hi this PHP file show how you can create and implement a server socket.
socket
- 使用Python制作的简单socket通信程序,包括客户端和服务器端-a simple program of socket communication,inclued the client and the server program.
JavaHTTPUpload-master
- 这是一个android方面的通信编程源码-this is a android http demo
TCPIP_Src
- TCP/IP Socket Source code for Computer Enginnering
IM
- 套接字网络编程,实现客户段和服务器的通讯-Socket network programming, communication server and client segments
tcpclient-server
- 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]
ts_udp
- udp send and receive-udp send and receive
UdpTest
- udp通信,满足一定的程序测试要求,客户端与服务器端的通信测试-udp correspondence
Dijkstra-Algorithm
- Dijkstra s algorithm is an algorithm for finding the shortest paths between nodes in a graph, which may represent, for example, road networks. It was conceived by computer scientist Edsger W. Dijkstra in 1956 and published three years later
Socket-Commnication-protocol
- 基于HP-SOCKET的高效SOCKET通信协议,支持自主分包,适合网络大数据通信、网络聊天等用途-HP-SOCKET based efficient SOCKET communication protocol to support the independent sub package, suitable for network big data communications, network chat and other purposes
DNS_client
- 基于tcp协议完成的dns服务的简单客户端程序,适于新手-TCP protocol based on the completion of the DNS services of a simple client program, suitable for novice
QTcpTest
- 基于QT5.5.1的socket TCP协议通信示例,包含客户端与服务端,实现了多线程、心跳机制、断线重连,数据简单封包(防止粘包)等必备技巧,已经封装为独立的类,可以移植性强,只需要添加自己的数据解析与处理即可直接使用。-Based on QT5.5.1 socket TCP communications example, including client and server, realize multithreading, heartbeat, break line, simple dat