搜索资源列表
vc 6.0 的最简单基本的socket通信例子
- vc 6.0 的最简单基本的socket通信例子(含有tcp和udp),可以用vc6.0或者更高版本打开:-),vc 6.0 The simplest example of the basic socket communication (with tcp and udp), can be used to open vc6.0 or later :-)
bgnet_A4
- Network Programming 介紹了基礎socket,有TCP/UDP,server端和client端的源碼,是英文版的-Network Programming describes the basic socket, a TCP/UDP, server-side and client-side source code, is the English version of
IP_network_packet
- 在一个局域网环境中,用C 语言实现下面的基本功能: (1)确定截包的方法:包括RAW 模式SOCKET、packet32以及直接作为驱动程序挂在NDIS上 (2)要求截获以下包的类型并分析:以太网帧格式、IP包、ICMP包、TCP报文段、UDP报文等相关字段进行描述。 -In a LAN environment, using C language the following basic functions: (1) determine the method of cut-off packa
SendData
- UDP实例,本实例为udp开发初学者的指南,简单易于接收,通过查看即可大体掌握udp的通讯传输机理,比如如何创建套接字,如何创建连接,以及收发数据等基本操作-UDP example, beginners in this instance the development of guidelines for the udp, simple and easy to receive, you can generally see through the master udp communication t
socket_src
- 用C++ 语言实现的SOCKET网络编程的UDP协议,实现基本通信(SOCKET network programming UDP protocol implemented in C++ language to realize basic communication)