搜索资源列表
tcp-ipayixidailv
- 一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket()关闭套接字连接。 7、使用WSACleanup()释放
tcp客户端程序
- tcp客户端程序,结合了rtp传输264数据
TCP
- C#写的基于TCP协议的服务器和客户端程序,实现简单的发送字符串的功能,适合初学者研究-Written in C# TCP protocol based server and client, simply send the string to achieve the function of research for beginners
TCP_socket
- TCP实现多客户端聊天 1.本程序可实现多客户端群聊,各客户端由各自的IP标识 2.下载后先运行服务器端程序,后运行客户端程序。 3.服务器端和客户端程序可运行在不同的机子上,需手动输入服务器端IP地址。-TCP to achieve a multi-client chat. The program can be multi-client group chat, the client is their own IP ID 2. Download after the fir
TCP-CUSTOM
- TCP聊天程序客户端程序,同TCP-SERVER程序配合使用-TCP client chat program, with the TCP-SERVER procedures used in conjunction
TCP
- TCP程序,包括服务器端程序和客户端程序,能实现基本的通信-TCP processes, including server-side program and client program that can realize the basic communication
TCPClient
- 一段非常好用的基于evc的tcp客户端程序,直接编译就可以使用,非常方便。-A very useful EVC based on the tcp client program, direct the compiler can use, very convenient.
TCP-Clinet
- 基于cortex-M3的TCP客户端程序,有上位机软件,及MCU的驱动程序,使用LWIP协议栈。-cortex-m3,lwip,TCP/IP
TCP
- TCP通讯程序 包含客户端以及服务端-tcp program tcp program 包含客户端以及服务端
tcp
- 利用可靠传输协议TCP制作的程序,包括客户端程序和服务器程序-TCP transport protocol to use and reliable production process, including client and server program
TCP-WINSOCK
- 此源码是您学习Windows网络编程的很好的程序。有两个程序,分为TCP客户端和TCP服务器端,让您能全面了解网络编程的实质。另外里面对代码有详细的注释,不下载会后悔哦-You learn from this source is a good Windows network programming procedures. There are two procedures, divided into TCP client and TCP server-side, so that you can f
tcpclient
- vc++的网络编程,tcp客户端程序,套接字编程-vc++ network programming, tcp procedures Sockets
VC_NetworkComm
- 1.目录TCP.UDP高级编程,是一个高级的聊天程序,程序中集成了TCP和UDP聊天程序,注意程序运行的时候需要设定命令行参数,可以在项目设置中进行设定,或者通过命令行参数直接执行。在书中有说明; 2.目录TCP聊天是程序服务器端程序,其客户端程序在目录TCP聊天客户端中; 3.目录TCP聊天客户端是TCP聊天程序客户端程序,同上一个程序配合使用; 4.目录UDP点对点聊天是一个UDP的点对点聊天程序,程序运行测试的时候,需要改变侦听端口,如果要在同一台机器上测试,需要改变一下程序设
tcp
- 本程序实现 tcp客户端和服务端 dos界面环境下-The Program for the client and server side tcp dos interface environment
TCP(MFC)
- 一个是服务器程序,一个是客户端程序。 客户端可以实现输入IP以及端口等参数的设置。服务器端则实现所要向服务器展示的文件列表,以供下载 -brings powerful mapping and analysis features to your desktop. Use MapPoint 2002 to quickly find geographic locations, visually analyze your business data, and create, customize,
tcp
- tcp服务器程序设计,tcp客户端程序设计,多线程服务器,网络对时程序设计-tcp server program design, tcp client program design, multi-threaded server, network time programming
TCP_Client
- TCP客户端程序,使用socket,一个简单的小程序,大神绕道(TCP client program, the use of the socket, a simple small program, a great god a detour)
SocketTestForms_未加log与用户识别版
- 客户端程序连接服务器,tcp协议。有log(Client program, connection server, TCP protocol. Log)
TCP服务器端和客户端程序
- 使用C++ builder的TCP组件开发的服务器端和客户端程序,可以进行二进制形式的通信(The server - side and client - side programs developed using the TCP component of C++ builder can communicate in binary form)
tcpClient
- 本程序用QT编写,可视化界面,简洁明了,可以实现客户端与主机的文本发送和接收。(It can realize text sending and receiving between client and host.)