搜索资源列表
Java-TCP服务器】
- 这是一个TCP服务器端的实现代码,监听客户端的请求,在子线程中处理各个客户端发来的数据包,再将处理后的结果送回客户端。这里提供的代码很完整,包括一个mainclass,一个监听class和它的interface,一个包处理class,一个发送class,基本上可以直接使用。-This is a TCP server-side implementation code, bugging the client's request, the child acquires handle all t
简单的TCP服务器
- 这是一个简单的TCP服务器,通过它你可以初步掌握winsock进行套接字程序设计。如果你只有一台机器也没有关系,你可以使用本地回环地址127.0.0.1
TCPSvr_IOCP_EPOLL_KQUEUE 轻量级的跨平台TCP服务器封装
- 一个轻量级的跨平台TCP服务器封装,封装了IOCP。EPOLL。kq-A lightweight cross-platform TCP server package encapsulates the IOCP. EPOLL. kqueue
TCP
- TCP程序,包括服务器端程序和客户端程序,能实现基本的通信-TCP processes, including server-side program and client program that can realize the basic communication
TCP-WINSOCK
- 此源码是您学习Windows网络编程的很好的程序。有两个程序,分为TCP客户端和TCP服务器端,让您能全面了解网络编程的实质。另外里面对代码有详细的注释,不下载会后悔哦-You learn from this source is a good Windows network programming procedures. There are two procedures, divided into TCP client and TCP server-side, so that you can f
TCPSRV
- 基于C的winsock网络编程,TCP服务器端程序,对于学习网路编程的初学者的这是第一步。-C based on the winsock network programming, TCP server-side procedures, network programming for beginners to learn this is the first step.
tcpsample
- TCP服务器/客户端实例程序 适合初学者学习使用,高手就不用看了-TCP server/client example program
TCP
- TCP 收发数据编程 C语言版 包括客户端和服务器端-TCP send and receive data programming C language version of both client and server side
TcpSrv
- 基于网络编程,tcp服务器,采用可靠传输方式,p2s-network programing,base on tcp,it s a tcpserver,p2s
LINUX
- 数据的发送与接收recv, send, write, read,TCP服务器, TCP客户端-Send and receive data, recv, send, write, read, TCP server, TCP client
Server1
- Tcp服务器,用于导航传下载文件,一种通用的软件。这是包含主程序的,-Tcp,Delphi for upload and download
TCP服务器端 2
- vs2015C#通信服务器端源程序,实现与客服端的通信,编通信程序时可以参考,非常好用,谢谢(Vs2015C# communications server side source)
STM32F407 Ethernet -TCP server mode code
- STM32F407以太网-TCP服务器模式代码(STM32F407 Ethernet -TCP server mode code)
Server
- 使用libevevt 封装的 TCP服务器和客户端。(TCP server and client using libevevt encapsulation)
TCP服务器端和客户端程序
- 使用C++ builder的TCP组件开发的服务器端和客户端程序,可以进行二进制形式的通信(The server - side and client - side programs developed using the TCP component of C++ builder can communicate in binary form)
TCP
- 异步实现的C# TCP编程客户端和服务器。使用的时候,自己新建工程,然后导入,即可使用(The asynchronous implementation of the C# TCP programming client and server. When you use it, you can build a new project, and then import it, you can use it.)
3.TCP Server
- W5500 实现TCP服务器的功能。 能够与客户端建立连接并收发数据。(W5500 implements the function of the TCP server. It is able to connect with the client and send and receive data.)
TCP通信
- tcp实现服务器端和客户端简单聊天通信,利用c++和MFC实现(TCP implementation of server - side and client - side chat communication)
10
- 易聊天1.0源码例程程序结合易语言远程服务支持库,调用黑月插件,采用TCP服务器和客户端实现聊天功能。 易语言例程还使用到易语言数据操作支持库,互联网支持库。(Easy chat 1 source routines combined with easy language remote service support library, calling black moon plug-in, using TCP server and client to achieve chat function.
tcp服务器
- 简单的tcp服务器,基本实现了tcp的连接