搜索资源列表
Chat-TCP
- 一个win32汇编程序,实现socket的聊天小程序;由客户端程序和服务器端程序组成
TCP
- 操作系统内核编程TCP通讯的服务器端与客户端的C语言源码-Operating system kernel programming server-side TCP communication with the client s C language source
jkdelphi
- 传圣(测试版)说明 本软件适用于装有IP/TCP协议的电脑. 主要功能:电脑间传送大型文件.(如电影等) 主要特点: 1.采用了多线程技术,速度明显高于同类软件. 2.支持多文件同时传送. 3.支持段点继传,也就是说文件可分N次传送. 4.分服务端和客户端,服务器支持多客户. 5.在传送过程中可实实对话,有聊天功能. 6.为了提高效率,本软件做得短小精悍,两文件总共只有100K,直截运行,不用安装. 7.麻雀虽小,但五脏俱全,功能多,操作方便. 使用方
TCP-IM
- Tcp链接,客户端,服务端,设置ip可进行登录-tcp-im
Chat-TCP
- 使用汇编语言实现TCP协议的聊天室例子程序,是罗云彬win32 汇编书上第十六章的实例源码,客户端和服务器端的源码都全,代码的结构非常好,觉得不错传上来。 -Sample code for < Win32ASM Programming 2nd Edition>
idTcp
- 轻巧的TCP 客户端与服务器端通讯测试套件.可以在两处分别安装客户端与服务器端,就可以测试TCP是否可以通讯了.采用了INDY的TCP套件完成-Lightweight TCP client and server-side communications test suite. Can be installed separately in the two client and server-side, you can test whether TCP can be a communication.
IdTCP
- delphi TCP/IP 通信,包括服务器端和客户端-delphi TCP/IP communication
123124
- delphi使用indyTCPserver client的客户端通过IP地址端口向服务器发送信息-delphi indyTCPserver client using the client IP address by sending information to the server port
TCP-IP
- 基于labview的TCP/ip远端访问,两个客户端,通过以太网实现通信-Labview-based TCP/ip remote access, two client communication via Ethernet
delphi-TCP
- Tcp通信实例,服务端和客户端在一起的Tcp通信-Tcp Tcp communication examples of communication, service and client together
GCDServerDemo
- CGDAsyncSocket的服务器端程序,接受tcp客户端-CGDAsyncSocket 服务器端程序
TCP-sendareceive-file
- 建立客户端和服务器端后使用TCP/IP协议收发文件-use TCP/IP protocol to send&receive files
TCP
- TCP通信的资料,TCP例子可以看看,这个例子还不错,一个服务器,2个客户端-TCP data communication, TCP example you can see, this is also a good example, a server and two clients
VB-socket-tcp-ip
- VB-socket通信程序,包含客户端也服务器端源代码。-socket communication with VB
TCP-Multiple-Connections---Client-1
- 演示将多个TCP客户端与单个服务器VI建立连接的方法。服务器VI跟踪现有活动的客户端连接数量,并向每个客户端VI发送随机数据。 -Method for establishing a connection between a plurality of TCP clients and a single server VI. The server VI tracks the number of clients that are active, and sends random data to ea
TCP-Multiple-Connections---Client-2
- 演示将多个TCP客户端与单个服务器VI建立连接的方法。服务器VI跟踪现有活动的客户端连接数量,并向每个客户端VI发送随机数据。-Method for establishing a connection between a plurality of TCP clients and a single server VI. The server VI tracks the number of clients that are active, and sends random data to each
TCP-Multiple-Connections---Server
- 演示将多个TCP客户端与单个服务器VI建立连接的方法。服务器VI跟踪现有活动的客户端连接数量,并向每个客户端VI发送随机数据。-Method for establishing a connection between a plurality of TCP clients and a single server VI. The server VI tracks the number of clients that are active, and sends random data to each
TCP CLIENTvi
- 使用labview进行TCP通信的客户端程序编写(TCP communication using LabVIEW client program written)
TCP客户端传输
- LABVIEW通过TCP客户端接受文件!(LABVIEW accepts files through TCP!)
TCP客户端程序
- 基于labview的TCP客户端程序发送主机通常将发送缓冲区中的数据按内存地址从低到?的顺序发出,接收主机把从?络上接到的字节依次保存在接收缓冲区中,也是按内存地址从低到?的顺序保存。 TCP/IP协议规定,?络数据流应采??端字节序,即低地址?字节。 socket API是?层抽象的?络编程接?,适?于各种底层?络协议,如IPv4、 IPv6,以及后?要讲的UNIX Domain Socket。(Based on the TCP client program to send the hos