搜索资源列表
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 interface. Socket type of softwar
SOCKET通讯例子
- SOCKET通讯例子,完整的客户端和服务器端通讯中相互发送握手信号,返回信号的分析候得到请求执行情况。
Delphi socket通讯
- 实现1对1通信,即任何一个客户端可以选择某个连接上服务端的另一个客户端进行聊天通信
AsyncSocket.异步Socket通讯,一个服务器,多客户端模式
- 异步Socket通讯,一个服务器,多客户端模式。,Asynchronous Socket Communications, a server, multi-client mode.
Talkc 点对点即时通讯工具客户端
- 点对点即时通讯工具客户端,基于TCp协议,创建了CAsyncSocket套接字-Peer to peer instant messaging client, based on TCp agreement, creating a CAsyncSocket socket
Socket
- C#异步实现客户端和服务器端通讯,直接带项目文件,可以直接用VS2008打开修改为自己需要的功能-C# Asynchronous implementation of client and server-side communications, directly with a project file, you can directly modify the VS2008 to open the functionality required for their own
VB-Socket
- vb编写的局域网通讯程序,含服务端和客户端,主要用到Socket-vb prepared by the local area network communications program, including server and client, mainly used in Socket
socket
- socket编程。winsock编程实现网络通信。 非阻塞模式实现面向连接一个服务器和多个客户端的收发数据(select模型) 阻塞模式实现面向无连接的一对一的通信 1.学习通过winsock编程实现网络通信。 2.学习面向连接和面向无连接的网络通讯方式的编程。 3.学习阻塞和非阻塞模式的网络通讯的编程。 4.熟悉与winsock有关的API函数的用法。 -socket programming. winsock network communications progr
socket
- VC Socket 通讯,服务器端与客户端互通,实现交互-VC Socket Communications, the server and client communicate, interact
java-socket
- 简单的JAVA聊天实现。客户端。TCP/UDP的使用。。。。。点对点通讯以及*消息。-Simple JAVA chat implementation. Client. TCP/UDP use. . . . . Point to point communication, and mass messaging.
socket
- TCP/IP网络通讯,包括客户端和服务端-TCP/IP network communications, including client and server
chat
- 通过socket实现的简单客户端之间的通讯-Achieved through a simple socket communication between the client
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, another computer starts Client clie
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 transmission through data streams
mySocket
- socket通讯的客户端,实现连接服务器端,并想服务器端发送数据(socket communication,it can connect server,and send messages)