搜索资源列表
WinSock-TCP
- 使用CSock类编程的网络通讯程序,实现TCP通讯。
TCP实现客户服务器聊天程序
- 操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务
access实现tcp,upp通信
- access实现tcp,upp通信
用Socket实现TCP/IP协议的数据文件传输
- 用Socket实现TCP/IP协议的数据文件传输
TCP-SERIAL
- VC++2005下实现TCP和串口数据转发,支持多组数据。只需要填写好配置文件即可.
C#TCP网络聊天
- 用C#实现一个简单的基于TCP协议的网络聊天软件。
modbus-tcp.rar
- 是一个c#串口通讯程序,很好的实现数据传输,Is a c# Serial communication program, data transmission to achieve very good
TCP
- 局域网即使通信,采用多线程实现,可实现群聊,和单聊。-LAN even if the communications, the use of multi-threaded implementation, can achieve a group chat, and single-chat.
TCP-chat
- vb程序源码用TCP实现点对点chat功能-TCP实现点对点chat功能
FileTrans-CS-S-TCP
- 基于网络接口的编程,分服务器和客户端,实现了文件的传送-Web-based programming interfaces, sub-server and client to achieve the transmission of the document
tcp
- tcp 通讯包含客户端和服务器端,Windows下的socket实现-tcp communication contains client and server, Windows under the socket to achieve
WINSOCK-TCP
- 基于winsock技术的局域网通讯程序,采用C/S模式,有服务器端和客户端,并能实现局域网内的简单即时通信。-Winsock-based local area network communications technology procedures, the use of C/S mode, there are server-side and client, and to achieve a simple LAN instant messaging.
TCP
- 实现tcp通信,向服务器提交程序,学生信息等内容-Achieve tcp communication, submitted to the server process, such as Student Information
CVITCP
- 在CVI平台下,实现TCP的通讯,进行图片传输-Platform in the CVI, the realization of TCP communications, the picture transmission
TCP-YP
- 基于TCP协议的简单程序,实现了点对点间的对话传输,适合初学者学习-TCP protocol based on a simple process, achieved a point of dialogue between the transmission, suitable for beginners to learn
TCP-IP
- 实现TCP/IP的通信,输入IP地址,即可实现数据的通信-Achieve TCP/IP communication, enter the IP address, data communication can be achieved
CSharp-udp-tcp
- 使用C#实现TCP和UDP两种方式的文件传输,在VS2005的开发环境下进行-TCP and UDP are two ways of file transfer, using C# VS2005 development environment
TcpServer
- QT5实现TCP协议下的服务器程序,带有用户界面。(QT5 implementation of the TCP protocol server program, with a graphical interface.)
API实现 TCP端口扫描器 (2018.3.20)
- 通过调用系统api编写的 IP,TCP端口扫描器,仅供学习参考(IP TCP port scanner written by calling system api for reference only)
简单实现tcp网络聊天
- 简单实现tcp网络聊天,分为server端和client端,实现简单的文字聊天,登录上线