搜索资源列表
socket(delphi)
- 是一个比较简单基础的socket(delphi)通信程序,供大家参考-is a relatively simple based on the socket (delphi) Communication Program, for your reference
Network
- 简单的socket api 通信事例 适合初学socket的人入手的好参考
SocketCS
- 通过Socket进行通信的简单网络程序,包括一个client程序和一个EchoServer程序。
socket
- 使用C++在VC6.0的控制台下编写的简单soket通信程序。
1linesocket
- 单线程的,socket-based通信,简单sever-client通信
简单的TCP,UDP服务器,客户端(入门学习用)
- WIN API开发的基于SOCKET的简单TCP,UDP通信程序,对初学者使用SOCKET很有帮助
网络信息通信(socket)
- delphi网络信息通信(socket)最简单的例子,client和server都有
socket
- 一个简单的局域网通信软件,可以实现两个人之间的文本通信以及文件传输-A simple local area network communication software, you can achieve both the text of communication between people, as well as file transfer
socket
- c++ socket 基本编程方式 简单的客户端,服务器端通信-basic c++ socket programming simple client, server-side communications
socket
- 完成简单的C#SOCKET通信功能 对客户端和服务器有大体的理解-The completion of a simple C# SOCKET communication function of the client and server have a general understanding of
socket
- socket通信小程序,可以进行简单通信功能-socket communications applets, can be a simple communication function
SOCKET
- 比较简单的一个scoket通信的例子,其中包括客户端和服务端两部分;-Relatively simple one scoket communication examples, including the client and service side of two parts
chatText
- SOCKET简单通信例子,包含了套接字的基本使用,便于学习-SOCKET simple communication example, contains the basic use of the socket, easy to learn
socket通信小程序(客户端和服务器)
- 简单的socket通信程序,client每运行一次,service就打印一次信息,环境win7+vs2010
Socket
- 进程之间的通讯,可使用socket套接字来传递消息。本例子当中说明了简单的服务器/客户端的模式进行通讯。但是TCP的机制下,socket通信是阻塞性的,所以会导致延迟等;而UDP下,通信是不可靠的,容易丢包。(the communication between multi processes)
最简单的VC++ Sock测试程序
- 最简单的实现Client和Socket通信,实现电文的发送和接受,用户需要提供自己的IP地址和对方的IP地址(The simplest implementation of Client and Socket communications, the realization of the message sent and accepted, the user needs to provide their own IP address and the other party's IP address)
socket
- 局域网中,两台电脑的简单对话,模拟的聊天形式,新手可以尝试下(LAN, a simple dialogue of two computers, analog chat forms, novice can try)
Socket示例
- 最为通用的网络通信---SOCKET通信的示例程序,包含一个服务器Socket和一个客户端Socket,注释详细,简单易理解。(The most common example of network communication ---SOCKET communication program, including a server Socket and a client Socket, Notes detailed, easy to understand.)
socket
- 这是一个简单的socket通信例程,初学者可以据此了解计算机内部程序间信息交互(A simple socket communication routine)
MFC socket编程简单示例
- socket编程示例,实现服务器和客户端简单通信