搜索资源列表
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 Web Server
- 模拟TCP协议建立一个web服务器,通过把数据装入TCP套接字,可以向客户端发送.html, .jpg, .jif等格式的文件。-simulated TCP establish a web server, data loading TCP socket, can be sent to the client. Html. Jpg,. Jif format documents.
net.rar
- 熟悉开发工具,套接字编程练习,TCP套接字编程,UDP组播程序编程....,the homework of network....
TCP
- 1.利用原始套接字实现简单的TCP协议分析器。 2.系统功能包括: 2.1 原始套接字与网卡邦定,并接收流经网卡的所有数据包; 2.2 对数据包进行分析以获得源IP地址和目的IP地址; 2.3 对TCP Segment进行分析以获得其首部详细信息; 2.4 显示分析结果 3 建议使用VC++ -tcp
TCP-server-program
- TCP通信服务器程序,有界面,用流式套接字sockets实现通信。相对应客户端稍后奉上 -TCP communication server program interface communication stream socket sockets. Corresponds to the client to follow
WinSocket
- socket 通讯的例子,套接字的建立,绑定端口,发送数据,接受数据-example of socket communication, the establishment of a socket, bind port, send data, receive data
TCP-IP
- 给予TCP/IP协议的套接字通信,能实现两个IP地址的通信。-For TCP/IP socket communication protocol, to achieve the two IP addresses communication.
socket
- liux 环境下TCp套接字的实现 很好的东西-liux environment TCp socket to achieve good things
free
- 一个可以利用TCP套接字方式用于局域网的自由传送文件的C++程序,-A TCP socket can be used for LAN free way to transfer files of C++ program
tcp
- 一个TCP,UDP套接字编程,还有select套接字编程一个简单的例子-A TCP, UDP socket programming, socket programming also select a simple example
TCP-and-UDP
- 使用windows套接字编写的TCP以及UDP协议下的服务器端和客户端程序的代码,使用的语言是C-Prepared using windows sockets and UDP protocols under TCP server and client code, the language used is C
Tcp
- 阻塞套接字模式Windows,TCP网络编程-Blocking socket mode Windows, TCP network programming
SOCKET-TCP-UDP-
- SOCKET实现异步通信,两个主机通过socket套接字,实现TCP,UDP协议-SOCKET asynchronous communication, the two host through socket socket, TCP, UDP agreement
TCP
- Java语言中采用的Socket通信是一种流式套接字通信,它采用TCP协议,通过提供面向连接的服务,实现客户/服务器之间双向、可靠的通信。-Socket communication using the Java language is a stream socket communication, which uses the TCP protocol, by providing a connection-oriented service, two-way, reliable communicat
TCP
- C/S客户发通讯C/S实现socket,实验TCP套接字进行互传。-C/S client the Communications C/S to achieve socket, pass each test TCP sockets.
TCP-time-ser-to-cli
- TCP套接字编程 --时间服务器例程 服务器端程序等待客户端连接请求 当有客户端请求时,显示客户端IP地址和端口地址 给客户端返回服务器端当前时间 客户端向服务器端询问当前时间 连接到时间服务器 显示从服务器返回的时间信息-TCP Time Server Instance: The server-side program waits for a client connection request When a client requests, display t
tcp-ip
- CP/IP通信技术演示程序设计,VB语言为开发基础, 使用Socket 套接字作为开发的应用程序开发模型, 完成了网络在线聊天系统的设计及实现过程, 通过测试表明该系统可以方便的建立连接, 断开连接, 实现网络在线聊天系统的发送消息和接收消息等功能。内含此工程所有相关文件以及一篇程序设计演示报告演示。-TCP/IP communication technology demonstration program design, VB language for the development of t
Socket通讯实例1
- 套接字通讯,tcp/ip协议,新手练习必备(Socket communication)
WCS和物流设备通讯协议(TCP套接字通讯方式)
- 物流仓储 上位机wcs与设备层通讯协议,WCS和物流设备通讯协议(TCP套接字通讯方式)(Logistics warehouse upper computer WCS and equipment layer communication protocol)
TCP_IP socket编程
- 《TCP Sockets编程》通过循序渐进的方式,从最基础的概念到高级别的Ruby封装器,再到更复杂的应用,提供了开发成熟且功能强大的应用程序所必备的知识和技巧,帮助读者掌握在Ruby语言环境下,用套接字实现项目开发的任务和技术。 《TCP Sockets编程》适合对TCP套接字感兴趣的读者阅读。(TCP/IP Sockets in C: Practical Guide for Programmers, 2nd Edition is a quick and affordable way t