搜索资源列表
简单tcpip数据交换
- 实际上是两个project--wj&cpp3,wj是服务端程序,cpp3是客户端程序 编译前先在代码内相应位置写服务器地址,在客户端写发送的数据 编译生成两个执行文件wj.exe和cpp3.exe 先运行wj.exe等待连接,然后运行cpp3 -addre-project is actually two -- wjcpp3, wj service software, cpp3 client program is compiled prior to the code to write
TCPsendmessage
- 一个小型的通过TCP协议发信息的程序。 既是服务端也是客户端,在收到信息时能将内容直接弹出屏幕。适合公司内的即时通信。-through a small TCP fat information procedures. Both the server is client, in receipt of the information content can direct pop-up screen. For companies within the instant messaging.
sockettcpip
- WinSocket TCP/IP编程,使用MFC类库实现服务端和客户端。开发环境为VC60-WinSocket TCP / IP programming, MFC use of services and clients. Development Environment for VC60
mediasocket
- 服务端播放视频,客户端实时收看视频播放的网络VC++socket程序-broadcast video server, the client real-time viewing of the video broadcast network socket procedures VC
WSFileTransfer_src
- 实现TCP文件传输功能。分成服务端和客户端两个部分-TCP file transfer function. Divided into server and client in two parts
dxcwlcs
- 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 使用协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execut
TCPIP
- TCP/IP程序 服务端客户端两端联结范例.rar 可以实现本地通信
fuwqi
- 基于tcp连接的服务器端程序,接收从客户端发送的视频进行实时显示,并予以保存。可对保存的视频进行播放和删除操作。-Tcp connections based on server-side program, receiving from the client to send the video in real-time display, and to preserve. Can be saved in video playback and deletion.
TCP
- TCP连接实例,同时包含服务端和客户端,支持Unix和Windows双平台-Examples of TCP connections, both client and client services to support Unix and Windows dual-platform
JAVA-SOCKET
- java tcp/ip的socket 客户端与服务端编程-java tcp/ip socket
kehuduanfuwuqi
- 服务端 客户端 用来实现TCP/IP的通信 利用select函数实现并发选择-Used to implement client server TCP/IP communications to achieve concurrent use of select function select
20093319
- (1) 使用常用的网络工具查看网络情况 (2) 学习子网的规划和划分方法 (3) 熟悉Eclipse 开发环境 (4) 学习HTTP 协议,编写简单的HTTP 1.0 客户端程序,编写简单的HTTP1.0 服务 器程序 (5) 学习多线程,编写多线程HTTP 1.0 服务器程序 (6) 学习RMI,编写简单的RMI 程序-(1) the use of common network tools to view network status (2) learning and
tcp
- socket TCP服务端客户端实现 客户端发请求,服务端接受后返回大写-socket TCP server/client
tc
- tcp 协议下的聊天的工具,支持异步,分为客户端和服务端-tcp chat support asynchronous agreement
CommunicationTestTool
- 本软件主要功能如下: 1.串口,TCP服务端/客户端,UDP服务端/客户端通讯调试; 2.支持Hex,ASCII两种格式的命令调试; 3.接收数据可通过右键菜单一键计算Hex对应的数值; 4.字节计算器/检验值计算器(CRC16,自定义多项式CRC16,XOR)。 下一版本计划加入功能: 1.串口通讯监视。 2.Socket通讯监视。-The main function is as follows: 1. Serial por
TcpDemo3
- 建立一个文本转换器 客户端给服务端发送文本,服务端会将文本转成大写再返回给客户端 而且客户端可以不断的进行文本转换,当客户端输入over时,转换结束-Create a text converter client sends the text to the service, the server will text to uppercase and then returned to the client and the client can continue to text convers
C# tcp通信 登录 服务器端验证
- c#客户端和服务端进行TCP通信,是个非常好的学习网络编程例子(Client and server programming by TCP)
TCP
- 一个简单的tcp 客户端以及服务端,能够简单实现一对一的聊天(A simple TCP client and serve)
基于TCPIP协议多客户连接的服务端程序实现
- 基于TCPIP协议多客户连接的服务端程序实现(Implementation of service client program based on TCPIP protocol and multi client connection)
server-client
- ServerSocket表示服务器上的套接字,该套接字等待并侦听来自客户端的服务。套接字表示服务器和客户端之间通信的端点。当服务器获得作为服务请求,它创建一个套接字与客户端进行通信,并继续侦听ServerSocket上的其他请求。客户端还创建一个套接字,以便与服务器进行通信。(ServerSocket represents the socket on a server that waits and listens for service from a client. Socket repre