搜索资源列表
监测
- 温度监测分布式调试系统 数据采集是指将温度、压力、流量、位移等模拟量采集、转换成数字量后,再由计算机进行存储、处理、显示或打印的过程-Distributed Debugging temperature monitoring system data acquisition refers to the temperature, pressure, flow, displacement of analog acquisition, converted into digital and then by
tcp1
- 采用tcp实现一个远程控制系统,客户端输入“quit”,客户端程序与服务器端程序打印退出信息,终止程序的执行-Tcp achieved using a remote control system, the client input " quit" , the client program and server-side program to print out information, to terminate program execution
UDP
- 利用流套接字实现一个简单的远程控制系统: 客户端输入“quit”,客户端程序与服务器端程序打印退出信息,终止程序的执行; -The use of stream sockets achieve a simple remote control system: the client input " quit" , the client program and server-side program to print out information, to terminate p
tcp1
- 远程控制系统 利用数据报套接字实现一个简单的远程控制系统: 客户端输入“quit”,客户端程序与服务器端程序打印退出信息,终止程序的执行; 客户输入命令,客户端将命令通过流套接字发送给客户端,服务器执行收到的命令,并将结果发送到客户端显示; 如果没有客户输入的命令,服务器发送命令非法信息,并在客户端显示该条信息。 -Remote control system to achieve a datagram socket using a simple remote control