搜索资源列表
AnalyzeTCP_WinPcap.cpp
- 该程序通过利用WinPcap提供的函数pcap_loop(pcap_t* p,int cnt,pcap_handle dispatch_handle,u_char* user)将数据包捕获。并在dispatch_handle(u_char *,const pcap_pkthdr *header,const u_char *pkt_data)中通过编写代码实现解析。
UDP传输,包含客户端和服务器端两个CPP
- UDP传输,包含客户端和服务器端两个CPP。实现客服端与服务器的双向通信。,UDP server
udp
- 滑动窗口协议实现,分为客户端和服务器两部分。另外包含一个udp.cpp是利用udp协议传输文件。-Sliding window protocol is divided into two parts of the client and server. Another contains a udp.cpp is to use the udp protocol to transfer files.
w5100.cpp
- w5100-w5200代码 如果你使用过Arduino Ethernet shield(应用的是W5100),那么你只需要更改两个文件(W5100.c, W5100h)便可以轻松将W5100更换为W5200使用。-w5100-w5200 source code
10.4
- API网络聊天工具,六个UDP和TCP发送接受的cpp文件,一个基于MFC的局域网聊天小工具工程,和此小工具的所有运行时库、资源和执行程序。代码的压缩包位置-windows socket Windows SDK、MFC、Socket winsock2.h Ws2_32.lib Ws2_32.dll
socklib
- 封装TCP,UDP的C++应用的下载源码,VC上编译OK-Packaging TCP, UDP
Chat_Application
- 简单的c++ 聊天程序 用udp 需要文件 Chat ApplicationDlg.cpp Chat ApplicationDlg.h Chat Application.cpp stdafx.cpp stdafx.h-Simple c++ Chat program needs to use udp document Chat ApplicationDlg.cppChat ApplicationDlg.hChat Application.cppstdafx.cppstdaf
SinNombre1
- VSPPP is a rogram of vspp who is a c-VSPPP is a rogram of vspp who is a cpp
Thread
- 多线程测试源代码。应用程序向导已为您创建了此 Thread 应用程序。 本文件概要介绍组成 Thread 应用程序的 的每个文件的内容。 Thread.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件, 其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 Thread.cpp 这是主应用程序源文件。-Multi-threaded test source c
sockets-Programming-in-CPP
- sockets Programming in C-sockets Programming in C++
Simply-Server-CPP
- Very simply server in C++. This is server TCP/IP (Winsock).
Indy10-TCP-Chat-in-cPP-builder
- Indy10 TCP Chat in c++ builder, Indy10 TCP Chat in c++ builder!
tcp_ip_source
- tcp/ip 网络通信实例源代码 详细介绍网络通讯,由此适合初学者-tcp/ip 网络通信实例源代码
Visual-CPP-communication-protocol
- Visual C++网络通信协议分析-----代码-Visual C++ for network communication protocol analysis-----code
cPP
- 使用C_C++实现Socket聊天程序,使用说明及代码等详细说明-Use C_C++ achieve Socket chat program, instructions and codes detailed instructions
iec104
- IEC 104 protocol testing which will be supporting the iec104.cpp this file combib=dly can be used for IEC104 protocol testing
tcp_code.cpp
- 计算机网络结构上机lab4-TCP协议试验(含代码)-Computer network architecture machine lab4-TCP protocol testing (including code)
C++基于TCP/IP简单的客户端、服务器通信程序实例
- 使用GCC编译器或DEV-CPP时,编译记得加上 -lws2_32,要不然可能会无法编译