搜索资源列表
toPXF
- Socket通讯客户端封装,就是把SOKET的Delphi通讯的客户端封装成为的DLL文件的源代码,以后用户只要调用此DLL文件就可以了!-Packaging the socket API to a DLL file, written by Delphi.
简单Socket通讯
- TCP通讯测试小程序(客户端),可选择保持连接或一次收发完毕后自动断开。-small TCP communications test procedures (client), or may choose to stay connected after a transceiver automatically disconnected.
tcp_client_socket
- TCP SOCKET 通讯客户端源代码,可以对你有帮助-TCP Socket communications client source code, can help you
socket通讯小程序
- 通过ip地址,利用socket来进行服务器与客户端的信息通讯,程序较为简单。-through ip address, the use of socket server to the client's information and communication, the more simple.
我的socket通讯工具
- 采用Microsoft Visual C++编写。界面基于对话框方式。通过对socket类继承实现软件中的服务端类serversocket和客户端类clientsocket。由于将服务端类和客户端类的调用在一个工程中实现,所以一个程序既可以作为服务端也可以作为客户端。代码中加入了基本的错误处理功能。-using Microsoft Visual C preparation. Based on the way the dialog int
SOCKET通讯例子
- SOCKET通讯例子,完整的客户端和服务器端通讯中相互发送握手信号,返回信号的分析候得到请求执行情况。
Delphi socket通讯
- 实现1对1通信,即任何一个客户端可以选择某个连接上服务端的另一个客户端进行聊天通信
socket通讯小程序
- 通过ip地址,利用socket来进行服务器与客户端的信息通讯,程序较为简单。-through ip address, the use of socket server to the client's information and communication, the more simple.
我的socket通讯工具
- 采用Microsoft Visual C++编写。界面基于对话框方式。通过对socket类继承实现软件中的服务端类serversocket和客户端类clientsocket。由于将服务端类和客户端类的调用在一个工程中实现,所以一个程序既可以作为服务端也可以作为客户端。代码中加入了基本的错误处理功能。-using Microsoft Visual C preparation. Based on the way the dialog int
toPXF
- Socket通讯客户端封装,就是把SOKET的Delphi通讯的客户端封装成为的DLL文件的源代码,以后用户只要调用此DLL文件就可以了!-Packaging the socket API to a DLL file, written by Delphi.
简单Socket通讯
- TCP通讯测试小程序(客户端),可选择保持连接或一次收发完毕后自动断开。-small TCP communications test procedures (client), or may choose to stay connected after a transceiver automatically disconnected.
java实现服务器和客户机通讯的的方法
- 本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。
05-09-14-Socket
- C#写的socket通讯服务器和客户端程序,学习有很好的借鉴-write the C# socket communications servers and clients, learning from the good
Socket
- socket通讯程序,从客户端发送若干字符后在在服务器端接收-socket communication process, from the client to send a number of characters in the server side to receive
Socket
- 网络通讯中间件,客户端、服务器端,自带测试例程-Network communication middleware, client, server-side, bring their own test routines
socket
- TCP/IP网络通讯,包括客户端和服务端-TCP/IP network communications, including client and server
Socket
- 用SOCKET实现的通讯客户端和服务器端-use socket to implement net program
基于网络的Tcp通讯Server服务器端和Client客户端
- Windows编程基于Tcp通讯的 Server服务器端和 Client客户端,使用一台电脑启动 Server端,另一台电脑启动Client客户端 两端能够互相发送消息并能接收看到(Windows programming, based on Tcp communication Server server and Client client, using a computer to start the Server side, anoth
Desktop
- 基本实现了socket连接和通讯功能,服务端开启监听,有客户端接入就会建立连接,通过数据流传输数据(The basic realization of the socket connection and communication function, the server to open monitoring, there will be client access will establish connections, data tra
mySocket
- socket通讯的客户端,实现连接服务器端,并想服务器端发送数据(socket communication,it can connect server,and send messages)