搜索资源列表
tcpsocksvr
- 这是一个WINDOWS下的SOCKET编程服务器端的程序-under the Windows server socket programming procedures
socket
- socket编程,实现客户机向服务器的字符传送
TcpSrv
- 这是一个基于TCP的服务器端程序。程序很简单,主要是使用socket来编程
222
- 早期写的一个服务器端,基于socket网络编程!有些简单!适合初学者,编译通过!
UDP_Demo 基于UDP协议编写的socket网络编程程序
- 基于UDP协议编写的socket网络编程程序,包含客户端与服务器端程序,欢迎下载-Prepared based on UDP protocol socket network programming process, including client and server-side program, please download
ThreadPool_final.rar
- 此代码作为Server,使用TCP Socket编程技术,利用多线程并发,并且使用了线程池技术,修改宏定义可以实现任意路client并发连接到此服务器,This code as a Server, using TCP Socket programming using concurrent multi-threaded, and uses the thread pool technology, to amend the definition of macros can be complicated
TCP
- 服务器和客户机端,即建立所谓的客户机/服务器编程模式。在服务器端必须先建立一个ServerSocket对象,然后等待客户机端的访问。而在客户机端,则是建立一个Socket对象直接跟服务器端连接,如果连接建立成功,则服务器端便会产生一个Socket对象,然后我们就可以利用这个Socket对象跟客户机端的Socket对象沟通了。此时在服务器和客户机之间建立了一条可靠连接,客户机和服务器可以在这条连接上可靠的传送数据。客户机发出请求,服务器监听来自客户机的请求,并为客户机提供相应的服务。 -Serve
SocketTool
- TCP UDP 服务器和客户端软件,轻松测试Socket编程,让你对TCP/IP有新的认识-TCP UDP server and client software, Socket programming easy test, so that your TCP/IP have a new understanding of
tcpudpsocket.tar
- 用C语言自己写的LINUX下socket网络编程通信的程序,包括三个源码,比较全面,TCP和UDP编程都有,可以通过socket获得主机的IP,在服务器和客户端这间发送文本消息,希望对初学者有帮助。-Written in C language with its own socket network programming under LINUX communication procedures, including the three source code, a more comprehens
SuperVersion
- tcp socket通信编程,作为远端服务器的客户端-tcp socket communication programming, remote server as a client
Socket-net-program
- 介绍TCP/IP协议客户端和服务器端进程通信流程和具体实现的基础上,给出了开发通信应用程序的编程模型和实现要点,并以Delphi为编程语言说明了使用Socket进行网络编程的方法和特点-Socket net program
chat
- 程序主要是基于套接字(Socket)进行网络编程的,采用的是TCP协议,TCP协议是面向连接的且是全双工的,即两个主机上的进程(比如进程A、进程B),一旦建立好连接,那么数据就既可以由A流向B,也可以由B流向A。此程序采用的是完全点对点的模式进行连接,即每台主机即是服务器又是客户端,因为它需要进行端口的侦听,所以在连接的时候必须知道各主机的IP地址和端口号。有了对方的IP和端口后两主机就可以进行握手过程,确认连接成功后就可以进行网络对话了。-Program is mainly based on
chatroom
- 本次上传内容是基于TCP/IP的socket网络编程,可以实现多人聊天,分为客户端和服务器两部分。-The uploaded content is based on TCP/IP socket network programming, people can chat, client and server is divided into two parts.
chatRoom
- socket 网络编程含有客户端与服务器,实现了的八数码界面表示-socket
tcp_transfer.tar
- socket 网络编程 使用tcp协议实现一个简单的客户端与服务器端进行通信的程序,便于初学tcp协议以及socket编程的人员-socket network programming using tcp protocol to implement a simple client and server side communication procedures, protocols, and easy beginner tcp socket programming staff
select-socket
- socket编程,用select进行的,服务器可以响应多个客户端,控制台程序,简单,适合初学者。-socket programming carried by select the server can respond to multiple clients, the console program, simple, suitable for beginners.
wsatcpsever1
- MFC 程序,基于vs2012,实现一种socket网络编程,多线程服务器程序-MFC program, based on vs2012, implement a socket network programming, multi-threaded server program
socket
- 用python写的socket编程小例子 1.分客户端和服务器端 2.握手后可以进行信息交流-Using socket to write the Python Programming 1 client and server 2 after the handshake can communicate information
C#使用SOCKET
- socket编程 主站从站 测试可行 含服务器,客服端代码。(Socket programming master station from the station test feasible, including server, customer service side code.)
ServerTestTCP
- 以太网通讯简单服务器TCP方式,用于初学者了解以太网套接字SOCKET编程。(Ethernet communication simple server TCP mode, for understand the Ethernet socket SOCKET programming.)