搜索资源列表
TCP-5
- TCP通信协议,协议5-退后n帧 c语言仿真
tcp
- TCP网络调试程序 本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。
TCP
- 本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 这个程序在对一些自己编写的服务器或者客户端的程序进行调试的时候比较有用。
tcp/ip协议简单通话程序
- tcp/ip协议简单通话程序,可以放假初学者研究VC,同时可以实现局域网语音通信。,tcp/ip protocol simple procedure call, you can leave beginners Research VC, at the same time local area network voice communications can be achieved.
tcp.rar
- 这是一个实现双机通信得一个开发包,是我师兄的毕业设计,本设计已经投入到使用中去了,it is a packet for communicating beteem two pc
tcp.ip
- 本文档详细介绍了TCP\IP和OSI网络七层协议模型(内附精彩的插图,让人看了就一目了然)。 网络模型 计算机网络是指由通信线路互相连接的许多自主工作的计算机构成的集合体,各个部件之间以何种规则进行通信,就是网络模型研究的问题。网络模型一般是指OSI七层参考模型和TCP/IP四层参考模型。这两个模型在网络中应用最为广泛。 目录[隐藏] • • OSI模型概述 • • OSI参考模型的主要功能和任务 • R
MFC-TCP
- 基于MFC的窗口化的服务器和客户端之间的通信 采用TCP编程。对于新手来说还不错,包含多线程以及消息的传递机制-MFC-based window of the server and client using TCP communication between the programming. For starters, pretty good, including multi-threading and message passing mechanism
TCP-server-program
- TCP通信服务器程序,有界面,用流式套接字sockets实现通信。相对应客户端稍后奉上 -TCP communication server program interface communication stream socket sockets. Corresponds to the client to follow
Tcp
- 一个简单的TCP通信,在局域网中可以简单的,分别在两个电脑上进行聊天。-A simple TCP communications, local area network can be simple, respectively, in the two computer chat.
TCPtest
- TCP通信的源码,可以了解TCP通信的原理-TCP communications source, you can understand the principles of TCP Communication
TCP
- TCP_Send和TCP_Recv程序可以实现简单的通信-TCP_Send and procedures can be achieved TCP_Recv simple communication
TCPudp
- visual basic TCP通信源程序,尽请下裁!-visual basic TCP communication source, do call on the next CD!
TCP
- TCP程序,包括服务器端程序和客户端程序,能实现基本的通信-TCP processes, including server-side program and client program that can realize the basic communication
TCP_test
- lpc2478 ARM处理器的TCP以太网通信测试程序,lpc2400系列在通信方面功能强大,该程序为其内部以太网的TCP通信测试程序-lpc2478 ARM processor TCP Ethernet communications test procedure, lpc2400 series powerful communications, the program for the internal Ethernet TCP communications test procedure
TCPUDPSocket
- TCP-UDP通信,PPT中详细讲述了TCP、UDP相关技术,并详细讲解了windows socket相关编程函数,并带有socket编写的TCP通信程序。-TCP-UDP communication, PPT in detail the TCP, UDP related technologies, and explain in detail the windows socket programming related functions, and written with a TCP sock
tcp
- 使用CSocket进行有连接(TCP)通信\tcp.rar,很不错的vc源码,希望对大家有所帮助。-Use CSocket for a connection (TCP) communication \ tcp.rar, very good vc source, we want to help.
tcp
- tcp boost asio 实现tcp通信 可自定义数据帧(tcp boost asioTCP communication can be customized data frame)
C# tcp通信 登录 服务器端验证
- c#客户端和服务端进行TCP通信,是个非常好的学习网络编程例子(Client and server programming by TCP)
VB6.0 tcp通信程序
- 利用winsock控件,实现服务器客户端的通信(Using Winsock control to realize the communication between server and client)
TCP通信程序设计
- Linux操作系统下的TCP通信程序设计,能完成一定的通信功能。