搜索资源列表
TCP的客户服务器通信程序
- TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:\\\\client\\\\ls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP client-server communicatio
TCP聊天客户端1
- TCP 聊天程序客户端,详细讲述开发过程-TCP client chat program, described in detail the development process
TCP Client
- 调试tcp端口程序,通过程序可以对tcp程序进行调试,方便了程序的调试功能.-debugging tcp port procedures, the procedures can be debugged tcp procedures to facilitate the process of debugging functions.
TCP--Server
- tcp通信的客户端实现功能,具有很强的使用价值,适合windows编程的初学者-tcp client communications functionality, and highly value, windows programming suitable for beginners!
基于IPv6的tcp/udp网络通信程序
- 这是一个基于IPv6的tcp/udp网络通信程序的工程。 该工程包括TCP Server端程序,TCP Client端程序,以及UDP Server端程序和UDP Client端一共4个程序,建立在同个工程中一起提供。
CSharp-TCP
- 试验名称:TCP通讯 目的:理解TCP通讯的基本机制。 试验要求: 1.按照书上示例建立一个TCP服务端的控制台应用程序。 2.给出一个TCP客户端的WinForm应用程序示例。 3.理解TCP通讯过程。-Test Name: TCP communication Objective: to understand the basic mechanisms TCP communication. Test requirements: 1 a
CCommInterface
- 一个封装好的通讯类,支持串口、TCP-sever、TCP-client,使用方便。-A good communications package to support the serial port, TCP-sever, TCP-client, easy to use.
tcp-client
- Simple TCP Client code for use in windows. I think that this code is readable and helpful. I fully intend others to take advantage of it and to find it useful.
ModTcp
- 这是一个Modbus Tcp客户端程序,它能够动态访问从设备(Modbus Slave)的寄存器,如:动态可以改变访问的地址或者寄存器的类型 及数量-This is a Modbus Tcp client program, it can dynamically access the device (Modbus Slave) register, such as: dynamically change the address and the type of register accessed a
FILES
- Generic TCP/IP Client/Server
ChatNetworkTCP
- Chat using Client and Server TCP by C#
TCP
- 主要利用tcp网络协议进行 通信,分为客户端和服务端-The main use of tcp for communication network protocols, and services into the client-side! ! ! !
ji-yu-LABVIEW-de-TCP-wang-luo-tong-xun
- 基于LABVIEW的TCP网络通信。 1.采用服务器 / 客户机模式进行双机通信,由服务器产生一组随机波形,通过局域网送到客户机进行显示。 2.采用服务器 / 客户机模式进行双机通信,由服务器发送一组字符串,通过局域网送到客户机进行显示。 -LABVIEW based on the TCP network traffic. 1. Used the server/client model of pairs of aircraft communications, a group
Tcp
- vc c++ 2008下的TCP客户端,服务器的源代码,单独封装。-vc c++ 2008 under the TCP client, the server source code, a separate package.
simple-tcp-client-server
- Simple TCP client server.
TCPIP-Lwip-TCP-Client
- TCPIP网络组件Lwip之 TCP Client
VC-TCP-Client-software
- VC TCP client software-a software witch can let much people to talk to each other,using TCP
TCP
- 基于QT5的TCP客户端通讯,直接将这个工程在QT5编译,可以通过,并且生成的exe可以和下位机进行通讯,适合STM32以及单片机的通讯,自己可以修改。(QT5 based TCP client communications, the project will be directly compiled in QT5, you can pass, and generated exe can communicate with the lower computer, suitable for STM3
Modbus TCP Client
- C# 开发的tcp客户端程序,可进行调试(TCP client program developed by C# can be debugged.)
Modbus TCP Client
- 使用MODBUS TCP协议进行串口通讯(Serial Communication Using MODBUS TCP Protocol)