搜索资源列表
2120050338_张娜_2
- 一个简单实现Ethernet数据帧封装和计算 CRC 校验的功能的程序,供新手参考-achieve a simple Ethernet data frames Packaging, and CRC calculation of the function of the procedures for newcomers reference
VC_视频捕捉与帧处理
- 视频捕捉与帧处理 演示程序 v0.1版 说明: 1.支持USB摄像头 2.使用已封装好的framegrabber类,非常简便 3.带有简单的实时边缘检测、运动检测功能 (含演示录像)-video frame capture and processing procedures v0.1 demo version : 1. USB camera 2. use Packaging good framegrabber category, three very simple. w
frame_make
- 使用VC模拟实现帧封装功能,每个帧不得大于1500B,附带文档说明。
wencheng
- 帧封装的源代码,计算机网络课程设计的代码
yao
- 帧封装,本次课程设计的目的是应用数据链路层与介质访问控制层的知识
netbaogao
- 计算机网络课程设计IEEE802.3帧封装设计报告
frame_network
- 网络课程 帧封装作业。可以看看。对理解网络帧有好处
以太帧的封装与解析
- 以太帧的封装与解析
帧的封装 发送 解析模拟过程
- 里面主要是模拟帧的封装 发送和解析
divxecode.编解码器的xvid静态库的c++封装
- 编解码器的xvid静态库的c++封装 编码: m_vdo_enc->Encode(pBuffer) // 这里pBuffer是BGR24的320x240的数据 编码如果成功,就会自动调用PostEncHandler函数,就可以得到编码后的结果 解码: m_vdo_dec->Decode(xvid, xvid_len) // 传入的存有xvid数据的buffer和长度 解码成功后,会自动调用PostDecHandler,注意对于流媒体数据而言,在这个函数中还有
Ethernet
- Ethernet网络帧结构的封装和解析程序,在控制台下运行-Ethernet frame structure of the network package and analytical procedures, the console runs under
frame
- 对以太帧进行手动封装,对封装好的帧解析各个字段-Ethernet frame to manually package and a good frame for the package to resolve the various fields
RTPtransfer
- 详细的描述了如何利用RTP协议进行视频传输,如何对大的视频数据帧进行拆包,如何封装RTP包进行发送-This rar file include two pdf file ,one descr ipte video transfer in CDMA network, the other descr ipte how to transfer a big video frame, cut to chip ,and packet the date.
frame1
- 以太网帧的封装和解析(命令行实现,封装命令\debug\fram1 -e file1,解析命令为frame2 -u file1)-Ethernet frame encapsulation and parsing (command-line implementation)
MyFramer
- Ethernet帧的封装与解析 帧的封装:用户输入任意一段信息,以回车作为结束。然后程序将这段信息作为帧的数据字段封装到数据帧中。并相应填充帧的其他字段。 帧的解析:从用户输入的文件中读取帧,并对其进行解析。通过重新计算CRC-8校验和,判断该帧是否会被接受。最终在终端输出帧的相关信息。 -Ethernet Frame CRC-8
zhenfengzhuang
- 编程实现帧封装。帧封装只是在数据的头和尾上加特定的二进制数据,可以直接用读写二进制文件的方式读出来,然后把该加的头尾写进去就行了。 -Programming frame package. Encapsulated only in the data frame the head and tail add a specific binary data, you can read and write binary files directly read out the way and the
main
- Ethernet帧封装和解析程序 -Ethernet frame Ethernet frame encapsulation and analytical procedures for packaging and analytical procedures
CH-FRAME
- IEEE802.3 协议的帧封装 IEEE802.3 协议的帧封装-FRAME PACK
TCPS
- 计算机网络+课程设计源代码和实验报告+帧封装、IP数据包解析和发送TCP数据包-Computer Network+ curriculum design source code and test reports+ frame encapsulation, IP packet analysis and send TCP packets
Linux下以太帧的封装
- 本程序可以在Linux下进行帧的封装,包括报文名称、目的地址、源地址,可连续进行多次帧的封装