搜索资源列表
TCP服务器与客户端源代码
- 基于VC 6.0工程文件,测试TCP方式进行网络通信,包括服务器和客户端程序。
DeltaNet
- 在嵌入式系统DeltaSYSTEM中实现PING主机,TCP服务器,TCP客户端,UDP服务器,UDP客户端的程序-in Embedded System DeltaSYSTEM achieve PING mainfr a me, TCP server, TCP Client, UDP server, the client UDP procedures
Clieant
- TCP网络客户端程序-TCP network client
cline1
- TCP/IP通讯模拟程序的客户端程序.需要和服务端一起使用.-TCP/IP communications simulation procedures client. End needs and services are used together.
TCP的客户服务器通信程序
- TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:\\client\\ls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP
smalltcpClient
- 一个简单的TCP客户端程序。 可以方便的发送数据以及查看接收到的数据。 是编程开发的好帮手-a simple TCP client. This can facilitate the reception of data and check the data. Programming is a good helper
LB_TCP_CLIENT
- 硬件协议栈芯片W3100A和51单片机实现tcp客户端程序,在keil51环境中-hardware protocol stack and 51 W3100A chip MCU tcp client, in keil51 environment
TCPscoket
- tcp 客户端 希望对大家有些帮助 很好的一个程序-tcp client wished to help you some good one procedure
TCP
- linux环境下的TCP应用程序,有客户端和服务器端.-linux environment TCP applications have client and server.
sock2
- windows socket编程TCP客户端程序-windows socket programming TCP client program
TCP
- WINCE TCP程序,基于VS2005,100%可以行,包括TCP 服务器和TCP 客户端-WINCE TCP procedures, based on the VS2005, 100 can be lines, including TCP Server and TCP Client
TCP-Server-Client
- wince环境下的TCP网络接口编程,包含服务器和客户端程序-wince environments TCP network interface programming, including server and client program
Tcpst1
- tcp客户端程序demo项目名为TCPCT1 TCPCT1项目包含文件TCPCT1.c、ertostcp.LIB和rtos.LIB-tcp client demo project called TCPCT1TCPCT1 project include file TCPCT1.c, ertostcp.LIB and rtos.LIB
TCP
- 本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 这个程序在对一些自己编写的服务器或者客户端的程序
TCP
- TCP程序,包括服务器端程序和客户端程序,能实现基本的通信-TCP processes, including server-side program and client program that can realize the basic communication
tcpipClient
- 一个很有典型性的TCP客户端程序,对于新手很有帮助(A typical TCP client program, very helpful for beginners)
TCP_Client
- TCP客户端程序,使用socket,一个简单的小程序,大神绕道(TCP client program, the use of the socket, a simple small program, a great god a detour)
TCP服务器端和客户端程序
- 使用C++ builder的TCP组件开发的服务器端和客户端程序,可以进行二进制形式的通信(The server - side and client - side programs developed using the TCP component of C++ builder can communicate in binary form)
基于W5500硬件协议栈的TCP客户端收发数据例程
- 基于W5500硬件协议栈的TCP客户端收发数据例程,主芯片STM32F407,程序实测过,可靠稳定。(W5500 hardware protocol stack based TCP client transceiver data routine, the main chip STM32F407, the program has been measured, reliable and stable.)
TCP客户端程序
- 基于labview的TCP客户端程序发送主机通常将发送缓冲区中的数据按内存地址从低到?的顺序发出,接收主机把从?络上接到的字节依次保存在接收缓冲区中,也是按内存地址从低到?的顺序保存。 TCP/IP协议规定,?络数据流应采??端字节序,即低地址?字节。 socket API是?层抽象的?络编程接?,适?于各种底层?络协议,如IPv4、 IPv6,以及后?要讲的UNIX Domain Socket。(Based on the TCP